Skip to main content

Crate a2a_client

Crate a2a_client 

Source

Re-exports§

pub use client::A2AClient;
pub use factory::A2AClientFactory;
pub use transport::ServiceParams;
pub use transport::Transport;
pub use transport::TransportFactory;
pub use rustls;

Modules§

agent_card
auth
client
factory
jsonrpc
middleware
rest
transport

Functions§

default_reqwest_client
Build a reqwest::Client whose TLS layer matches this crate’s feature selection, optionally adding extra root certificates from a PEM bundle.

Type Aliases§

BoxStream
An owned dynamically typed Stream for use in cases where you can’t statically type your result or need to add some indirection.