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

60 lines
3.5 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: [multi-agent, solo-founder, telegram, openclaw, team-automation]
date: 2026-04-27
---
## Source File
- [[raw/Agent/usecases/multi-agent-team.md]]
## Summary用中文描述
- 核心主题Solo Founder 如何通过多 Agent 专业化团队实现"一人公司"运作
- 问题域:单人创业者的角色切换成本、知识孤岛、无法专注深度工作
- 方法/机制4 个专业化 AgentMilo 战略lead、Josh 商业分析、Marketing 内容营销、Dev 开发)+ 共享记忆 + Telegram 单入口 + 定时任务
- 结论/价值Agent 个性化比想象中更重要;共享记忆 + 私有上下文组合是关键按任务复杂度选模型定时任务形成飞轮从小团队开始lead + 1 specialist
## Key Claims用中文描述
- 单个 Agent 无法同时处理战略、代码、营销、商业分析而不导致上下文耗尽:上下文切换摧毁深度工作
- 通用 prompt 产生通用输出:编码 Agent 不应同时负责营销文案
- Agent 个性化(名字 + 沟通风格)使"和团队对话"比"使用工具"更自然
- 共享记忆 + 私有上下文组合是核心共同ground目标/决策) + 各自积累领域专业
- 按任务复杂度匹配模型能力:不要用贵的推理模型做关键词监控
- 定时主动推送洞察而非被动响应是价值飞轮:真正的价值在 Agent 主动浮现洞察
- 从 2 个 Agent 而非 4 个开始lead + 一个 specialist然后按瓶颈扩展
## Key Quotes
> "A real small team available 24/7." — Trebuh描述他用 4 个 OpenClaw Agent 组成的团队
> "Personality matters more than you'd think." — OpenClaw Showcase用户反馈 Agent 个性化使交互更自然
> "Right model for the right job." — OpenClaw Showcase不要用昂贵推理模型做简单任务
## Key Concepts
- [[SharedMemory]]:团队共享的项目文档、目标、关键决策,所有 Agent 均可访问
- [[PrivateContext]]:每个 Agent 维护自己的对话历史和领域特定笔记
- [[SingleControlPlane]]:通过单一 Telegram 群组控制所有 Agent@tag 分发
- [[ScheduledTask]]Agent 主动在后台执行定时任务(每日 standup、内容推送、监控
- [[ChainedAgents]]:(相关——多 Agent 流水线与本场景的链式执行模式类似)
## Key Entities
- [[OpenClaw]]:本方案的技术基础框架,支持多 Agent 管理和 Telegram 集成
- [[Telegram]]:单一控制平面的消息通道
- [[Milo]]:战略 Lead Agent由 Trebuh 创建,个性自信、有大局观、有魅力
- [[Josh]]:商业分析 Agent个性务实、直击要点、数据驱动
- [[Trebuh]]Solo FounderOpenClaw 多 Agent 团队的首创实践者
- [[Claude]]Agent 所使用的模型之一Milo/Dev Agent
- [[Gemini]]Agent 所使用的模型之一Marketing Agent
## Connections
- [[ContentFactory]] ← extends ← [[Multi-AgentTeam]]
- [[n8n]] ← integrates ← [[Multi-AgentTeam]]n8n 做工作流编排)
- [[Telegram]] ← controls ← [[Multi-AgentTeam]]
## Contradictions
- 与 [[ContentFactory]]Multi-Agent Content Factory
- 冲突点:是否需要流水线式链式处理
- 当前观点(本页面):多 Agent 按角色分工,通过共享记忆协调,强调 Agent 独立性和主动性
- 对方观点:多 Agent 按内容处理阶段链式执行,强调自动化流水线
- 说明两者实为互补——ContentFactory 是内容创作流水线,本页面是团队管理架构,可以结合使用