Expand description
MemScene consolidation (#2332).
Groups semantically related semantic-tier messages into stable entity profiles (scenes). Runs as a separate background loop, decoupled from tier promotion timing.
Structs§
- MemScene
- A
MemScenegroups semantically related semantic-tier messages with a stable entity profile. - Scene
Config - Configuration for scene consolidation.
- Scene
Stats - Stats collected during a single scene consolidation sweep.
Functions§
- consolidate_
scenes - Execute one full scene consolidation sweep.
- list_
scenes - List all
MemScenesfrom the store. - start_
scene_ consolidation_ loop - Start the background scene consolidation loop.