//! CLI utilities and session management for mixtape
//!
//! This crate provides:
//! - SQLite-based session storage for conversation memory
//! - Interactive REPL/CLI for agent usage
//! - Command history and special commands
pub use CliError;
pub use ;
pub use SqliteStore;