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