This example demonstrates how to implement streaming user confirmation flows, allowing for real-time interaction and response streaming.
Create a virtual environment
Terminal
and create a python virtual environment.Set your API key
Install libraries
Run Example
agent.run(stream=True)
for streaming responsesagent.continue_run(stream=True)