| { | |
| "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" | |
| } | |
| } | |
| } | |
| } | |