Skip to content

Releases: NVIDIA/NeMo-Flow

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