mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-29 20:04:30 +01:00
46 lines
1.7 KiB
JSON
46 lines
1.7 KiB
JSON
{
|
|
"TestBasicMemory": {
|
|
"difficulty": "basic",
|
|
"data_path": "agbenchmark/challenges/deprecated/memory/m1_id/data.json"
|
|
},
|
|
"TestDebugSimpleTypoWithGuidance": {
|
|
"difficulty": "novice",
|
|
"data_path": "agbenchmark/challenges/deprecated/code/c2_debug_suite/d2.1_guided/data.json"
|
|
},
|
|
"TestReadFile": {
|
|
"difficulty": "interface",
|
|
"data_path": "agbenchmark/challenges/deprecated/interface/read_file/data.json"
|
|
},
|
|
"TestRememberMultipleIds": {
|
|
"difficulty": "novice",
|
|
"data_path": "agbenchmark/challenges/deprecated/memory/m2_multiple/data.json"
|
|
},
|
|
"TestThreeSum": {
|
|
"difficulty": "advanced",
|
|
"data_path": "agbenchmark/challenges/deprecated/code/c3_writing_suite_2/d3.1_three_sum/data.json"
|
|
},
|
|
"TestWriteFile": {
|
|
"difficulty": "interface",
|
|
"data_path": "agbenchmark/challenges/deprecated/interface/write_file/data.json"
|
|
},
|
|
"TestSearch": {
|
|
"difficulty": "interface",
|
|
"data_path": "agbenchmark/challenges/deprecated/interface/search/data.json"
|
|
},
|
|
"TestReturnCode_Simple": {
|
|
"difficulty": "basic",
|
|
"data_path": "agbenchmark/challenges/deprecated/code/c1_writing_suite_1/1_return/data.json"
|
|
},
|
|
"TestBasicRetrieval": {
|
|
"difficulty": "basic",
|
|
"data_path": "agbenchmark/challenges/deprecated/retrieval/r1_book_price/data.json"
|
|
},
|
|
"TestReturnCode_Write": {
|
|
"difficulty": "novice",
|
|
"data_path": "agbenchmark/challenges/deprecated/code/c1_writing_suite_1/2_write/data.json"
|
|
},
|
|
"TestFunctionCodeGeneration": {
|
|
"difficulty": "advanced",
|
|
"data_path": "agbenchmark/challenges/deprecated/code/c3_writing_suite_2/d3_two_sum/data.json"
|
|
}
|
|
} |