Registry / llm-agents / nvidia-nat-core

nvidia-nat-core

JSON →
library1.6.0pypypiunverified

Core library for NVIDIA NeMo Agent Toolkit, providing foundational components for building, training, and deploying conversational AI agents. Current version 1.6.0, requires Python 3.11+. Release cadence is irregular, tied to NeMo framework updates.

pip install nvidia-nat-core
INSTALL
IMPORT
SIG · NVIDIA-NAT-CORE
N
nvidia-nat-core
llm-agentspythonv1.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

NeMoAgent
from nat import NeMoAgent
from nvidia_nat_core import NeMoAgent

Initialize an agent with config and query.

from nvidia_nat_core import NeMoAgent from nvidia_nat_core.config import AgentConfig config = AgentConfig(model="meta/llama-3.1-8b", api_key=os.environ.get('NVIDIA_API_KEY', '')) agent = NeMoAgent(config) response = agent.query("Hello, how are you?") print(response)
Debug
Known issues
deprecatedThe `nat_core` top-level import is deprecated; use `nvidia_nat_core` instead.
fix
Change `import nat_core` to `from nvidia_nat_core import ...`.
affects: <=1.4.0
breakingRequires Python 3.11+. Older Python versions will cause installation failure.
fix
Upgrade Python to 3.11 or higher.
affects: >=1.5.0
gotchaAPI key must be set via environment variable `NVIDIA_API_KEY` or passed in config; otherwise agent creation fails silently.
fix
Set `NVIDIA_API_KEY` environment variable or pass `api_key` in `AgentConfig`.
affects: all
Upgrade
Version history
1.6.0latest on PyPI · released Apr 10, 2026
Audit
Dependencies
torchoptionalRequired for tensor operations and neural network components
Agent activity
20 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources
nvidia-nat-core — pip install nvidia-nat-core · libregistry