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
      • Highlights
      • Known Issues
  • 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
  • Current Release
  • Release Scope
  • Feature Documentation
About NVIDIA NeMo Relay

Release Notes

||View as Markdown|
Previous

Framework Integrations

Next

Highlights

This page summarizes the current documentation-visible release state. GitHub Releases remain the source of truth for complete release history and tag-specific notes.

Current Release

NeMo Relay 0.3 focuses on the renamed NeMo Relay runtime, plugin-driven agent observability, guardrails integration, adaptive behavior for coding agents, and ATIF v1.7 trace export.

The most important compatibility notes are:

  • The project and package-facing documentation now use the NeMo Relay name.
  • The core runtime registry surface has been narrowed. Code that registered runtime behavior through older broad registry entry points should move to the documented middleware, subscriber, and plugin APIs.
  • Node.js 24 or newer is now the minimum supported Node.js version.
  • Native subscriber delivery is now non-blocking. Code that depends on subscriber callback side effects, exporter output, or deterministic test assertions must call the subscriber flush API.

Use the child pages for release highlights and support notes. For the complete PR-by-PR changelog, release artifacts, and tag-specific history, use GitHub Releases.

Release Scope

This release includes:

  • Built-in NeMo Guardrails plugin support, including a remote backend and CLI editor support.
  • Canonical ATOF event JSON exposure across Rust, Python, and Node.js bindings.
  • ATIF v1.7 exporter updates for nested subagents, tool-observation correlation, and first-class S3-compatible storage export.
  • Adaptive plugin support for the CLI and OpenClaw integration, including editor support for adaptive configuration.
  • Streaming LLM chunk marks and improved guardrail scope emission.
  • Python plugin context-manager ergonomics.
  • Non-blocking native subscriber delivery with flush APIs across Rust, Python, Node.js, FFI/Go, and WebAssembly parity.
  • LangChain serialization fixes and OpenClaw trace replay visibility fixes.
  • Fern documentation publishing, link validation, and updated guidance for agent runtime concepts, trace incident response, plugin building, and adaptive tuning.

Feature Documentation

For the major 0.3 additions, start with:

  • Observability Plugin
  • Agent Trajectory Interchange Format (ATIF)
  • NeMo Guardrails Plugin
  • Adaptive Plugin
  • OpenClaw Plugin Guide
  • LangChain Integration Guide