adk-server 0.6.0

HTTP server and A2A protocol for Rust Agent Development Kit (ADK-Rust) agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod card;
pub mod convert;
pub mod error;
pub mod executor;
pub mod jsonrpc_handler;
pub mod push;
pub mod request_handler;
pub mod rest_handler;
pub mod state_machine;
pub mod stream;
pub mod task_store;
pub mod version;

pub use executor::V1Executor;