Skip to main content

NeMo Platform

License Python Docs

Make the agents you ship faster, more accurate, and safer.

NeMo Platform brings NVIDIA NeMo libraries together under one CLI, Python SDK, and web UI. Hardening, evaluation, and tuning for the agents you put in production.

What's here today

  • Secure agents. Guardrails (content safety, jailbreak detection, PII redaction), Auditor (red-teaming via garak), Anonymizer (PII handling for training data).
  • Evaluate agents. LLM-as-judge, deterministic, agentic, and RAG benchmarks. Harbor-backed eval suites for regression testing.
  • Tune agents. Skill optimization, prompt and hyperparameter tuning, Switchyard model routing.
  • Build agents. NVIDIA NeMo Agent Toolkit (NAT) for LangGraph-based agents. Shared infrastructure: Inference Gateway, Secrets, Files, Entity Store, Jobs.
  • Generate synthetic data. Generate synthetic data for training or evaluation purposes using Data Designer.
  • NeMo Studio (alpha). Browser UI for chat, monitoring, and reviewing optimization suggestions. Studio's agent-focused features are still a work in progress; the CLI is the primary surface today.

Install

Prerequisites: Python 3.12–3.13 and an API key for an inference provider (NVIDIA Build, OpenAI, Anthropic, Google Gemini, or a local Ollama instance).

The nemo-platform distribution is a convenience wrapper that bundles the SDK, shared runtime packages, default first-party plugins, and platform services into a single wheel. The all extra adds the platform services; drop it for the SDK and CLI alone.

Recommended — one command, nemo available everywhere, nothing to activate:

uv tool install "nemo-platform[all]"

Use a virtual environment instead when you also import the SDK from your own code. nemo then works only while the environment is active:

uv venv
source .venv/bin/activate
uv pip install "nemo-platform[all]"

Plain pip install "nemo-platform[all]" works in an environment you manage yourself.

Then bring up the platform:

nemo setup

nemo setup starts local services, registers your LLM provider, discovers available models, installs agent skills, and (optionally) deploys a sample agent.

Verify:

nemo services status

The recommended developer setup is to clone the repo and use make bootstrap instead of installing from PyPI — see the setup playbook for the full walkthrough, including local data dir, DB reset, and troubleshooting.

Where to go next

After nemo setup completes, the CLI prompts you to pick one of two paths. The same two paths are the recommended starting points if you came in via PyPI:

  • Build and optimize agents. Open a coding agent session inside your agent's project directory and ask: "Build and optimize an agent using NeMo Platform." The shipped skills will scaffold the agent, deploy it, run evaluations, suggest optimizations, and add guardrails on request.
  • Explore the platform. From any coding agent session, ask: "What can I do with NeMo Platform?" to get a guided tour of the capabilities surfaced through skills.

NeMo skills work with Claude Code, Codex, Cursor, OpenCode, and other coding agents. Install or refresh them with nemo skills install --agent <agent>, for example:

nemo skills install --agent claude

Operating the platform

A few useful CLI commands once setup completes:

nemo --help                # All commands
nemo models list           # Available models
nemo services status       # Platform health
nemo skills list           # Skills installed on the platform

Every capability is also available via REST API. Model inference uses the model IDs returned from nemo models list and is available at:

http://localhost:8080/apis/inference-gateway/v2/workspaces/default/openai/-/v1/chat/completions

Links

License

NeMo Platform is licensed under the Apache License 2.0. Third-party open-source dependencies have their own licenses; review them before use.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nemo_platform-0.4.0-py3-none-any.whl (12.1 MB view details)

Uploaded Python 3

File details

Details for the file nemo_platform-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: nemo_platform-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 12.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.6

File hashes

Hashes for nemo_platform-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ff32268338927b5dbc3dc763007553ade828d792b44ba78884e11563b7baa590
MD5 fbbcbc2cceab09059a52bc5b67ba2f80
BLAKE2b-256 3bc6dd93d7785c2c08303e127930a94f256b3182caf76e3965e3de4633faaf96

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.4.0 This release

1 file

0.3.0

1 file

0.2.0

1 file

0.1.2

1 file

0.1.1

1 file

0.1.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page