open-aea


Nameopen-aea JSON
Version 1.51.0 PyPI version JSON
download
home_pagehttps://github.com/valory-xyz/open-aea.git
SummaryOpen Autonomous Economic Agent framework (without vendor lock-in)
upload_time2024-04-11 03:16:46
maintainerNone
docs_urlNone
authorValory AG
requires_python>=3.8
licenseApache-2.0
keywords aea open-aea autonomous-economic-agents agent-framework multi-agent-systems multi-agent cryptocurrency cryptocurrencies dezentralized dezentralized-network
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            <h1 align="center">
    <b>Open AEA Framework</b>
</h1>

<p align="center">
  <a href="https://pypi.org/project/open-aea/">
    <img alt="PyPI" src="https://img.shields.io/pypi/v/open-aea">
  </a>
  <a href="https://pypi.org/project/open-aea/">
    <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/open-aea">
  </a>
  <a>
    <img alt="PyPI - Wheel" src="https://img.shields.io/pypi/wheel/open-aea">
  </a>
  <a href="https://github.com/valory-xyz/open-aea/blob/main/LICENSE">
    <img alt="License" src="https://img.shields.io/pypi/l/open-aea">
  </a>
  <a href="https://pypi.org/project/open-aea/">
    <img alt="Downloads" src="https://img.shields.io/pypi/dm/open-aea">
  </a>
</p>
<p align="center">
  <a href="https://github.com/valory-xyz/open-aea/actions/workflows/workflow.yml">
    <img alt="AEA framework sanity checks and tests" src="https://github.com/valory-xyz/open-aea/workflows/AEA%20framework%20sanity%20checks%20and%20tests/badge.svg?branch=main">
  </a>
  <a href="">
    <img alt="Codecov" src="https://img.shields.io/codecov/c/github/valory-xyz/open-aea">
  </a>
  <a href="https://img.shields.io/badge/lint-flake8-blueviolet">
    <img alt="flake8" src="https://img.shields.io/badge/lint-flake8-yellow" >
  </a>
  <a href="https://github.com/python/mypy">
    <img alt="mypy" src="https://img.shields.io/badge/static%20check-mypy-blue">
  </a>
  <a href="https://github.com/psf/black">
    <img alt="Black" src="https://img.shields.io/badge/code%20style-black-black">
  </a>
  <a href="https://github.com/PyCQA/bandit">
    <img alt="mypy" src="https://img.shields.io/badge/security-bandit-lightgrey">
  </a>
</p>

<p align="center">
A framework for autonomous economic agent (AEA) development with no vendor lock-in
</p>

This is a fork of <a href="https://github.com/fetchai/agents-aea">the original AEA project</a> 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

1. Create and launch a clean virtual environment with Python 3.10 (any Python `>=` 3.8 works):

       pipenv --python 3.10 && pipenv shell

