I am working on a process that can either be sequential or hierarchical. I need to understand how to track the flow of data between agents. Specifically:
- How do I determine which agent transfers the result to another agent?
- How do I identify what data keys are being transferred between agents?
Are there any best practices, tools, or methods to capture this information efficiently?