mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-07 08:14:25 +01:00
26 lines
904 B
JSON
26 lines
904 B
JSON
{
|
|
"TestBasicRetrieval": {
|
|
"difficulty": "basic",
|
|
"data_path": "agbenchmark/challenges/retrieval/r1_book_price/data.json"
|
|
},
|
|
"TestReadFile": {
|
|
"difficulty": "interface",
|
|
"data_path": "agbenchmark/challenges/interface/read_file/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"
|
|
},
|
|
"TestAgentProtocol_CreateAgentTask": {
|
|
"difficulty": "interface",
|
|
"data_path": "agbenchmark/challenges/interface/agent_protocol_suite/1_create_agent_task/data.json"
|
|
},
|
|
"TestRevenueRetrieval_1.0": {
|
|
"difficulty": "novice",
|
|
"data_path": "agbenchmark/challenges/retrieval/r2_search_suite_1"
|
|
}
|
|
} |