Skip to main content

Module session

Module session 

Source
Expand description

Session management for conversation history

Sessions store conversation history in JSONL format for easy reading and persistence.

Re-exports§

pub use manager::SessionInfo;
pub use manager::SessionManager;
pub use store::ChatMessage;
pub use store::Session;

Modules§

manager
Session manager for handling multiple sessions
store
Session data structures