Variables
MEMORY_TYPES
Variable: MEMORY_TYPES
constMEMORY_TYPES:object
Defined in: src/memory/define.types.ts:57
What shape of memory you're keeping.
EPISODIC— raw conversation messages, replayed on next turnSEMANTIC— extracted structured facts, deduped on keyNARRATIVE— beats / summaries of prior runs (append-only)CAUSAL— footprintjs execution snapshots, the differentiator (replays stored decisions + tool evidence for "why?" follow-ups — harvested automatically per run)
Type Declaration
CAUSAL
readonlyCAUSAL:"causal"='causal'
EPISODIC
readonlyEPISODIC:"episodic"='episodic'
NARRATIVE
readonlyNARRATIVE:"narrative"='narrative'
SEMANTIC
readonlySEMANTIC:"semantic"='semantic'
