mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-08 22:58:01 -05:00
Make agbenchmark a Proxy of the evaluated agent Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
30 lines
778 B
JSON
30 lines
778 B
JSON
{
|
|
"name": "BasicMemory",
|
|
"category": [
|
|
"memory"
|
|
],
|
|
"task": "Follow the instructions in the instructions_1.txt file",
|
|
"dependencies": [
|
|
"ReadFile"
|
|
],
|
|
"cutoff": 150,
|
|
"ground": {
|
|
"answer": "2314",
|
|
"should_contain": [
|
|
"2314"
|
|
],
|
|
"should_not_contain": [],
|
|
"files": [
|
|
"result.txt"
|
|
],
|
|
"eval": {
|
|
"type": "file"
|
|
}
|
|
},
|
|
"info": {
|
|
"difficulty": "basic",
|
|
"description": "s 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",
|
|
"side_effects": []
|
|
},
|
|
"eval_id": "0f0e9d4f-418d-4b43-9f05-20134dc77ed8"
|
|
} |