//! Core memory store orchestrating embedding and SQLite operations.
//!
//! Provides a high-level API for storing, searching, and retrieving memories
//! with automatic embedding generation via the ONNX model.
// pub(crate): module internals hidden; public items re-exported explicitly via lib.rs
pub
pub use MemoryStore;