skillfed

nvidia-nat-eval

Subpackage for evaluation in NVIDIA NeMo Agent Toolkit

nvidia-nat-eval v1.8.0 171.4K downloads/30d#10,366 on PyPI2,576
Permissive license Apache-2.0 Active released

What it is and what it does

nvidia-nat-eval is a subpackage of the NVIDIA NeMo Agent Toolkit that adds evaluation capabilities for testing and assessing agent systems. It provides evaluation-specific components accessible through the nat.plugins.eval namespace, along with command-line tools for running evaluations. The package depends on nvidia-nat-atif as its sole runtime dependency.

This package targets developers building or testing AI agents, particularly those using retrieval-augmented generation patterns. It supports Python 3.11, 3.12, and 3.13, with active maintenance as of August 2026.

Use it for:

  • Evaluate agent response quality in RAG-based systems during development
  • Run CLI-based evaluation workflows as part of agent testing pipelines
  • Assess agent behavior and performance metrics during iteration
  • Integrate evaluation checks into validation workflows

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides evaluation components and CLI commands for the NVIDIA NeMo Agent Toolkit, enabling assessment of agent performance.

Yes, if you are building or testing agents within the NVIDIA NeMo Agent Toolkit ecosystem. The package has low install friction, active maintenance, permissive licensing, and no known vulnerabilities. Install only if you need evaluation capabilities; it is a specialized subpackage.

Install

nvidia-nat-eval on PyPI

pip

pip install nvidia-nat-eval

uv

uv add nvidia-nat-eval

poetry

poetry add nvidia-nat-eval

Installing nvidia-nat-eval

Before you install

Low install friction with a single runtime dependency on nvidia-nat-atif. Actively maintained with recent commits and part of a popular toolkit (2576 GitHub stars).

License in practice

Licensed under Apache-2.0 (permissive), allowing free use, modification, and distribution with minimal restrictions.

Quickstart

pip install nvidia-nat-eval

import nat.plugins.eval

Requires Python 3.11 or later (3.11, 3.12, or 3.13 supported)

Verify before relying

  • What specific evaluation metrics or methodologies the package implements
  • Whether evaluation components work standalone or require other toolkit packages
  • What CLI commands are available and their typical use patterns
  • How the nat.plugins.eval namespace integrates with broader toolkit workflows

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (<3.14,>=3.11)
Install friction low — pure-Python wheel
Runtime dependencies 1 — nvidia-nat-atif
Maintenance actively maintained — 58 days since the last release
Last repo commit
First released
Downloads 171,435/month — #10,366 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: nvidia_nat_eval-1.8.0-py3-none-any.whl

Keywords: ai, rag, agents, evaluation

Programming Language :: PythonProgramming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13

Tags

agent evaluation frameworknemo toolkit evaluationai agent testing toolsrag evaluationagent performance assessment
agent-evaluationnemo-toolkitrag-systems

More Artificial Intelligence packages

Further reading