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.
| Agent | Role | Channel |
|---|---|---|
| Bob | Professional ops: career, research, blogging, EagerBots business | Telegram |
| Sage | Personal ops: family, calendar, email, morning/nightly routines | Telegram |
| Cody | Code: pair programming, reviews, architecture | Telegram |
| Scout | Security & QA: scans, backups, infra monitoring | Telegram |
# Create all four agentsopenclaw agent create --name bob --model anthropic/claude-sonnet-4-6openclaw agent create --name sage --model anthropic/claude-sonnet-4-6openclaw agent create --name cody --model openai/codexopenclaw agent create --name scout --model openai/codexMore detail coming soon. This recipe is actively being documented from a live deployment.