autogen Integration

Integrate TuringPulse with autogen for full observability and governance.

Installation

pip install turingpulse

Quick Start

from turingpulse import init
from turingpulse.integrations.autogen import instrument_autogen

init(api_key="sk_live_...", project_id="my-project")

# Your autogen code here with automatic tracing

Next Steps