AutoGen Integration

Integrate TuringPulse with AutoGen for full observability and governance.

Installation

pip install turingpulse_sdk turingpulse_sdk_autogen

Quick Start

from turingpulse_sdk import init, TuringPulseConfig
from turingpulse_sdk_autogen import instrument_autogen

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

# Your AutoGen code here with automatic tracing

Next Steps