adk-server 0.5.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
15
pub mod a2a;
pub mod apps;
pub mod artifacts;
pub mod debug;
pub mod runtime;
pub mod session;
pub mod ui;

pub use a2a::A2aController;
pub use apps::AppsController;
pub use artifacts::ArtifactsController;
pub use debug::DebugController;
pub use runtime::RuntimeController;
pub use session::SessionController;
pub use ui::UiCapabilities;