AutoGPT/classic/benchmark/reports/beebot/regression_tests.json

46 lines
1.8 KiB
JSON
Raw Normal View History

2023-08-24 04:02:21 +00:00
{
2023-08-29 08:45:05 +00:00
"TestBasicMemory": {
"difficulty": "basic",
2023-09-03 08:57:28 +00:00
"data_path": "agbenchmark/challenges/deprecated/memory/m1_id/data.json"
},
2023-09-04 08:57:35 +00:00
"TestBasicRetrieval": {
"difficulty": "basic",
"data_path": "agbenchmark/challenges/deprecated/retrieval/r1_book_price/data.json"
},
2023-09-03 08:57:28 +00:00
"TestDebugSimpleTypoWithGuidance": {
"difficulty": "novice",
"data_path": "agbenchmark/challenges/deprecated/code/c2_debug_suite/d2.1_guided/data.json"
2023-08-29 08:45:05 +00:00
},
2023-09-05 08:52:22 +00:00
"TestDebugSimpleTypoWithoutGuidance": {
"difficulty": "intermediate",
"data_path": "agbenchmark/challenges/deprecated/code/c2_debug_suite/d2.2_vague/data.json"
},
2023-08-29 08:45:05 +00:00
"TestReadFile": {
"difficulty": "interface",
2023-09-03 08:57:28 +00:00
"data_path": "agbenchmark/challenges/deprecated/interface/read_file/data.json"
2023-08-29 08:45:05 +00:00
},
"TestRememberMultipleIds": {
"difficulty": "novice",
2023-09-03 08:57:28 +00:00
"data_path": "agbenchmark/challenges/deprecated/memory/m2_multiple/data.json"
2023-08-30 08:49:12 +00:00
},
2023-09-04 08:57:35 +00:00
"TestReturnCode_Simple": {
"difficulty": "basic",
"data_path": "agbenchmark/challenges/deprecated/code/c1_writing_suite_1/1_return/data.json"
2023-08-31 15:44:26 +00:00
},
2023-09-03 08:57:28 +00:00
"TestSearch": {
"difficulty": "interface",
"data_path": "agbenchmark/challenges/deprecated/interface/search/data.json"
},
2023-09-04 08:57:35 +00:00
"TestWriteFile": {
"difficulty": "interface",
"data_path": "agbenchmark/challenges/deprecated/interface/write_file/data.json"
2023-09-03 08:57:28 +00:00
},
2023-09-05 08:52:22 +00:00
"TestPasswordGenerator_Easy": {
2023-09-03 08:57:28 +00:00
"difficulty": "basic",
2023-09-05 08:52:22 +00:00
"data_path": "agbenchmark/challenges/deprecated/code/c4_writing_cli_suite_3/1_password_generator/data.json"
2023-09-04 08:57:35 +00:00
},
2023-09-05 08:52:22 +00:00
"TestWritingCLI_FileOrganizer": {
"difficulty": "basic",
"data_path": "agbenchmark/challenges/deprecated/code/c4_writing_cli_suite_3/2_file_organizer/data.json"
2023-08-24 04:02:21 +00:00
}
}