Skip to main content

Module session

Module session 

Source
Expand description

Session management traits.

A session captures the complete state of an agent conversation so it can be resumed, forked, rewound, or archived across process restarts.

Structs§

Session
Full session snapshot including conversation state.
SessionMetadata
Metadata attached to a stored session.

Traits§

SessionManager
Manages session persistence and lifecycle operations.