2026-03-31 19:57:31 +00:00
|
|
|
# Hermes Agent Fallback Configuration
|
2026-04-13 02:02:00 +00:00
|
|
|
# Primary: kimi-k2.5 | Fallback: gemini-2.5-pro | Terminal: local Ollama
|
|
|
|
|
# Anthropic BANNED per BANNED_PROVIDERS.yml (2026-04-09)
|
2026-03-31 19:57:31 +00:00
|
|
|
|
2026-04-13 02:02:00 +00:00
|
|
|
model: kimi-k2.5
|
2026-03-31 19:57:31 +00:00
|
|
|
fallback_providers:
|
2026-04-13 02:02:00 +00:00
|
|
|
- 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
|
2026-03-31 19:57:31 +00:00
|
|
|
providers:
|
|
|
|
|
kimi-coding:
|
|
|
|
|
timeout: 60
|
|
|
|
|
max_retries: 3
|
|
|
|
|
ollama:
|
|
|
|
|
timeout: 120
|
|
|
|
|
keep_alive: true
|
|
|
|
|
toolsets:
|
2026-04-13 02:02:00 +00:00
|
|
|
- hermes-cli
|
|
|
|
|
- github
|
|
|
|
|
- web
|
2026-03-31 19:57:31 +00:00
|
|
|
agent:
|
|
|
|
|
max_turns: 90
|
|
|
|
|
tool_use_enforcement: auto
|
|
|
|
|
fallback_on_errors:
|
2026-04-13 02:02:00 +00:00
|
|
|
- rate_limit_exceeded
|
|
|
|
|
- quota_exceeded
|
|
|
|
|
- timeout
|
|
|
|
|
- service_unavailable
|
2026-03-31 19:57:31 +00:00
|
|
|
display:
|
|
|
|
|
show_fallback_notifications: true
|
|
|
|
|
show_provider_switches: true
|