mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-06 04:45:10 -05: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
28 lines
648 B
JSON
28 lines
648 B
JSON
{
|
|
"command": "agbenchmark start --test TestWriteFile",
|
|
"completion_time": "2023-07-17-13:34",
|
|
"metrics": {
|
|
"run_time": "23.83 seconds",
|
|
"highest_difficulty": "interface: 1"
|
|
},
|
|
"tests": {
|
|
"TestWriteFile": {
|
|
"data_path": "agbenchmark/challenges/interface/write_file",
|
|
"is_regression": true,
|
|
"reached_cutoff": false,
|
|
"metrics": {
|
|
"difficulty": "interface",
|
|
"success": true,
|
|
"success_%": 100.0,
|
|
"run_time": "23.627 seconds"
|
|
}
|
|
}
|
|
},
|
|
"config": {
|
|
"workspace": "${os.path.join(Path.home(), 'miniagi')}"
|
|
},
|
|
"additional": {
|
|
"model": "gpt-3.5-turbo"
|
|
}
|
|
}
|