Files
nexus/wiki/sources/multi-agent-team.md

64 lines
5.1 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 Specialized Team (Solo Founder Setup)"
type: source
tags: []
date: 2026-04-23
---
## Source File
- [[Agent/usecases/multi-agent-team.md]]
## Summary用中文描述
- **核心主题**:用多个专业化 AI Agent 组建团队解决一人创业者Solo Founder身兼数职、上下文切换破坏深度工作的困境
- **问题域**一人公司运营、AI Agent 协作架构、个人生产力系统
- **方法/机制**4 个专业 AgentMilo/策略、Josh/商业、Marketing/营销、Dev/开发)通过共享记忆 + 私有上下文 + Telegram 单一控制平面协调运作,定时任务驱动主动工作流,并行执行提升效率
- **结论/价值**AI Agent 个性化(名字+人格)比技术本身更重要;共享记忆 + 私有上下文组合是关键;定时任务是价值飞轮;起步从 2 个 Agent 而非 4 个开始
## Key Claims用中文描述
- 单个 Agent 无法精通所有领域:上下文窗口在同时处理策略、代码、营销研究、商业分析时快速填满
- 泛化提示产生泛化输出:编程 Agent 不应该同时撰写营销文案
- 一人公司需要团队而非另一个管理工具Agent 应在后台工作并呈现结果,而非需要持续看护
- 知识孤岛问题:营销研究的洞察不会自动影响开发优先级,除非手动桥接
- 个性比想象中更重要:给 Agent 起名字和沟通风格,让人自然地"与团队对话"而非使用通用 AI
- 共享记忆 + 私有上下文组合是关键Agent 需要共同基础(目标、决策)也需要积累领域专业知识的独立空间
- 根据任务复杂度匹配模型能力:不要用昂贵的推理模型做关键词监控
- 定时任务是价值飞轮:真正的价值来自 Agent 主动呈现洞察,而非仅在被询问时响应
- 从 2 个 Agent 而非 4 个开始:先用 1 个领导 + 1 个专家的组合,再根据瓶颈逐步添加
## Key Quotes
> "One agent can't do everything well: A single agent's context window fills up fast when juggling strategy, code, marketing research, and business analysis" — 单一 Agent 上下文溢出的痛点描述
> "Personality matters more than you'd think: Giving agents distinct names and communication styles makes it natural to 'talk to your team' rather than wrestle with a generic AI" — Agent 个性化设计的核心洞察
> "Scheduled tasks are the flywheel: The real value emerges when agents proactively surface insights, not just when you ask" — 定时任务作为价值飞轮
> "Start with 2, not 4: Begin with a lead + one specialist, then add agents as you identify bottlenecks" — 从小规模起步的实践建议
## Key Concepts
- [[Agent Specialization]]:专业分工,每个 Agent 有独特角色、性格和针对其领域优化的模型
- [[Agent Personality]]Agent 个性化设计,赋予名字和沟通风格使协作更自然
- [[Shared Memory Architecture]]共享记忆架构团队通用文件GOALS.md、DECISIONS.md、PROJECT_STATUS.md
- [[Private Context]]:私有上下文,各 Agent 独立维护会话历史和领域特定笔记
- [[Single Control Plane]]:单一控制平面,所有 Agent 通过 Telegram 分组统一接入
- [[Scheduled Task Flywheel]]定时任务飞轮Agent 主动工作而非被动等待
- [[Parallel Agent Execution]]:并行执行,多个 Agent 可同时处理独立任务
## Key Entities
- [[OpenClaw]]:多 Agent 框架,提供 sessions_spawn/sessions_send 能力支撑多 Agent 编排
- [[Milo]]:策略领导 AgentClaude Opus 模型负责战略规划、Agent 协调、OKR 追踪
- [[Josh]]:商业分析 AgentClaude Sonnet 模型负责定价策略、增长指标、KPI 追踪
- [[Marketing Agent]]:营销研究 AgentGemini 模型负责内容创意、竞品监控、SEO 研究
- [[Dev Agent]]:开发 AgentClaude Opus/Codex 模型,负责编码、代码审查、架构决策
- [[Telegram]]:单一控制平面消息接口,所有 Agent 在同一群组中响应标签指令
- [[Trebuh]]X 用户原型,独立创业者,成功实践 4 Agent 团队模式
- [[OpenClaw Showcase]]OpenClaw 社区展示,包含 @jdrhyne15+ Agent/3 机器/1 Discord@nateliason(多模型流水线)、@danpeguine2 实例 WhatsApp 协作)等案例
## Connections
- [[Content Factory]] ← uses ← [[Multi-Agent Team]](内容工厂使用多 Agent 团队协作)
- [[OpenClaw]] ← powers ← [[Multi-Agent Team]]OpenClaw 提供多 Agent 编排能力)
- [[Self-Healing Home Server]] ← similar_arch ← [[Multi-Agent Team]]相似架构OpenClaw + 定时任务)
- [[Multi-Agent System Reliability]] ← related_to ← [[Multi-Agent Team]](多 Agent 系统可靠性是相关概念)
## Contradictions
- 与 [[Content Factory]] 的团队架构差异:
- 冲突点Content Factory 是链式协作Research → Writing → ThumbnailMulti-Agent Team 是并行专业化分工
- 当前观点:并行专业化分工更适合一人公司的多领域需求
- 对方观点:链式协作更适合内容创作这类有序流程