Agent Map
Visualize how your agent's actions, workflows, triggers, and conversations connect.
Agent Map is a graph view of your agent in the Dev Console. It shows your Actions, Workflows, Triggers, and Conversations, and how they reference each other.
Agent Map is built from your project’s source structure, not from a single run. It’s useful for seeing how an agent is designed before you start tracing any one execution path, which helps as a project grows and the connections get harder to hold in your head.
In local development, Agent Map streams live from your project. For deployed bots, the ADK publishes the map’s metadata during adk deploy, so the Dev Console can show a production snapshot when that metadata is available.