Skip to content

Multi-Agent Swarm Setup

The four-agent swarm pattern gives each agent a clear domain, preventing overlap and making the system easier to reason about.

AgentRoleChannel
BobProfessional ops: career, research, blogging, EagerBots businessTelegram
SagePersonal ops: family, calendar, email, morning/nightly routinesTelegram
CodyCode: pair programming, reviews, architectureTelegram
ScoutSecurity & QA: scans, backups, infra monitoringTelegram
Terminal window
# Create all four agents
openclaw agent create --name bob --model anthropic/claude-sonnet-4-6
openclaw agent create --name sage --model anthropic/claude-sonnet-4-6
openclaw agent create --name cody --model openai/codex
openclaw agent create --name scout --model openai/codex

More detail coming soon. This recipe is actively being documented from a live deployment.