Skip to main content

Crate hippmem_consolidation

Crate hippmem_consolidation 

Source
Expand description

HIPPMEM · Consolidation engine

Hebbian reinforcement + decay + compaction + summarization + background worker. Corresponds to 03 §6-8.

Modules§

compaction
Edge Compaction: weak-edge archiving + node degree governance (03 §7).
decay
Edge decay logic: per-cycle decay with a protected set (03 §7).
hebbian
Consolidation engine: Hebbian reinforcement + decay + compaction + summary (03 §6-8).
summarize
Compaction and merging: low-level memories → summary memory + covers chain (03 §8).
worker
Background consolidation Worker: periodically runs Hebbian / decay / compaction / summary (09 §3.3).