Files
hermes-agent/config/fallback-config.yaml
Perplexity Computer a3452d2c66
Some checks failed
Forge CI / smoke-and-build (push) Failing after 26s
purge: remove Anthropic from hermes-agent config layer (#305)
2026-04-13 02:02:00 +00:00

44 lines
1.0 KiB
YAML

# Hermes Agent Fallback Configuration
# Primary: kimi-k2.5 | Fallback: gemini-2.5-pro | Terminal: local Ollama
# Anthropic BANNED per BANNED_PROVIDERS.yml (2026-04-09)
model: kimi-k2.5
fallback_providers:
- provider: kimi-coding
model: kimi-k2.5
timeout: 60
reason: Gemini 2.5 Pro via OpenRouter (replaces banned Anthropic)
- provider: openrouter
model: google/gemini-2.5-pro
base_url: https://openrouter.ai/api/v1
api_key_env: OPENROUTER_API_KEY
timeout: 120
reason: Gemini 2.5 Pro via OpenRouter (replaces banned Anthropic)
- provider: ollama
model: qwen2.5:7b
base_url: http://localhost:11434
timeout: 120
reason: Local fallback for offline operation
providers:
kimi-coding:
timeout: 60
max_retries: 3
ollama:
timeout: 120
keep_alive: true
toolsets:
- hermes-cli
- github
- web
agent:
max_turns: 90
tool_use_enforcement: auto
fallback_on_errors:
- rate_limit_exceeded
- quota_exceeded
- timeout
- service_unavailable
display:
show_fallback_notifications: true
show_provider_switches: true