Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 3.02 KB

File metadata and controls

61 lines (44 loc) · 3.02 KB

Agent Examples

The agent examples demonstrate how NeMo Agent Toolkit accelerates and enables AI Agent development. The examples showcase 5 distinct AI Agent architectures solving a similar problem in different ways. By leveraging the NeMo Agent Toolkit plugin system and the Builder object, you can use both pre-built and custom agentic workflows and tools in a flexible manner.

Table of Contents

Installation and Setup

If you have not already done so, follow the instructions in the Install Guide to create the development environment and install NeMo Agent Toolkit.

Set Up API Keys

If you have not already done so, follow the Obtaining API Keys instructions to obtain an NVIDIA API key. You need to set your NVIDIA API key as an environment variable to access NVIDIA AI services:

export NVIDIA_API_KEY=<YOUR_API_KEY>

Example Usage

Each agent example contains its own installation and usage instructions. Navigate to the specific example directory and follow the README instructions:

Learn More

For a deeper dive into the AI Agents utilized in the examples, refer to the component documentation: