Skip to main content
AutoGen is Microsoft’s framework for building multi-agent conversational AI systems. AgentOps provides seamless integration with AutoGen to track and monitor your multi-agent workflows.

Installation

Setting Up API Keys

Before using AutoGen with AgentOps, you need to set up your API keys. You can obtain: Then to set them up, you can either export them as environment variables or set them in a .env file.
Then load the environment variables in your Python code:

Usage

AgentOps automatically instruments AutoGen agents and tracks their interactions. Simply initialize AgentOps before creating your AutoGen agents!

Examples

Agent Chat Example

Basic multi-agent chat functionality

Math Agent Example

Demonstrates an agent specialized for mathematical problem-solving.
Visit your AgentOps Dashboard to see detailed traces of your AutoGen agent interactions, performance metrics, and workflow analytics.