An agent call graph is a directed graph data structure that visually maps the sequence of interactions, dependencies, and message flows between autonomous agents during the execution of a specific task or workflow. It serves as the primary artifact for distributed tracing in a multi-agent system, where nodes represent agents or actions and edges represent the calls, requests, or data transfers between them. This graph provides a complete, causal record of the system's execution path.
