Setup
- Python
- TypeScript
Usage
- Python
- TypeScript
What Gets Captured
| Attribute | Description |
|---|---|
| Supervisor steps | Each supervisor reasoning and delegation step |
| Sub-agent calls | Each sub-agent invocation with its own span |
| Tool calls | Tool inputs and outputs within sub-agents |
| LLM calls | All LLM calls across the full agent hierarchy |
| Token usage | Aggregated across all agents and LLM calls |
| Cost | Total cost for the full multi-agent run |
Run the example
Clone the repo and run a complete agent end-to-end.Python
Run the Python example
TypeScript
Run the TypeScript example