mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-05 09:12:39 +00:00
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>