a2a-client 0.2.0

A2A Protocol Client - HTTP client for calling remote A2A agents
Documentation
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";