The μAgents (micro-Agents) project is a fast and lightweight framework that makes it easy to build agents for all kinds of decentralised use cases.
Install μAgents for Python 3.8, 3.9, or 3.10:
poetry install
poetry shell
Build and run the docs locally with:
mkdocs serve
Or go to the official docs site: https://docs.fetch.ai/uAgents.
The examples
folder contains several examples of how to create and run various types of agents.
All contributions are welcome! Remember, contribution includes not only code, but any help with docs or issues raised by other developers. See our contribution guidelines for more details.
Read our development guidelines to learn some useful tips related to development.
We use GitHub Issues for tracking requests and bugs, and GitHub Discussions for general questions and discussion.
The μAgents project is licensed under Apache License 2.0.