when streamin the intermediate steps i am getting some sql codes to show to user which i dont want i just to show the user a breif description of what the agent doing at the moment for example in the terminal i am getting
INFO Reading columns from file: data
INFO Loading csv file: data
INFO Running query:…….
can we stream these like
Understanding the data schema….
Hey @sawsan, 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 @sawsan those are just terminal logs right. They should probably we debug logs and not info, we’ll update that.
the way you want to stream, we already facilitate that by sending events, so you can catch the tool call events and display on your friend whatever sentence you want to…
since events are just signals from BE, you can capture and use them however you like.
Read more on how to catch events here- Running Agents - Agno