Skip to main content

Module session

Module session 

Source
Expand description

Session management: types and storage traits.

Structs§

FileSessionStorage
File-based session storage storing one JSON file per session.
InMemorySessionStorage
In-memory session storage backed by a concurrent hash map.
Session
A conversation session with its messages and metadata.
SessionState
Mutable runtime state within a session.
SessionSummary
A lightweight summary of a session (without messages).

Traits§

SessionStorage
Trait for persisting and loading sessions.