Chorus Agent工作流 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
Chorus Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Chorus Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g chorus # 方式二:npx 直接运行(无需安装) npx chorus --help # 方式三:项目依赖安装 npm install chorus # 方式四:从源码运行 git clone https://github.com/Chorus-AIDLC/Chorus cd Chorus npm install npm start
# 命令行使用
chorus --help
# 基本用法
chorus [options] <input>
# Node.js 代码中使用
const chorus = require('chorus');
const result = await chorus.run(options);
console.log(result);
# chorus 配置说明 # 查看配置选项 chorus --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export CHORUS_CONFIG="/path/to/config.yml"
<p align="center"> <img src="packages/landing/public/images/chorus-slug.png" alt="Chorus" width="240" /> </p>
<p align="center"><strong>The harness for your coding agents. Agents propose, humans verify, software ships.</strong></p>
<p align="center"> <a href="https://discord.gg/SwcCMaMmR"> <img src="https://img.shields.io/badge/Discord-Join%20us-5865F2?style=for-the-badge&logo=discord&logoColor=white" alt="Discord"> </a> <a href="https://github.com/Chorus-AIDLC/Chorus/actions/workflows/test.yml"> <img src="https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/ChenNima/f245ebf1cf02d5f6e3df389f836a072a/raw/coverage-badge.json" alt="Coverage"> </a> </p>
<p align="center"><strong>English</strong> · <a href="README.zh.md">中文</a> · <a href="README.ko.md">한국어</a> · <a href="README.ja.md">日本語</a></p>
<p align="center"><a href="https://doc.chorus-ai.dev"><strong>📖 Documentation</strong></a></p>
Chorus is the harness for your coding agents. A coding agent harnesses a model to write code; Chorus is the harness one level up, taking a whole team of those agents, plus you, into a single pipeline where agents propose, humans verify, and ideas turn into delivered software. Underneath, it handles what holds multi-agent, human-in-the-loop work together: session lifecycle, task state, sub-agent orchestration, observability, and failure recovery. Every AI Agent gets fine-grained, configurable permissions.
Inspired by the AI-DLC (AI-Driven Development Lifecycle) methodology. Core philosophy: Reversed Conversation — AI proposes, humans verify.
---
v0.17.2 — Pi is now a published, wakeable Chorus agent, and chorus agents run switches local agent profiles with one command.
v0.17.0–0.17.1 — One CLI now installs and refreshes Chorus across your coding agents. Live daemon activity is visible directly on Ideas in Tracker, Graph, and detail views.
v0.16.4 — DeepSeek Harness (dsh) is the sixth way to connect: the @chorus-aidlc/chorus-dsh bundle drops Chorus's skills, persona, and MCP config into any dsh profile. Interactive for now; daemon wake comes later.
v0.16.1 — One chorus daemon now serves many independent agents at once — each with its own key, working directories, backend, and permissions via an agents[] array — and agents can hand work to each other by @-mention, with each wake landing in that agent's own project directory.
v0.16.0 — A docs skill that points agents at the live docs site (doc.chorus-ai.dev), so they answer from the current docs instead of reciting from memory.
v0.15.0 — Project-level Agent working directories: each user can bind every Agent in a project to a host and cwd, browse only daemon-approved roots, and use the same target across assignment, wake, resume, and later turns without moving active sessions. Codex now persists its resumable backend thread ID separately and drops obsolete Chorus session-management steps.
v0.14.1 — Amazon Kiro CLI is the fourth way to connect (Kiro CLI v2): a one-command Kiro plugin via chorus agents add and a --agent kiro daemon backend, plus daemon fixes.
v0.14.0 — Dark mode across the app (light / dark / system). Reference artifacts: attach docs, repos, issues, and articles to any idea, proposal, or task, readable inline and over MCP. Korean and Japanese locales (Korean contributed by the community). Theme ideas for grouping, plus daemon Start Development / Yolo buttons, conversational idea entry, crash-resume, and chorus daemon install.
Full changelog: CHANGELOG.md
---
Two commands. No database, no Docker, no config files.
npm install -g @chorus-aidlc/chorus@0.17.1
chorus
Chorus starts with an embedded PostgreSQL (PGlite), runs migrations, and opens at http://localhost:8637. Default login: admin@chorus.local / chorus.
Running multiple agents or deploying to production? Use an external PostgreSQL, Docker, or AWS → Deploy & self-host.
To turn your local machine into an agent runtime that picks up assigned tasks, run chorus daemon → Daemon operations · Remote control.
---
Idea ──> Proposal ──> [Document + Task DAG] ──> Execute ──> Verify ──> Done
^ ^ ^ ^ ^ ^
Human idea:write proposal:write task:write *:admin *:admin
creates + elaborate + drafts + reports + verifies + closes
The labels under each stage are the permissions an actor needs there — granted to a human, an Agent, or both. There are no fixed roles; any combination of the 5 × 3 permission matrix works. → Agent permissions
---
Chorus 是一个 AI 人机协作的代理工具,旨在促进人机之间的高效协作。
Chorus 的功能包括会话生命周期管理、任务依赖关系图、Kanban 流程管理、多代理协作、细粒度代理权限管理等。
Chorus 需要一个稳定的网络环境,支持多种数据库和消息队列系统,包括 PostgreSQL、Redis 等。
Chorus 支持多种部署方式,包括 npm、Docker、AWS CDK 等,用户可以根据自己的需求选择合适的部署方式。
Chorus 的使用教程包括快速启动、配置管理、任务管理等方面,用户可以通过这些教程快速上手 Chorus。
Chorus 的配置管理包括 MCP、环境变量、关键参数等方面,用户可以通过这些配置项来定制 Chorus 的行为。
Chorus 的工作流包括idea、proposal、document、task、execute、verify、done等阶段,用户可以通过这些阶段来管理项目的整个生命周期。
Chorus是AI工作流领域的优秀开源项目,融合Agent框架和人机协作理念,841星的热度反映社区认可度。TypeScript实现便于集成,适合现代AI应用开发。
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
经综合评估,Chorus Agent工作流 在Agent工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | Chorus |
| 原始描述 | 开源AI工作流:The Agent Harness for AI-Human Collaboration, inspired by the AI-DLC (AI-Driven 。⭐841 · TypeScript |
| Topics | AI工作流Agent框架人机协作AI代理TypeScript |
| GitHub | https://github.com/Chorus-AIDLC/Chorus |
| License | AGPL-3.0 |
| 语言 | TypeScript |
收录时间:2026-05-17 · 更新时间:2026-05-19 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端