//! HTTP request/response models for the agent management API.
//!
//! Wraps the A2A [`AgentCard`](crate::models::a2a::AgentCard) in the
//! create/update request shapes accepted over the web boundary
//! ([`CreateAgentRequest`], [`UpdateAgentRequest`]), the agent discovery
//! responses ([`AgentDiscoveryResponse`]), list-query parameters, and the
//! shared card-input parsing and validation helpers.
pub use AgentCardInput;
pub use ;
pub use ;
pub use ListAgentsQuery;
pub use ;
pub use ;