brainqub3 / meta_expert

Versatile agents for long running, research intensive tasks.
MIT License
266 stars 88 forks source link

Recursion Limit #5

Closed MyraBaba closed 3 days ago

MyraBaba commented 1 month ago

what would be the best approach ? increase the recursion limit ?

Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/home/bc/Projects/meta_expert/agents/jar3d.py", line 678, in for event in workflow.stream(state, limit): File "/home/bc/Projects/meta_expert/venvMaeteJag/lib/python3.10/site-packages/langgraph/pregel/init.py", line 1014, in stream raise GraphRecursionError( langgraph.errors.GraphRecursionError: Recursion limit of 40 reachedwithout hitting a stop condition. You can increase the limit by setting the recursion_limit config key.