Re-Organised project and added benchmark code

This commit is contained in:
SwiftyOS
2023-09-04 16:21:09 +02:00
parent bc211827ad
commit e5cef441e2
1979 changed files with 566014 additions and 263 deletions

8
forge/run Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# poetry install
# poetry shell
export PYTHONPATH=$PYTHONPATH:$PWD; watchmedo auto-restart -p "*.py" -R python3 -- autogpt/__main__.py "$@"