product · inferred from evidence
SuperAGI
A product mentioned as the context for an agent getting stuck on 'Thinking' with constant GET requests.
- SuperAGI "Stopped: Maximum iterations exceeded!" on agent runs
Maximum iterations exceeded usually means the agent is starved of its tooling, not that the model is dumb. The verified fix: in config.yaml (renamed from config-template.yaml) make sure all four keys are filled in, the OpenAI API key, Pinec
- SuperAGI agent stuck on "Thinking" with constant GET requests
The Thinking loop was caused by a bad commit (the PR that broke agent execution), not by your config. A user confirmed that reverting commit f558f09c41babd29b7201498f5c3d41edad20ee5 fixed it, and the team reverted that commit partially in t