38 lines
2.1 KiB
Markdown
38 lines
2.1 KiB
Markdown
---
|
||
title: "Multi-Agent Specialized Team(Solo Founder 模式)"
|
||
type: source
|
||
tags: [multi-agent, openclaw, solo-founder, team, telegram]
|
||
date: 2026-04-13
|
||
---
|
||
|
||
## Source File
|
||
- [[raw/Agent/usecases/multi-agent-team.md]]
|
||
|
||
## Summary
|
||
- 核心主题:Solo Founder 如何通过多 Agent 专精团队实现 24/7 全天候工作能力
|
||
- 问题域:单一 Agent 无法同时擅长战略/开发/营销/销售;角色切换破坏深度工作
|
||
- 方法/机制:每个 Agent 独立角色+人格+模型,通过共享内存协作,Telegram 统一入口
|
||
- 结论/价值:从"管理一个工具"到"指挥一个团队"的范式转变,Agent 主动推送而非被动响应
|
||
|
||
## Key Claims
|
||
- 2 Agent 起步(Lead + 1 专精),按瓶颈扩展,而非一上来建 4 个团队
|
||
- 共享内存(GOALS.md/DECISIONS.md/PROJECT_STATUS.md)+ 私有上下文是关键组合
|
||
- 定时主动任务(早会摘要/指标推送/内容创意)是真正的价值杠杆
|
||
- Telegram 单群聊入口 + @AgentName 路由 + 无@默认 Lead
|
||
|
||
## Key Quotes
|
||
> "A real small team available 24/7." — [[Trebuh]] 描述其 4 Agent 团队
|
||
|
||
## Key Entities
|
||
- [[Trebuh]]:Solo founder,4 Agent 团队(Milo/Josh/Marketing/Dev)+ Telegram + VPS 实践者
|
||
- [[OpenClaw]]:多 Agent 协作框架,支持 sessions_spawn/sessions_send/共享文件系统
|
||
- [[Claude Code]]:深度代码任务执行(Agent 模式)
|
||
- [[Telegram]]:统一控制平面,单群聊入口实现多 Agent 路由
|
||
|
||
## Connections
|
||
- [[Multi-Agent-Specialized-Team-Solo-Founder-Setup]] ← implements ← [[Multi-Agent Hierarchy]](Supervisor=Lead,Worker=专精 Agent)
|
||
- [[Multi-Agent-Specialized-Team-Solo-Founder-Setup]] ← shares_pattern ← [[Autonomous-Project-Management]](共享状态协调模式)
|
||
- [[Multi-Agent-Specialized-Team-Solo-Founder-Setup]] ← extends ← [[Multi-Agent-System-Reliability-Alex-Ewerlof]](Hierarchy 模式的 OpenClaw 具体实践)
|
||
- [[Multi-Agent-Specialized-Team-Solo-Founder-Setup]] ← uses ← [[共享内存模式]](GOALS.md/DECISIONS.md/PROJECT_STATUS.md)
|
||
- [[Multi-Agent-Specialized-Team-Solo-Founder-Setup]] ← enables ← [[定时主动任务]](Agent 主动后台工作推送结果)
|