whatsapp / commands
"list": [
{
"id": "daphne",
"default": true,
"name": "Daphne",
"workspace": "/home/george/clawd-daphne",
"agentDir": "/home/george/Scripts/Clawdbot/state/agents/daphne/agent"
},
{
"id": "agatha",
"name": "Agatha",
"workspace": "/home/george/Scripts/Agatha/workspace",
"agentDir": "/home/george/Scripts/Clawdbot/state/agents/agatha/agent",
"model": {
"primary": "openrouter/minimax/minimax-m2.1",
"fallbacks": [
"openrouter/google/gemini-3-flash-preview"
]
},
"tools": {
"allow": ["whatsapp"]
}
}
]
},
"bindings": [
{
"agentId": "daphne",
"match": {
"channel": "whatsapp",
"accountId": "daphne"
}
},
{
"agentId": "daphne",
"match": {
"channel": "discord"
}
},
{
"agentId": "agatha",
"match": {
"channel": "whatsapp",
"accountId": "agatha"
}
}
],
"commands": {
"native": true,
"text": true,
"restart": true
},
"channels": {
"whatsapp": {
"accounts": {
"daphne": {
"dmPolicy": "pairing",
"groupPolicy": "allowlist"
},
"agatha": {
"dmPolicy": "open",
"allowFrom": ["*"],
"groupPolicy": "allowlist",
"groups": {
"120363406327151191@g.us": {
"requireMention": false
}
}
}
},
