← Back to library

Multi-Agent Specialized Team:单聊天入口编排多角色代理协作

解决 solo founder 在战略、研发、营销间频繁切换导致效率低的问题:按角色拆分代理、共享项目记忆,并用调度任务驱动日常协作。

GITHUBDiscovered 2026-02-13Author hesamsheikh
Prerequisites
  • An always-on host (VPS/home server) is available and OpenClaw gateway is running.
  • Shared memory files are defined (GOALS.md / DECISIONS.md / PROJECT_STATUS.md).
Steps
  1. Define 2-4 agent personas with clear responsibilities (e.g., strategy, growth, dev, marketing).
  2. Create shared memory + per-agent private folders, so agents can share decisions while keeping domain-specific context.
  3. Configure routing rules in one group chat: @role tag routes to target agent, @all broadcasts, no-tag falls back to lead agent.
  4. Add scheduled jobs/heartbeat tasks for each role (morning standup, metrics pull, trend scan, EOD recap).
  5. Start with 2 agents first; expand only after responsibilities and handoff points are stable.
Commands
openclaw gateway status
openclaw gateway restart
openclaw help
Verify

In one day, tagged messages route to the right specialist, and shared status files reflect cross-agent decisions without manual copy/paste.

Caveats
  • Do not let all agents write to all files without conventions; define ownership to avoid state corruption.
  • Mixed-model setups increase operational complexity and token variance(需验证)。
Source attribution

This tip is aggregated from community/public sources and preserved with attribution.

Open original source ↗
Visit original post