Expand description
HIPPMEM · Write engine
Responsible for AssociationKeys generation, multi-dimensional candidate discovery, association scoring, and edge construction. Corresponds to algorithm parameters in 03.
Modules§
- candidates
- Multi-dimensional candidate discovery: match on multiple dimensions based on AssociationKeys (03 §2).
- edges
- Edge construction logic: strong/weak edges, observation zone, evidence, bidirectional registration, dedup (03 §3).
- enrich
- Enrich stage: complete strong semantic dimensions in the background (06 §M6-001).
- explain
- Explain + Inspect API (M6-002): retrieval-result diagnostics and explanation.
- keys
- AssociationKeys generation: produce multi-dimensional recall keys from understanding + context (03 §1).
- scoring
- Association scoring: multi-dimensional scoring function (03 §2).
- staged
- Staged write path: raw -> indexed (03/05).
- understanding
- Enriched -> index writeback: after the strong semantic dimensions are completed, write goal/event/causal keys into the corresponding inverted indexes (03 §4.5, 04 §5).