1 2 3 4 5 6 7
//! Constants for the A2A client /// Default path to the agent card as per A2A specification pub const AGENT_CARD_PATH: &str = ".well-known/agent-card.json"; /// JSON-RPC version pub const JSONRPC_VERSION: &str = "2.0";