Common Ground Core (CGC) - 多 Agent 协调系统
Common Ground Core: From Agent Chaos to Structured Intelligence
来源: Intelligent Internet (II.inc)
原文链接: https://ii.inc/web/blog/post/common-ground-core-cgc
整理时间: 2026-02-18
📋 文章概述
Common Ground Core (CGC) 是一个开源的多智能体协调引擎/操作系统,旨在解决当前 Agent 框架在规模扩展时面临的协作问题。它不是又一个应用层框架,而是协议优先的底层内核,为 Agent 协作定义”物理法则”。
🎯 核心问题:为什么 Agents 在真实世界中失败
单 Agent vs 多 Agent
| 单 Agent 系统 | 多 Agent 系统 |
|---|---|
| 易于理解 | 难以推理 |
| 独立运行 | 引入并行、委托、异步协作 |
| 简单循环 | 面临人类组织花费数世纪解决的问题 |
现有框架的问题
- ❌ 上下文丢失 (Context gets lost)
- ❌ 死锁出现 (Deadlocks appear)
- ❌ Agent 幻觉 (Agents hallucinate into vacuums)
- ❌ 协调崩溃 (Coordination collapses under real-world complexity)
核心洞察: 大多数 Agent 堆栈缺少”神经系统”——它们可以行动,但无法可靠地协调。非结构化的智能只是熵。
🏗️ CGC 架构设计
协议优先的内核 (Protocol-First Kernel)
CGC 不是:
- ❌ 一个库 (Not a library)
- ❌ 工作流模板 (Not a workflow template)
CGC 是:
- ✅ 协作的操作系统 (An operating system for collaboration)
- ✅ 边缘自由,内核约束 (Freedom at the edges. Constraints at the kernel.)
三大核心原则
1. 不可变且可追溯的状态 (Immutable & Traceable State)
每一条消息、每一个决策、每一次工具调用
↓
持久化为共享认知账本的一部分
↓
可以检查结果如何产生,而不仅是什么结果
2. 内核强制执行协调 (Coordination Enforced at Kernel)
- Agents 可以动态分叉、加入、汇聚
- 不会陷入竞态条件或脑裂状态
- 协作规则在协议层强制执行
3. 框架无关的 Workers (Framework-Agnostic Workers)
| 协议不关心 | 协议只要求 |
|---|---|
| Agent 如何思考 | Agent 遵循协作规则 |
| 使用的模型 | |
| 技术栈 | |
| 执行环境 |
👤 人类作为平等的异步 Agent
核心理念
“人类不是’在循环中’,他们是在系统中”
Humans are not “in the loop.” They are in the system.
协作空间设计
CGC 直接接入协作工具(如 Slack),创造的结果不是:
- ❌ 频道里的聊天机器人
而是:
- ✅ 共享协议空间 (Shared protocol space)
人类在系统中的能力
- 🎯 中途注入意图 (Inject intent mid-flight)
- 👁️ 审查正在形成的研究计划 (Review research plans as they form)
- ✅ 在 Agent 执行时授权代码 (Authorize code while agents are executing)
- 🤝 作为 AI Worker 的同行参与状态机 (Participate in the same state machine)
机器适应人类的节奏,而非相反
The machine adapts to human cadence, not the other way around.
🧠 CardBox: 看见 Agent 的思考
问题
传统 Agent 是黑盒:输入 → [???] → 输出
CGC 解决方案
CardBox 状态模型:
- 每一个推理片段
- 每一次工具调用
- 每一个思维分支
都成为:可见的、可导航的工件 (visible, navigable artifact)
能力
| 传统 Agent | CardBox 系统 |
|---|---|
| 黑盒执行器 | 真正的共同创造者 |
| 无法追溯 | 追溯想法如何形成 |
| 无法干预 | 查看 Agent 分支点 |
| 错误传播后才知 | 错误传播前纠正 |
🌍 从单人 Agent 到数字组织
范式转变
| 单人 Agent 时代 | 数字组织时代 |
|---|---|
| 孤立的循环 | 结构化的人-Agent 生态系统 |
| 运行越来越快 | 可持续复杂性的协作 |
Common Ground 的愿景
构建功能性数字组织的基础:
- 🏢 Agent 团队 — 有分工协作
- 👤 人类作为同行 — 而非监督者
- 🧠 共享记忆、协议、真相
- ⚡ 在现实负载下的弹性协调
📦 开源发布
当前状态
- ✅ 内核已上线 (The kernel is live)
- 🔄 协议持续演进 (The protocol is evolving)
- 🚀 生态系统刚刚起步 (The ecosystem is just getting started)
参与方式
| 资源 | 链接 |
|---|---|
| GitHub | https://github.com/Intelligent-Internet/CommonGround |
| 开发者社区 | https://discord.com/invite/intelligentinternet |
💡 关键要点总结
与传统 Agent 框架的对比
| 维度 | 传统框架 | CGC |
|---|---|---|
| 架构 | 应用层编排 | 协议优先内核 |
| 状态 | 易失性 | 不可变、可追溯 |
| 协调 | 启发式/工作流 | 内核强制执行 |
| Worker | 框架绑定 | 框架无关 |
| 人类角色 | 监督者/在循环中 | 平等的异步 Agent |
| 可见性 | 黑盒 | CardBox 认知地图 |
| 扩展性 | 单机 demo | 真实世界协调 |
核心设计哲学
- 协议 > 应用 — 在底层定义协作规则
- 约束创造自由 — 内核约束让边缘更自由
- 人类是参与者 — 不是使用者,而是组织成员
- 可追溯 > 可解释 — 不仅解释结果,还展示过程
🔗 相关资源
- 原文: https://ii.inc/web/blog/post/common-ground-core-cgc
- GitHub: https://github.com/Intelligent-Internet/CommonGround
- Discord: https://discord.com/invite/intelligentinternet
📝 备注
本文整理自 II.inc 官方博客,介绍其开源的多 Agent 协调系统 CGC (Common Ground Core)。该系统目前已应用于 II.inc 的 Slack 工作流和内部协作工作空间。