Auto-sync: 2026-04-17 19:17
This commit is contained in:
25
wiki/concepts/去中心化协调.md
Normal file
25
wiki/concepts/去中心化协调.md
Normal 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 重构
|
||||
- 研究冲刺
|
||||
- 内容流水线
|
||||
Reference in New Issue
Block a user