Skip to content

NeMo Relay 0.4.0

Latest

Choose a tag to compare

@willkill07 willkill07 released this 13 Jun 01:06
· 11 commits to main since this release
Immutable release. Only release title and notes can be modified.
0.4.0
4bd70fa

We are proud to release NeMo Relay 0.4.0!

Key Features

  • 🛡️ First-party PII redaction plugin with deterministic local backend support
  • 🚦 Built-in NeMo Guardrails local backend support, so the nemo_guardrails component can run against either remote services or a Python-backed local worker.
  • ⚙️ Code-driven plugin configuration layered over materialized global, project, and user plugin files while preserving documented precedence.
  • 📡 Streaming ATOF export endpoints for HTTP POST, WebSocket, and long-lived NDJSON collectors.
  • 🗄️ ATIF HTTP storage export support alongside S3-compatible trajectory storage.
  • 💸 Pricing-aware LLM observability with model-pricing lookup, cost layering, and cost metadata propagated into ATIF, OpenInference, and OpenTelemetry output.
  • 🧭 Stronger coding-agent trace fidelity across Hermes, OpenClaw, Claude Code, and Codex, including nested subagent lineage, routed-provider spans, and error-path consistency.
  • 🧩 Improved framework integration behavior for LangChain, LangGraph, and Deep Agents, including serialization fixes, callback coverage, and model-response annotations.
  • 🔌 Host plugin installation for Claude Code and Codex, including native plugin manifests, and install/uninstall/doctor --plugin subcommands.

What's Changed

💥 Breaking Changes

  • chore(guardrails)!: remove python-only guardrails example plugin by @afourniernv in #198

✨ New Features

⚡ Improvements

🐛 Bug Fixes

✅ Tests

🧰 Maintenance

📝 Documentation Updates

New Contributors