36 lines
707 B
YAML
36 lines
707 B
YAML
# Hermes Eagle — example config (tokens redacted)
|
|
# Source: ~/.hermes/config.yaml
|
|
# Copy back: cp this ~/.hermes/config.yaml (then restore api_key from password manager)
|
|
|
|
model:
|
|
default: claude-sonnet-4-6
|
|
provider: custom
|
|
base_url: 'http://localhost:3457/v1'
|
|
|
|
agent:
|
|
max_turns: 90
|
|
reasoning_effort: medium
|
|
gateway_timeout: 0
|
|
|
|
terminal:
|
|
backend: local
|
|
timeout: 180
|
|
|
|
plugins:
|
|
enabled:
|
|
- zulip-topic-routing
|
|
- whale-thread-guard
|
|
|
|
mcp_servers:
|
|
obsidian:
|
|
command: mcpvault
|
|
args:
|
|
- /Users/admin/obsidian
|
|
ddg-vm:
|
|
command: npx
|
|
args:
|
|
- tsx
|
|
- /Users/admin/Developer/virfield/server/mcp-server.ts
|
|
|
|
# zulip / api keys — restored from password manager
|