docs: recommend cs-agent for multi-agent workflows

This commit is contained in:
dafang
2026-08-02 19:21:00 +08:00
parent 849cffca8e
commit fdf06f9df5
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -148,6 +148,9 @@ It is not:
CodeStable can coexist with agent-orchestration tools. It owns task boundaries, evidence, and memory, not how the host organizes agents.
For multi-agent collaboration or independent review by a heterogeneous agent inside a CodeStable flow, use
[cs-agent](https://github.com/codestable/cs-agent-mcp) alongside CodeStable.
## Go Deeper
- [Full workflow and project structure](./WORKFLOW.en.md)
+3
View File
@@ -146,6 +146,9 @@ CodeStable 更适合:
CodeStable 可以与 Agent 编排工具共存。它负责软件任务的边界、证据和记忆,不接管宿主如何组织 Agent。
需要多 Agent 协作,或需要在 CodeStable 流程中由异构 Agent 承担独立 review 时,推荐配合
[cs-agent](https://github.com/codestable/cs-agent-mcp) 使用。
## 深入文档
- [完整工作流与项目结构](./WORKFLOW.md)