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
//! AWP compatibility re-exports.
//!
//! When the `awp` feature is enabled, this module re-exports the core types
//! from the `awp-types` crate for convenient access.

#[cfg(feature = "awp")]
pub use awp_types::{
    AwpResponse, AwpVersion, CURRENT_VERSION, CapabilityEntry, CapabilityManifest,
};