Valory's Agent Academy 2 - participant repo
-
Clone the repository:
git clone git@github.com:valory-xyz/agent-academy-2.git
-
System requirements:
- Python
>=3.7
- Tendermint
==0.34.19
- IPFS node
==0.6.0
- Pipenv
>=2021.x.xx
- Docker Engine
- Docker Compose
- Python
-
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
andmake generators
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
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.