NVIDIA NeMo Agent Toolkit (nvidia-nat) is a Python library for building, training, and deploying conversational AI agents, including large language model (LLM) agents with tool use, memory, and multi-turn dialogue. Version 1.6.0 requires Python <3.14, >=3.11. Releases occur approximately monthly.
pip install nvidia-natVerified import paths — ran on the pinned version, not inferred.
Initialize a NemoAgent with an API key from environment variable and send a chat message.
Update imports to 'from nvidia_nat.config import AgentConfig'.
Replace agent.call() with agent.chat().
Install PyTorch with CUDA: pip install torch --index-url https://download.pytorch.org/whl/cu118