Skip to main content

Module scenes

Module scenes 

Source
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 MemScene groups semantically related semantic-tier messages with a stable entity profile.
SceneConfig
Configuration for scene consolidation.
SceneStats
Stats collected during a single scene consolidation sweep.

Functions§

consolidate_scenes
Execute one full scene consolidation sweep.
list_scenes
List all MemScenes from the store.
start_scene_consolidation_loop
Start the background scene consolidation loop.