amico-mods 0.0.2

The plugins of the Amico AI Agent Framework
1
2
3
4
5
6
#[cfg(feature = "std-services-in-memory")]
mod in_memory;
#[cfg(feature = "std-services-in-memory")]
pub use in_memory::*;

pub mod speech;