Skip to main content
Automatically capture agent loops, message histories, and tool executions within the AutoGen framework.

Setup

To capture the complete picture—including both the agent orchestrations and the underlying token costs—we highly recommend initializing both the AutoGen integration and your specific LLM provider (e.g., Google GenAI, OpenAI, Anthropic).

Usage

Once initialized, agent conversations and tool calls are captured automatically:

What Gets Captured

Run the example

Clone the repo and run a complete agent end-to-end.

Python

Run the Python example