mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 14:13:54 -05:00
Address Bugbot feedback - handle case where a2a_task_ids_by_endpoint is explicitly set to None (e.g., from JSON/YAML config) to avoid TypeError when calling dict() on None. Co-Authored-By: João <joao@crewai.com>