Skip to main content

a2a_protocol_client/methods/
mod.rs

1// SPDX-License-Identifier: Apache-2.0
2// Copyright 2026 Tom F.
3
4//! Per-method client helpers.
5//!
6//! Each sub-module adds `impl A2aClient` blocks for a related group of A2A
7//! protocol methods. The modules are declared here; the `A2aClient` struct
8//! itself is defined in [`crate::client`].
9
10pub mod extended_card;
11pub mod push_config;
12pub mod send_message;
13pub mod tasks;