openclaw/docs
sheeek 09769d127f feat: add broadcast groups for multi-agent responses
Enables multiple agents to process the same message simultaneously,
allowing teams of specialized agents with atomic tasks to work together
in the same group using one phone number.

Key features:
- Configure multiple agents per WhatsApp group/DM via routing.broadcast
- Parallel (default) or sequential processing strategies
- Full session isolation (separate history, workspace, tools per agent)
- Minimal code changes (~50 lines in auto-reply.ts)
- Backward compatible with existing routing

Use cases:
- Specialized agent teams (code reviewer + security scanner + docs)
- Multi-language support (EN + DE + ES agents)
- Quality assurance workflows (support + QA agents)
- Task automation (tracker + logger + reporter)

Example config:
{
  "routing": {
    "broadcast": {
      "strategy": "parallel",
      "120363403215116621@g.us": ["alfred", "baerbel", "assistant3"]
    }
  }
}

This enables scaling to hundreds of focused micro-agents on a single
phone number, each handling specific atomic tasks.
2026-01-09 21:05:58 +01:00
..
_layouts chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
assets Docs: use real roborock/padel screenshots 2026-01-07 20:43:06 +00:00
automation fix: harden Gmail hook model defaults (#472) (thanks @koala73) 2026-01-09 19:59:45 +01:00
cli feat(telegram): inline keyboard buttons (#491) 2026-01-09 20:47:03 +01:00
concepts feat(messages): add whatsapp messagePrefix and responsePrefix auto 2026-01-09 19:29:04 +00:00
experiments fix: harden Gmail hook model defaults (#472) (thanks @koala73) 2026-01-09 19:59:45 +01:00
gateway feat(messages): add whatsapp messagePrefix and responsePrefix auto 2026-01-09 19:29:04 +00:00
images feat(ui): improve mobile responsiveness 2026-01-09 16:32:55 +01:00
install docs: link Hetzner guide from install/platforms 2026-01-09 18:21:28 +01:00
nodes feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
platforms docs: link Hetzner guide from install/platforms 2026-01-09 18:21:28 +01:00
providers feat(messages): add whatsapp messagePrefix and responsePrefix auto 2026-01-09 19:29:04 +00:00
reference Discord: fix DM recipient parsing for bare numeric user IDs (#596) 2026-01-09 12:58:25 -06:00
start docs: split CLI install commands into separate code blocks (#601) 2026-01-09 13:00:50 -06:00
tools Merge branch 'main' into commands-list-clean 2026-01-09 11:46:08 -05:00
web fix: drop explicit ui:install step 2026-01-09 07:02:42 +00:00
_config.yml docs: naming sweep and platform wording 2026-01-08 23:25:51 +01:00
broadcast-groups.md feat: add broadcast groups for multi-agent responses 2026-01-09 21:05:58 +01:00
CNAME chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
debugging.md feat: add /debug runtime overrides 2026-01-09 16:55:16 +01:00
docs.json docs: add messages concept overview 2026-01-09 19:06:14 +00:00
environment.md feat: allow inline env vars in config 2026-01-08 22:57:18 +01:00
index.md feat: switch message cli to subcommands 2026-01-09 09:00:41 +01:00
logging.md feat: improve logs output and docs 2026-01-09 02:51:17 +01:00
multi-agent-sandbox-tools.md feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
scripts.md feat(models): add oauth auth health 2026-01-09 00:34:38 +00:00
token-use.md fix: restore emoji-rich status output 2026-01-09 03:15:33 +00:00
tui.md feat: add usage cost reporting 2026-01-09 02:29:54 +00:00
whatsapp-clawd.jpg Add WhatsApp screenshot to claude-config.md 2025-11-27 18:43:24 +01:00