Auto-sync: 2026-04-27 12:02

This commit is contained in:
2026-04-27 12:03:03 +08:00
parent fbd6107be4
commit 83c6e24e7c
45 changed files with 1898 additions and 886 deletions

View File

@@ -0,0 +1,34 @@
---
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 Setup4 个专业 AgentMilo 战略lead / Josh 商业分析 / Marketing 内容营销 / Dev 开发)+ Telegram + 定时任务
- **[[nexus-spatial-discovery]]**8 个 The Agency 专业 Agent 并行协作,完成产品完整规划
- **[[workflow-startup-mvp]]**:多 Agent 以周为单位的长周期迭代
- **[[workflow-landing-page]]**Landing Page 场景下的多 Agent 一天冲刺