经 AI Skill Hub 精选评估,开源AI工作流 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
开源AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
开源AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g zosma-cowork # 方式二:npx 直接运行(无需安装) npx zosma-cowork --help # 方式三:项目依赖安装 npm install zosma-cowork # 方式四:从源码运行 git clone https://github.com/zosmaai/zosma-cowork cd zosma-cowork npm install npm start
# 命令行使用
zosma-cowork --help
# 基本用法
zosma-cowork [options] <input>
# Node.js 代码中使用
const zosma_cowork = require('zosma-cowork');
const result = await zosma_cowork.run(options);
console.log(result);
# zosma-cowork 配置说明 # 查看配置选项 zosma-cowork --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export ZOSMA_COWORK_CONFIG="/path/to/config.yml"
DefaultResourceLoader — skills, tools, and prompts auto-discovered from ~/.zosmaai/cowork/~/.zosmaai/cowork/Cmd/Ctrl+Shift+K to focus, Cmd/Ctrl+N for new sessionnpm install
cd agent-sidecar && npm install && cd ..
Every merge to main produces unsigned cross-platform installers via the Staging Build workflow (.github/workflows/staging-build.yml). The bundles are attached as workflow artifacts (14-day retention) and a Discord embed with auth-free nightly.link download URLs is posted to whatever channel the DISCORD_STAGING_WEBHOOK repo secret points at (typically #staging-builds).
This flow does not create a GitHub Release, tag a commit, or publish to AUR / winget / Homebrew — those side-effects remain gated on the tag-triggered release.yml. See issue #133 for the design.
To run a staging build on demand, trigger Staging Build from the Actions tab via Run workflow.
One-time setup: in Discord, open the target channel → Edit Channel → Integrations → Webhooks → New Webhook, copy the URL, then add it as a GitHub repo secret named DISCORD_STAGING_WEBHOOK (Settings → Secrets and variables → Actions → New repository secret). The workflow degrades gracefully — if the secret is unset the notify job emits a warning and exits 0, so the build itself still succeeds and the artifacts are still uploaded.
```bash
<img src="./assets/demo.gif" width="100%" alt="Zosma Cowork demo" />
<img src="./assets/screenshot.png" width="100%" alt="Zosma Cowork screenshot" />
Invoice processing with natural language agents. See more demos at zosma.ai/zosma-cowork/gallery
| What | Location | Notes |
|---|---|---|
| LLM providers & API keys | ~/.zosmaai/cowork/auth.json | Managed by the app |
| Model definitions | ~/.zosmaai/cowork/models.json | Managed by the app |
| Extensions & skills | ~/.zosmaai/cowork/extensions/ | Pi-compatible extensions |
| Session history | ~/.zosmaai/cowork/ | Managed by Zosma Cowork |
The pi ecosystem includes hundreds of extensions, skills, tools, prompts, and themes — all compatible with Zosma Cowork. Plug them into your ~/.zosmaai/cowork/ directory and they just work. No wrapping, no porting, no lock-in.
Zosma Cowork 是一个基于 Node.js 和 Rust 构建的桌面应用程序,提供了一个全面的工作环境,支持扩展、工具和提供者等功能。
Zosma Cowork 的主要特点包括:Node.js 代理侧车、Tauri 桥接和 pi 扩展生态系统的支持。
Zosma Cowork 需要 Node.js 22+ 和 Rust 1.85+(用于 Tauri 桌面 shell)等环境依赖和系统要求。
要安装 Zosma Cowork,需要先安装前端依赖项,接着安装代理侧车依赖项,最后可以通过 Staging Build 工作流程获得未签名的跨平台安装程序。
使用 Zosma Cowork 的快速入门方法包括在命令行中运行特定命令,例如 `npm install` 和 `cd agent-sidecar && npm install && cd ..`。
Zosma Cowork 的配置文件位于 `~/.zosmaai/cowork/` 目录下,包括 LLM 提供者和 API 密钥、模型定义、扩展和技能以及会话历史等。
Zosma Cowork 支持 pi 扩展生态系统,包括数百个扩展、技能、工具、提示和主题等,用户可以将它们直接放入 `~/.zosmaai/cowork/` 目录中使用。
高质量开源AI工作流项目
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:开源AI工作流 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | zosma-cowork |
| 原始描述 | 开源AI工作流:Desktop GUI for the pi coding agent — open-source Claude Cowork alternative。⭐66 · TypeScript |
| Topics | ai-assistantchat-uicoding-agentdesktop-app |
| GitHub | https://github.com/zosmaai/zosma-cowork |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-06-08 · 更新时间:2026-06-08 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端