Skip to main content

A framework for the creation of autonomous agent services.

Project description

Open Autonomy

Open Autonomy is a framework for the creation of Agent Services: off-chain services which run as a multi-agent-system (MAS) and are replicated on a temporary consensus gadget (blockchain) while being crypto-economically secured on a public blockchain, hence offering robustness, transparency and decentralization off-chain.

As opposed to traditional smart contracts, Valory apps go beyond simple, purely on-chain logic without giving up on decentralization.

For developers using the framework: Get started developing

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

    pipenv --python 3.10 && pipenv shell
    
  2. Install the package from PyPI:

    pip install open-autonomy
    
  3. Then, build your services as described in the docs.

Requirements for Framework Developers

Ensure your machine satisfies the following requirements:

For developers contributing to the framework: Install from Source

  • Clone the repository, and recursively clone the submodules:

    git clone --recursive git@github.com:valory-xyz/open-autonomy.git
    

    Note: to update the Git submodules later:

    git submodule update --init --recursive
    
  • Build the Hardhat projects:

    cd third_party/safe-contracts && yarn install
    cd ../..
    cd third_party/contracts-amm && yarn install
    cd ../..
    cd third_party/autonolas-registries && yarn install --ignore-engines
    
  • Create and launch a virtual environment. Also, run this during development, every time you need to re-create and launch the virtual environment and update the dependencies:

    make new_env && pipenv shell
    

Common errors and solutions

e2e tests not running

Error message:

error Command "hardhat" not found.
Failed: node:16.7.0 doesn't work. Exiting...

Solution: re-run yarn install inside the third-party/safe-contracts and third-party/contracts-amm repos.

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

open-autonomy-0.2.1.tar.gz (1.7 MB view hashes)

Uploaded Source

Built Distribution

open_autonomy-0.2.1-py3-none-any.whl (137.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page