Skip to content

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

License

Notifications You must be signed in to change notification settings

irl-dan/dev-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%