//! JSON-Schema capability matrices and sanitisation, shared by the gateway
//! wire codecs and the agent-flow provider clients.
//!
//! [`ProviderCapabilities`] declares which JSON-Schema constructs each provider
//! accepts; [`SchemaSanitizer`] strips everything outside that set. A wire
//! protocol resolves its matrix via
//! [`crate::profile::WireProtocol::schema_capabilities`].
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use ;
pub use SchemaSanitizer;