i/o workspace, adding superagi (#60)

This commit is contained in:
Silen Naihin
2023-07-08 03:27:31 -04:00
committed by GitHub
parent 487f99f8f2
commit e56b112aab
7 changed files with 114 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
{
"workspace": "${os.path.join(Path.home(), 'miniagi')}",
"entry_path": "benchmarks.py",
"home_path": "agent/mini-agi/",
"workspace": "projects/my-new-project/workspace",
"entry_path": "agent/gpt-engineer/benchmarks.py",
"home_path": "agent/gpt-engineer",
"cutoff": 60
}