mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-13 06:23:03 +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>