mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-07 16:24:19 +01:00
22 lines
707 B
JSON
22 lines
707 B
JSON
{
|
|
"name": "basic_memory",
|
|
"category": ["memory"],
|
|
"task": "Follow the instructions in the instructions_1.txt file",
|
|
"dependencies": [],
|
|
"ground": {
|
|
"answer": "2314",
|
|
"should_contain": ["2314"],
|
|
"should_not_contain": [],
|
|
"files": ["file_to_check.txt"]
|
|
},
|
|
"mock": {
|
|
"mock_func": "basic_memory_mock",
|
|
"mock_task": "Follow the instructions in the instructions_1.txt file"
|
|
},
|
|
"info": {
|
|
"difficulty": "basic",
|
|
"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",
|
|
"side_effects": ["tests if there is in fact an LLM attached"]
|
|
}
|
|
}
|