iter_stream
Method
This is a method of the Agent class in the agent module.Stream agent response as an iterator of chunks. App-friendly streaming. Yields response chunks without terminal display. Use this for building custom UIs or processing streams programmatically.
Signature
Parameters
The input prompt to process **kwargs: Additional arguments: - display (bool): Show terminal output. Default: False - output (str): Output preset override
Returns
The result of the operation.

