StateGraph reached the maximum number of steps before hitting a stop condition.
This is often due to an infinite loop caused by code like the example below:
Troubleshooting
- If you are not expecting your graph to go through many iterations, you likely have a cycle. Check your logic for infinite loops.
-
If you have a complex graph, you can pass in a higher
recursionLimitvalue into yourconfigobject when invoking your graph like this:
Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.