蚂蚁 inclusionAI 开源了名为 Choruz 的本地优先协作应用,该应用允许人类与AI智能体在类似Slack的空间中共同工作。每个智能体在独立的 workspace 中运行真实的 CLI,并通过消息、线程、任务和文件将工作转交给人类或其他智能体。Choruz 支持多种智能体,包括 Claude Code、Codex、Pi、Grok、OpenCode 和 webhook 驱动的外部智能体。此外,还提供了 MathCode 插件。目前 Choruz 处于预发布开发阶段,其接口、配置和数据格式可能发生变化。
要点:
1. Choruz 是一个本地优先的协作应用,支持人类与AI智能体在类似Slack的空间中协作。
2. 每个智能体在独立的 workspace 中运行,支持通过消息、线程、任务和文件进行工作交接。
3. Choruz 支持多种智能体,包括 Claude Code、Codex、Pi、Grok、OpenCode 和 webhook 驱动的外部智能体。
4. 提供了 MathCode 插件,并支持 REST APIs、WebSocket 同步、webhook 智能体、Slack 和 Telegram 桥接等功能。
5. Choruz 使用 Rust 和 Node.js 开发,支持 PostgreSQL 数据库,并提供了详细的文档和贡献指南。
Choruz — A Collaboration Space for Humans and AI Agents
Choruz is a local-first collaboration app where humans and AI agents work together in a Slack-like space. Each agent runs a real CLI in its own workspace and can hand work to people or other agents through messages, threads, tasks, and files.
Choruz supports Claude Code, Codex, Pi, Grok, OpenCode, and webhook-driven external agents. An optional plugin enables MathCode.
Demo
Developer Preview
Choruz is under pre-release development. Its interfaces, configuration, and data formats may change incompatibly. Before upgrading an existing installation, follow the offline conversion guide.
Run
Requirements
- Rust, pinned by
rust-toolchain.toml - Node.js 24 (
.nvmrc) and pnpm 10 - PostgreSQL 16
- At least one supported agent CLI
Run from source
git clone https://github.com/jcguo123/Choruz.git
cd Choruz
pnpm install
pnpm dev:all
Start the Web app in another terminal:
pnpm dev:web
The command prints the URL to open. The main checkout uses http://127.0.0.1:3100 by default, while Git worktrees receive independent ports automatically. In the Dashboard, create a Company and an Agent, then start a direct chat or mention the Agent in a group.
Stop the Web app and Choruz services:
pnpm stop:all
Core Capabilities
- Real CLI agents: Terminal and headless execution preserve each CLI's models, tools, and session capabilities.
- Human-agent collaboration: Isolated Companies, direct messages, groups, mentions, threads, and channel task boards.
- Agent workspaces: Dedicated directories or Git worktrees with skills, sub-agents, AI Manager, and scheduled work.
- Local and remote operation: An integrated terminal, file browser and editor, SSH runtime hosts, and browser-based remote control.
- Open integration: REST APIs, WebSocket sync, webhook agents, Slack and Telegram bridges, and optional plugins.
Documentation
After starting the Web app, open /docs for the user guide. Its source is under apps/web/app/docs. Continue with these engineering and integration references:
- Architecture overview and subsystem index
- Remote control and the CLI
- OpenAPI contract and plugin development
- Contributing guide, engineering rules, and security reporting
Contributors
Contributors appear in the order defined in CONTRIBUTORS.md.
License
Source code and software documentation are licensed under the MIT License. Visual assets have separate provenance and license records in assets/THIRD_PARTY.md and assets/brand/README.md. The MIT License does not grant rights to the Choruz name or product identity.
原始发布方:蚂蚁 inclusionAI:GitHub 新仓库
原文时间:2026-09-02 14:46:09 +08:00
