amico-cli 0.1.1

The agent system executable for the Amico AI Agent Framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Amico Autonomous AI Agent

Amico is the next generation Autonomous AI Agent tailored for embedded AI devices and multi-agent systems.

## Quick Start

### Install & Run AMICO Immediately

```bash
cargo install amico

# This will run Amico using the default config.
amico
```

### Configuration

Amico comes with a default configuration file `amico.toml`. You can override the values in this file or provide your own.