Files
Auto-GPT/benchmark/reports/mini-agi/8.1_TestBasicMemory.json
Auto-GPT-Bot 45c15e370f Auto-GPT-20230905085638
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-05 10:10:03 -07:00

31 lines
908 B
JSON

{
"command": "agbenchmark start --test TestBasicMemory",
"completion_time": "2023-07-17-18:22",
"metrics": {
"run_time": "53.48 seconds",
"highest_difficulty": "basic: 2"
},
"tests": {
"TestBasicMemory": {
"data_path": "agbenchmark/challenges/memory/m1",
"is_regression": false,
"task": "Follow the instructions in the instructions_1.txt file",
"answer": "2314",
"description": "Tests ability for the agent to remember information between each action. An id is presented initially and the agent has to remember it after reading 4 other files",
"metrics": {
"difficulty": "basic",
"success": true,
"success_%": 75.0,
"run_time": "53.252 seconds"
},
"reached_cutoff": false
}
},
"config": {
"workspace": "${os.path.join(Path.home(), 'miniagi')}"
},
"additional": {
"model": "gpt-4"
}
}