//! Memory and persistence subsystem
//!
//! Centralized management of context window, long-term memory store, state snapshots,
//! Checkpoint, and conversation history projection.
use crateContextManager;
use crate;
use Arc;
/// Memory and persistence subsystem
///
/// Aggregates conversation context, long-term memory Store, state snapshots,
/// thread Checkpoint, and conversation history projection Store.
pub