kickoff() runs are traced without restructuring agents or tasks.
Quickstart
Install dependencies:What Omium captures
| Signal | Notes |
|---|---|
| Execution ID | One per kickoff() run. |
| Agent & task metadata | Counts, roles, and step events. |
| Outputs | Final run output and intermediate events (where available). |
| Errors | Exceptions and failure context. |
Instrumentation lifecycle
Enable instrumentation
Disable instrumentation
Async and batch execution
CrewAI async runs are traced:Configuration
Troubleshooting
Traces not appearing
- Ensure
omium.init()is called beforeinstrument_crewai(). - Confirm your API key and URL with Configure.
- Verify connectivity to
https://api.omium.ai.
ImportError: CrewAI is not installed
Next steps
LangGraph
Auto-instrument graph runs and streaming.
Python SDK
Full SDK reference for tracing and checkpoints.