From 0230cb67c4b56009b016a4cae266a6a86489e4fa Mon Sep 17 00:00:00 2001 From: Greyson LaLonde Date: Tue, 6 Jan 2026 19:54:08 -0500 Subject: [PATCH] feat: add agent_card to conditional branch fallback --- lib/crewai/src/crewai/a2a/updates/streaming/handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/crewai/src/crewai/a2a/updates/streaming/handler.py b/lib/crewai/src/crewai/a2a/updates/streaming/handler.py index 556374edf..93d2c4500 100644 --- a/lib/crewai/src/crewai/a2a/updates/streaming/handler.py +++ b/lib/crewai/src/crewai/a2a/updates/streaming/handler.py @@ -145,4 +145,5 @@ class StreamingHandler: status=TaskState.completed, result=" ".join(result_parts) if result_parts else "", history=new_messages, + agent_card=agent_card, )