//! Server-side tool resolution and execution for the inference path.
//!
//! - **injection**: resolves the effective tool set from the database (the
//! intersection of deployment- and group-attached tool sources) at request
//! time, plus the standalone Tower layer that injects it into request
//! extensions for the single-step path.
//! - **executor**: [`HttpToolExecutor`] — the onwards `ToolExecutor`
//! implementation that dispatches tool calls during the multi-step loop.
pub use ;
pub use ;