//! kernex-memory: SQLite-backed memory store with a public trait surface.
//!
//! Provides conversation storage, reward-based learning (outcomes + lessons),
//! scheduled tasks, FTS5 semantic recall, audit logging, and soft-delete on
//! the `facts` table. The public [`MemoryStore`] trait mirrors the inherent
//! method surface that downstream consumers call today; concrete schema
//! changes can ship without rippling into call sites.
pub use AuditLogger;
pub use ;
pub use MemoryError;
pub use ;
pub use detect_language;
pub use DueTask;
pub use PhaseCheckpoint;
pub use Store;
pub use ;