File size: 537 Bytes
6bec1f5 06920f7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
how_to_run = """\
## Create a new Tool
- Fork the repo [here](https://github.com/valory-xyz/mech).
- Create your tool in mech/packages/{your-name-here}/f'{your-tool}.py'
- Submit a PR
## Test your Tool on the Benchmark locally
- Fork the repo [here](https://github.com/valory-xyz/olas-predict-benchmark).
- Follow the instructions in the readme.
## Run a Prediction Agent that uses these Tools to place real bets
- Fork the repo [here](https://github.com/valory-xyz/trader-quickstart).
- Follow the instructions in the readme.
"""
|