mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-07 02:02:35 +00:00
When the remote agent advertises streaming=False in its capabilities, the client now falls back to PollingHandler instead of always using StreamingHandler. This fixes connection failures when delegating to non-streaming A2A servers.