moltbot-hybrid-engine / openclaw.json
dboa9
updates
f32aa40
raw
history blame contribute delete
409 Bytes
{
"gateway": {
"port": 18789,
"bind": "0.0.0.0"
},
"agents": {
"defaults": {
"workspace": "~/.openclaw/workspace"
}
},
"skills": {
"load": {
"extraDirs": ["/home/appuser/app/skills"],
"watch": true
},
"entries": {
"legal-exhibit-verify": {
"enabled": true
},
"legal-cross-verify": {
"enabled": true
}
}
}
}