SDKv2.3.0
Cleaner streaming defaults across CLI and print helpers
Agno Team
November 21, 20251 min read
We removed the stream_events parameter from print_response/aprint_response and CLI. Streaming now works correctly by default, reducing configuration and edge cases.
Details
- Action required: remove the parameter from calls
- For fine-grained control, use run()/arun() instead of print helpers
Who this is for: Teams embedding CLIs or console output in developer workflows and demos.