# AMICO Framework

{% hint style="info" %}
Join our Dev Community and collaboratively build Amico! [Learn More](https://aimoverse.github.io/amico-docs/docs/introduction)\
AMICO is an open-source project under the MIT License. More information can be found at the above link.
{% endhint %}

Amico is an Event-based Autonomous AI Agent Framework written in Rust tailered for embedded AI devices and multi-agent systems. It is designed with high scalability and flexibility for customization, while remains simple to use and deploy autonomous AI agents on all-kinds of devices.

Amico is natively integrated with the Solana ecosystem, enabling AI agents to autonomously make decisions and take on-chain actions.

Amico offers a comprehensive set of features, some highlights including:

* Ideal for deploy Autonomous AI agent in a variety of scenarios, with tailed support for embedded devices
* Support for multi-agent collaboration & coordination
* Autonomous AI agents with on-chain actions capabilities
* Low-Code development & deployment with runtime support


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aimonetwork.gitbook.io/aimonetwork/introduction/amico-framework.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
