docs: clarify WhatsApp DM routing per agent

This commit is contained in:
Peter Steinberger
2026-01-12 01:28:11 +00:00
parent 7c2cb57434
commit 0fd365a975
3 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ Bun is supported for faster TypeScript execution, but **WhatsApp requires Node**
### Can multiple people use one WhatsApp number with different Clawdbots?
Yes, via **multiagent routing**. Bind each senders WhatsApp DM to a different `agentId`, so each person gets their own workspace and session store. Replies still come from the **same WhatsApp account**, and DM access control (`whatsapp.dmPolicy` / `whatsapp.allowFrom`) is global per WhatsApp account. See [Multi-Agent Routing](/concepts/multi-agent) and [WhatsApp](/providers/whatsapp).
Yes, via **multiagent routing**. Bind each senders WhatsApp **DM** (peer `kind: "dm"`, sender E.164) to a different `agentId`, so each person gets their own workspace and session store. Replies still come from the **same WhatsApp account**, and DM access control (`whatsapp.dmPolicy` / `whatsapp.allowFrom`) is global per WhatsApp account. See [Multi-Agent Routing](/concepts/multi-agent) and [WhatsApp](/providers/whatsapp).
### Does Homebrew work on Linux?