LangGraph
Phoenix has first-class support for LangGraph applications.
LangGraph is supported by our LangChain instrumentor. If you've already set up instrumentation with LangChain, you don't need to complete the set up below
Launch Phoenix
Sign up for Phoenix:
Sign up for an Arize Phoenix account at https://app.phoenix.arize.com/login
Install packages:
Connect your application to your cloud instance:
Your Phoenix API key can be found on the Keys section of your dashboard.
Install
Setup
Initialize the LangChainInstrumentor before your application code. Our LangChainInstrumentor works for both standard LangChain applications and for LangGraph agents.
Run LangGraph
By instrumenting LangGraph, spans will be created whenever an agent is invoked and will be sent to the Phoenix server for collection.
Observe
Now that you have tracing setup, all invocations of chains will be streamed to your running Phoenix for observability and evaluation.
Resources
Last updated