Setup
- Python
Usage
Once initialized, ADK agent executions, tool calls, and underlying Gemini calls are captured automatically:What Gets Captured
| Attribute | Description |
|---|---|
| Agent runs | Each runner.run_async() invocation |
| Agent steps | Individual turns within the ADK agent loop |
| Tool calls | Each tool invocation with input arguments and results |
| LLM calls | Raw Gemini calls made by the ADK runtime |
| Tokens & Cost | Aggregated token usage and pricing |
| Latency | Duration per agent run and per span |
Run the example
Clone the repo and run a complete agent end-to-end.Python
Run the Python example