Skip to content

valory-xyz/agent-academy-2

Repository files navigation

agent-academy-2

Valory's Agent Academy 2 - participant repo

  • Clone the repository:

    git clone git@github.com:valory-xyz/agent-academy-2.git
    
  • System requirements:

  • Pull pre-built images:

    docker pull trufflesuite/ganache:beta
    
  • Create development environment:

    make new_env && pipenv shell
    
  • Configure command line:

    autonomy init --reset --author academy2 --remote --ipfs --ipfs-node "/dns/registry.autonolas.tech/tcp/443/https"
    
  • Pull packages:

    autonomy packages sync --update-packages
    
  • During development use make formatters, make code-checks and make generators

Running the Keep3r

To run the end-to-end tests with four agents against V2 fork of Goerli

pytest packages/keep3r_co/agents/keep3r_bot/tests/test_agents/test_keep3r_bot_abci.py::TestKeep3rABCIFourAgentsV2

Custom jobs

The jobs directory contains jobs developed by us. It currently contains veOLAS job. This job is supported by our keep3r service, among other jobs from third parties.