mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Restructuring the Repo to make it clear the difference between classic autogpt and the autogpt platform: * Move the "classic" projects `autogpt`, `forge`, `frontend`, and `benchmark` into a `classic` folder * Also rename `autogpt` to `original_autogpt` for absolute clarity * Rename `rnd/` to `autogpt_platform/` * `rnd/autogpt_builder` -> `autogpt_platform/frontend` * `rnd/autogpt_server` -> `autogpt_platform/backend` * Adjust any paths accordingly
35 lines
802 B
JSON
35 lines
802 B
JSON
{
|
|
"category": [
|
|
"general",
|
|
"coding",
|
|
"scrape_synthesize",
|
|
"data"
|
|
],
|
|
"cutoff": 60,
|
|
"dependencies": [
|
|
"TestWriteFile"
|
|
],
|
|
"eval_id": "f219f3d3-a41b-45a9-a3d0-389832086ee8",
|
|
"ground": {
|
|
"answer": "The content of output.txt should be 'Hello World!'",
|
|
"eval": {
|
|
"type": "file"
|
|
},
|
|
"files": [
|
|
"output.txt"
|
|
],
|
|
"should_contain": [
|
|
"Hello World!"
|
|
]
|
|
},
|
|
"info": {
|
|
"description": "Tests if the agent can read a file.",
|
|
"difficulty": "interface",
|
|
"side_effects": [
|
|
""
|
|
]
|
|
},
|
|
"name": "ReadFile",
|
|
"task": "Read the file called file_to_read.txt and write its content to a file called output.txt"
|
|
}
|