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