qualia_core_db/inference/paged_kv.rs
1//! Compatibility exports for the production paged-KV runtime.
2//!
3//! New code should import [`crate::inference::runtime::kv::paged`]. This thin module preserves
4//! the original public path while the implementation lives in a decomposed runtime library.
5
6pub use crate::inference::runtime::kv::paged::*;