Command do_nothing returned: No action performed
## The problem
Command do_nothing returned: No action performed. I dont know it worked well very long and suddenly there was a endless string of those. Not sure if that is normal or a bug.
## The fix
The endless 'do_nothing returned: No action performed' loop was fixed upstream in AutoGPT PR 3369, so updating past that change is the real fix. As a workaround on affected versions, comment out the do_nothing command in autogpt/prompt.py (or remove the do_nothing option from prompts.txt) so the agent can't fall back to it.