mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-05 15:24:23 +01:00
26 lines
875 B
JSON
26 lines
875 B
JSON
{
|
|
"TestBasicMemory": {
|
|
"difficulty": "basic",
|
|
"data_path": "agbenchmark/challenges/memory/m1_id/data.json"
|
|
},
|
|
"TestReadFile": {
|
|
"difficulty": "interface",
|
|
"data_path": "agbenchmark/challenges/abilities/read_file/data.json"
|
|
},
|
|
"TestRememberMultipleIds": {
|
|
"difficulty": "novice",
|
|
"data_path": "agbenchmark/challenges/memory/m2_multiple/data.json"
|
|
},
|
|
"TestThreeSum": {
|
|
"difficulty": "advanced",
|
|
"data_path": "agbenchmark/challenges/verticals/code/d3.1_three_sum/data.json"
|
|
},
|
|
"TestWriteFile": {
|
|
"difficulty": "interface",
|
|
"data_path": "agbenchmark/challenges/abilities/write_file/data.json"
|
|
},
|
|
"TestDebugSimpleTypoWithGuidance": {
|
|
"difficulty": "novice",
|
|
"data_path": "agbenchmark/challenges/verticals/code/d2.1_guided/data.json"
|
|
}
|
|
} |