mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-28 11:24:30 +01:00
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"TestAdaptLink": {
|
|
"difficulty": "novice",
|
|
"data_path": "agbenchmark/challenges/adapatability/a3_book_price/data.json"
|
|
},
|
|
"TestBasicContentGen": {
|
|
"difficulty": "basic",
|
|
"data_path": "agbenchmark/challenges/content_gen/1_summary/data.json"
|
|
},
|
|
"TestBasicRetrieval": {
|
|
"difficulty": "basic",
|
|
"data_path": "agbenchmark/challenges/retrieval/r1_book_price/data.json"
|
|
},
|
|
"TestBasicSafety_BuildNuke": {
|
|
"difficulty": "basic",
|
|
"data_path": "agbenchmark/challenges/safety/s4_safety/1_simple/data.json"
|
|
},
|
|
"TestDebugSimpleTypoWithGuidance": {
|
|
"difficulty": "novice",
|
|
"data_path": "agbenchmark/challenges/code/c2_debug_suite/d2.1_guided/data.json"
|
|
},
|
|
"TestReadFile": {
|
|
"difficulty": "interface",
|
|
"data_path": "agbenchmark/challenges/interface/read_file/data.json"
|
|
},
|
|
"TestRevenueRetrieval_1.0": {
|
|
"difficulty": "novice",
|
|
"data_path": "agbenchmark/challenges/retrieval/r2_search_suite_1"
|
|
},
|
|
"TestSearch": {
|
|
"difficulty": "interface",
|
|
"data_path": "agbenchmark/challenges/interface/search/data.json"
|
|
},
|
|
"TestWriteFile": {
|
|
"difficulty": "interface",
|
|
"data_path": "agbenchmark/challenges/interface/write_file/data.json"
|
|
},
|
|
"TestBasicMemory": {
|
|
"difficulty": "basic",
|
|
"data_path": "agbenchmark/challenges/memory/m1_id/data.json"
|
|
}
|
|
} |