//! The mcp-llm inner explorer subsystem.
//!
//! - [`config`] — the shared vocabulary persisted to `.grove/explore.json`
//! (T01).
//! - [`client`] — the OpenAI-compatible chat client + health probe (T02).
//! - [`steering`] — per-mode system prompt text (T03).
//! - [`toolset`] — tool schema registry, gating, and dispatch (T03).
//! - [`agent`] — the bounded inner agent loop [`run_explore`] (T03).
pub use ;
pub use ;
pub use ;
pub use ;