mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-09 17:10:58 +00:00
docs: add AI蜂群协作技术文档 to 方法论
This commit is contained in:
@@ -160,6 +160,27 @@ Canvas方式:**代码 ⇄ 白板 ⇄ AI ⇄ 人类**,白板成为单一真
|
||||
|
||||
</details>
|
||||
|
||||
<details open>
|
||||
<summary><strong>🐝 AI蜂群协作</strong></summary>
|
||||
|
||||
> **基于 tmux 的多 AI Agent 协作系统**
|
||||
|
||||
传统模式:人 ←→ AI₁, 人 ←→ AI₂, 人 ←→ AI₃ (人是瓶颈)
|
||||
|
||||
蜂群模式:**人 → AI₁ ←→ AI₂ ←→ AI₃** (AI 自主协作)
|
||||
|
||||
| 能力 | 实现方式 | 效果 |
|
||||
|:---|:---|:---|
|
||||
| 🔍 感知 | `capture-pane` | 读取任意终端内容 |
|
||||
| 🎮 控制 | `send-keys` | 向任意终端发送按键 |
|
||||
| 🤝 协调 | 共享状态文件 | 任务同步与分工 |
|
||||
|
||||
**核心突破**:AI 不再是孤立的,而是可以互相感知、通讯、控制的集群。
|
||||
|
||||
👉 [深入了解AI蜂群协作](./i18n/zh/documents/02-方法论/AI蜂群协作-tmux多Agent协作系统.md)
|
||||
|
||||
</details>
|
||||
|
||||
---
|
||||
|
||||
## 🖼️ 概览
|
||||
|
||||
Reference in New Issue
Block a user