Files
nexus/wiki/concepts/去中心化协调.md
2026-04-17 19:17:27 +08:00

25 lines
583 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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 重构
- 研究冲刺
- 内容流水线