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.
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.
scoring
Composite memory scoring — ported from the archived internal service (v1 archive).
tunable
Brain-tunable parameter surface for the memory pack’s recall scoring pipeline.

Structs§

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