Open AEA Framework
Project description
Open AEA Framework
A framework for autonomous economic agent (AEA) development with no vendor lock-in
This is a fork of the original AEA project with the benefit that all vendor lock-in at the package level is removed. This means, there are no dependencies on centrally hosted registries for agent packages and the AEA itself does not prefer any package vendor over another. Where feasible, compatibility with the original AEA framework is maintained.
Get started developing AEAs
-
Create and launch a clean virtual environment with Python 3.10 (any Python
>=3.10 works):python3.10 -m venv .venv && source .venv/bin/activate -
Install the package from PyPI:
pip install open-aea[all]Or, if you use
zshrather thanbash:pip install "open-aea[all]" -
Then, build your agent as described in the docs.
Alternatively (1): Use pipx (CLI usage only)
Alternatively (2): Install from Source
This approach is not recommended!
Cloning
This repository contains submodules. Clone with recursive strategy:
git clone https://github.com/valory-xyz/open-aea.git --recursive && cd open-aea
-
To fetch/update submodules (for existing local repo):
git submodule sync --recursive && git submodule update --init --recursive
Dependencies
All python specific framework dependencies are specified in setup.py and installed with the framework. All development dependencies are specified in pyproject.toml (and installed via the commands specified in Preliminaries).
You can have more control on the installed dependencies by leveraging the setuptools' extras mechanism.
Preliminaries
-
Create and launch a virtual environment with Python 3.10 (any Python
>=3.10 works):python3.10 -m venv .venv && source .venv/bin/activate -
Install the package from source:
pip install .[all]Or, if you use
zshrather thanbash:pip install ".[all]" -
Then, build your agent as described in the docs.
-
Install Skaffold to manage containers & tagging:
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v1.39.0/skaffold-linux-amd64 && \
sudo install skaffold /usr/local/bin/
Documentation
-
All documentation is hosted here.
-
To start a live-reloading docs server on localhost:
mkdocs serve. To amend the docs, create a new documentation file indocs/and add a reference to it inmkdocs.yml. -
To run demos against local packages use flag
--localinaeaCLI commands.
Contributing
We welcome contributions to the framework, its plugins, related tools and packages. Please consult the contributing guide for details.
Cite
If you are using our software in a publication, please consider to cite it with the following BibTex entry:
@misc{agents-aea,
Author = {Marco Favorito and David Minarsch and Ali Hosseini and Aristotelis Triantafyllidis and Diarmid Campbell and Oleg Panasevych and Kevin Chen and Yuri Turchenkov and Lokman Rahmani and Jiří Vestfál and James Riehl and 8baller and Adamantios Zaras and David Vilela and Michiel Karrenbelt and Viraj Patel},
Title = {Open Autonomous Economic Agent (AEA) Framework},
Year = {2021},
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file open_aea-2.2.1.tar.gz.
File metadata
- Download URL: open_aea-2.2.1.tar.gz
- Upload date:
- Size: 497.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cb357977109103622ceed1b0badfbdcb10afc1c105bb91ca5111026842cf966
|
|
| MD5 |
688338aa2a9dc8e4f60b6d08450ed5f4
|
|
| BLAKE2b-256 |
e4d324d952315375e80ec380bd14e6427b3cfeebdc0df839bf1b6878820251c7
|
File details
Details for the file open_aea-2.2.1-py3-none-any.whl.
File metadata
- Download URL: open_aea-2.2.1-py3-none-any.whl
- Upload date:
- Size: 683.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
741910443d4bf22f73b0e7ec8860903d0a6cf1a8ffc66aae9fd634c5fd7b6500
|
|
| MD5 |
19d15e38a71726cee32ac107742a7c70
|
|
| BLAKE2b-256 |
b99285e6268855e59e571d9c70b0c3eb2104db30138b27b951ea76e9c9db9186
|