35 lines
1.9 KiB
Markdown
35 lines
1.9 KiB
Markdown
---
|
||
title: "Multi-Agent-Team"
|
||
type: concept
|
||
tags: [multi-agent, team-structure, coordination]
|
||
sources: [multi-agent-team, nexus-spatial-discovery, workflow-startup-mvp]
|
||
last_updated: 2026-04-27
|
||
---
|
||
|
||
## Definition
|
||
|
||
多 Agent 团队架构——通过多个专业化 Agent 的分工协作实现复杂任务的系统性解决方案。与流水线式链式执行([[ContentFactory]])和流水线编排([[Agents-Orchestrator]])同属多 Agent 协作模式的不同维度。
|
||
|
||
## Key Design Principles
|
||
|
||
- **角色专业化**:每个 Agent 专注单一领域,避免上下文切换成本
|
||
- **共享记忆 + 私有上下文**:共同 ground(目标/决策)+ 各积累领域专长
|
||
- **单一控制平面**:通过统一入口(Telegram / Discord)控制所有 Agent,降低管理复杂度
|
||
- **定时主动任务**:Agent 主动推送洞察,而非被动等待指令
|
||
- **个性驱动交互**:Agent 个性化(名字 + 沟通风格)使"和团队对话"比"使用工具"更自然
|
||
- **从小开始**:lead + 1 specialist,按瓶颈逐步扩展
|
||
|
||
## Related Patterns
|
||
|
||
- [[ContentFactory]]:多 Agent 按内容处理阶段链式执行,强调自动化流水线——与本模式互补,可结合使用
|
||
- [[Agents-Orchestrator]]:流水线编排器,自主管理从规格到交付的完整流程——本模式侧重团队协作,后者侧重流程自动化
|
||
- [[SharedMemory]]:多 Agent 团队协调的核心基础设施
|
||
- [[PrivateContext]]:与 SharedMemory 组合使用
|
||
|
||
## Variants
|
||
|
||
- **[[multi-agent-team]]**(Solo Founder Setup):4 个专业 Agent(Milo 战略lead / Josh 商业分析 / Marketing 内容营销 / Dev 开发)+ Telegram + 定时任务
|
||
- **[[nexus-spatial-discovery]]**:8 个 The Agency 专业 Agent 并行协作,完成产品完整规划
|
||
- **[[workflow-startup-mvp]]**:多 Agent 以周为单位的长周期迭代
|
||
- **[[workflow-landing-page]]**:Landing Page 场景下的多 Agent 一天冲刺
|