1//! Memory management module for conversation context and user memory.
2//!
3//! User memory facts and preferences are stored in the database (TursoClient).
4//! This module is reserved for future context management utilities.
56#![allow(missing_docs)]