//! Evidence-first RLM engine.
//!
//! The engine classifies a request, gathers deterministic evidence,
//! answers oracle-friendly cases without a model, and uses the LLM only
//! for semantic synthesis over a bounded evidence pack.
pub use QueryKind;
pub use process;