# Single-server mode (used when OLLAMA_BACKENDS_FILE is not set)
OLLAMA_HOST=http://localhost:11434
OLLAMA_API_KEY=
OLLAMA_DEFAULT_MODEL=gemma4:31b-cloud
# Multi-server fallback mode: path to [{host, api_key?}, ...] JSON file.
# When set, overrides OLLAMA_HOST / OLLAMA_API_KEY.
# Model priority is defined per-profile in config.json ("model": ["...", "..."]).
# OLLAMA_BACKENDS_FILE=ollama_backends.json
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
# Filesystem tool: comma-separated allowed root paths
FS_ALLOWED_PATHS=*
# Terminal tool: "*" = allow all commands (default, suitable for local use)
# Restrict with a comma-separated list, e.g.: ls,cat,git,systemctl
TERMINAL_ALLOWED_COMMANDS=*
# SSH tool: path to JSON file with named connections (see ssh_hosts.json.example)
SSH_HOSTS_FILE=ssh_hosts.json
LOG_LEVEL=INFO