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
+7
View File
@@ -94,6 +94,13 @@
uv2nix.inputs.pyproject-nix.follows = "hermes-agent/pyproject-nix";
};
};
# Hindsight memory server (vectorize-io). No upstream flake; consumed as a
# bare source tree and packaged via the uv2nix toolchain from hermes-agent.
hindsight-src = {
url = "github:vectorize-io/hindsight";
flake = false;
};
};
outputs = { self, nixpkgs, ... }@inputs: