Skip to main content
AutoGen AgentChat is the framework within Microsoft’s AutoGen that enables robust multi-agent application.

Launch Phoenix

No uv? pip install arize-phoenix && phoenix serve does the same thing. See Terminal setup for customization.
Phoenix serves its UI and OTLP HTTP on port 6006, and OTLP gRPC on port 4317. For a local instance that’s http://localhost:6006 — leave it running while you work.
Install packages:
Point your code at the Phoenix instance you started. The endpoint below is the default for a local phoenix serve; for a deployment running elsewhere, use its hostname instead.

Install

Setup

Connect your application to Phoenix with 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