Files
Atomizer/hq/instances/manager/openclaw.json.bak.2

222 lines
5.1 KiB
Groff

{
"logging": {
"level": "trace",
"file": "/tmp/openclaw/atomizer-manager.log",
"redactSensitive": "tools"
},
"agents": {
"defaults": {
"model": {
"primary": "anthropic/claude-opus-4-6"
},
"skipBootstrap": true,
"bootstrapMaxChars": 25000,
"userTimezone": "America/Toronto",
"typingIntervalSeconds": 4,
"typingMode": "instant",
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 4
}
},
"list": [
{
"id": "main",
"default": true,
"name": "Atomizer Manager",
"workspace": "/home/papa/atomizer/workspaces/manager",
"model": "anthropic/claude-opus-4-6",
"identity": {
"name": "Atomizer Manager",
"theme": "Senior engineering manager. Orchestrates, delegates, enforces protocols. Decisive and strategic.",
"emoji": "\ud83c\udfaf"
},
"groupChat": {
"mentionPatterns": [
"@manager",
"@Manager",
"\ud83c\udfaf"
]
},
"subagents": {
"allowAgents": [
"*"
]
}
}
]
},
"messages": {
"responsePrefix": "[{identity.name}] ",
"queue": {
"mode": "collect",
"debounceMs": 2000,
"cap": 20
},
"inbound": {
"debounceMs": 3000
},
"ackReaction": "",
"ackReactionScope": "group-mentions"
},
"commands": {
"native": "auto",
"nativeSkills": "auto"
},
"hooks": {
"enabled": true,
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1",
"allowRequestSessionKey": true,
"allowedSessionKeyPrefixes": [
"agent:",
"hook:"
],
"allowedAgentIds": [
"*"
]
},
"channels": {
"discord": {
"enabled": true,
"commands": {
"native": false
},
"groupPolicy": "allowlist",
"token": "${DISCORD_TOKEN_MANAGER}",
"dm": {
"enabled": true,
"policy": "allowlist",
"allowFrom": [
"719982779793932419"
]
},
"guilds": {
"1471858733452890132": {
"requireMention": false,
"users": [
"719982779793932419"
],
"channels": {
"ceo-office": {
"allow": true,
"requireMention": false
},
"announcements": {
"allow": true,
"requireMention": false
},
"daily-standup": {
"allow": true,
"requireMention": false
},
"active-projects": {
"allow": true,
"requireMention": false
},
"agent-logs": {
"allow": true,
"requireMention": false
},
"inter-agent": {
"allow": true,
"requireMention": false
},
"general": {
"allow": true,
"requireMention": false
},
"hydrotech-beam": {
"allow": true,
"requireMention": false
}
}
}
}
},
"slack": {
"mode": "socket",
"webhookPath": "/slack/events",
"enabled": true,
"botToken": "xoxb-10470305040052-10460352291747-t1rf0tPohZyniT7LGlfkHcTc",
"appToken": "xapp-1-A0ADM99RSLV-10460354049203-72848191ab9a849e61e1bf8c15d4240d4cf2fd1d8f6dd45bd41c5678f0ed4b52",
"userTokenReadOnly": true,
"allowBots": false,
"requireMention": false,
"groupPolicy": "allowlist",
"historyLimit": 50,
"reactionNotifications": "all",
"thread": {
"historyScope": "thread",
"inheritParent": true
},
"actions": {
"reactions": true,
"messages": true,
"pins": true,
"memberInfo": true,
"emojiList": true
},
"dm": {
"enabled": true,
"policy": "allowlist",
"allowFrom": [
"U0AE3J9MDND"
]
},
"channels": {
"C0AEJV13TEU": {
"allow": true,
"requireMention": false
},
"C0ADJALL61Z": {
"allow": true,
"requireMention": false
},
"C0AD9F7LYNB": {
"allow": true,
"requireMention": false
},
"C0AE4CESCC9": {
"allow": true,
"requireMention": false
},
"C0AEB39CE5U": {
"allow": true,
"requireMention": false
}
}
}
},
"gateway": {
"port": 18800,
"mode": "local",
"bind": "loopback",
"auth": {
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
},
"remote": {
"url": "ws://127.0.0.1:18800",
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
}
},
"skills": {
"load": {
"extraDirs": [
"/home/papa/atomizer/skills"
]
}
},
"plugins": {
"entries": {
"discord": {
"enabled": true
},
"slack": {
"enabled": true
}
}
},
"talk": {
"apiKey": "sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398"
}
}