pub fn router<H>(handler: H) -> Routerwhere
H: A2AHandler,Expand description
Build an axum router exposing the A2A REST, JSON-RPC, and discovery routes.
pub fn router<H>(handler: H) -> Routerwhere
H: A2AHandler,Build an axum router exposing the A2A REST, JSON-RPC, and discovery routes.