Expand description
Memory pack — memory.remember and memory.recall verbs with decay-aware ranking.
Modules§
- config
- Recall configuration types — scoring weights, decay models, and FTS gather options.
See
crates/khive-pack-memory/docs/api/configuration.mdfor the full policy reference. - handlers
- Memory verb handlers — split by concern.
- recall_
feedback - Recall-domain posterior updates — direct update functions replacing fold-based replay.
- rerank
- Weighted feature-combination reranking for memory recall candidates.
See
crates/khive-pack-memory/docs/api/scoring.md. - scoring
- Tunable composite scoring, normalization, adjustments, and language routing.
See
crates/khive-pack-memory/docs/api/scoring.mdfor the complete scoring model. - tunable
- Brain-tunable parameter surface for the memory pack’s recall scoring pipeline.
See
crates/khive-pack-memory/docs/api/pack-integration.md.
Structs§
- Memory
Pack - Pack implementation providing
memory.rememberandmemory.recallverbs.
Functions§
- bump_
memory_ ann_ epoch - Increment and return the durable ANN corpus epoch after snapshot invalidation.
- ensure_
ann_ epoch_ schema - Create the durable ANN epoch table if it does not exist.