Files
Atomizer/hq/instances/tech-lead/openclaw.json

202 lines
4.6 KiB
JSON

{
"logging": {
"level": "trace",
"file": "/tmp/openclaw/atomizer-tech-lead.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
},
"compaction": {
"mode": "safeguard",
"memoryFlush": {
"enabled": true
}
},
"contextPruning": {
"mode": "cache-ttl",
"ttl": "15m",
"keepLastAssistants": 3,
"softTrimRatio": 0.6,
"hardClearRatio": 0.8,
"minPrunableToolChars": 2000
},
"heartbeat": {
"every": "30m",
"target": "discord"
}
},
"list": [
{
"id": "main",
"default": true,
"name": "Atomizer Tech Lead",
"workspace": "/home/papa/atomizer/workspaces/technical-lead",
"model": "anthropic/claude-opus-4-6",
"identity": {
"name": "Atomizer Tech Lead",
"theme": "Deep FEA/optimization expert. Breaks down problems, leads R&D, reviews technical work. Rigorous and thorough.",
"emoji": "\ud83d\udd27"
},
"groupChat": {
"mentionPatterns": [
"@tech-lead",
"@technical-lead",
"@Technical Lead",
"\ud83d\udd27"
]
},
"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",
"dm": {
"enabled": true,
"policy": "allowlist",
"allowFrom": [
"user:719982779793932419"
]
},
"guilds": {
"1471858733452890132": {
"requireMention": true,
"users": [
"user:719982779793932419"
],
"channels": {
"feed": {
"allow": true,
"requireMention": true
},
"technical": {
"allow": true,
"requireMention": true
},
"rnd": {
"allow": true,
"requireMention": true
},
"lessons-learned": {
"allow": true,
"requireMention": true
},
"knowledge-base": {
"allow": true,
"requireMention": true
},
"it": {
"allow": true,
"requireMention": true
},
"proj-hydrotech-beam": {
"allow": true,
"requireMention": true
},
"dm-tech-lead": {
"allow": true,
"requireMention": false
},
"hq": {
"allow": true,
"requireMention": true
},
"reports": {
"allow": true,
"requireMention": true
},
"announcements": {
"allow": true,
"requireMention": true
},
"agent-logs": {
"allow": true,
"requireMention": true
}
}
}
},
"token": "${DISCORD_TOKEN_TECH_LEAD}",
"allowBots": true
}
},
"gateway": {
"port": 18804,
"mode": "local",
"bind": "loopback",
"auth": {
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
},
"remote": {
"url": "ws://127.0.0.1:18804",
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
}
},
"skills": {
"load": {
"extraDirs": [
"/home/papa/atomizer/skills"
]
}
},
"plugins": {
"entries": {
"discord": {
"enabled": true
}
}
},
"talk": {
"apiKey": "sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398"
}
}