Skip to content

Releases: NVIDIA/NeMo-Agent-Toolkit

v1.2.1

20 Aug 21:25
c8a7f31
Compare
Choose a tag to compare

📦 Overview

This is a documentation only release, there are no code changes in this release.

📜 Full Change Log

Full Changelog: v1.2.0...v1.2.1

v1.2.0

19 Aug 23:17
2af034c
Compare
Choose a tag to compare

📦 Overview

The NeMo Agent toolkit, formerly known as Agent Intelligence (AIQ) toolkit, has been renamed to align with the NVIDIA NeMo family of products. This release brings significant new capabilities and improvements across authentication, resource management, observability, and developer experience. The toolkit continues to offer backwards compatibility, making the transition seamless for existing users.

While NeMo Agent Toolkit is designed to be compatible with the previous version, users are encouraged to update their code to follow the latest conventions and best practices. Migration instructions are provided in the migration guide.

🚨 Breaking Changes

🚀 Notable Features and Improvements

  • Authentication for Tool Calling: Implement robust authentication mechanisms that enable secure and configurable access management for tool invocation within agent workflows.
  • Test Time Compute: Dynamically reallocate compute resources after model training, allowing agents to optimize reasoning, factual accuracy, and system robustness without retraining the base model.
  • Sizing Calculator: Estimate GPU cluster requirements to support your target number of users and desired response times, simplifying deployment planning and scaling.
  • Object Store Integration: Connect and manage data through supported object stores, improving agent extensibility and enabling advanced data workflows.
  • Enhanced Cursor Rules: Build new workflows or extend existing ones by leveraging cursor rules, making agent development faster and more flexible.
  • Interactive Notebooks: Access a suite of onboarding and example notebooks to accelerate agent workflow development, testing, and experimentation.
  • Observability Refactor: Onboard new observability and monitoring platforms more easily, and take advantage of improved plug-in architecture for workflow inspection and analysis.
  • Examples Reorganization: Organize examples by functionality, making it easier to find and use the examples.

📜 Full Change Log

Read more

v1.1.0

16 May 17:35
4e39dcf
Compare
Choose a tag to compare

Key Features

  • Full Model Context Protocol (MCP) support. Workflows/tools can now be exposed as MCP servers.
  • Deep integration with Weights and Biases’ Weave for logging and tracing support.
  • Addition of the Agno LLM framework.
  • A new ReWOO agent which improves on ReAct by removing the tool output from the LLM context, reducing token counts.
  • A new Alert Triage Agent example which demonstrates how to build a full application with AIQ toolkit to automatically analyze system monitoring alerts, performs diagnostic checks using various tools, and generates structured triage reports with root cause categorization.
  • Support for Python 3.11.
  • Various quality of life improvements.

What's Changed

Read more

Version 1.0.0

18 Mar 04:31
d85ef78
Compare
Choose a tag to compare

Initial Release of NVIDIA AgentIQ

v1.0.0-rc8

16 Mar 23:35
1e4026b
Compare
Choose a tag to compare
v1.0.0-rc8 Pre-release
Pre-release

Release Candidate 8 of the 1.0.0 release.

Full Changelog: https://github.com/NVIDIA/AgentIQ/commits/v1.0.0-rc8