Use the nemo_relay.integrations.deepagents package to add NeMo Relay
observability to Deep Agents applications through the LangChain and LangGraph
integration surfaces that Deep Agents builds on.
Install the Deep Agents integration extra in your application environment.
The example below uses the NVIDIA LangChain provider. Install that provider extra too if you want to run the example as written:
The integration composes the existing NeMo Relay LangChain and LangGraph hooks, then emits Deep Agents-specific marks for configured skills, subagents, and human-in-the-loop lifecycle events.
It captures:
Remote graphs or processes still need NeMo Relay instrumentation in that graph or process to capture their internal model and tool calls.
Refer to Observability for details on exporting NeMo Relay observability data to third-party systems.