Hi Team,
I’m trying to develop a chatbot with agno and flask.
i want to implement a feature that goes like this.
1 : User will ask agent to process a query
2: agent will acknowledge the user saying process has been started
3 :agent will call a tool that will do the processing and send the result to user.
i want to send a response back to the user before executing the tool. But agent will only respond back after tool execution finishes.
So what i should do, so that agent will acknowldge the user and after completion of the tool, agent will respond to the user with the result.