amico-mods 0.0.2

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

#[cfg(feature = "web3-ethereum")]
pub mod ethereum;

#[cfg(feature = "web3-solana")]
pub mod solana;