hermes installation
hermes
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
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
|
||||
Reference in New Issue
Block a user