auto-save 2026-05-11 16:53 (~2)

This commit is contained in:
2026-05-11 16:53:47 +08:00
parent 8b5eb7a517
commit 48474dc4d6
2 changed files with 11 additions and 6 deletions

View File

@@ -85,6 +85,10 @@ class Config:
hermes_model = _env("HERMES_MODEL", "gemini-3-pro-preview")
hermes_agent_lxc = _env("HERMES_AGENT_LXC", "hermes-personal")
hermes_agent_dir = _env("HERMES_AGENT_DIR", "/opt/hermes-agent")
hermes_ui_config_path = _env(
"HERMES_UI_CONFIG_PATH",
os.path.join(hermes_agent_dir, "hermes-ui-config.json"),
)
incus_bin = _env("INCUS_BIN", "/usr/bin/incus")
hermes_system_prompt = _env(
"HERMES_SYSTEM_PROMPT",