How can I stream thinking part of my team? (It is a team not agent)
This image is configuration of my MasterAgent
This image is how I am streaming the response
Please help me with this
How can I stream thinking part of my team? (It is a team not agent)
This image is configuration of my MasterAgent
This image is how I am streaming the response
Please help me with this
Hi @KaranBansal , thanks for reaching out and supporting Agno. I’ve shared this with the team, we’re working through all requests one by one and will get back to you soon.
If it’s urgent, please let us know. We appreciate your patience!
Hi @KaranBansal , We send out events for each ReasoningStarted
, ReasoningStep
and ReasoningCompleted
and you can capture them to stream data as per your use case .
You have add stream_intermediate_steps=True
, to gets the reasoning steps chunks.