//! Service layer for the A2A protocol
//!//! Services provide application-level abstractions that orchestrate
//! between ports and adapters.
#[cfg(feature ="client")]pubmodclient;#[cfg(feature ="server")]pubmodserver;#[cfg(feature ="client")]pubuseclient::{AsyncA2AClient, StreamItem};#[cfg(feature ="server")]pubuseserver::AgentInfoProvider;