For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • About NVIDIA NeMo Relay
    • Overview
    • Architecture
    • Ecosystem
    • Concepts
    • Release Notes
  • Getting Started
    • Agent Runtime Primer
    • Prerequisites
    • Installation
    • Configuration / Setup
    • Quick Start
  • NVIDIA NeMo Relay CLI
    • About
    • Basic Usage
    • Claude Code
    • Codex
    • Cursor
    • Hermes Agent
  • Supported Integrations
    • About
    • OpenClaw Plugin Guide
    • LangChain Integration Guide
    • LangGraph Integration Guide
    • Deep Agents Integration Guide
  • Instrument Applications
    • About
    • Adding Scopes and Marks
    • Instrument a Tool Call
    • Instrument an LLM Call
    • Add Middleware
    • Code Examples
  • Observability Plugin
    • About
    • Configuration
    • Agent Trajectory Interchange Format (ATIF)
    • Agent Trajectory Observability Format (ATOF)
    • OpenTelemetry
    • OpenInference
  • Adaptive Plugin
    • About
    • Configuration
    • Adaptive Cache Governor (ACG)
    • Adaptive Hints
  • NeMo Guardrails Plugin
    • About
    • Configuration
  • Integrate into Frameworks
    • About
    • Adding Scopes
    • Wrap Tool Calls
    • Wrap LLM Calls
    • Handle Non-Serializable Data
    • Using Codecs
    • Provider Codecs
    • Provider Response Codecs
    • Code Examples
  • Build Plugins
    • About
    • Define a Plugin
    • Validate Plugin Configuration
    • Plugin Configuration Files
    • Register Plugin Behavior
    • Design Plugin Configuration
    • NeMo Guardrails Example Plugin
    • Code Examples
  • Contribute
    • About
    • Development Setup
    • Workflow and Reviews
    • Testing and Documentation
  • Reference
    • APIs
    • Performance
  • Resources
    • Support and FAQs
    • Glossary
    • Troubleshooting Guide
    • Community
    • Legal
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogo
On this page
  • Support Matrix
  • Guides
Supported Integrations

About

||View as Markdown|
Previous

Hermes Agent

Next

OpenClaw Plugin Guide

Use this section when your application already uses a supported framework or agent harness and you want the maintained NeMo Relay integration path for that surface.

Supported integrations are end-user entry points. They use public framework or plugin APIs where available and document the support level for observability, security middleware, and optimization features.

Support Matrix

Agent / LibraryObservabilitySecurityOptimizationNotes
LangChain✅ Yes✅ Yes✅ YesWrapped tool and LLM calling.
LangGraph✅ Yes✅ Yes✅ YesWrapped tool and LLM calling.
Deep Agents✅ Yes✅ Yes✅ YesWrapped tool and LLM calling.
OpenClaw✅ Yes❌ No❌ NoObservability support; missing middleware for wrapped execution.

Guides

Use these guide links to move from the support matrix into setup and usage instructions.

  • OpenClaw Plugin Guide covers configuring the OpenClaw plugin, mapping OpenClaw hooks to NeMo Relay telemetry, and understanding current LLM replay fidelity boundaries.
  • LangChain Integration Guide covers installing the LangChain extra and adding NeMo Relay middleware and callbacks to LangChain agents.
  • LangGraph Integration Guide covers installing the LangGraph extra and adding NeMo Relay callbacks to LangGraph workflows.
  • Deep Agents Integration Guide covers installing the Deep Agents extra and capturing Deep Agents-specific marks, skills, subagents, and human-in-the-loop lifecycle events.

If you are building a new framework integration or patching framework internals, use Integrate into Frameworks instead.