fc38fb2ab6
hermes
52 lines
918 B
YAML
52 lines
918 B
YAML
model:
|
|
provider: ${HERMES_MODEL_PROVIDER}
|
|
default: ${HERMES_MODEL_NAME}
|
|
base_url: ${HERMES_MODEL_BASE_URL}
|
|
|
|
compression:
|
|
enabled: true
|
|
threshold: 0.50
|
|
target_ratio: 0.20
|
|
protect_last_n: 20
|
|
|
|
memory:
|
|
memory_enabled: true
|
|
user_profile_enabled: true
|
|
nudge_interval: 10
|
|
flush_min_turns: 6
|
|
|
|
session_reset:
|
|
mode: both
|
|
idle_minutes: 720
|
|
at_hour: 4
|
|
|
|
display:
|
|
tool_progress: new
|
|
tool_progress_command: false
|
|
background_process_notifications: result
|
|
|
|
agent:
|
|
max_turns: 60
|
|
verbose: false
|
|
reasoning_effort: medium
|
|
|
|
terminal:
|
|
backend: ssh
|
|
cwd: /srv/hermes-workspace
|
|
timeout: 180
|
|
persistent_shell: true
|
|
|
|
platforms:
|
|
homeassistant:
|
|
enabled: true
|
|
extra:
|
|
watch_domains:
|
|
- climate
|
|
- binary_sensor
|
|
- alarm_control_panel
|
|
ignore_entities:
|
|
- sensor.uptime
|
|
- sensor.cpu_usage
|
|
- sensor.memory_usage
|
|
cooldown_seconds: 30
|