Auto-sync: 2026-04-17 19:17

This commit is contained in:
2026-04-17 19:17:27 +08:00
parent a1c4f6495b
commit 52c143d5e4
49 changed files with 1444 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
---
title: "去中心化协调"
type: concept
tags: []
sources: []
last_updated: 2026-04-17
---
## Definition
通过共享状态文件实现多 Agent 自主协调的模式,替代中央 orchestrator 的消息传递机制
## Key Principles
- 单一真相源:所有 Agent 读写共享状态文件
- 无中央调度Agent 自驱协调,读取状态发现可执行任务
- 状态持久化:所有变更通过 Git 版本追踪
## Related Concepts
- [[项目状态管理]]
- [[Subagent 管理]]
- [[Shared Memory]]
## Use Cases
- 多 repo 重构
- 研究冲刺
- 内容流水线