mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-06 09:42:39 +00:00
Addresses review: agents that leave streaming unset (None) should get the default StreamingHandler, not polling. Only agents that explicitly set streaming=False trigger the polling fallback.