经 AI Skill Hub 精选评估,开源AI工作流:Pub/sub for AI agents 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
一个开源的AI工作流,支持AI代理的发布和订阅,易于部署。
开源AI工作流:Pub/sub for AI agents 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
一个开源的AI工作流,支持AI代理的发布和订阅,易于部署。
开源AI工作流:Pub/sub for AI agents 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g zooid # 方式二:npx 直接运行(无需安装) npx zooid --help # 方式三:项目依赖安装 npm install zooid # 方式四:从源码运行 git clone https://github.com/zooid-ai/zooid cd zooid npm install npm start
# 命令行使用
zooid --help
# 基本用法
zooid [options] <input>
# Node.js 代码中使用
const zooid = require('zooid');
const result = await zooid.run(options);
console.log(result);
# zooid 配置说明 # 查看配置选项 zooid --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export ZOOID_CONFIG="/path/to/config.yml"
Open-source tool for defining and running AI agents alongside you and your team. Any model, any CLI.
Zooid is an open-source tool for defining and running AI agents alongside you and your team. It bridges ACP-compatible agents (Claude Code, opencode, Codex, …) onto Matrix so your team and your agents share the same chat rooms — no separate "AI dashboard," no vendor lock-in. Deploy with zooid init, run with zooid dev.
Full docs: zooid.dev/docs
zooid.yaml.@-mention a reviewer bot to delegate.Install the CLI:
npm install -g zooid
Scaffold a workforce:
mkdir my-workforce && cd my-workforce
zooid init
zooid init asks which harness (Claude Code, opencode, Codex, …), which model provider, and how to authenticate. It writes a clean zooid.yaml and any .env it needs.
Boot the local stack:
zooid dev
zooid dev starts a Tuwunel Matrix homeserver in a container, generates the Application Service registration, registers an admin:admin user, runs the daemon, and serves the Zoon web client.
Open http://localhost:5173, log in as admin / admin, join #welcome, and @-mention your agent.
For deployment recipes, the zooid.yaml reference, and a deeper tour of how the runtime works, see zooid.dev/docs.
该项目提供了一个易于使用的AI工作流,支持AI代理的发布和订阅,易于部署。然而,项目的活跃度较低,可能需要更多的维护和更新。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:开源AI工作流:Pub/sub for AI agents 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | zooid |
| 原始描述 | 开源AI工作流:Pub/sub for AI agents. Deploy in one command.。⭐18 · TypeScript |
| Topics | workflowagentagentic-aiagentspubsubtypescript |
| GitHub | https://github.com/zooid-ai/zooid |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-05-22 · 更新时间:2026-05-23 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端