From fdf06f9df57ecb1f29aa2170110d58355ecfba02 Mon Sep 17 00:00:00 2001 From: dafang Date: Sun, 2 Aug 2026 19:21:00 +0800 Subject: [PATCH] docs: recommend cs-agent for multi-agent workflows --- README.en.md | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.en.md b/README.en.md index 34fef4c..10d359d 100644 --- a/README.en.md +++ b/README.en.md @@ -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) diff --git a/README.md b/README.md index 688e250..c3eb905 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,9 @@ CodeStable 更适合: CodeStable 可以与 Agent 编排工具共存。它负责软件任务的边界、证据和记忆,不接管宿主如何组织 Agent。 +需要多 Agent 协作,或需要在 CodeStable 流程中由异构 Agent 承担独立 review 时,推荐配合 +[cs-agent](https://github.com/codestable/cs-agent-mcp) 使用。 + ## 深入文档 - [完整工作流与项目结构](./WORKFLOW.md)