Expand description
Sessions and the event store.
Mirrors Flue’s session machinery (SessionStore, event-stream-store,
dispatch/invoke). MVP holds sessions in memory while exposing a typed
persistence envelope for durable resume.
Structs§
- Session
- One session: its id, configuration, message log, and metadata.
- Session
State - On-disk envelope for a resumable session. Carries everything the coordinator needs to reconstruct a run after a process restart.
- Session
Store - An in-memory session store.
Constants§
- SCHEMA_
VERSION - Current on-disk session envelope schema version.
Type Aliases§
- Session
Id - A unique session id.
- Shared
Session Store - Shared pointer to a session store.