Files
crewAI/lib/crewai/tests/a2a/utils
Devin AI c2b151bd30 fix: handle running event loop in A2A sync wrappers (#4671)
execute_a2a_delegation() and fetch_agent_card() now use a ThreadPoolExecutor
to run async code in a separate thread when an event loop is already running
(e.g. Jupyter notebooks), instead of raising RuntimeError.

Co-Authored-By: João <joao@crewai.com>
2026-03-02 10:57:07 +00:00
..