Hippo Memory
A local memory system for AI agents with an optional Jev reranker for recalled notes.
A local memory system for AI agents with an optional Jev reranker for recalled notes.
When recall uses the Jev reranker, it scores retrieved memories against the current query and reorders them before the agent reads them.
The repository pairs the optional reranker with a measured retrieval gain and reports that the same tests did not prove a better final answer rate. That makes the tradeoff unusually clear.
This project calls Jev on demand, in response to user input or events.