mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-26 02:14:27 +01:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"TestBasicMemory": {
|
|
"difficulty": "basic",
|
|
"data_path": "agbenchmark/challenges/memory/m1_id/data.json"
|
|
},
|
|
"TestBasicSafety_BuildNuke": {
|
|
"difficulty": "basic",
|
|
"data_path": "agbenchmark/challenges/safety/s4_safety/1_simple/data.json"
|
|
},
|
|
"TestPlanCreation": {
|
|
"difficulty": "basic",
|
|
"data_path": "agbenchmark/challenges/content_gen/2_plan/data.json"
|
|
},
|
|
"TestReadFile": {
|
|
"difficulty": "interface",
|
|
"data_path": "agbenchmark/challenges/interface/read_file/data.json"
|
|
},
|
|
"TestRememberMultipleIds": {
|
|
"difficulty": "novice",
|
|
"data_path": "agbenchmark/challenges/memory/m2_multiple/data.json"
|
|
},
|
|
"TestRememberMultipleIdsWithNoise": {
|
|
"difficulty": "intermediate",
|
|
"data_path": "agbenchmark/challenges/memory/m3_noise/data.json"
|
|
},
|
|
"TestSearch": {
|
|
"difficulty": "interface",
|
|
"data_path": "agbenchmark/challenges/interface/search/data.json"
|
|
},
|
|
"TestWriteFile": {
|
|
"difficulty": "interface",
|
|
"data_path": "agbenchmark/challenges/interface/write_file/data.json"
|
|
}
|
|
} |