| Crates.io | amico |
| lib.rs | amico |
| version | 0.1.2 |
| created_at | 2025-01-16 14:06:18.284494+00 |
| updated_at | 2025-01-18 08:42:30.435278+00 |
| description | The agent system executable for the Amico AI Agent Framework |
| homepage | |
| repository | https://github.com/AIMOverse/amico |
| max_upload_size | |
| id | 1519306 |
| size | 43,683 |
Amico is an AI Agent Framework designed for DePin devices.
cargo install amico
# This will run Amico using the default config.
amico
Amico is built with Rust and is hosted on GitHub.
First, clone the repository:
git clone https://github.com/AIMOverse/amico.git
cd amico
Then, run cargo build to build the library and the agent binary.
cargo build
Amico plugins are written in Rust and can be found in the plugins directory.
To add a new plugin:
cd plugins
cargo new --lib --vcs none amico-plugin-<name>
Then, edit the Cargo.toml file and add description" field under [package].
amico-plugin-corepackamico-plugin-solanaamico-plugin-twitter