NVIDIA Agent Intelligence toolkit

NVIDIA Agent Intelligence toolkit is an open-source library for connecting, evaluating, and accelerating teams of AI agents. The Agent Intelligence toolkit simplifies development while optimizing and increasing the accuracy of full-stack, complex agentic AI systems.

Access GitHubDocumentationForum

Register for the NVIDIA Agent Toolkit Hackathon

Join developers from around the globe to connect teams of AI agents and build and evaluate agentic AI systems with the Agent Intelligence toolkit. Enter for a chance to win an NVIDIA GeForce RTX™ 5090 signed by NVIDIA CEO Jensen Huang.

Register Now

See the Agent Intelligence Toolkit in Action


How the Agent Intelligence Toolkit Works

NVIDIA Agent Intelligence toolkit is an open-source library that enables developers across the organization to connect their own personalized, intelligent agents and integrate them into customized workflows. Ease the development and evaluation of accelerated agentic systems with tools provided in the library.

Simplify Development: Experiment and prototype new agentic AI applications quickly and easily with Agent toolkit’s configuration builder. With universal descriptors for agents, tools, and workflows, you can flexibly choose and connect agent frameworks best suited to each task in a workflow. Access a reusable collection of tools, pipelines, and agentic workflows to ease the development of agentic AI systems.

Access a Collection of Tools: Build agentic systems with ease. Use the best retrieval-augmented generation (RAG) architectures, workflows, and search tools available across your organization, or leverage NVIDIA AI Blueprints, built with NVIDIA NIM™ and NeMo™, to build a highly accurate, scalable RAG pipeline, a digital human communication interface, or an AI agent for research and reporting.

Accelerate Agent Responses: Use fine-grained telemetry to enhance agentic AI workflows. This profiling data will be used by NVIDIA NIM and NVIDIA Dynamo to optimize the performance of agentic systems. These forecasted metrics—which can include details about an inference call to an LLM for a particular agent, such as what prompt is in memory, where it might reside, and which other agents are likely to call it—can be used to drive a more efficient workflow, enabling better business outcomes without requiring an upgrade to underlying infrastructure.

Increase Accuracy: Evaluate an agentic system’s accuracy using metrics collected with the Agent intelligence toolkit, and connect them with your observability and orchestration tools. Understand and debug inputs and outputs for each component in an agentic workflow and identify areas for improvement. Swap out tools or models and use the Agent Intelligence toolkit to quickly reevaluate the pipeline to understand its impact.

 A flowchart showing how AgentIQ works

Improving AI Code Generation With the NVIDIA Agent Intelligence Toolkit

Learn how to leverage AI code generation with the NVIDIA Agent Intelligence toolkit to build a test-driven coding agent.

Read Blog

The Developer’s Guide to Using the NVIDIA Agent Intelligence Toolkit

Watch a video walk-through to see how you can get started with the NVIDIA Agent Intelligence toolkit.

Watch Video

How to Build an Accelerated Agentic AI System

Take a technical deep dive to learn how you can start using NVIDIA Agent Intelligence toolkit to build custom agentic AI systems.

Watch Session

Using the NVIDIA Agent Intelligence Toolkit Profiler

Learn how to use the NVIDIA Agent Intelligence toolkit to gather telemetry data and improve the accuracy of your agentic AI system.

Watch Video

Get Started With the Agent Intelligence Toolkit

Local Installer Instructions (Recommended)

# Clone the repo:
git clone git@github.com:NVIDIA/AgentIQ.git 
cd agentiq

# Initialize the Git repository:
git submodule update --init --recursive

# Download the datasets:
git lfs install
git lfs fetch
git lfs pull

# Create a Python environment:
uv venv --seed .venv
source .venv/bin/activate
uv sync --all-groups --all-extras

# Verify the library installation:
aiq --help
aiq --version

Note: For the instructions above, you must have uv already installed. If you do not, to install uv, get started here.

Quick Install With Pip

pip install agentiq

# Verify the library installation:
aiq --help
aiq --version

Starter Kits

Start developing agentic AI applications with the Agent Intelligence toolkit toolkit with tutorials, best practices, and documentation. The AI-Q NVIDIA Blueprint showcases examples for building agentic workflows that use the Agent Intelligence toolkit. Sign up to try the new blueprint.

Getting Started With the Agent Intelligence Toolkit

Access the Agent Intelligence toolkit documentation, and start building, connecting, and evaluating agentic AI systems.


Agent Intelligence Toolkit Learning Library

Hackathon

NVIDIA Agent Toolkit Hackathon

NVIDIA Agent Intelligence Toolkit

Join developers from around the globe to connect teams of AI agents and build and evaluate agentic AI systems with the Agent Intelligence toolkit. Enter for a chance to win an NVIDIA GeForce RTX™ 5090 signed by NVIDIA CEO Jensen Huang.

Techblog

Improving AI Code Generation With the NVIDIA Agent Intelligence Toolkit

NVIDIA Agent Intelligence Toolkit

Learn how to leverage AI code generation with the NVIDIA Agent Intelligence toolkit to build a test-driven coding agent.

Documentation

Agent Intelligence Toolkit Documentation

NVIDIA Agent Intelligence Toolkit

Read a troubleshooting guide, release notes, quick-start guide and more to get started with Agent Intelligence toolkit.


More Resources

Decorative image representing forums

Explore the Community

Get Training and Certification

Read the FAQ

Ethical AI

NVIDIA believes trustworthy AI is a shared responsibility, and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their supporting model team to ensure their model meets the requirements for the relevant industry and use case and addresses unforeseen product misuse.

For more detailed information on ethical considerations for this model, please see the Model Card++ Explainability, Bias, Safety and Security, and Privacy Subcards. Please report security vulnerabilities or NVIDIA AI Concerns here.

Get started with Agent Intelligence Toolkit today.

Access GitHub