Skip to main content
AutoGen AgentChat is the framework within Microsoft’s AutoGen that enables robust multi-agent application.
Sign up for Phoenix:
  1. Sign up for an Arize Phoenix account at https://app.phoenix.arize.com/login
  2. Click Create Space, then follow the prompts to create and launch your space.
Install packages:
Set your Phoenix endpoint and API Key:From your new Phoenix Space
  1. Create your API key from the Settings page
  2. Copy your Hostname from the Settings page
  3. In your code, set your endpoint and API key:
Having trouble finding your endpoint? Check out Finding your Phoenix Endpoint

Install

Setup

Connect to your Phoenix instance using the register function.

Run AutoGen AgentChat

We’re going to run an AgentChat example using a multi-agent team. To get started, install the required packages to use your LLMs with AgentChat. In this example, we’ll use OpenAI as the LLM provider.

Observe

Phoenix provides visibility into your AgentChat operations by automatically tracing all interactions.

Resources