adk-ui 0.8.0

Dynamic UI generation for ADK-Rust agents - render forms, cards, tables, charts and more
Documentation
1
2
3
4
5
6
7
8
9
mod action;
mod component;
mod envelope;
mod surface;

pub use action::CanonicalAction;
pub use component::CanonicalComponent;
pub use envelope::{ToolEnvelope, ToolEnvelopeProtocol};
pub use surface::CanonicalSurface;