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-coreNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize an agent with config and query.
Change `import nat_core` to `from nvidia_nat_core import ...`.
Upgrade Python to 3.11 or higher.
Set `NVIDIA_API_KEY` environment variable or pass `api_key` in `AgentConfig`.