There is also an alternative approach for running code with ChatGPT, the way Nekton(https://nekton.ai) does it. It will use ChatGPT to generate typescript code code, and then just run it in the cloud.
In the end you get similar result - AI generated automation, but you have an option to review what the code will actually do before running it.
While using Auto-GPT I realized that for most usecases, a simple script would have suited my needs better (faster, cheaper, deterministic). Then I realized those scripts can (a) be written by GPT, and (b) call into GPT!
In the end you get similar result - AI generated automation, but you have an option to review what the code will actually do before running it.