34 lines
1.0 KiB
Markdown
34 lines
1.0 KiB
Markdown
---
|
||
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]]
|