Setup
- Python
Usage
Once initialized, crew and agent executions are captured automatically:What Gets Captured
| Attribute | Description |
|---|---|
| Crew execution | The overarching kickoff() session |
| Agent roles | Each agent’s role, goal, and backstory as span metadata |
| Task steps | Individual task executions with inputs and outputs |
| Tool calls | Tool invocations with input arguments and results |
| LLM calls | Raw completion requests to the provider |
| Delegation hierarchy | Manager-agent relationships and task assignments |
| Token usage | Aggregated across all LLM calls |
| Cost | Total cost for the full crew execution |