Automatically capture agent runs, tool calls, and reasoning steps within the Agno framework.Documentation Index
Fetch the complete documentation index at: https://traceroot.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Setup
- Python
Usage
Once initialized, all Agno agent runs and tool invocations are captured automatically:What Gets Captured
| Attribute | Description |
|---|---|
| Agent runs | Each agent.run() / agent.print_response() invocation |
| Reasoning steps | Individual ReAct-style steps within the agent loop |
| Tool calls | Each tool invocation with input arguments and results |
| LLM calls | Raw completion requests to the underlying provider |
| 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