Approach for 2 users (End user + Approver HITL)

Hello, I’m building a project where a User makes questions about the data on the knowledge base. The agent must evaluate it and, generate the responses, and activates a Human In the Loop (HITL) to validate if the answers are correct and reasonable. If yes the agent can return the information back to the initial user. Any ideias? Thanks in advance!

Hi @henriquetoledos
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!

Hey @henriquetoledos , Agents can definitely use HIL, here is an example on how to do it - agno/cookbook/getting_started/19_human_in_the_loop.py at main · agno-agi/agno · GitHub
And you can attach a knowledge base with it Introduction - Agno