amico-mods 0.0.3

The plugins of the Amico AI Agent Framework
1
2
3
4
5
#[cfg(feature = "storage-fs")]
pub mod fs;

#[cfg(feature = "storage-in-mem")]
pub mod in_mem;