Auto-sync: 2026-04-26 00:02

This commit is contained in:
2026-04-26 00:02:55 +08:00
parent 8cceccf489
commit f1de106298
42 changed files with 1482 additions and 30 deletions

View File

@@ -0,0 +1,33 @@
---
title: "Multi-Agent Orchestration"
type: concept
sources: [workflow-startup-mvp]
last_updated: 2026-04-25
---
## Definition
Multi-Agent Orchestration多 Agent 编排)指通过预定义的 Agent 角色、交接顺序和质量门控,将多个专业 Agent 组织为流水线化协作体系的过程。
## Details
- **核心组件**
1. 角色定义Sprint Prioritizer、UX Researcher、Backend Architect 等)
2. 交接协议([[Sequential Handoff]] + [[Context Passing]]
3. 并行策略([[Parallel Agent Work]]
4. 质量保证([[Quality Gate]]
- **自动化前景**:引入 [[Orchestrator Agent]] 可替代手动编排,实现全自动化流水线
- **适用场景**复杂多角色协作任务SaaS 开发、内容生产、研究分析等)
## Aliases
- Multi-Agent Orchestration
- 多 Agent 编排
- Agent Orchestration
- Agent 编排
## Related Patterns
- [[Sequential Handoff]]
- [[Parallel Agent Work]]
- [[Quality Gate]]
- [[Context Passing]]
## Sources
- [[workflow-startup-mvp]]