{ "agents": { "defaults": { "workspace": "/app/vault", "model_name": "deepseek-chat", "max_tokens": 8192, "temperature": 0.7, "max_tool_iterations": 20 } }, "model_list": [ { "model_name": "deepseek-chat", "model": "openai/deepseek-chat", "api_key": "${LLM_SPACE_API_KEY}", "base_url": "https://researchengineering-agi.hf.space/v1", "request_timeout": 120 } ], "gateway": { "host": "127.0.0.1", "port": 18794 }, "autonomy": { "level": "supervised", "workspace_only": true, "max_actions_per_hour": 20 }, "tunnel": { "kind": "none" } }