aea


Nameaea JSON
Version 1.2.5 PyPI version JSON
download
home_pagehttps://github.com/fetchai/agents-aea
SummaryAutonomous Economic Agent framework
upload_time2023-01-24 15:50:33
maintainer
docs_urlNone
authorFetch.AI Limited
requires_python>=3.8,<3.11
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">
    <b>AEA Framework</b>
</h1>

<p align="center">
Create Autonomous Economic Agents (AEAs)
</p>

<p align="center">
  <a href="https://pypi.org/project/aea/">
    <img alt="PyPI" src="https://img.shields.io/pypi/v/aea">
  </a>
  <a href="https://pypi.org/project/aea/">
    <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/aea">
  </a>
  <a href="https://github.com/fetchai/agents-aea/blob/main/LICENSE">
    <img alt="License" src="https://img.shields.io/pypi/l/aea">
  </a>
  <a href="https://pypi.org/project/aea/">
    <img alt="License" src="https://img.shields.io/pypi/dm/aea">
  </a>
  <br />
  <a href="https://github.com/fetchai/agents-aea/workflows/AEA%20framework%20sanity%20checks%20and%20tests">
    <img alt="AEA framework sanity checks and tests" src="https://github.com/fetchai/agents-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/fetchai/agents-aea">
  </a>
  <a href="https://discord.gg/hy8SyhNnXf">
    <img src="https://img.shields.io/discord/441214316524339210.svg?logo=discord&logoColor=fff&label=Discord&color=7389d8" alt="Discord conversation" />
  </a>
</p>

The AEA framework allows you to create **Autonomous Economic Agents**:

- An AEA is an <b>Agent</b>, representing an individual, family, organisation or object (a.k.a. its "owner") in the digital world. It looks after its owner's interests and has their preferences in mind when acting on their behalf.
- AEAs are <b>Autonomous</b>; acting with no, or minimal, interference from their owners.
- AEAs have a narrow and specific focus: creating <b>Economic</b> value for their owners.

<p align="center">
  <a href="https://www.youtube.com/embed/xpJA4IT5X88">
    <img src="/data/video-aea.png?raw=true" alt="AEA Video" width="70%"/>
  </a>
</p>

## To install

1. Ensure you have Python (version `3.8`, `3.9` or `3.10`).
2. (optional) Use a virtual environment (e.g. [`pipenv`][pipenv] or [`poetry`][poetry]).
3. Install: `pip install aea[all]`

Please see the [installation page][docs-install] for more details.

## Documentation

The full documentation, including how to get started, can be found [here][docs].

## Contributing

All contributions are very welcome! Remember, contribution is not only PRs and code, but any help with docs or helping other developers solve their issues are very appreciated!

Read below to learn how you can take part in the AEA project.

### Code of Conduct

Please be sure to read and follow our [Code of Conduct][coc]. By participating, you are expected to uphold this code.

### Contribution Guidelines

Read our [contribution guidelines][contributing] to learn about our issue and PR submission processes, coding rules, and more.

### Development Guidelines

Read our [development guidelines][developing] to learn about the development processes and workflows when contributing to different parts of the AEA project.

### Issues, Questions and Discussions

We use [GitHub Issues][issues] for tracking requests and bugs, and [GitHub Discussions][discussion] for general questions and discussion.

## License

The AEA project is licensed under [Apache License 2.0][license].

