3 releases
new 0.1.2 | Jan 18, 2025 |
---|---|
0.1.1 | Jan 16, 2025 |
0.1.0 | Jan 16, 2025 |
#277 in Development tools
247 downloads per month
13KB
Amico AI Agent
Amico is an AI Agent Framework designed for DePin devices.
Quick Start
Install & Run Amico Immediately
cargo install amico
# This will run Amico using the default config.
amico
Development Guide
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
Plugin Development
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]
.
Supported Plugins
Official Plugins
- Corepack
amico-plugin-corepack
- Solana
amico-plugin-solana
- Twitter
amico-plugin-twitter
Dependencies
~7–20MB
~273K SLoC