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, )