...
"agents": {
"defaults": {
"thinkingDefault": "low",
"contextTokens": 50000,
"model": {
"primary": "xai/grok-4-1-fast",
"fallbacks": [
"anthropic/claude-opus-4-5",
"openwebui/google.gemini-3-pro-preview",
"openwebui/deepseek.deepseek-reasoner",
"moonshotai/kimi-k2-thinking-turbo",
"openwebui/winlite.gpt-oss:20b",
"openwebui/procuda.llama3.2:1b"
]
},
"elevatedDefault": "ask",
"sandbox": {
"mode": "all",
"workspaceAccess": "rw",
"docker": {
"image": "clawdbot-sandbox:bookworm-slim",
"binds": [
"/mnt/nas:/mnt/nas:ro"
],
"readOnlyRoot": true,
"network": "bridge"
},
"browser": {
"allowHostControl": true,
"image": "clawdbot-sandbox-browser:bookworm-slim",
"enabled": true
}
},
"workspace": "/home/regulad/clawd",
"memorySearch": {
"provider": "openai",
"remote": {
"batch": {
"enabled": true,
"concurrency": 2
}
},
"fallback": "openai",
"model": "text-embedding-3-small",
"sync": {
"watch": true
}
},
"compaction": {
"mode": "safeguard"
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
}
}
},
"tools": {
"sandbox": {
"tools": {
"allow": [
"*"
]
}
},
"web": {
"search": {
"enabled": true,
"provider": "perplexity",
"perplexity": {
"apiKey": "${PERPLEXITY_API_KEY}",
"baseUrl": "https://api.perplexity.ai",
"model": "sonar"
}
},
"fetch": {
"enabled": false
}
},
"elevated": {
"enabled": true,
"allowFrom": {
"discord": [
"440468612365680650"
]
}
}
},
"messages": {
"ackReactionScope": "group-mentions"
},
"commands": {
"native": "auto",
"nativeSkills": "auto"
},
"hooks": {
"internal": {
"enabled": true,
"entries": {
"boot-md": {
"enabled": true
},
"command-logger": {
"enabled": true
},
"session-memory": {
"enabled": true
}
}
}
},
...
...
"agents": {
"defaults": {
"thinkingDefault": "low",
"contextTokens": 50000,
"model": {
"primary": "xai/grok-4-1-fast",
"fallbacks": [
"anthropic/claude-opus-4-5",
"openwebui/google.gemini-3-pro-preview",
"openwebui/deepseek.deepseek-reasoner",
"moonshotai/kimi-k2-thinking-turbo",
"openwebui/winlite.gpt-oss:20b",
"openwebui/procuda.llama3.2:1b"
]
},
"elevatedDefault": "ask",
"sandbox": {
"mode": "all",
"workspaceAccess": "rw",
"docker": {
"image": "clawdbot-sandbox:bookworm-slim",
"binds": [
"/mnt/nas:/mnt/nas:ro"
],
"readOnlyRoot": true,
"network": "bridge"
},
"browser": {
"allowHostControl": true,
"image": "clawdbot-sandbox-browser:bookworm-slim",
"enabled": true
}
},
"workspace": "/home/regulad/clawd",
"memorySearch": {
"provider": "openai",
"remote": {
"batch": {
"enabled": true,
"concurrency": 2
}
},
"fallback": "openai",
"model": "text-embedding-3-small",
"sync": {
"watch": true
}
},
"compaction": {
"mode": "safeguard"
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
}
}
},
"tools": {
"sandbox": {
"tools": {
"allow": [
"*"
]
}
},
"web": {
"search": {
"enabled": true,
"provider": "perplexity",
"perplexity": {
"apiKey": "${PERPLEXITY_API_KEY}",
"baseUrl": "https://api.perplexity.ai",
"model": "sonar"
}
},
"fetch": {
"enabled": false
}
},
"elevated": {
"enabled": true,
"allowFrom": {
"discord": [
"440468612365680650"
]
}
}
},
"messages": {
"ackReactionScope": "group-mentions"
},
"commands": {
"native": "auto",
"nativeSkills": "auto"
},
"hooks": {
"internal": {
"enabled": true,
"entries": {
"boot-md": {
"enabled": true
},
"command-logger": {
"enabled": true
},
"session-memory": {
"enabled": true
}
}
}
},
...