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
The e2e multi agent workflow tests test_example_execution[workflows/multi_agents.py] and test_multi_agents_workflow_creation are failing.
Any workflow with more than one agent added consistently fails due to RuntimeError: Event loop is closed which causes beeai_framework.agents.errors.AgentError: Maximal amount of global retries (0) has been reached.
This is separate from #441 which is also affecting the workflows/multi_agents.py intermittently
The text was updated successfully, but these errors were encountered:
Originally posted by @ajbozarth in #438 (comment)
The e2e multi agent workflow tests
test_example_execution[workflows/multi_agents.py]
andtest_multi_agents_workflow_creation
are failing.Any workflow with more than one agent added consistently fails due to
RuntimeError: Event loop is closed
which causesbeeai_framework.agents.errors.AgentError: Maximal amount of global retries (0) has been reached.
This is separate from #441 which is also affecting the
workflows/multi_agents.py
intermittentlyThe text was updated successfully, but these errors were encountered: