๐๏ธ Memory System
Suzent remembers things across conversations โ facts you've shared, preferences, and context from past sessions. Memory is stored as human-readable markdown files you can inspect and edit directly.
๐๏ธ Configuration
YAML Configuration
๐๏ธ Memory Consolidation
Suzent uses append-only daily logs for fast, lossless capture and a background โdreamโ runner for slower consolidation into the notebook wiki. The goal is to avoid dropping new or changed facts during normal chat turns while still giving the agent a deduplicated, cross-linked long-term memory over time.
๐๏ธ Memory Internals
This page describes the implementation-level structure of Suzent memory as it exists today.
๐๏ธ LLM Wiki
Pattern originally described by Andrej Karpathy: LLM Wiki