Skip to main content

Crate khive_pack_memory

Crate khive_pack_memory 

Source
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.md for 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.md for 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§

MemoryPack
Pack implementation providing memory.remember and memory.recall verbs.

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.