//! Anthropic provider driver.
//!
//! Chat completions, streaming, search-grounded responses, and tool use.
//! Vendor wire translation is delegated to the shared
//! `systemprompt_models::wire::anthropic` codec via the `canonical_bridge`.
pub use AnthropicProvider;