Skip to content

Releases: NVIDIA/NeMo-Relay

NeMo Relay 0.3.0

29 May 22:34
Immutable release. Only release title and notes can be modified.
0.3.0
14db36c

Choose a tag to compare

We are proud to release NeMo Relay 0.3.0!

Key Features

  • ✨ NeMo Flow is now NeMo Relay, with refreshed package guidance, docs, and runtime-facing naming.
  • 🛡️ Built-in NeMo Guardrails plugin support, including plugin configuration, remote backend support, and CLI editor workflows.
  • 🌐 ATIF v1.7 export support with nested subagents, improved tool-observation correlation, and S3-compatible trace storage.
  • ⚡️ Non-blocking subscriber delivery with flush APIs for deterministic tests and exporter output.
  • 🧠 Adaptive plugin support for CLI and OpenClaw workflows, including editor support for adaptive configuration.
  • 📜 Streaming LLM chunk marks for more precise streaming trace inspection.
  • 🐍 Python plugin context manager support for cleaner plugin initialization and teardown.
  • 📚 New Fern documentation site with release notes, guardrails docs, runtime primer, trace incident runbook, plugin-building, migration, and adaptive tuning guidance.
  • 💻 CLI binaries installable through cargo binstall nemo-relay-cli

What's Changed

💥 Breaking Changes

✨ New Features

⚡ Improvements

🐛 Bug Fixes

✅ Tests

🧰 Maintenance

📝 Documentation Updates

New Contributors

Full Changelog: 0.2.0...0.3.0

NeMo Relay 0.3.0 Release Candidate 1

29 May 03:18
Immutable release. Only release title and notes can be modified.
0.3.0-rc.1
932248c

Choose a tag to compare

Pre-release
0.3.0-rc.1

NeMo Reley 0.3.0 Release Candidate 1

NeMo Relay 0.3.0 Beta 2

22 May 01:28
Immutable release. Only release title and notes can be modified.
0.3.0-beta.2
8a04939

Choose a tag to compare

Pre-release
0.3.0-beta.2

NeMo Release 0.3.0 Beta 2

NeMo Flow 0.2.0

15 May 22:12
Immutable release. Only release title and notes can be modified.
0.2.0
236c297

Choose a tag to compare

We are proud to release NeMo Flow 0.2.0!

Key Features

  • 🔭 First-class observability plugin with built-in ATOF, ATIF, OpenTelemetry, and OpenInference export support.
  • 🚘 Common coding-agent sidecar (nemo-flow-cli) for closed harnesses including Claude Code, Codex, Cursor, and Hermes Agent.
  • 🛠 CLI-guided setup for installing and configuring Claude Code, Codex, Cursor, and Hermes Agent hooks.
  • 🦀 Native OpenClaw observability through the first-party nemo-flow-openclaw plugin.
  • 🔗 First-party LangChain, LangGraph, and Deep Agents integrations using public plugin and middleware surfaces instead of patch-only workflows.
  • 📡 Structured ATOF JSONL telemetry export for capturing agent trajectories and runtime events.
  • 🛡 NeMo Guardrails plugin example for adding safety guardrails into NeMo Flow runtime behavior.

What's Changed

✨ New Features

⚡ Improvements

🐛 Bug Fixes

✅ Tests

🧰 Maintenance

📝 Documentation Updates

Other Changes

  • Update the test-python-binding Skill with instructions about how tests should be written by @dagardner-nv in #96

New Contributors

Full Changelog: 0.1.0...0.2.0

NeMo Flow 0.1.0

01 May 20:19
Immutable release. Only release title and notes can be modified.
4387869

Choose a tag to compare

What's Changed

The initial NeMo Flow release introduces:

  • A Rust core runtime for scopes, middleware registries, lifecycle events, subscribers, plugins, tool calls, and LLM calls
  • Primary Rust, Python, and Node.js documentation tracks
  • ATIF, OpenTelemetry, and OpenInference subscriber/exporter surfaces
  • An adaptive component for plugin-driven optimization behavior
  • Sample third-party integration patches for selected agent frameworks and tools

Full Changelog: https://github.com/NVIDIA/NeMo-Flow/commits/0.1.0