Launch Phoenix
- Local
- Container
- Self-Host
pip install arize-phoenix && phoenix serve does the same thing. See Terminal setup for customization.phoenix serve; for a deployment running elsewhere, use its hostname instead.
Install
Setup
Connect your application to Phoenix with theregister function:
Run AutoGen AgentChat
We’re going to run anAgentChat 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.

