hi everyone
i’m working with hericha agent and trying to understand the flow of agent interactions
i want to log or visualize which agent is being called first and which one is responding during the process
is there a built-in way to track this
or do i need to manually add logging around each agent’s execution
any suggestions or examples would be really helpful
Hey Sachin, first off, welcome aboard!
To get a better grip on the hierarchical process, I’d recommend checking out the official documentation. These forum threads are also helpful: this and this.
Now, for that tracking problem, you could write a custom event listener. Or, you could go with an observability platform like AgentOps. Here’s the official guide on AgentOps integration if you want to look into that.