Skip to main content

Module memory

Module memory 

Source
Expand description

Shared runtime configuration structs for memory subsystems.

These are plain (no serde) structs used as runtime parameters. They are separate from the serde-annotated config types in zeph-config which own the deserialization concerns.

Structsยง

BeliefRevisionConfig
Runtime config for Kumiho belief revision passed into resolver methods.
ConsolidationConfig
Runtime config for the consolidation sweep loop.
ForgettingConfig
Runtime config for the forgetting sweep (#2397).
NoteLinkingConfig
Runtime config for A-MEM dynamic note linking.