AGI_Assistant / nanobot.json
Dmitry Beresnev
Add and configure NemoClaw, IronClaw, and complete claw stack configs
974e338
raw
history blame contribute delete
470 Bytes
{
"providers": {
"custom": {
"apiBase": "https://researchengineering-agi.hf.space/v1"
}
},
"agents": {
"defaults": {
"model": "deepseek-chat",
"provider": "custom",
"workspace": "/app/vault"
}
},
"gateway": {
"port": 18790
},
"channels": {
"mochat": {
"enabled": true,
"allowFrom": ["*"]
}
},
"tools": {
"web": {
"search": {
"provider": "duckduckgo"
}
}
}
}