Skip to main content

Module engine

Module engine 

Source
Expand description

The memory engine: an agent-native facade (remember / recall / forget) over hybrid retrieval. Recall fans out to the HNSW vector index and the BM25 lexical index, fuses both rankings with reciprocal-rank fusion, then applies recency decay and importance boosts. Scores are returned decomposed per signal so callers can see why something surfaced.

Structsยง

MemoryEngine