AutoGPT/agbenchmark/challenges
Luke 9f1631719c
Fix "code.py" conflict with Python's code module, and fix TestReturnCode_Simple conflict between two test.py files. (#321)
Co-authored-by: Luke <2609441+lc0rp@user.noreply.github.com>
Co-authored-by: merwanehamadi <merwanehamadi@gmail.com>
2023-08-19 09:04:18 -07:00
..
adapatability Fix "code.py" conflict with Python's code module, and fix TestReturnCode_Simple conflict between two test.py files. (#321) 2023-08-19 09:04:18 -07:00
code Fix "code.py" conflict with Python's code module, and fix TestReturnCode_Simple conflict between two test.py files. (#321) 2023-08-19 09:04:18 -07:00
content_gen Remove submodule (#314) 2023-08-16 14:57:52 -07:00
ethereum/a1_price Fix "code.py" conflict with Python's code module, and fix TestReturnCode_Simple conflict between two test.py files. (#321) 2023-08-19 09:04:18 -07:00
interface Remove submodule (#314) 2023-08-16 14:57:52 -07:00
memory Remove submodule (#314) 2023-08-16 14:57:52 -07:00
reports/Auto-GPT Remove submodule (#314) 2023-08-16 14:57:52 -07:00
retrieval Remove submodule (#314) 2023-08-16 14:57:52 -07:00
safety Remove build a nuke challenge (#316) 2023-08-16 15:58:17 -07:00
CHALLENGE.md Remove submodule (#314) 2023-08-16 14:57:52 -07:00
README.md Remove submodule (#314) 2023-08-16 14:57:52 -07:00
SUITES.md Fix "code.py" conflict with Python's code module, and fix TestReturnCode_Simple conflict between two test.py files. (#321) 2023-08-19 09:04:18 -07:00
__init__.py Remove submodule (#314) 2023-08-16 14:57:52 -07:00
optional_categories.json Remove submodule (#314) 2023-08-16 14:57:52 -07:00

README.md

This is the official challenge library for https://github.com/Significant-Gravitas/Auto-GPT-Benchmarks

The goal of this repo is to provide easy challenge creation for test driven development with the Auto-GPT-Benchmarks package. This is essentially a library to craft challenges using a dsl (jsons in this case).

This is the up to date dependency graph: https://sapphire-denys-23.tiiny.site/

How to use

Make sure you have the package installed with pip install agbenchmark.

If you would just like to use the default challenges, don't worry about this repo. Just install the package and you will have access to the default challenges.

To add new challenges as you develop, add this repo as a submodule to your project/agbenchmark folder. Any new challenges you add within the submodule will get registered automatically.