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.
- Session
Metadata - Metadata attached to a stored session.
Traits§
- Session
Manager - Manages session persistence and lifecycle operations.