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