Significant-Gravitas / Auto-GPT-Plugins

Plugins for Auto-GPT
MIT License
3.9k stars 564 forks source link

Planner plugin error 'Agent' object has no attribute 'prompt' #202

Open NeonN3mesis opened 1 year ago

NeonN3mesis commented 1 year ago

NEXT ACTION: COMMAND = run_planning_cycle ARGUMENTS = {} Enter 'y' to authorise command, 'y -N' to run N continuous commands, 's' to run self-feedback commands, 'n' to exit program, or enter feedback for DevGPT... Asking user via keyboard... Waiting for your response...y -=-=-=-=-=-=-= COMMAND AUTHORISED BY USER -=-=-=-=-=-=-= SYSTEM: Command run_planning_cycle returned: Error: 'Agent' object has no attribute 'prompt' 20230616_211628_DevGPT.zip

NeonN3mesis commented 1 year ago

I have included debug log files

Wladastic commented 1 year ago

This bug is with the latest changes in release 0.4.1 which breaks the add command method. I have this happen to my other plugins as well, when returning prompt, I also get this exception.