Streaming structured output without waiting for validation?

My agent is supposed to output a very long response and I don’t want the user to wait until the end of the response. Even if the json structure is not fully valid, I’d rather stream it token by token for early output rather than waiting till the run completes to validate. Is there a way to achieve this?

Hi @SudiptaB, 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!

This is a bit urgent for me as we have a launch in 2 weeks and so as a stopgap, I have to use langgraph for now, but I’d love to switch back to Agno once this is updated.