Merge pull request #31 from techops-services/feat/restricted-dm-agent

feat(deploy): add restricted checkin-bot agent for DMs
This commit is contained in:
Simon KP 2026-01-26 23:36:06 +11:00 committed by GitHub
commit 00ef343723
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {