Files
nexus/wiki/concepts/Multi-Agent-Orchestration.md
2026-04-26 00:02:55 +08:00

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