amico-mods 0.0.4

The plugins of the Amico AI Agent Framework
1
2
3
4
5
6
7
pub mod error;
mod interface;

pub use interface::A2aNetwork;

#[cfg(feature = "a2a-dephy")]
pub mod dephy;