Use the nemo_relay.integrations.langgraph package to add NeMo Relay
observability to LangGraph workflows through public LangGraph APIs.
Install the LangGraph integration extra in your application environment.
Installing the langgraph extra also installs the LangChain integration
dependencies.
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:
Refer to Observability for details on exporting NeMo Relay observability data to third-party systems.