NeMo Relay LangGraph Integration
Use the nemo_relay.integrations.langgraph package to add NeMo Relay
observability to LangGraph workflows through public LangGraph APIs.
Setup
Install the LangGraph integration extra in your application environment.
uv
pip
Installing the langgraph extra also installs the LangChain integration
dependencies.
Usage Example
For LangChain agents inside a LangGraph workflow, use NemoRelayMiddleware from
this package the same way as the LangChain integration and pass the LangGraph
config into the nested agent call:
Install the NVIDIA LangChain provider if you want to run the nested agent example as written:
uv
pip
Observability
Refer to Observability for details on exporting NeMo Relay observability data to third-party systems.