Expand description
Session management: types and storage traits.
Structs§
- File
Session Storage - File-based session storage storing one JSON file per session.
- InMemory
Session Storage - In-memory session storage backed by a concurrent hash map.
- Session
- A conversation session with its messages and metadata.
- Session
State - Mutable runtime state within a session.
- Session
Summary - A lightweight summary of a session (without messages).
Traits§
- Session
Storage - Trait for persisting and loading sessions.