Hey everyone,
I’m running into this error when using the new create_agent function (LangChain v1):
Recursion limit of 25 reached without hitting a stop condition. You can increase the limit by setting the recursion_limit config key.
I’d like to increase this limit, but I can’t find any clear documentation on where or how to set the recursion_limit config key for create_agent.
Does anyone know the correct syntax or location for setting this (e.g., inside the config dict or as a parameter to create_agent)?
Thanks in advance!