Skip to main content

Crate a2a_protocol_sdk

Crate a2a_protocol_sdk 

Source
Expand description

A2A protocol v1.0 — umbrella SDK crate.

Re-exports all three constituent crates so users who want everything can depend on a2a-sdk alone.

§Quick start

Use the prelude module to pull in the most common types:

use a2a_protocol_sdk::prelude::*;

§Module overview

ModuleSource crateContents
typesa2a-typesAll A2A wire types
clienta2a-clientHTTP client
servera2a-serverServer framework
preludeConvenience re-exports for common usage

Modules§

client
HTTP client for sending A2A requests.
prelude
Convenience re-exports for common A2A usage patterns.
server
Server framework for implementing A2A agents.
types
All A2A protocol wire types.