/dev-template

A template for development with the open-aea and other agent tools and frameworks.

Primary LanguageMakefileApache License 2.0Apache-2.0

dev-template

A template for development with the open-aea and other agent tools and frameworks.

System requirements

Alternatively, you can fetch this docker image with the relevant requirments satisfied:

    docker pull valory/dev-template:latest
    docker container run -it valory/dev-template:latest

It contains:

  • empty directory packages which acts as the local registry

  • .env file with Python path updated to include packages directory

To install the latest version of the open-AEA and development dependencies:

  make new_env

Linters:

  make lint
  make static
  make pylint