Skip to main content

What Gets Tracked Automatically

Agent Steps

Every step each agent takes with reasoning.

Task Completions

When tasks complete with outputs.

Tool Calls

All tool executions with inputs and outputs.

Agent Thoughts

Reasoning and decision making.

Installation

Basic Usage with Callbacks

Add SentrialCrewHandler callbacks to your Crew:

Simple Decorator Usage

Use the @track_crew decorator for simpler tracking:

Wrap Existing Crew

Next Steps

Python SDK Reference

Full SDK documentation.

AutoGen Integration

Track AutoGen multi-agent systems.