你的 LangGraphDocumentation Index
Fetch the complete documentation index at: https://langchain-zh.cn/llms.txt
Use this file to discover all available pages before exploring further.
StateGraph 在达到停止条件前已触达最大步数限制。
这通常是由于类似以下示例代码引起的无限循环所导致:
故障排除
- 如果你的图预期不会经历多次迭代,那么很可能存在循环。请检查你的逻辑是否存在无限循环。
-
如果你的图结构复杂,可以在调用图时通过
config对象传入更高的recursion_limit值,如下所示:
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

