Convenience wrapper distribution for NeMo Platform Python packages
Project description
NeMo Platform
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.11–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. Install just the SDK and CLI, or install everything needed to run the platform locally:
# SDK + CLI only
pip install nemo-platform
# SDK + CLI + all platform services and default plugins (recommended)
pip install "nemo-platform[all]"
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
- Source: https://github.com/NVIDIA-NeMo/nemo-platform
- Documentation: https://nvidia-nemo.github.io/nemo-platform/
- Setup playbook: https://github.com/NVIDIA-NeMo/nemo-platform/blob/main/SETUP.md
- CLI reference: https://github.com/NVIDIA-NeMo/nemo-platform/blob/main/docs/cli/index.md
- API reference: https://github.com/NVIDIA-NeMo/nemo-platform/blob/main/docs/api/index.md
- Issue tracker: https://github.com/NVIDIA-NeMo/nemo-platform/issues
License
NeMo Platform is licensed under the Apache License 2.0. Third-party open-source dependencies have their own licenses; review them before use.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nemo_platform-0.1.2-py3-none-any.whl.
File metadata
- Download URL: nemo_platform-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc7d2462422a1b583355e0479c4de3a00df82722519f192a2b36f5ba425bf1c5
|
|
| MD5 |
a28a9e0202e928a18802176ca61479d8
|
|
| BLAKE2b-256 |
01c852bbb016710d315e8298d98e9eca945c1d4ce629ac336f2a1451463e2139
|