[poetry]: https://python-poetry.org
[pipenv]: https://pypi.org/project/pipenv/
[docs]: https://docs.fetch.ai
[contributing]: https://github.com/fetchai/agents-aea/blob/main/CONTRIBUTING.md
[developing]: https://github.com/fetchai/agents-aea/blob/main/DEVELOPING.md
[coc]: https://github.com/fetchai/agents-aea/blob/main/CODE_OF_CONDUCT.md
[discussion]: https://github.com/fetchai/agents-aea/discussions
[issues]: https://github.com/fetchai/agents-aea/issues
[license]: https://github.com/fetchai/agents-aea/blob/main/LICENSE
[docs-install]: https://docs.fetch.ai/aea/installation/


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fetchai/agents-aea",
    "name": "aea",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<3.11",
    "maintainer_email": "",
    "keywords": "",
    "author": "Fetch.AI Limited",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/80/c1/bad76638e83476e00a851d5d822368f7530c672f4c177f7fca4d599b37cc/aea-1.2.5.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">\n    <b>AEA Framework</b>\n</h1>\n\n<p align=\"center\">\nCreate Autonomous Economic Agents (AEAs)\n</p>\n\n<p align=\"center\">\n  <a href=\"https://pypi.org/project/aea/\">\n    <img alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/aea\">\n  </a>\n  <a href=\"https://pypi.org/project/aea/\">\n    <img alt=\"PyPI - Python Version\" src=\"https://img.shields.io/pypi/pyversions/aea\">\n  </a>\n  <a href=\"https://github.com/fetchai/agents-aea/blob/main/LICENSE\">\n    <img alt=\"License\" src=\"https://img.shields.io/pypi/l/aea\">\n  </a>\n  <a href=\"https://pypi.org/project/aea/\">\n    <img alt=\"License\" src=\"https://img.shields.io/pypi/dm/aea\">\n  </a>\n  <br />\n  <a href=\"https://github.com/fetchai/agents-aea/workflows/AEA%20framework%20sanity%20checks%20and%20tests\">\n    <img alt=\"AEA framework sanity checks and tests\" src=\"https://github.com/fetchai/agents-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/fetchai/agents-aea\">\n  </a>\n  <a href=\"https://discord.gg/hy8SyhNnXf\">\n    <img src=\"https://img.shields.io/discord/441214316524339210.svg?logo=discord&logoColor=fff&label=Discord&color=7389d8\" alt=\"Discord conversation\" />\n  </a>\n</p>\n\nThe AEA framework allows you to create **Autonomous Economic Agents**:\n\n- An AEA is an <b>Agent</b>, representing an individual, family, organisation or object (a.k.a. its \"owner\") in the digital world. It looks after its owner's interests and has their preferences in mind when acting on their behalf.\n- AEAs are <b>Autonomous</b>; acting with no, or minimal, interference from their owners.\n- AEAs have a narrow and specific focus: creating <b>Economic</b> value for their owners.\n\n<p align=\"center\">\n  <a href=\"https://www.youtube.com/embed/xpJA4IT5X88\">\n    <img src=\"/data/video-aea.png?raw=true\" alt=\"AEA Video\" width=\"70%\"/>\n  </a>\n</p>\n\n## To install\n\n1. Ensure you have Python (version `3.8`, `3.9` or `3.10`).\n2. (optional) Use a virtual environment (e.g. [`pipenv`][pipenv] or [`poetry`][poetry]).\n3. Install: `pip install aea[all]`\n\nPlease see the [installation page][docs-install] for more details.\n\n## Documentation\n\nThe full documentation, including how to get started, can be found [here][docs].\n\n## Contributing\n\nAll contributions are very welcome! Remember, contribution is not only PRs and code, but any help with docs or helping other developers solve their issues are very appreciated!\n\nRead below to learn how you can take part in the AEA project.\n\n### Code of Conduct\n\nPlease be sure to read and follow our [Code of Conduct][coc]. By participating, you are expected to uphold this code.\n\n### Contribution Guidelines\n\nRead our [contribution guidelines][contributing] to learn about our issue and PR submission processes, coding rules, and more.\n\n### Development Guidelines\n\nRead our [development guidelines][developing] to learn about the development processes and workflows when contributing to different parts of the AEA project.\n\n### Issues, Questions and Discussions\n\nWe use [GitHub Issues][issues] for tracking requests and bugs, and [GitHub Discussions][discussion] for general questions and discussion.\n\n## License\n\nThe AEA project is licensed under [Apache License 2.0][license].\n\n[poetry]: https://python-poetry.org\n[pipenv]: https://pypi.org/project/pipenv/\n[docs]: https://docs.fetch.ai\n[contributing]: https://github.com/fetchai/agents-aea/blob/main/CONTRIBUTING.md\n[developing]: https://github.com/fetchai/agents-aea/blob/main/DEVELOPING.md\n[coc]: https://github.com/fetchai/agents-aea/blob/main/CODE_OF_CONDUCT.md\n[discussion]: https://github.com/fetchai/agents-aea/discussions\n[issues]: https://github.com/fetchai/agents-aea/issues\n[license]: https://github.com/fetchai/agents-aea/blob/main/LICENSE\n[docs-install]: https://docs.fetch.ai/aea/installation/\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Autonomous Economic Agent framework",
    "version": "1.2.5",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87f2fb7fb302b5b79caf1e98d5df1047e7c415e975070b220d7c65b0a1f367f4",
                "md5": "4225578223c570ecfa157cf28d2db904",
                "sha256": "7c7f21950be313cf87b0c329f2c26f15bf449dcfdebdd94145989b61af3d38b9"
            },
            "downloads": -1,
            "filename": "aea-1.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4225578223c570ecfa157cf28d2db904",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<3.11",
            "size": 585350,
            "upload_time": "2023-01-24T15:50:30",
            "upload_time_iso_8601": "2023-01-24T15:50:30.427948Z",
            "url": "https://files.pythonhosted.org/packages/87/f2/fb7fb302b5b79caf1e98d5df1047e7c415e975070b220d7c65b0a1f367f4/aea-1.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80c1bad76638e83476e00a851d5d822368f7530c672f4c177f7fca4d599b37cc",
                "md5": "b42f263065028237504e0bebfc2ffb6e",
                "sha256": "3ab3895edc44f41935842829d8e20375efef953cbd6cad8036dc4c70038e3bd5"
            },
            "downloads": -1,
            "filename": "aea-1.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "b42f263065028237504e0bebfc2ffb6e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<3.11",
            "size": 436557,
            "upload_time": "2023-01-24T15:50:33",
            "upload_time_iso_8601": "2023-01-24T15:50:33.444773Z",
            "url": "https://files.pythonhosted.org/packages/80/c1/bad76638e83476e00a851d5d822368f7530c672f4c177f7fca4d599b37cc/aea-1.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-24 15:50:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "fetchai",
    "github_project": "agents-aea",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "aea"
}
        
Elapsed time: 0.03285s