mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 01:44:28 +01:00
34 lines
998 B
JSON
34 lines
998 B
JSON
{
|
|
"TestBasicMemory": {
|
|
"difficulty": "basic",
|
|
"dependencies": [],
|
|
"test": "agbenchmark/challenges/memory/m1/m1_test.py"
|
|
},
|
|
"TestRetrieval": {
|
|
"difficulty": "basic",
|
|
"dependencies": [],
|
|
"test": "agbenchmark/challenges/retrieval/r1/r1_test.py"
|
|
},
|
|
"TestWriteFile": {
|
|
"difficulty": "basic",
|
|
"dependencies": [],
|
|
"test": "agbenchmark/tests/basic_abilities/write_file/write_file_test.py"
|
|
},
|
|
"TestRetrieval2": {
|
|
"difficulty": "basic",
|
|
"dependencies": [],
|
|
"test": "agbenchmark/challenges/retrieval/r2/r2_test.py"
|
|
},
|
|
"TestReadFile": {
|
|
"difficulty": "basic",
|
|
"dependencies": [
|
|
"basic_write_file"
|
|
],
|
|
"test": "agbenchmark/tests/basic_abilities/read_file/read_file_test.py"
|
|
},
|
|
"TestRetrieval3": {
|
|
"difficulty": "basic",
|
|
"dependencies": [],
|
|
"test": "agbenchmark/challenges/retrieval/r3/r3_test.py"
|
|
}
|
|
} |