Added hermes-hud

This commit is contained in:
Olaf Kolkman
2026-07-09 08:25:18 +02:00
parent 48ee955035
commit 1336a9bcd8
+6 -1
View File
@@ -225,6 +225,11 @@ with pkgs;
; ;
}) })
] ++ (with llm-agents.packages.${pkgs.stdenv.hostPlatform.system}; [ ]
### Agents from https://github.com/numtide/llm-agents.nix
++ (with llm-agents.packages.${pkgs.stdenv.hostPlatform.system}; [
hermes-desktop hermes-desktop
hermes-hud
]) ])