Getting Started
Microsoft AutoGen enables sophisticated multi-agent conversations and collaborative AI systems. Tracing AutoGen with Orq.ai provides deep insights into agent interactions, conversation flows, tool usage, and multi-agent coordination patterns to optimize your conversational AI applications.Prerequisites
Before you begin, ensure you have:- An Orq.ai account and API Key
- Python 3.8+
- Microsoft AutoGen installed in your project
- OpenAI API key (or other LLM provider credentials)
Install Dependencies
Configure Orq.ai
Set up your environment variables to connect to Orq.ai’s OpenTelemetry collector: Unix/Linux/macOS:Integration
AutoGen has built-in OpenTelemetry support. Configure the tracer provider and pass it to the AutoGen runtime.Set up OpenTelemetry tracing in your application:
All AutoGen agent conversations and interactions will be instrumented and exported to Orq.ai through the OTLP exporter. For more details, see Traces.
Advanced Examples
**Multi-Agent Group ChatAutogen is also usable through our AI Gateway, to learn more, see AutoGen Gateway.
Frameworks CrewAI