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.
- 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§
- Memory
Pack - Pack implementation providing
memory.rememberandmemory.recallverbs.