| { | |
| "models": { | |
| "providers": { | |
| "custom": { | |
| "base_url": "https://researchengineering-agi.hf.space/v1", | |
| "api_key": "${LLM_SPACE_API_KEY}" | |
| } | |
| } | |
| }, | |
| "agents": { | |
| "defaults": { | |
| "model": { "primary": "custom/deepseek-chat" }, | |
| "workspace": "/app/vault" | |
| } | |
| }, | |
| "gateway": { | |
| "port": 3000, | |
| "require_pairing": true, | |
| "allow_public_bind": false | |
| }, | |
| "memory": { | |
| "backend": "sqlite", | |
| "auto_save": true, | |
| "embedding_provider": "noop", | |
| "vector_weight": 0.7, | |
| "keyword_weight": 0.3, | |
| "hygiene_enabled": true | |
| }, | |
| "http_request": { | |
| "search_provider": "duckduckgo" | |
| }, | |
| "autonomy": { | |
| "level": "supervised", | |
| "workspace_only": true, | |
| "max_actions_per_hour": 20 | |
| }, | |
| "runtime": { | |
| "kind": "native" | |
| }, | |
| "tunnel": { "provider": "none" }, | |
| "secrets": { "encrypt": true }, | |
| "identity": { "format": "openclaw" }, | |
| "security": { | |
| "sandbox": { "backend": "auto" }, | |
| "resources": { "max_memory_mb": 512, "max_cpu_percent": 80 }, | |
| "audit": { "enabled": true, "retention_days": 90 } | |
| } | |
| } | |