Phoenix provides seamless observability and tracing for NVIDIA NeMo Agent Toolkit workflows. This guide walks you through setting up telemetry to view traces in the Phoenix UI.Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Install
Install the Phoenix subpackage to enable tracing capabilities:Setup
Step 1: Start the Phoenix Server
Run the following command to start Phoenix server locally:http://0.0.0.0:6006.
Step 2: Configure Your Workflow
Update your workflow configuration file to include the telemetry settings. Add the following to your workflow configuration:http://localhost:6006/v1/traces, with traces grouped into your specified project.
Run Your Workflow
From the root directory of the NeMo Agent toolkit library, install dependencies and run your workflow:Observe
Open your browser and navigate tohttp://0.0.0.0:6006 to view your workflow traces:
- Locate your workflow traces under your project name in projects
- Inspect execution details (latency, tokens, etc.) and run evaluations on your traces

