//! 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.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use AgentCardInput;
pub use ;
pub use ;
pub use ListAgentsQuery;
pub use ;
pub use ;