diff --git a/deploy/prod/clawdbot.json b/deploy/prod/clawdbot.json index 50f957b90..fb27f7b45 100644 --- a/deploy/prod/clawdbot.json +++ b/deploy/prod/clawdbot.json @@ -4,6 +4,17 @@ }, "agents": { "list": [ + { + "id": "checkin-bot", + "default": true, + "identity": { + "name": "tobais", + "emoji": "🤖" + }, + "tools": { + "deny": ["*"] + } + }, { "id": "main", "identity": { @@ -21,14 +32,26 @@ "maxConcurrent": 2 } }, + "bindings": [ + { + "agentId": "main", + "match": { + "channel": "discord", + "peer": { + "kind": "dm", + "id": "213199879525105664" + } + } + } + ], "channels": { "discord": { "enabled": true, "groupPolicy": "allowlist", "dm": { "enabled": true, - "policy": "allowlist", - "allowFrom": ["213199879525105664"] + "policy": "open", + "allowFrom": ["*"] }, "guilds": { "884603707658997780": {