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;