mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-05 15:09:22 +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.