I have a Team that call a workflow when needed. I setup the workflow to be called as tool, using WorkFlowTools. The response of the Team is streamed. I also want to stream the workflow steps. I tried to set in Workflow the “stream” parameter to True, but I’ve got an error.
Is there a way to stream step events using WorkFlowTools?
Hi @scido, thank you for reaching out and supporting Agno. I’ve shared this with the team, we’re working through all queries one by one and will get back to you soon. If it’s urgent, please let us know. We appreciate your patience!
Great! Thank you! I can’t wait to test this feature. I had managed to achieve satisfactory results using the CustomEvent class, but a solution like the one you proposed is definitely clearer.