You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a multi-agent setup created using StateGraph. I have 3 sub agents agents implemented using create_react_agent.
For now, I have set a recursion limit of 20 for the main graph. And I have to set a separate recursion limit of 5 for the sub agents created using create_react_agent.
Is there a way to manage the recursion limit for the entire graph? This limit should include the count the steps taken by the primary agent and the subagents.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a multi-agent setup created using
StateGraph
. I have 3 sub agents agents implemented usingcreate_react_agent
.For now, I have set a recursion limit of 20 for the main graph. And I have to set a separate recursion limit of 5 for the sub agents created using
create_react_agent
.Is there a way to manage the recursion limit for the entire graph? This limit should include the count the steps taken by the primary agent and the subagents.
@dosu
Beta Was this translation helpful? Give feedback.
All reactions