What problem does it solve?
This Skill solves the problem of diagnosing why an ADK agent or workflow behaves unexpectedly by helping you inspect sessions, event flow, tool calls, and LLM traces.
Core Features & Use Cases
- What problem does it solve? Debugging agent behavior by inspecting session events and traces rather than guessing.
- Core Features & Use Cases Use it to troubleshoot issues like missing events, tool-call failures, incorrect branching context, JSON-only outputs, and LLM call limits using both adk web endpoints and adk run output.
- Common workflows Visualize and correlate session events with trace spans, inspect LLM request/response payloads, and run repeatable headless checks via CLI query mode.
Quick Start
Start by running adk web for visual session inspection, or run adk run in verbose mode for quick, headless debugging of a specific agent directory.