chore(hq): daily sync 2026-02-20
This commit is contained in:
@@ -1,44 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
# Atomizer Cluster Management Script
|
||||
set -euo pipefail
|
||||
|
||||
AGENTS=(manager tech-lead secretary auditor optimizer study-builder nx-expert webster)
|
||||
SERVICE_PREFIX="openclaw-atomizer@"
|
||||
|
||||
case "${1:-help}" in
|
||||
start)
|
||||
for a in "${AGENTS[@]}"; do
|
||||
echo "Starting ${a}..."
|
||||
systemctl --user enable --now "${SERVICE_PREFIX}${a}.service"
|
||||
done
|
||||
echo "All agents started."
|
||||
;;
|
||||
stop)
|
||||
for a in "${AGENTS[@]}"; do
|
||||
echo "Stopping ${a}..."
|
||||
systemctl --user stop "${SERVICE_PREFIX}${a}.service" || true
|
||||
done
|
||||
echo "All agents stopped."
|
||||
;;
|
||||
restart)
|
||||
for a in "${AGENTS[@]}"; do
|
||||
echo "Restarting ${a}..."
|
||||
systemctl --user restart "${SERVICE_PREFIX}${a}.service"
|
||||
done
|
||||
echo "All agents restarted."
|
||||
;;
|
||||
status)
|
||||
for a in "${AGENTS[@]}"; do
|
||||
systemctl --user status "${SERVICE_PREFIX}${a}.service" --no-pager -l 2>/dev/null | head -3
|
||||
echo "---"
|
||||
done
|
||||
;;
|
||||
logs)
|
||||
agent="${2:-manager}"
|
||||
journalctl --user -u "${SERVICE_PREFIX}${agent}.service" -f --no-pager
|
||||
;;
|
||||
*)
|
||||
echo "Usage: $0 {start|stop|restart|status|logs [agent]}"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
@@ -1,34 +0,0 @@
|
||||
{
|
||||
"8c1e44393c844822a8a5129b69e12c9ebdd8bf93a51eebbfa0c5405c673130d0": {
|
||||
"deviceId": "8c1e44393c844822a8a5129b69e12c9ebdd8bf93a51eebbfa0c5405c673130d0",
|
||||
"publicKey": "fejk4Um31-XMqj58QkHSPd4DepfwG1RfvAgc0pcioe8",
|
||||
"platform": "linux",
|
||||
"clientId": "gateway-client",
|
||||
"clientMode": "backend",
|
||||
"role": "operator",
|
||||
"roles": [
|
||||
"operator"
|
||||
],
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "266c2f244dc4453cb621f7fe9b04c82b",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"createdAtMs": 1771083769964,
|
||||
"lastUsedAtMs": 1771252499109
|
||||
}
|
||||
},
|
||||
"createdAtMs": 1771083769964,
|
||||
"approvedAtMs": 1771083769964,
|
||||
"displayName": "agent"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1 +0,0 @@
|
||||
OPENCLAW_GATEWAY_PORT=18812
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "8c1e44393c844822a8a5129b69e12c9ebdd8bf93a51eebbfa0c5405c673130d0",
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "266c2f244dc4453cb621f7fe9b04c82b",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"updatedAtMs": 1771252499124
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "8c1e44393c844822a8a5129b69e12c9ebdd8bf93a51eebbfa0c5405c673130d0",
|
||||
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAfejk4Um31+XMqj58QkHSPd4DepfwG1RfvAgc0pcioe8=\n-----END PUBLIC KEY-----\n",
|
||||
"privateKeyPem": "-----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIP4KzGQVG2NLIN0Sn8qdfpJUP/+z11Su0LNLvqcucqdc\n-----END PRIVATE KEY-----\n",
|
||||
"createdAtMs": 1771083769933
|
||||
}
|
||||
Binary file not shown.
@@ -1,200 +0,0 @@
|
||||
{
|
||||
"logging": {
|
||||
"level": "trace",
|
||||
"file": "/tmp/openclaw/atomizer-auditor.log",
|
||||
"redactSensitive": "tools"
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "google/gemini-2.5-pro"
|
||||
},
|
||||
"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 Auditor",
|
||||
"workspace": "/home/papa/atomizer/workspaces/auditor",
|
||||
"model": "google/gemini-2.5-pro",
|
||||
"identity": {
|
||||
"name": "Atomizer Auditor",
|
||||
"theme": "Quality gatekeeper. Skeptical, thorough, direct. Reviews every deliverable. Has veto power.",
|
||||
"emoji": "\ud83d\udd0d"
|
||||
},
|
||||
"groupChat": {
|
||||
"mentionPatterns": [
|
||||
"@auditor",
|
||||
"@Auditor",
|
||||
"\ud83d\udd0d"
|
||||
]
|
||||
},
|
||||
"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-auditor": {
|
||||
"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_AUDITOR}"
|
||||
}
|
||||
},
|
||||
"gateway": {
|
||||
"port": 18812,
|
||||
"mode": "local",
|
||||
"bind": "loopback",
|
||||
"auth": {
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
},
|
||||
"remote": {
|
||||
"url": "ws://127.0.0.1:18812",
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"load": {
|
||||
"extraDirs": [
|
||||
"/home/papa/atomizer/skills"
|
||||
]
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"entries": {
|
||||
"discord": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"talk": {
|
||||
"apiKey": "sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398"
|
||||
}
|
||||
}
|
||||
@@ -1,196 +0,0 @@
|
||||
{
|
||||
"logging": {
|
||||
"level": "trace",
|
||||
"file": "/tmp/openclaw/atomizer-auditor.log",
|
||||
"redactSensitive": "tools"
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "google/gemini-2.5-pro"
|
||||
},
|
||||
"skipBootstrap": true,
|
||||
"bootstrapMaxChars": 25000,
|
||||
"userTimezone": "America/Toronto",
|
||||
"typingIntervalSeconds": 4,
|
||||
"typingMode": "instant",
|
||||
"maxConcurrent": 4,
|
||||
"subagents": {
|
||||
"maxConcurrent": 4
|
||||
},
|
||||
"compaction": {
|
||||
"mode": "safeguard",
|
||||
"memoryFlush": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
\"contextPruning\": {\n \"mode\": \"cache-ttl\",\n \"ttl\": \"15m\",\n \"keepLastAssistants\": 3,\n \"softTrimRatio\": 0.6,\n \"hardClearRatio\": 0.8,\n \"minPrunableToolChars\": 2000\n },\n \"heartbeat\": {\n \"every\": \"30m\",\n \"target\": \"discord\"\n }\n },\n \"list\": [\n {\n \"id\": \"main\",\n \"default\": true,\n \"name\": \"Atomizer Auditor\",\n \"workspace\": \"/home/papa/atomizer/workspaces/auditor\",\n \"model\": \"google/gemini-2.5-pro\",\n \"identity\": {\n \"name\": \"Atomizer Auditor\",\n \"theme\": \"Quality gatekeeper. Skeptical, thorough, direct. Reviews every deliverable. Has veto power.\",\n \"emoji\": \"\\ud83d\\udd0d\"\n },\n \"groupChat\": {\n \"mentionPatterns\": [\n \"@auditor\",\n \"@Auditor\",\n \"\\ud83d\\udd0d\"\n ]\n },\n \"subagents\": {\n \"allowAgents\": [\n \"*\"\n ]\n }\n }\n ]\n },\n \"messages\": {\n \"responsePrefix\": \"[{identity.name}] \",\n \"queue\": {\n \"mode\": \"collect\",\n \"debounceMs\": 2000,\n \"cap\": 20\n },\n \"inbound\": {\n \"debounceMs\": 3000\n },\n \"ackReaction\": \"\",\n \"ackReactionScope\": \"group-mentions\"\n },\n \"commands\": {\n \"native\": \"auto\",\n \"nativeSkills\": \"auto\"\n },\n \"hooks\": {\n \"enabled\": true,\n \"token\": \"31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1\",\n \"allowRequestSessionKey\": true,\n \"allowedSessionKeyPrefixes\": [\n \"agent:\",\n \"hook:\"\n ],\n \"allowedAgentIds\": [\n \"*\"\n ]\n },\n \"channels\": {\n \"discord\": {\n \"enabled\": true,\n \"commands\": {\n \"native\": false\n },\n \"groupPolicy\": \"allowlist\",\n \"dm\": {\n \"enabled\": true,\n \"policy\": \"allowlist\",\n \"allowFrom\": [\n \"user:719982779793932419\"\n ]\n },\n \"guilds\": {\n \"1471858733452890132\": {\n \"requireMention\": true,\n \"users\": [\n \"user:719982779793932419\"\n ],\n \"channels\": {\n \"feed\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"technical\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"rnd\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"lessons-learned\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"knowledge-base\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"it\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"proj-hydrotech-beam\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"dm-auditor\": {\n \"allow\": true,\n \"requireMention\": false\n },\n \"hq\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"reports\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"announcements\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"agent-logs\": {\n \"allow\": true,\n \"requireMention\": true\n }\n }\n }\n },\n \"token\": \"${DISCORD_TOKEN_AUDITOR}\",\n \"allowBots\": true\n }\n },\n \"gateway\": {\n \"port\": 18812,\n \"mode\": \"local\",\n \"bind\": \"loopback\",\n \"auth\": {\n \"token\": \"31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1\"\n },\n \"remote\": {\n \"url\": \"ws://127.0.0.1:18812\",\n \"token\": \"31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1\"\n }\n },\n \"skills\": {\n \"load\": {\n \"extraDirs\": [\n \"/home/papa/atomizer/skills\"\n ]\n }\n },\n \"plugins\": {\n \"entries\": {\n \"discord\": {\n \"enabled\": true\n }\n }\n },\n \"talk\": {\n \"apiKey\": \"sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398\"\n }\n}
|
||||
"mode": "cache-ttl",
|
||||
"ttl": "15m",
|
||||
"keepLastAssistants": 3,
|
||||
"softTrimRatio": 0.6,
|
||||
"hardClearRatio": 0.8,
|
||||
"minPrunableToolChars": 2000
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"id": "main",
|
||||
"default": true,
|
||||
"name": "Atomizer Auditor",
|
||||
"workspace": "/home/papa/atomizer/workspaces/auditor",
|
||||
"model": "google/gemini-2.5-pro",
|
||||
"identity": {
|
||||
"name": "Atomizer Auditor",
|
||||
"theme": "Quality gatekeeper. Skeptical, thorough, direct. Reviews every deliverable. Has veto power.",
|
||||
"emoji": "\ud83d\udd0d"
|
||||
},
|
||||
"groupChat": {
|
||||
"mentionPatterns": [
|
||||
"@auditor",
|
||||
"@Auditor",
|
||||
"\ud83d\udd0d"
|
||||
]
|
||||
},
|
||||
"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-auditor": {
|
||||
"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_AUDITOR}"
|
||||
}
|
||||
},
|
||||
"gateway": {
|
||||
"port": 18812,
|
||||
"mode": "local",
|
||||
"bind": "loopback",
|
||||
"auth": {
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
},
|
||||
"remote": {
|
||||
"url": "ws://127.0.0.1:18812",
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"load": {
|
||||
"extraDirs": [
|
||||
"/home/papa/atomizer/skills"
|
||||
]
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"entries": {
|
||||
"discord": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"talk": {
|
||||
"apiKey": "sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"lastCheckedAt": "2026-02-18T11:38:21.585Z",
|
||||
"lastNotifiedVersion": "2026.2.17",
|
||||
"lastNotifiedTag": "latest"
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "19df1a6af503f7540765d5640ca6f0c85cf7fdb32ec33ef029878f1f05e37827",
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "4b9eec2c8b7d4bf880a482951f5791b7",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"updatedAtMs": 1771115284656
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "19df1a6af503f7540765d5640ca6f0c85cf7fdb32ec33ef029878f1f05e37827",
|
||||
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAKs86bSka8YGeyRrzn1l/geS+LJTjgMzEPgNJLVilweM=\n-----END PUBLIC KEY-----\n",
|
||||
"privateKeyPem": "-----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIKYgmW/aukhjZiBUmuV1gjFr7X4ccTW3eaEWPxgo02+1\n-----END PRIVATE KEY-----\n",
|
||||
"createdAtMs": 1771115284433
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
{
|
||||
"messages": {
|
||||
"ackReactionScope": "group-mentions"
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"maxConcurrent": 4,
|
||||
"subagents": {
|
||||
"maxConcurrent": 8
|
||||
},
|
||||
"compaction": {
|
||||
"mode": "safeguard"
|
||||
}
|
||||
}
|
||||
},
|
||||
"talk": {
|
||||
"apiKey": "sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398"
|
||||
},
|
||||
"wizard": {
|
||||
"lastRunAt": "2026-02-15T00:28:05.182Z",
|
||||
"lastRunVersion": "2026.2.12",
|
||||
"lastRunCommand": "doctor",
|
||||
"lastRunMode": "local"
|
||||
},
|
||||
"meta": {
|
||||
"lastTouchedVersion": "2026.2.12",
|
||||
"lastTouchedAt": "2026-02-15T00:28:05.243Z"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
@@ -1,65 +0,0 @@
|
||||
{
|
||||
"84c346672e1521e33c9ef72cda3d141689ec443008da786b7cb5910053640c33": {
|
||||
"deviceId": "84c346672e1521e33c9ef72cda3d141689ec443008da786b7cb5910053640c33",
|
||||
"publicKey": "R9ckbOaTvIzdV4-JGOQjCFGdOh_cOJD1CD9jp0p7X7k",
|
||||
"platform": "linux",
|
||||
"clientId": "cli",
|
||||
"clientMode": "cli",
|
||||
"role": "operator",
|
||||
"roles": [
|
||||
"operator"
|
||||
],
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "97dc1fe3641742f5923fe7c5ede21751",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"createdAtMs": 1771083738383,
|
||||
"lastUsedAtMs": 1771297525391
|
||||
}
|
||||
},
|
||||
"createdAtMs": 1771083738383,
|
||||
"approvedAtMs": 1771083738383
|
||||
},
|
||||
"c92ab2fbfb8dc99f25f79b9761cad67f3f73093a808392af6086a29ca10846a5": {
|
||||
"deviceId": "c92ab2fbfb8dc99f25f79b9761cad67f3f73093a808392af6086a29ca10846a5",
|
||||
"publicKey": "kkyMHTz_r-oIa5saYKBtAyqSm1oLibWtUnNh-klnhdo",
|
||||
"displayName": "agent",
|
||||
"platform": "linux",
|
||||
"clientId": "gateway-client",
|
||||
"clientMode": "backend",
|
||||
"role": "operator",
|
||||
"roles": [
|
||||
"operator"
|
||||
],
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "df722d72f1484b09810717ca02fc975a",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"createdAtMs": 1771259015947,
|
||||
"lastUsedAtMs": 1771260174890
|
||||
}
|
||||
},
|
||||
"createdAtMs": 1771259015946,
|
||||
"approvedAtMs": 1771259015946
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1 +0,0 @@
|
||||
OPENCLAW_GATEWAY_PORT=18800
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "84c346672e1521e33c9ef72cda3d141689ec443008da786b7cb5910053640c33",
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "97dc1fe3641742f5923fe7c5ede21751",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"updatedAtMs": 1771297525408
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "84c346672e1521e33c9ef72cda3d141689ec443008da786b7cb5910053640c33",
|
||||
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAR9ckbOaTvIzdV4+JGOQjCFGdOh/cOJD1CD9jp0p7X7k=\n-----END PUBLIC KEY-----\n",
|
||||
"privateKeyPem": "-----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIHAPhhhmTzddtgLJyJtUn82Bxp9ZuELCR73f0DNmgBIf\n-----END PRIVATE KEY-----\n",
|
||||
"createdAtMs": 1771083738340
|
||||
}
|
||||
Binary file not shown.
@@ -1,293 +0,0 @@
|
||||
{
|
||||
"meta": {
|
||||
"lastTouchedVersion": "2026.2.12",
|
||||
"lastTouchedAt": "2026-02-15T02:04:34.030Z"
|
||||
},
|
||||
"logging": {
|
||||
"level": "trace",
|
||||
"file": "/tmp/openclaw/atomizer-manager.log",
|
||||
"redactSensitive": "tools"
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "google/gemini-2.5-pro"
|
||||
},
|
||||
"skipBootstrap": true,
|
||||
"bootstrapMaxChars": 25000,
|
||||
"userTimezone": "America/Toronto",
|
||||
"contextPruning": {
|
||||
"mode": "cache-ttl",
|
||||
"ttl": "15m",
|
||||
"keepLastAssistants": 3,
|
||||
"softTrimRatio": 0.6,
|
||||
"hardClearRatio": 0.8,
|
||||
"minPrunableToolChars": 2000
|
||||
},
|
||||
"compaction": {
|
||||
"mode": "safeguard",
|
||||
"memoryFlush": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"typingIntervalSeconds": 4,
|
||||
"typingMode": "instant",
|
||||
"maxConcurrent": 4,
|
||||
"subagents": {
|
||||
"maxConcurrent": 4
|
||||
},
|
||||
"heartbeat": {
|
||||
"every": "30m",
|
||||
"target": "discord"
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"id": "main",
|
||||
"default": true,
|
||||
"name": "Atomizer Manager",
|
||||
"workspace": "/home/papa/atomizer/workspaces/manager",
|
||||
"model": "google/gemini-2.5-pro",
|
||||
"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
|
||||
},
|
||||
"token": "MTQ3MTg2NTQ3OTA1MTM0NjAwMw.GfLrsO.Ksikd8xoXQjtO7XcBCKRSA7wnaDzDdSPsfv6SY",
|
||||
"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-manager": {
|
||||
"allow": true,
|
||||
"requireMention": false
|
||||
},
|
||||
"hq": {
|
||||
"allow": true,
|
||||
"requireMention": false
|
||||
},
|
||||
"reports": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"announcements": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"agent-logs": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"slack": {
|
||||
"mode": "socket",
|
||||
"webhookPath": "/slack/events",
|
||||
"enabled": false,
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"talk": {
|
||||
"apiKey": "sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398"
|
||||
},
|
||||
"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": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"models": {
|
||||
"providers": {
|
||||
"google": {
|
||||
"baseUrl": "https://generativelanguage.googleapis.com/v1beta",
|
||||
"apiKey": "AIzaSyBtzXpScWuTYWxkuFJNiAToRFH_L0r__Bg",
|
||||
"api": "google-generative-ai",
|
||||
"models": [
|
||||
{
|
||||
"id": "gemini-2.5-pro",
|
||||
"name": "Gemini 2.5 Pro",
|
||||
"reasoning": true,
|
||||
"input": [
|
||||
"text",
|
||||
"image"
|
||||
],
|
||||
"contextWindow": 1048576,
|
||||
"maxTokens": 65536
|
||||
},
|
||||
{
|
||||
"id": "gemini-2.5-flash",
|
||||
"name": "Gemini 2.5 Flash",
|
||||
"reasoning": true,
|
||||
"input": [
|
||||
"text",
|
||||
"image"
|
||||
],
|
||||
"contextWindow": 1048576,
|
||||
"maxTokens": 65536
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,304 +0,0 @@
|
||||
{
|
||||
"meta": {
|
||||
"lastTouchedVersion": "2026.2.12",
|
||||
"lastTouchedAt": "2026-02-15T01:07:40.257Z"
|
||||
},
|
||||
"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
|
||||
},
|
||||
"compaction": {
|
||||
"mode": "safeguard",
|
||||
"memoryFlush": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"contextPruning": {
|
||||
"mode": "cache-ttl",
|
||||
"ttl": "15m",
|
||||
"keepLastAssistants": 3,
|
||||
"softTrimRatio": 0.6,
|
||||
"hardClearRatio": 0.8,
|
||||
"minPrunableToolChars": 2000
|
||||
}
|
||||
},
|
||||
"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
|
||||
},
|
||||
"token": "MTQ3MTg2NTQ3OTA1MTM0NjAwMw.GfLrsO.Ksikd8xoXQjtO7XcBCKRSA7wnaDzDdSPsfv6SY",
|
||||
"groupPolicy": "allowlist",
|
||||
"dm": {
|
||||
"enabled": true,
|
||||
"policy": "allowlist",
|
||||
"allowFrom": [
|
||||
"719982779793932419"
|
||||
]
|
||||
},
|
||||
"guilds": {
|
||||
"1471858733452890132": {
|
||||
"requireMention": true,
|
||||
"users": [
|
||||
"719982779793932419"
|
||||
],
|
||||
"channels": {
|
||||
"general": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"ceo-office": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"announcements": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"daily-standup": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"technical": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"code-review": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"fea-analysis": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"nx-cad": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"task-board": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"meeting-notes": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"reports": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"research": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"science": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"active-projects": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"knowledge-base": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"lessons-learned": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"agent-logs": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"inter-agent": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"it-ops": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"hydrotech-beam": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"lab": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"configuration-management": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"dl-manager": {
|
||||
"allow": true,
|
||||
"requireMention": false
|
||||
},
|
||||
"project-dashboard": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"talk": {
|
||||
"apiKey": "sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398"
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,282 +0,0 @@
|
||||
{
|
||||
"logging": {
|
||||
"level": "trace",
|
||||
"file": "/tmp/openclaw/atomizer-manager.log",
|
||||
"redactSensitive": "tools"
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "openai-codex/gpt-5.3-codex"
|
||||
},
|
||||
"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": "openai-codex/gpt-5.3-codex",
|
||||
"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": true,
|
||||
"users": [
|
||||
"719982779793932419"
|
||||
],
|
||||
"channels": {
|
||||
"general": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"ceo-office": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"announcements": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"daily-standup": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"technical": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"code-review": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"fea-analysis": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"nx-cad": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"task-board": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"meeting-notes": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"reports": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"research": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"science": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"active-projects": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"knowledge-base": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"lessons-learned": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"agent-logs": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"inter-agent": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"it-ops": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"hydrotech-beam": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"lab": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"configuration-management": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"talk": {
|
||||
"apiKey": "sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398"
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
||||
},
|
||||
"meta": {
|
||||
"lastTouchedVersion": "2026.2.12",
|
||||
"lastTouchedAt": "2026-02-14T16:38:57.436Z"
|
||||
}
|
||||
}
|
||||
@@ -1,222 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"runs": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"lastCheckedAt": "2026-02-18T01:45:14.117Z",
|
||||
"lastNotifiedVersion": "2026.2.15",
|
||||
"lastNotifiedTag": "latest"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
@@ -1,34 +0,0 @@
|
||||
{
|
||||
"c7a43186fc53dd92cdda4d8bd20da245783d3cb448bcf259f1699a6ad1a9e214": {
|
||||
"deviceId": "c7a43186fc53dd92cdda4d8bd20da245783d3cb448bcf259f1699a6ad1a9e214",
|
||||
"publicKey": "LHJxBXCBV90pwtWDg4vT6zkbRzlLEEHh4QQ8mS_g8i4",
|
||||
"platform": "linux",
|
||||
"clientId": "gateway-client",
|
||||
"clientMode": "backend",
|
||||
"role": "operator",
|
||||
"roles": [
|
||||
"operator"
|
||||
],
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "0047cd91d7ee435f85401bd45d527175",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"createdAtMs": 1771249198394,
|
||||
"lastUsedAtMs": 1771376423994
|
||||
}
|
||||
},
|
||||
"createdAtMs": 1771249198394,
|
||||
"approvedAtMs": 1771249198394,
|
||||
"displayName": "agent"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1 +0,0 @@
|
||||
OPENCLAW_GATEWAY_PORT=18824
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "c7a43186fc53dd92cdda4d8bd20da245783d3cb448bcf259f1699a6ad1a9e214",
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "0047cd91d7ee435f85401bd45d527175",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"updatedAtMs": 1771376424007
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "c7a43186fc53dd92cdda4d8bd20da245783d3cb448bcf259f1699a6ad1a9e214",
|
||||
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEALHJxBXCBV90pwtWDg4vT6zkbRzlLEEHh4QQ8mS/g8i4=\n-----END PUBLIC KEY-----\n",
|
||||
"privateKeyPem": "-----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIGiHK6+mMAi8X0ZZV2oPj5J0uv4kqZNyG721Qfe1P0lF\n-----END PRIVATE KEY-----\n",
|
||||
"createdAtMs": 1771249198345
|
||||
}
|
||||
@@ -1,297 +0,0 @@
|
||||
{
|
||||
"meta": {
|
||||
"lastTouchedVersion": "2026.2.12",
|
||||
"lastTouchedAt": "2026-02-15T02:04:34.030Z"
|
||||
},
|
||||
"logging": {
|
||||
"level": "trace",
|
||||
"file": "/tmp/openclaw/atomizer-nx-expert.log",
|
||||
"redactSensitive": "tools"
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "google/gemini-2.5-pro"
|
||||
},
|
||||
"skipBootstrap": true,
|
||||
"bootstrapMaxChars": 25000,
|
||||
"userTimezone": "America/Toronto",
|
||||
"contextPruning": {
|
||||
"mode": "cache-ttl",
|
||||
"ttl": "15m",
|
||||
"keepLastAssistants": 3,
|
||||
"softTrimRatio": 0.6,
|
||||
"hardClearRatio": 0.8,
|
||||
"minPrunableToolChars": 2000
|
||||
},
|
||||
"compaction": {
|
||||
"mode": "safeguard",
|
||||
"memoryFlush": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"typingIntervalSeconds": 4,
|
||||
"typingMode": "instant",
|
||||
"maxConcurrent": 4,
|
||||
"subagents": {
|
||||
"maxConcurrent": 4
|
||||
},
|
||||
"heartbeat": {
|
||||
"every": "30m",
|
||||
"target": "discord"
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"id": "main",
|
||||
"default": true,
|
||||
"name": "Atomizer NX Expert",
|
||||
"workspace": "/home/papa/atomizer/workspaces/nx-expert",
|
||||
"model": "google/gemini-2.5-pro",
|
||||
"identity": {
|
||||
"name": "Atomizer NX Expert",
|
||||
"theme": "Siemens NX/CAD/CAE deep specialist.",
|
||||
"emoji": "\ud83d\udda5\ufe0f"
|
||||
},
|
||||
"groupChat": {
|
||||
"mentionPatterns": [
|
||||
"@nx-expert",
|
||||
"@NX Expert",
|
||||
"\ud83d\udda5\ufe0f"
|
||||
]
|
||||
},
|
||||
"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
|
||||
},
|
||||
"token": "${DISCORD_TOKEN_NX_EXPERT}",
|
||||
"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-manager": {
|
||||
"allow": true,
|
||||
"requireMention": false
|
||||
},
|
||||
"hq": {
|
||||
"allow": true,
|
||||
"requireMention": false
|
||||
},
|
||||
"reports": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"announcements": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"agent-logs": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"dm-nx-expert": {
|
||||
"allow": true,
|
||||
"requireMention": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"slack": {
|
||||
"mode": "socket",
|
||||
"webhookPath": "/slack/events",
|
||||
"enabled": false,
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"talk": {
|
||||
"apiKey": "sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398"
|
||||
},
|
||||
"gateway": {
|
||||
"port": 18824,
|
||||
"mode": "local",
|
||||
"bind": "loopback",
|
||||
"auth": {
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
},
|
||||
"remote": {
|
||||
"url": "ws://127.0.0.1:18824",
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"load": {
|
||||
"extraDirs": [
|
||||
"/home/papa/atomizer/skills"
|
||||
]
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"entries": {
|
||||
"discord": {
|
||||
"enabled": true
|
||||
},
|
||||
"slack": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"models": {
|
||||
"providers": {
|
||||
"google": {
|
||||
"baseUrl": "https://generativelanguage.googleapis.com/v1beta",
|
||||
"apiKey": "AIzaSyBtzXpScWuTYWxkuFJNiAToRFH_L0r__Bg",
|
||||
"api": "google-generative-ai",
|
||||
"models": [
|
||||
{
|
||||
"id": "gemini-2.5-pro",
|
||||
"name": "Gemini 2.5 Pro",
|
||||
"reasoning": true,
|
||||
"input": [
|
||||
"text",
|
||||
"image"
|
||||
],
|
||||
"contextWindow": 1048576,
|
||||
"maxTokens": 65536
|
||||
},
|
||||
{
|
||||
"id": "gemini-2.5-flash",
|
||||
"name": "Gemini 2.5 Flash",
|
||||
"reasoning": true,
|
||||
"input": [
|
||||
"text",
|
||||
"image"
|
||||
],
|
||||
"contextWindow": 1048576,
|
||||
"maxTokens": 65536
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,293 +0,0 @@
|
||||
{
|
||||
"meta": {
|
||||
"lastTouchedVersion": "2026.2.12",
|
||||
"lastTouchedAt": "2026-02-15T02:04:34.030Z"
|
||||
},
|
||||
"logging": {
|
||||
"level": "trace",
|
||||
"file": "/tmp/openclaw/atomizer-manager.log",
|
||||
"redactSensitive": "tools"
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "google/gemini-2.5-pro"
|
||||
},
|
||||
"skipBootstrap": true,
|
||||
"bootstrapMaxChars": 25000,
|
||||
"userTimezone": "America/Toronto",
|
||||
"contextPruning": {
|
||||
"mode": "cache-ttl",
|
||||
"ttl": "15m",
|
||||
"keepLastAssistants": 3,
|
||||
"softTrimRatio": 0.6,
|
||||
"hardClearRatio": 0.8,
|
||||
"minPrunableToolChars": 2000
|
||||
},
|
||||
"compaction": {
|
||||
"mode": "safeguard",
|
||||
"memoryFlush": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"typingIntervalSeconds": 4,
|
||||
"typingMode": "instant",
|
||||
"maxConcurrent": 4,
|
||||
"subagents": {
|
||||
"maxConcurrent": 4
|
||||
},
|
||||
"heartbeat": {
|
||||
"every": "30m",
|
||||
"target": "discord"
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"id": "main",
|
||||
"default": true,
|
||||
"name": "Atomizer Manager",
|
||||
"workspace": "/home/papa/atomizer/workspaces/manager",
|
||||
"model": "google/gemini-2.5-pro",
|
||||
"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
|
||||
},
|
||||
"token": "MTQ3MTg2NTQ3OTA1MTM0NjAwMw.GfLrsO.Ksikd8xoXQjtO7XcBCKRSA7wnaDzDdSPsfv6SY",
|
||||
"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-manager": {
|
||||
"allow": true,
|
||||
"requireMention": false
|
||||
},
|
||||
"hq": {
|
||||
"allow": true,
|
||||
"requireMention": false
|
||||
},
|
||||
"reports": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"announcements": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
},
|
||||
"agent-logs": {
|
||||
"allow": true,
|
||||
"requireMention": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"slack": {
|
||||
"mode": "socket",
|
||||
"webhookPath": "/slack/events",
|
||||
"enabled": false,
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"talk": {
|
||||
"apiKey": "sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398"
|
||||
},
|
||||
"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": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"models": {
|
||||
"providers": {
|
||||
"google": {
|
||||
"baseUrl": "https://generativelanguage.googleapis.com/v1beta",
|
||||
"apiKey": "AIzaSyBtzXpScWuTYWxkuFJNiAToRFH_L0r__Bg",
|
||||
"api": "google-generative-ai",
|
||||
"models": [
|
||||
{
|
||||
"id": "gemini-2.5-pro",
|
||||
"name": "Gemini 2.5 Pro",
|
||||
"reasoning": true,
|
||||
"input": [
|
||||
"text",
|
||||
"image"
|
||||
],
|
||||
"contextWindow": 1048576,
|
||||
"maxTokens": 65536
|
||||
},
|
||||
{
|
||||
"id": "gemini-2.5-flash",
|
||||
"name": "Gemini 2.5 Flash",
|
||||
"reasoning": true,
|
||||
"input": [
|
||||
"text",
|
||||
"image"
|
||||
],
|
||||
"contextWindow": 1048576,
|
||||
"maxTokens": 65536
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"lastCheckedAt": "2026-02-17T21:29:50.005Z",
|
||||
"lastNotifiedVersion": "2026.2.15",
|
||||
"lastNotifiedTag": "latest"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
@@ -1,34 +0,0 @@
|
||||
{
|
||||
"b37d0899686161eea4515f7c59d36f875de30b80e30236119067655238d920fd": {
|
||||
"deviceId": "b37d0899686161eea4515f7c59d36f875de30b80e30236119067655238d920fd",
|
||||
"publicKey": "vBuKXBCdvM0VJ1yg9Mydmh7tQzEjic9L1GwhQ_w1Rrg",
|
||||
"platform": "linux",
|
||||
"clientId": "gateway-client",
|
||||
"clientMode": "backend",
|
||||
"role": "operator",
|
||||
"roles": [
|
||||
"operator"
|
||||
],
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "d3ed19d5f143466db08fc47693ef1121",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"createdAtMs": 1771083768041,
|
||||
"lastUsedAtMs": 1771249229100
|
||||
}
|
||||
},
|
||||
"createdAtMs": 1771083768040,
|
||||
"approvedAtMs": 1771083768040,
|
||||
"displayName": "agent"
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1 +0,0 @@
|
||||
OPENCLAW_GATEWAY_PORT=18816
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "b37d0899686161eea4515f7c59d36f875de30b80e30236119067655238d920fd",
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "d3ed19d5f143466db08fc47693ef1121",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"updatedAtMs": 1771249229113
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "b37d0899686161eea4515f7c59d36f875de30b80e30236119067655238d920fd",
|
||||
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAvBuKXBCdvM0VJ1yg9Mydmh7tQzEjic9L1GwhQ/w1Rrg=\n-----END PUBLIC KEY-----\n",
|
||||
"privateKeyPem": "-----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIOC89NY6pTuwDTSfHzB0okQdmEwSk3YKm51eYiBh+Jo0\n-----END PRIVATE KEY-----\n",
|
||||
"createdAtMs": 1771083768008
|
||||
}
|
||||
Binary file not shown.
@@ -1,200 +0,0 @@
|
||||
{
|
||||
"logging": {
|
||||
"level": "trace",
|
||||
"file": "/tmp/openclaw/atomizer-optimizer.log",
|
||||
"redactSensitive": "tools"
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "anthropic/claude-sonnet-4-5"
|
||||
},
|
||||
"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 Optimizer",
|
||||
"workspace": "/home/papa/atomizer/workspaces/optimizer",
|
||||
"model": "anthropic/claude-sonnet-4-5",
|
||||
"identity": {
|
||||
"name": "Atomizer Optimizer",
|
||||
"theme": "Optimization algorithm specialist. Data-driven, strategic, skeptical of too-good results.",
|
||||
"emoji": "\u26a1"
|
||||
},
|
||||
"groupChat": {
|
||||
"mentionPatterns": [
|
||||
"@optimizer",
|
||||
"@Optimizer",
|
||||
"\u26a1"
|
||||
]
|
||||
},
|
||||
"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-optimizer": {
|
||||
"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_OPTIMIZER}"
|
||||
}
|
||||
},
|
||||
"gateway": {
|
||||
"port": 18816,
|
||||
"mode": "local",
|
||||
"bind": "loopback",
|
||||
"auth": {
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
},
|
||||
"remote": {
|
||||
"url": "ws://127.0.0.1:18816",
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"load": {
|
||||
"extraDirs": [
|
||||
"/home/papa/atomizer/skills"
|
||||
]
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"entries": {
|
||||
"discord": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"talk": {
|
||||
"apiKey": "sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398"
|
||||
}
|
||||
}
|
||||
@@ -1,196 +0,0 @@
|
||||
{
|
||||
"logging": {
|
||||
"level": "trace",
|
||||
"file": "/tmp/openclaw/atomizer-optimizer.log",
|
||||
"redactSensitive": "tools"
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "anthropic/claude-sonnet-4-5"
|
||||
},
|
||||
"skipBootstrap": true,
|
||||
"bootstrapMaxChars": 25000,
|
||||
"userTimezone": "America/Toronto",
|
||||
"typingIntervalSeconds": 4,
|
||||
"typingMode": "instant",
|
||||
"maxConcurrent": 4,
|
||||
"subagents": {
|
||||
"maxConcurrent": 4
|
||||
},
|
||||
"compaction": {
|
||||
"mode": "safeguard",
|
||||
"memoryFlush": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
\"contextPruning\": {\n \"mode\": \"cache-ttl\",\n \"ttl\": \"15m\",\n \"keepLastAssistants\": 3,\n \"softTrimRatio\": 0.6,\n \"hardClearRatio\": 0.8,\n \"minPrunableToolChars\": 2000\n },\n \"heartbeat\": {\n \"every\": \"30m\",\n \"target\": \"discord\"\n }\n },\n \"list\": [\n {\n \"id\": \"main\",\n \"default\": true,\n \"name\": \"Atomizer Optimizer\",\n \"workspace\": \"/home/papa/atomizer/workspaces/optimizer\",\n \"model\": \"anthropic/claude-sonnet-4-5\",\n \"identity\": {\n \"name\": \"Atomizer Optimizer\",\n \"theme\": \"Optimization algorithm specialist. Data-driven, strategic, skeptical of too-good results.\",\n \"emoji\": \"\\u26a1\"\n },\n \"groupChat\": {\n \"mentionPatterns\": [\n \"@optimizer\",\n \"@Optimizer\",\n \"\\u26a1\"\n ]\n },\n \"subagents\": {\n \"allowAgents\": [\n \"*\"\n ]\n }\n }\n ]\n },\n \"messages\": {\n \"responsePrefix\": \"[{identity.name}] \",\n \"queue\": {\n \"mode\": \"collect\",\n \"debounceMs\": 2000,\n \"cap\": 20\n },\n \"inbound\": {\n \"debounceMs\": 3000\n },\n \"ackReaction\": \"\",\n \"ackReactionScope\": \"group-mentions\"\n },\n \"commands\": {\n \"native\": \"auto\",\n \"nativeSkills\": \"auto\"\n },\n \"hooks\": {\n \"enabled\": true,\n \"token\": \"31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1\",\n \"allowRequestSessionKey\": true,\n \"allowedSessionKeyPrefixes\": [\n \"agent:\",\n \"hook:\"\n ],\n \"allowedAgentIds\": [\n \"*\"\n ]\n },\n \"channels\": {\n \"discord\": {\n \"enabled\": true,\n \"commands\": {\n \"native\": false\n },\n \"groupPolicy\": \"allowlist\",\n \"dm\": {\n \"enabled\": true,\n \"policy\": \"allowlist\",\n \"allowFrom\": [\n \"user:719982779793932419\"\n ]\n },\n \"guilds\": {\n \"1471858733452890132\": {\n \"requireMention\": true,\n \"users\": [\n \"user:719982779793932419\"\n ],\n \"channels\": {\n \"feed\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"technical\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"rnd\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"lessons-learned\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"knowledge-base\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"it\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"proj-hydrotech-beam\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"dm-optimizer\": {\n \"allow\": true,\n \"requireMention\": false\n },\n \"hq\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"reports\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"announcements\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"agent-logs\": {\n \"allow\": true,\n \"requireMention\": true\n }\n }\n }\n },\n \"token\": \"${DISCORD_TOKEN_OPTIMIZER}\",\n \"allowBots\": true\n }\n },\n \"gateway\": {\n \"port\": 18816,\n \"mode\": \"local\",\n \"bind\": \"loopback\",\n \"auth\": {\n \"token\": \"31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1\"\n },\n \"remote\": {\n \"url\": \"ws://127.0.0.1:18816\",\n \"token\": \"31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1\"\n }\n },\n \"skills\": {\n \"load\": {\n \"extraDirs\": [\n \"/home/papa/atomizer/skills\"\n ]\n }\n },\n \"plugins\": {\n \"entries\": {\n \"discord\": {\n \"enabled\": true\n }\n }\n },\n \"talk\": {\n \"apiKey\": \"sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398\"\n }\n}
|
||||
"mode": "cache-ttl",
|
||||
"ttl": "15m",
|
||||
"keepLastAssistants": 3,
|
||||
"softTrimRatio": 0.6,
|
||||
"hardClearRatio": 0.8,
|
||||
"minPrunableToolChars": 2000
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"id": "main",
|
||||
"default": true,
|
||||
"name": "Atomizer Optimizer",
|
||||
"workspace": "/home/papa/atomizer/workspaces/optimizer",
|
||||
"model": "anthropic/claude-sonnet-4-5",
|
||||
"identity": {
|
||||
"name": "Atomizer Optimizer",
|
||||
"theme": "Optimization algorithm specialist. Data-driven, strategic, skeptical of too-good results.",
|
||||
"emoji": "\u26a1"
|
||||
},
|
||||
"groupChat": {
|
||||
"mentionPatterns": [
|
||||
"@optimizer",
|
||||
"@Optimizer",
|
||||
"\u26a1"
|
||||
]
|
||||
},
|
||||
"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-optimizer": {
|
||||
"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_OPTIMIZER}"
|
||||
}
|
||||
},
|
||||
"gateway": {
|
||||
"port": 18816,
|
||||
"mode": "local",
|
||||
"bind": "loopback",
|
||||
"auth": {
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
},
|
||||
"remote": {
|
||||
"url": "ws://127.0.0.1:18816",
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"load": {
|
||||
"extraDirs": [
|
||||
"/home/papa/atomizer/skills"
|
||||
]
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"entries": {
|
||||
"discord": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"talk": {
|
||||
"apiKey": "sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"lastCheckedAt": "2026-02-18T11:38:21.569Z",
|
||||
"lastNotifiedVersion": "2026.2.17",
|
||||
"lastNotifiedTag": "latest"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"5b8eb09786f8b9cd617a1f96b42fb479d73c6fc421b168aa47124a4d74595dc3": {
|
||||
"deviceId": "5b8eb09786f8b9cd617a1f96b42fb479d73c6fc421b168aa47124a4d74595dc3",
|
||||
"publicKey": "lNlX0xhSVQGvufMKYuLx1C2Ed0lS9uK22f6N4MmOoPU",
|
||||
"platform": "linux",
|
||||
"clientId": "cli",
|
||||
"clientMode": "cli",
|
||||
"role": "operator",
|
||||
"roles": [
|
||||
"operator"
|
||||
],
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "b6a85b3c2543407d846acb863d3d0545",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"createdAtMs": 1771113526822,
|
||||
"lastUsedAtMs": 1771292615826
|
||||
}
|
||||
},
|
||||
"createdAtMs": 1771113526821,
|
||||
"approvedAtMs": 1771113526821
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1 +0,0 @@
|
||||
OPENCLAW_GATEWAY_PORT=18808
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "5b8eb09786f8b9cd617a1f96b42fb479d73c6fc421b168aa47124a4d74595dc3",
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "b6a85b3c2543407d846acb863d3d0545",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"updatedAtMs": 1771292615838
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "5b8eb09786f8b9cd617a1f96b42fb479d73c6fc421b168aa47124a4d74595dc3",
|
||||
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAlNlX0xhSVQGvufMKYuLx1C2Ed0lS9uK22f6N4MmOoPU=\n-----END PUBLIC KEY-----\n",
|
||||
"privateKeyPem": "-----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIBKcz+McFIShhev0zkU/2LDwcn76MtHqmA4dKZNXX4/d\n-----END PRIVATE KEY-----\n",
|
||||
"createdAtMs": 1771113526792
|
||||
}
|
||||
Binary file not shown.
@@ -1,201 +0,0 @@
|
||||
{
|
||||
"logging": {
|
||||
"level": "trace",
|
||||
"file": "/tmp/openclaw/atomizer-secretary.log",
|
||||
"redactSensitive": "tools"
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "google/gemini-2.5-pro"
|
||||
},
|
||||
"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 Secretary",
|
||||
"workspace": "/home/papa/atomizer/workspaces/secretary",
|
||||
"model": "google/gemini-2.5-pro",
|
||||
"identity": {
|
||||
"name": "Atomizer Secretary",
|
||||
"theme": "Executive assistant. Filters noise, summarizes, escalates what matters. Organized and proactive.",
|
||||
"emoji": "\ud83d\udccb"
|
||||
},
|
||||
"groupChat": {
|
||||
"mentionPatterns": [
|
||||
"@secretary",
|
||||
"@Secretary",
|
||||
"\ud83d\udccb"
|
||||
]
|
||||
},
|
||||
"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-secretary": {
|
||||
"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_SECRETARY}",
|
||||
"allowBots": true
|
||||
}
|
||||
},
|
||||
"gateway": {
|
||||
"port": 18808,
|
||||
"mode": "local",
|
||||
"bind": "loopback",
|
||||
"auth": {
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
},
|
||||
"remote": {
|
||||
"url": "ws://127.0.0.1:18808",
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"load": {
|
||||
"extraDirs": [
|
||||
"/home/papa/atomizer/skills"
|
||||
]
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"entries": {
|
||||
"discord": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"talk": {
|
||||
"apiKey": "sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"runs": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"lastCheckedAt": "2026-02-18T11:39:35.340Z",
|
||||
"lastNotifiedVersion": "2026.2.17",
|
||||
"lastNotifiedTag": "latest"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"433b7aba11bf3243e9285b5a1cad3000206cda35763015596b4f753d47d8caa9": {
|
||||
"deviceId": "433b7aba11bf3243e9285b5a1cad3000206cda35763015596b4f753d47d8caa9",
|
||||
"publicKey": "B3KZQ84BJ7Kr8aJ_1NYsJUASfd95pfvxe3HMBnGYDnQ",
|
||||
"platform": "linux",
|
||||
"clientId": "cli",
|
||||
"clientMode": "cli",
|
||||
"role": "operator",
|
||||
"roles": [
|
||||
"operator"
|
||||
],
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "7e2455df825246b7b8f1832bbd610988",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"createdAtMs": 1771083773436,
|
||||
"lastUsedAtMs": 1771249353247
|
||||
}
|
||||
},
|
||||
"createdAtMs": 1771083773436,
|
||||
"approvedAtMs": 1771083773436
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1 +0,0 @@
|
||||
OPENCLAW_GATEWAY_PORT=18820
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "433b7aba11bf3243e9285b5a1cad3000206cda35763015596b4f753d47d8caa9",
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "7e2455df825246b7b8f1832bbd610988",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"updatedAtMs": 1771249353264
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "433b7aba11bf3243e9285b5a1cad3000206cda35763015596b4f753d47d8caa9",
|
||||
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAB3KZQ84BJ7Kr8aJ/1NYsJUASfd95pfvxe3HMBnGYDnQ=\n-----END PUBLIC KEY-----\n",
|
||||
"privateKeyPem": "-----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIM3mdAQ/QFl9zqVyc2Lg/F8ZEJJc4219O2+0S6ynB+hB\n-----END PRIVATE KEY-----\n",
|
||||
"createdAtMs": 1771083773401
|
||||
}
|
||||
Binary file not shown.
@@ -1,200 +0,0 @@
|
||||
{
|
||||
"logging": {
|
||||
"level": "trace",
|
||||
"file": "/tmp/openclaw/atomizer-study-builder.log",
|
||||
"redactSensitive": "tools"
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "anthropic/claude-sonnet-4-5"
|
||||
},
|
||||
"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 Study Builder",
|
||||
"workspace": "/home/papa/atomizer/workspaces/study-builder",
|
||||
"model": "google/gemini-2.5-pro",
|
||||
"identity": {
|
||||
"name": "Atomizer Study Builder",
|
||||
"theme": "Meticulous study code engineer. Writes production-quality optimization scripts. Pattern-driven.",
|
||||
"emoji": "\ud83c\udfd7\ufe0f"
|
||||
},
|
||||
"groupChat": {
|
||||
"mentionPatterns": [
|
||||
"@study-builder",
|
||||
"@Study Builder",
|
||||
"\ud83c\udfd7\ufe0f"
|
||||
]
|
||||
},
|
||||
"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-study-builder": {
|
||||
"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_STUDY_BUILDER}"
|
||||
}
|
||||
},
|
||||
"gateway": {
|
||||
"port": 18820,
|
||||
"mode": "local",
|
||||
"bind": "loopback",
|
||||
"auth": {
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
},
|
||||
"remote": {
|
||||
"url": "ws://127.0.0.1:18820",
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"load": {
|
||||
"extraDirs": [
|
||||
"/home/papa/atomizer/skills"
|
||||
]
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"entries": {
|
||||
"discord": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"talk": {
|
||||
"apiKey": "sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398"
|
||||
}
|
||||
}
|
||||
@@ -1,196 +0,0 @@
|
||||
{
|
||||
"logging": {
|
||||
"level": "trace",
|
||||
"file": "/tmp/openclaw/atomizer-study-builder.log",
|
||||
"redactSensitive": "tools"
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "anthropic/claude-sonnet-4-5"
|
||||
},
|
||||
"skipBootstrap": true,
|
||||
"bootstrapMaxChars": 25000,
|
||||
"userTimezone": "America/Toronto",
|
||||
"typingIntervalSeconds": 4,
|
||||
"typingMode": "instant",
|
||||
"maxConcurrent": 4,
|
||||
"subagents": {
|
||||
"maxConcurrent": 4
|
||||
},
|
||||
"compaction": {
|
||||
"mode": "safeguard",
|
||||
"memoryFlush": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
\"contextPruning\": {\n \"mode\": \"cache-ttl\",\n \"ttl\": \"15m\",\n \"keepLastAssistants\": 3,\n \"softTrimRatio\": 0.6,\n \"hardClearRatio\": 0.8,\n \"minPrunableToolChars\": 2000\n },\n \"heartbeat\": {\n \"every\": \"30m\",\n \"target\": \"discord\"\n }\n },\n \"list\": [\n {\n \"id\": \"main\",\n \"default\": true,\n \"name\": \"Atomizer Study Builder\",\n \"workspace\": \"/home/papa/atomizer/workspaces/study-builder\",\n \"model\": \"google/gemini-2.5-pro\",\n \"identity\": {\n \"name\": \"Atomizer Study Builder\",\n \"theme\": \"Meticulous study code engineer. Writes production-quality optimization scripts. Pattern-driven.\",\n \"emoji\": \"\\ud83c\\udfd7\\ufe0f\"\n },\n \"groupChat\": {\n \"mentionPatterns\": [\n \"@study-builder\",\n \"@Study Builder\",\n \"\\ud83c\\udfd7\\ufe0f\"\n ]\n },\n \"subagents\": {\n \"allowAgents\": [\n \"*\"\n ]\n }\n }\n ]\n },\n \"messages\": {\n \"responsePrefix\": \"[{identity.name}] \",\n \"queue\": {\n \"mode\": \"collect\",\n \"debounceMs\": 2000,\n \"cap\": 20\n },\n \"inbound\": {\n \"debounceMs\": 3000\n },\n \"ackReaction\": \"\",\n \"ackReactionScope\": \"group-mentions\"\n },\n \"commands\": {\n \"native\": \"auto\",\n \"nativeSkills\": \"auto\"\n },\n \"hooks\": {\n \"enabled\": true,\n \"token\": \"31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1\",\n \"allowRequestSessionKey\": true,\n \"allowedSessionKeyPrefixes\": [\n \"agent:\",\n \"hook:\"\n ],\n \"allowedAgentIds\": [\n \"*\"\n ]\n },\n \"channels\": {\n \"discord\": {\n \"enabled\": true,\n \"commands\": {\n \"native\": false\n },\n \"groupPolicy\": \"allowlist\",\n \"dm\": {\n \"enabled\": true,\n \"policy\": \"allowlist\",\n \"allowFrom\": [\n \"user:719982779793932419\"\n ]\n },\n \"guilds\": {\n \"1471858733452890132\": {\n \"requireMention\": true,\n \"users\": [\n \"user:719982779793932419\"\n ],\n \"channels\": {\n \"feed\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"technical\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"rnd\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"lessons-learned\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"knowledge-base\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"it\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"proj-hydrotech-beam\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"dm-study-builder\": {\n \"allow\": true,\n \"requireMention\": false\n },\n \"hq\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"reports\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"announcements\": {\n \"allow\": true,\n \"requireMention\": true\n },\n \"agent-logs\": {\n \"allow\": true,\n \"requireMention\": true\n }\n }\n }\n },\n \"token\": \"${DISCORD_TOKEN_STUDY_BUILDER}\",\n \"allowBots\": true\n }\n },\n \"gateway\": {\n \"port\": 18820,\n \"mode\": \"local\",\n \"bind\": \"loopback\",\n \"auth\": {\n \"token\": \"31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1\"\n },\n \"remote\": {\n \"url\": \"ws://127.0.0.1:18820\",\n \"token\": \"31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1\"\n }\n },\n \"skills\": {\n \"load\": {\n \"extraDirs\": [\n \"/home/papa/atomizer/skills\"\n ]\n }\n },\n \"plugins\": {\n \"entries\": {\n \"discord\": {\n \"enabled\": true\n }\n }\n },\n \"talk\": {\n \"apiKey\": \"sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398\"\n }\n}
|
||||
"mode": "cache-ttl",
|
||||
"ttl": "15m",
|
||||
"keepLastAssistants": 3,
|
||||
"softTrimRatio": 0.6,
|
||||
"hardClearRatio": 0.8,
|
||||
"minPrunableToolChars": 2000
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"id": "main",
|
||||
"default": true,
|
||||
"name": "Atomizer Study Builder",
|
||||
"workspace": "/home/papa/atomizer/workspaces/study-builder",
|
||||
"model": "google/gemini-2.5-pro",
|
||||
"identity": {
|
||||
"name": "Atomizer Study Builder",
|
||||
"theme": "Meticulous study code engineer. Writes production-quality optimization scripts. Pattern-driven.",
|
||||
"emoji": "\ud83c\udfd7\ufe0f"
|
||||
},
|
||||
"groupChat": {
|
||||
"mentionPatterns": [
|
||||
"@study-builder",
|
||||
"@Study Builder",
|
||||
"\ud83c\udfd7\ufe0f"
|
||||
]
|
||||
},
|
||||
"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-study-builder": {
|
||||
"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_STUDY_BUILDER}"
|
||||
}
|
||||
},
|
||||
"gateway": {
|
||||
"port": 18820,
|
||||
"mode": "local",
|
||||
"bind": "loopback",
|
||||
"auth": {
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
},
|
||||
"remote": {
|
||||
"url": "ws://127.0.0.1:18820",
|
||||
"token": "31422bb39bc9e7a4d34f789d8a7cbc582dece8dd170dadd1"
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"load": {
|
||||
"extraDirs": [
|
||||
"/home/papa/atomizer/skills"
|
||||
]
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"entries": {
|
||||
"discord": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"talk": {
|
||||
"apiKey": "sk_d8aa4795f7124ed052fa7de66a28a7739b8bb82789c2f398"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"lastCheckedAt": "2026-02-18T11:38:21.493Z",
|
||||
"lastNotifiedVersion": "2026.2.17",
|
||||
"lastNotifiedTag": "latest"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"931d2d32787e5e206862f6de3064131e69bd61d2a8edb32ac9a633ee9c997cd7": {
|
||||
"deviceId": "931d2d32787e5e206862f6de3064131e69bd61d2a8edb32ac9a633ee9c997cd7",
|
||||
"publicKey": "7o6DeC6QPO2-Q1KFlXgeDVB2mvWhoBMd-W1OKJwd_pc",
|
||||
"platform": "linux",
|
||||
"clientId": "cli",
|
||||
"clientMode": "cli",
|
||||
"role": "operator",
|
||||
"roles": [
|
||||
"operator"
|
||||
],
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "7120ab625b624d8eb4cc0c7a6f1649dd",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"createdAtMs": 1771083760054,
|
||||
"lastUsedAtMs": 1771249081376
|
||||
}
|
||||
},
|
||||
"createdAtMs": 1771083760053,
|
||||
"approvedAtMs": 1771083760053
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1 +0,0 @@
|
||||
OPENCLAW_GATEWAY_PORT=18804
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "931d2d32787e5e206862f6de3064131e69bd61d2a8edb32ac9a633ee9c997cd7",
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "7120ab625b624d8eb4cc0c7a6f1649dd",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"updatedAtMs": 1771249081389
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "931d2d32787e5e206862f6de3064131e69bd61d2a8edb32ac9a633ee9c997cd7",
|
||||
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEA7o6DeC6QPO2+Q1KFlXgeDVB2mvWhoBMd+W1OKJwd/pc=\n-----END PUBLIC KEY-----\n",
|
||||
"privateKeyPem": "-----BEGIN PRIVATE KEY-----\nMC4CAQAwBQYDK2VwBCIEIPmHG7m2/xG4CKlGz7ITTLtx8XZY9U3ba09nfjlNZnu7\n-----END PRIVATE KEY-----\n",
|
||||
"createdAtMs": 1771083760022
|
||||
}
|
||||
Binary file not shown.
@@ -1,202 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"runs": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"lastCheckedAt": "2026-02-18T11:39:56.297Z",
|
||||
"lastNotifiedVersion": "2026.2.17",
|
||||
"lastNotifiedTag": "latest"
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"signin":{"active_accounts_last_emitted":"13415642725926393"},"uninstall_metrics":{"installation_date2":"1771169125"},"user_experience_metrics":{"limited_entropy_randomization_source":"07B50ADFDCDA992431D7AE73C842EB3D","low_entropy_source3":3443,"provisional_client_id":"c97abc28-8817-4c37-95fe-e82e4bc69681","pseudo_low_entropy_source":5583,"stability":{"browser_last_live_timestamp":"13415642725922854"}}}
|
||||
@@ -1 +0,0 @@
|
||||
{"profile":{"info_cache":{"Default":{"default_avatar_fill_color":-47872,"default_avatar_stroke_color":-47872,"name":"openclaw","profile_color":"#FF4500","profile_color_seed":-47872,"profile_highlight_color":-47872,"shortcut_name":"openclaw","user_color":"#FF4500","user_name":"openclaw"}}},"signin":{"active_accounts_last_emitted":"13415642736020447"},"uninstall_metrics":{"installation_date2":"1771169136"},"user_experience_metrics":{"limited_entropy_randomization_source":"0A769CC3BC7D6B93E71DB6F6DB53BF3B","low_entropy_source3":7110,"provisional_client_id":"acfa085f-9288-4519-a5ca-e377359807ca","pseudo_low_entropy_source":3584,"stability":{"browser_last_live_timestamp":"13415642736015909"}},"variations_crash_streak":1}
|
||||
@@ -1 +0,0 @@
|
||||
1771169135883
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"profile": {
|
||||
"name": "openclaw",
|
||||
"profile_color": "#FF4500",
|
||||
"user_color": "#FF4500"
|
||||
},
|
||||
"autogenerated": {
|
||||
"theme": {
|
||||
"color": -47872
|
||||
}
|
||||
},
|
||||
"browser": {
|
||||
"theme": {
|
||||
"user_color2": -47872
|
||||
}
|
||||
},
|
||||
"exit_type": "Normal",
|
||||
"exited_cleanly": true
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"profile": {
|
||||
"info_cache": {
|
||||
"Default": {
|
||||
"name": "openclaw",
|
||||
"shortcut_name": "openclaw",
|
||||
"user_name": "openclaw",
|
||||
"profile_color": "#FF4500",
|
||||
"user_color": "#FF4500",
|
||||
"profile_color_seed": -47872,
|
||||
"profile_highlight_color": -47872,
|
||||
"default_avatar_fill_color": -47872,
|
||||
"default_avatar_stroke_color": -47872
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
2527432141186001222
|
||||
@@ -1 +0,0 @@
|
||||
clawdbot-351069
|
||||
@@ -1 +0,0 @@
|
||||
/tmp/com.google.Chrome.GdJr7i/SingletonSocket
|
||||
@@ -1 +0,0 @@
|
||||
{"user_experience_metrics.stability.exited_cleanly":false,"variations_crash_streak":1}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"jobs": []
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"89eb372483e423e9b0db3f371dc40ad8dc1ab9dcbded96872d3958ed3d9eee2b": {
|
||||
"deviceId": "89eb372483e423e9b0db3f371dc40ad8dc1ab9dcbded96872d3958ed3d9eee2b",
|
||||
"publicKey": "HjkZ6DVVE74o3vNXxtunHbtrFuYHAYcMGCYQjV1gFl4",
|
||||
"platform": "linux",
|
||||
"clientId": "cli",
|
||||
"clientMode": "cli",
|
||||
"role": "operator",
|
||||
"roles": [
|
||||
"operator"
|
||||
],
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "ee442e7490f6468caaf73dfc184f74fb",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"createdAtMs": 1771119578242,
|
||||
"lastUsedAtMs": 1771293992167
|
||||
}
|
||||
},
|
||||
"createdAtMs": 1771119578242,
|
||||
"approvedAtMs": 1771119578242
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1 +0,0 @@
|
||||
OPENCLAW_GATEWAY_PORT=18828
|
||||
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"deviceId": "89eb372483e423e9b0db3f371dc40ad8dc1ab9dcbded96872d3958ed3d9eee2b",
|
||||
"tokens": {
|
||||
"operator": {
|
||||
"token": "ee442e7490f6468caaf73dfc184f74fb",
|
||||
"role": "operator",
|
||||
"scopes": [
|
||||
"operator.admin",
|
||||
"operator.approvals",
|
||||
"operator.pairing"
|
||||
],
|
||||
"updatedAtMs": 1771293992176
|
||||
}
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user