AGI_Assistant / zeroclaw.json
Dmitry Beresnev
Add and configure NemoClaw, IronClaw, and complete claw stack configs
974e338
raw
history blame contribute delete
409 Bytes
{
"default_provider": "custom",
"default_model": "deepseek-chat",
"api_key": "${LLM_SPACE_API_KEY}",
"base_url": "https://researchengineering-agi.hf.space/v1",
"workspace": "/app/vault",
"gateway": {
"host": "127.0.0.1",
"port": 42617
},
"autonomy": {
"level": "supervised",
"workspace_only": true,
"max_actions_per_hour": 20
},
"tunnel": {
"kind": "none"
}
}