Switch memory provider to hindsight
Check Flake / check-flake (push) Successful in 21m43s

This commit is contained in:
2026-06-04 10:32:17 -07:00
parent 1551e5b02b
commit 2e1146ea68
6 changed files with 218 additions and 8 deletions
+9
View File
@@ -52,4 +52,13 @@ in
qtmultimedia qtwayland qtwebengine qcoro;
inherit (prev) lib fetchFromGitLab pkg-config sdl3 libcec wayland;
};
# Hindsight agent-memory server. Built via uv2nix against the upstream
# workspace; uses hermes-agent's toolchain pin to avoid duplicating uv2nix.
hindsight-api = prev.callPackage ../pkgs/hindsight {
hindsight-src = inputs.hindsight-src;
uv2nix = inputs.hermes-agent.inputs.uv2nix;
pyproject-nix = inputs.hermes-agent.inputs.pyproject-nix;
pyproject-build-systems = inputs.hermes-agent.inputs.pyproject-build-systems;
};
}