Dron007
Dron007
I think here is the proper code for controlled components. https://github.com/storybookjs/storybook/discussions/21680
The agent probably often runs forever because here https://github.com/reworkd/AgentGPT/blob/c7f1dac4e3d01937e455af4b148715c8cba97ed2/src/components/AutonomousAgent.ts#L98 subtasks of the current task are added to the end of the list. As the tasks usually depend on each other...
Why is this issue marked as `bug-unconfirmed`? I added a sandbox example, it is easy to verify that it is still broken in the latest versions. We can add some...