We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48597bd commit 3185233Copy full SHA for 3185233
src/services/workflow_agent.py
@@ -797,7 +797,7 @@ async def _run_async_impl(
797
798
sent_events = 0 # Count of events already sent
799
800
- async for state in graph.astream(initial_state, {"recursion_limit": 20}):
+ async for state in graph.astream(initial_state, {"recursion_limit": 100}):
801
# The state can be a dict with the node name as a key
802
for node_state in state.values():
803
content = node_state.get("content", [])
0 commit comments