From 88d19ea9e2aa25efbd26fb01e87476721a86a900 Mon Sep 17 00:00:00 2001 From: Harley Date: Tue, 22 Sep 2026 10:04:43 -0400 Subject: [PATCH] hermes: upgrade v0.21.0 -> v0.21.4; repin webui units to the current-source symlink --- configuration.nix | 8 ++++---- flake.lock | 10 +++++----- flake.nix | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/configuration.nix b/configuration.nix index d8032bd5..a0d0fded 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1294,9 +1294,9 @@ PYEOF HERMES_WEBUI_PORT = "8787"; HERMES_HOME = "/storage/8TB/Backups/Agents/.hermes"; HERMES_WEBUI_STATE_DIR = "/storage/8TB/Backups/Agents/.hermes/webui"; - HERMES_WEBUI_AGENT_DIR = "/opt/hermes-agent-v0.20.5-standalone"; + HERMES_WEBUI_AGENT_DIR = "/opt/hermes-agent-standalone"; HERMES_WEBUI_PYTHON = "${webuiVenv}/bin/python3"; - PYTHONPATH = "/opt/hermes-agent-v0.20.5-standalone"; + PYTHONPATH = "/opt/hermes-agent-standalone"; SEARXNG_URL = "http://10.0.1.49:8888"; }; serviceConfig = { @@ -1343,9 +1343,9 @@ PYEOF HERMES_HOME = "/home/roman/hermes/profiles/roman"; HERMES_WEBUI_ISOLATED_PROFILE = "1"; HERMES_WEBUI_STATE_DIR = "/home/roman/hermes/webui"; - HERMES_WEBUI_AGENT_DIR = "/opt/hermes-agent-v0.20.5-standalone"; + HERMES_WEBUI_AGENT_DIR = "/opt/hermes-agent-standalone"; HERMES_WEBUI_PYTHON = "${webuiVenv}/bin/python3"; - PYTHONPATH = "/opt/hermes-agent-v0.20.5-standalone"; + PYTHONPATH = "/opt/hermes-agent-standalone"; SEARXNG_URL = "http://10.0.1.49:8888"; HOME = "/home/roman"; }; diff --git a/flake.lock b/flake.lock index 7d00975a..6ccd9723 100644 --- a/flake.lock +++ b/flake.lock @@ -34,16 +34,16 @@ "uv2nix": "uv2nix" }, "locked": { - "lastModified": 1788204567, - "narHash": "sha256-QjT+p3KJwB2ukyw09axbMczjwiM7yXoVa/md0Sr5VJk=", - "rev": "29112bef099274229cadff79cdff7bf7b99c4b77", + "lastModified": 1790014232, + "narHash": "sha256-0pfylDk73diMdpQH/YyRWpvon+w4YWBRS3uj8T67qHI=", + "rev": "d337b736aa1e8ebecfab043842d13e4a2d2f48a3", "revCount": 1, "type": "git", - "url": "file:///opt/hermes-agent-v0.21.0-standalone" + "url": "file:///opt/hermes-agent-v2026.9.21-standalone" }, "original": { "type": "git", - "url": "file:///opt/hermes-agent-v0.21.0-standalone" + "url": "file:///opt/hermes-agent-v2026.9.21-standalone" } }, "home-manager": { diff --git a/flake.nix b/flake.nix index 8ce3ad4d..6623d3b8 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ # rpcs3: 0.0.42-unstable-2026-08-15 fails to compile with a GCC ICE nixpkgs-held.url = "github:NixOS/nixpkgs/241313f4e8e508cb9b13278c2b0fa25b9ca27163"; hermes-agent = { - url = "git+file:///opt/hermes-agent-v0.21.0-standalone"; + url = "git+file:///opt/hermes-agent-v2026.9.21-standalone"; inputs.nixpkgs.follows = "nixpkgs"; }; };