2. Install the package from [PyPI](https://pypi.org/project/open-aea/):

       pip install open-aea[all]

    Or, if you use `zsh` rather than `bash`:

       pip install "open-aea[all]"

3. Then, build your agent as described in the [docs](https://open-aea.docs.autonolas.tech/).


## 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},
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/valory-xyz/open-aea.git",
    "name": "open-aea",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "aea open-aea autonomous-economic-agents agent-framework multi-agent-systems multi-agent cryptocurrency cryptocurrencies dezentralized dezentralized-network",
    "author": "Valory AG",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b4/a9/51ea10c137e52c2b4e66631dbc9a9af10c2299074e02293f9f987d11b508/open-aea-1.51.0.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">\n    <b>Open AEA Framework</b>\n</h1>\n\n<p align=\"center\">\n  <a href=\"https://pypi.org/project/open-aea/\">\n    <img alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/open-aea\">\n  </a>\n  <a href=\"https://pypi.org/project/open-aea/\">\n    <img alt=\"PyPI - Python Version\" src=\"https://img.shields.io/pypi/pyversions/open-aea\">\n  </a>\n  <a>\n    <img alt=\"PyPI - Wheel\" src=\"https://img.shields.io/pypi/wheel/open-aea\">\n  </a>\n  <a href=\"https://github.com/valory-xyz/open-aea/blob/main/LICENSE\">\n    <img alt=\"License\" src=\"https://img.shields.io/pypi/l/open-aea\">\n  </a>\n  <a href=\"https://pypi.org/project/open-aea/\">\n    <img alt=\"Downloads\" src=\"https://img.shields.io/pypi/dm/open-aea\">\n  </a>\n</p>\n<p align=\"center\">\n  <a href=\"https://github.com/valory-xyz/open-aea/actions/workflows/workflow.yml\">\n    <img alt=\"AEA framework sanity checks and tests\" src=\"https://github.com/valory-xyz/open-aea/workflows/AEA%20framework%20sanity%20checks%20and%20tests/badge.svg?branch=main\">\n  </a>\n  <a href=\"\">\n    <img alt=\"Codecov\" src=\"https://img.shields.io/codecov/c/github/valory-xyz/open-aea\">\n  </a>\n  <a href=\"https://img.shields.io/badge/lint-flake8-blueviolet\">\n    <img alt=\"flake8\" src=\"https://img.shields.io/badge/lint-flake8-yellow\" >\n  </a>\n  <a href=\"https://github.com/python/mypy\">\n    <img alt=\"mypy\" src=\"https://img.shields.io/badge/static%20check-mypy-blue\">\n  </a>\n  <a href=\"https://github.com/psf/black\">\n    <img alt=\"Black\" src=\"https://img.shields.io/badge/code%20style-black-black\">\n  </a>\n  <a href=\"https://github.com/PyCQA/bandit\">\n    <img alt=\"mypy\" src=\"https://img.shields.io/badge/security-bandit-lightgrey\">\n  </a>\n</p>\n\n<p align=\"center\">\nA framework for autonomous economic agent (AEA) development with no vendor lock-in\n</p>\n\nThis is a fork of <a href=\"https://github.com/fetchai/agents-aea\">the original AEA project</a> 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.\n\n\n## Get started developing AEAs\n\n1. Create and launch a clean virtual environment with Python 3.10 (any Python `>=` 3.8 works):\n\n       pipenv --python 3.10 && pipenv shell\n\n2. Install the package from [PyPI](https://pypi.org/project/open-aea/):\n\n       pip install open-aea[all]\n\n    Or, if you use `zsh` rather than `bash`:\n\n       pip install \"open-aea[all]\"\n\n3. Then, build your agent as described in the [docs](https://open-aea.docs.autonolas.tech/).\n\n\n## Cite\n\nIf you are using our software in a publication, please\nconsider to cite it with the following BibTex entry:\n\n```\n@misc{agents-aea,\n  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\u0159\u00ed Vestf\u00e1l and James Riehl and 8baller and Adamantios Zaras and David Vilela and Michiel Karrenbelt and Viraj Patel},\n  Title = {Open Autonomous Economic Agent (AEA) Framework},\n  Year = {2021},\n}\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Open Autonomous Economic Agent framework (without vendor lock-in)",
    "version": "1.51.0",
    "project_urls": {
        "Bug Reports": "https://github.com/valory-xyz/open-aea/issues",
        "Homepage": "https://github.com/valory-xyz/open-aea.git",
        "Source": "https://github.com/valory-xyz/open-aea"
    },
    "split_keywords": [
        "aea",
        "open-aea",
        "autonomous-economic-agents",
        "agent-framework",
        "multi-agent-systems",
        "multi-agent",
        "cryptocurrency",
        "cryptocurrencies",
        "dezentralized",
        "dezentralized-network"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8af005b28b9ecf12597beff03d640de21719c637bae72ca442ab12dc263e63fd",
                "md5": "929dedfce6292fb8f2427f05ffcfdae6",
                "sha256": "94a93fef676352fba8a7fa2a0a68b140e9ca9f8999f78bf24c66bb4557b8e6f7"
            },
            "downloads": -1,
            "filename": "open_aea-1.51.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "929dedfce6292fb8f2427f05ffcfdae6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 658044,
            "upload_time": "2024-04-11T03:16:33",
            "upload_time_iso_8601": "2024-04-11T03:16:33.587526Z",
            "url": "https://files.pythonhosted.org/packages/8a/f0/05b28b9ecf12597beff03d640de21719c637bae72ca442ab12dc263e63fd/open_aea-1.51.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b2d951657fa4a7148903b564b07022b756a09caf472aaab15e278478c0d7fc1",
                "md5": "317fca9a80ad8c6a77078f9abe81e043",
                "sha256": "8887b1604163f5be1706fce5b9cbc5592b22d9ae621c200f77550ee76d487dc8"
            },
            "downloads": -1,
            "filename": "open_aea-1.51.0-py3-none-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "317fca9a80ad8c6a77078f9abe81e043",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 658057,
            "upload_time": "2024-04-11T03:16:36",
            "upload_time_iso_8601": "2024-04-11T03:16:36.034799Z",
            "url": "https://files.pythonhosted.org/packages/9b/2d/951657fa4a7148903b564b07022b756a09caf472aaab15e278478c0d7fc1/open_aea-1.51.0-py3-none-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4156d7e0f46ce155f088d8cc1cbc5782f6ebf284122ff0eb699d5ac8b9cad0a0",
                "md5": "896d27191428be10f3be33f94fc7551c",
                "sha256": "c16001b336b61863eb8bb557161718e0110853064a6f1afb990fd02fa672e307"
            },
            "downloads": -1,
            "filename": "open_aea-1.51.0-py3-none-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "896d27191428be10f3be33f94fc7551c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 658055,
            "upload_time": "2024-04-11T03:16:38",
            "upload_time_iso_8601": "2024-04-11T03:16:38.426110Z",
            "url": "https://files.pythonhosted.org/packages/41/56/d7e0f46ce155f088d8cc1cbc5782f6ebf284122ff0eb699d5ac8b9cad0a0/open_aea-1.51.0-py3-none-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0dc4ffe705cb4729c210f70467e05b2f5e1786f390c5e07ed3627d93ce47d28f",
                "md5": "3a7ce313e5d191a1c7403b53ed9294da",
                "sha256": "0c4abbf61de198f708a20b3cedd617b922727090781720687eb663288b015953"
            },
            "downloads": -1,
            "filename": "open_aea-1.51.0-py3-none-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3a7ce313e5d191a1c7403b53ed9294da",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 658058,
            "upload_time": "2024-04-11T03:16:40",
            "upload_time_iso_8601": "2024-04-11T03:16:40.462756Z",
            "url": "https://files.pythonhosted.org/packages/0d/c4/ffe705cb4729c210f70467e05b2f5e1786f390c5e07ed3627d93ce47d28f/open_aea-1.51.0-py3-none-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e9ca081868433c6b2e49cc0b54038fabdcf4d49522efe6e86c61b547b3f3f4b",
                "md5": "c9bce3f2421aa247dd83379e3e68762a",
                "sha256": "75158aeaa4e395c92116581a0534d652979e3a0ce4986665207cde8050521467"
            },
            "downloads": -1,
            "filename": "open_aea-1.51.0-py3-none-win32.whl",
            "has_sig": false,
            "md5_digest": "c9bce3f2421aa247dd83379e3e68762a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 658056,
            "upload_time": "2024-04-11T03:16:42",
            "upload_time_iso_8601": "2024-04-11T03:16:42.275315Z",
            "url": "https://files.pythonhosted.org/packages/5e/9c/a081868433c6b2e49cc0b54038fabdcf4d49522efe6e86c61b547b3f3f4b/open_aea-1.51.0-py3-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c220809a757bbd28e8cf3aee31d191ec4c3b0194e5c3a533752cd8fb2fd5cbd0",
                "md5": "f89de980964714ad5eed428f3052b748",
                "sha256": "b2eee2d1ee065d1cc48d73aa7db82256c80b792cf14ab4765c4a087af3087464"
            },
            "downloads": -1,
            "filename": "open_aea-1.51.0-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f89de980964714ad5eed428f3052b748",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 658064,
            "upload_time": "2024-04-11T03:16:44",
            "upload_time_iso_8601": "2024-04-11T03:16:44.421224Z",
            "url": "https://files.pythonhosted.org/packages/c2/20/809a757bbd28e8cf3aee31d191ec4c3b0194e5c3a533752cd8fb2fd5cbd0/open_aea-1.51.0-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4a951ea10c137e52c2b4e66631dbc9a9af10c2299074e02293f9f987d11b508",
                "md5": "8dd7e6f819d342ba8ea7cd1eb3d64ee2",
                "sha256": "a1b6b6be9c08cfc8eb0befd436f0b821d4b0cd9cabec4154e36695fd8bc555ec"
            },
            "downloads": -1,
            "filename": "open-aea-1.51.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8dd7e6f819d342ba8ea7cd1eb3d64ee2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 23471820,
            "upload_time": "2024-04-11T03:16:46",
            "upload_time_iso_8601": "2024-04-11T03:16:46.727291Z",
            "url": "https://files.pythonhosted.org/packages/b4/a9/51ea10c137e52c2b4e66631dbc9a9af10c2299074e02293f9f987d11b508/open-aea-1.51.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-11 03:16:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "valory-xyz",
    "github_project": "open-aea",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "open-aea"
}
        
Elapsed time: 0.23115s