Metadata-Version: 2.4
Name: nvidia-nat-core
Version: 1.6.0a20260406
Summary: Core library for NVIDIA NeMo Agent Toolkit
Author: NVIDIA Corporation
Maintainer: NVIDIA Corporation
License: Apache-2.0
Project-URL: documentation, https://docs.nvidia.com/nemo/agent-toolkit/latest/
Project-URL: source, https://github.com/NVIDIA/NeMo-Agent-Toolkit
Keywords: ai,rag,agents
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <3.14,>=3.11
Description-Content-Type: text/markdown
Requires-Dist: aioboto3>=11.0.0
Requires-Dist: authlib<2.0.0,>=1.6.5
Requires-Dist: click~=8.1
Requires-Dist: colorama<1.0.0,>=0.4.6
Requires-Dist: expandvars~=1.0
Requires-Dist: fastapi~=0.119
Requires-Dist: flask>=3.0.0
Requires-Dist: httpx~=0.27
Requires-Dist: huggingface_hub<1.0.0,>=0.33.4
Requires-Dist: jinja2~=3.1
Requires-Dist: jsonpath-ng~=1.7
Requires-Dist: nest-asyncio2~=1.7
Requires-Dist: networkx~=3.4
Requires-Dist: nvidia-nat-atif==v1.6.0a20260406
Requires-Dist: numpy~=2.3
Requires-Dist: openinference-semantic-conventions<1.0.0,>=0.1.14
Requires-Dist: optuna~=4.4
Requires-Dist: pandas~=2.2
Requires-Dist: pip>=24.3.1
Requires-Dist: pkce==1.0.3
Requires-Dist: pkginfo~=1.12
Requires-Dist: platformdirs~=4.3
Requires-Dist: plotly~=6.0
Requires-Dist: pydantic~=2.11
Requires-Dist: pyjwt~=2.11
Requires-Dist: pymilvus~=2.6
Requires-Dist: python-dotenv<2.0.0,>=1.1.1
Requires-Dist: python-multipart>=0.0.21
Requires-Dist: PyYAML~=6.0
Requires-Dist: rich~=14.0
Requires-Dist: tabulate~=0.9
Requires-Dist: tzlocal~=5.3
Requires-Dist: uvicorn[standard]~=0.38
Requires-Dist: wikipedia~=1.4
Requires-Dist: starlette~=0.51
Requires-Dist: urllib3<3.0.0,>=2.6.3
Provides-Extra: async-endpoints
Requires-Dist: aiosqlite~=0.21; extra == "async-endpoints"
Requires-Dist: dask~=2026.1; extra == "async-endpoints"
Requires-Dist: distributed~=2026.1; extra == "async-endpoints"
Requires-Dist: sqlalchemy[asyncio]~=2.0; extra == "async-endpoints"
Provides-Extra: gunicorn
Requires-Dist: gunicorn~=23.0; extra == "gunicorn"
Provides-Extra: pii-defense
Requires-Dist: presidio-analyzer; extra == "pii-defense"
Requires-Dist: presidio-anonymizer; extra == "pii-defense"
Provides-Extra: test
Requires-Dist: nvidia-nat-eval[profiling]==v1.6.0a20260406; extra == "test"
Requires-Dist: nvidia-nat-test==v1.6.0a20260406; extra == "test"
Dynamic: provides-extra
Dynamic: requires-dist

<!--
SPDX-FileCopyrightText: Copyright (c) 2024-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: Apache-2.0

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

![NVIDIA NeMo Agent Toolkit](https://media.githubusercontent.com/media/NVIDIA/NeMo-Agent-Toolkit/refs/heads/main/docs/source/_static/banner.png "NeMo Agent Toolkit banner image")

# NVIDIA NeMo Agent Toolkit

NeMo Agent Toolkit is a flexible library designed to seamlessly integrate your enterprise agents—regardless of framework—with various data sources and tools. By treating agents, tools, and agentic workflows as simple function calls, NeMo Agent Toolkit enables true composability: build once and reuse anywhere.

## Key Features

- [**Framework Agnostic:**](https://docs.nvidia.com/nemo/agent-toolkit/1.6/extend/plugins.html) Works with any agentic framework, so you can use your current technology stack without replatforming.
- [**Reusability:**](https://docs.nvidia.com/nemo/agent-toolkit/1.6/extend/sharing-components.html) Every agent, tool, or workflow can be combined and repurposed, allowing developers to leverage existing work in new scenarios.
- [**Rapid Development:**](https://docs.nvidia.com/nemo/agent-toolkit/1.6/tutorials/index.html) Start with a pre-built agent, tool, or workflow, and customize it to your needs.
- [**Profiling:**](https://docs.nvidia.com/nemo/agent-toolkit/1.6/workflows/profiler.html) Profile entire workflows down to the tool and agent level, track input/output tokens and timings, and identify bottlenecks.
- [**Observability:**](https://docs.nvidia.com/nemo/agent-toolkit/1.6/run-workflows/observe/observe.html) Monitor and debug your workflows with any OpenTelemetry-compatible observability tool, with examples using [LangSmith](https://docs.nvidia.com/nemo/agent-toolkit/1.6/run-workflows/observe/observe.html?provider=LangSmith#provider-integration-guides) [Phoenix](https://docs.nvidia.com/nemo/agent-toolkit/1.6/workflows/observe/observe-workflow-with-phoenix.html) and [W&B Weave](https://docs.nvidia.com/nemo/agent-toolkit/1.6/workflows/observe/observe-workflow-with-weave.html).
- [**Evaluation System:**](https://docs.nvidia.com/nemo/agent-toolkit/1.6/workflows/evaluate.html) Validate and maintain accuracy of agentic workflows with built-in evaluation tools.
- [**User Interface:**](https://docs.nvidia.com/nemo/agent-toolkit/1.6/quick-start/launching-ui.html) Use the NeMo Agent Toolkit UI chat interface to interact with your agents, visualize output, and debug workflows.
- [**MCP Compatibility**](https://docs.nvidia.com/nemo/agent-toolkit/1.6/workflows/mcp/mcp-client.html) Compatible with Model Context Protocol (MCP), allowing tools served by MCP Servers to be used as NeMo Agent Toolkit functions.

With NeMo Agent Toolkit, you can move quickly, experiment freely, and ensure reliability across all your agent-driven projects.

## Links
 * [Documentation](https://docs.nvidia.com/nemo/agent-toolkit/1.6/index.html): Explore the full documentation for NeMo Agent Toolkit.

## First time user?
 If this is your first time using NeMo Agent Toolkit, it is recommended to install the latest version from the [source repository](https://github.com/NVIDIA/NeMo-Agent-Toolkit?tab=readme-ov-file#quick-start) on GitHub. This package is intended for users who are familiar with NeMo Agent Toolkit applications and need to add NeMo Agent Toolkit as a dependency to their project.

## Feedback

We would love to hear from you! Please file an issue on [GitHub](https://github.com/NVIDIA/NeMo-Agent-Toolkit/issues) if you have any feedback or feature requests.

## Acknowledgements

We would like to thank the following open source projects that made NeMo Agent Toolkit possible:

- [CrewAI](https://github.com/crewAIInc/crewAI)
- [FastAPI](https://github.com/tiangolo/fastapi)
- [LangChain](https://github.com/langchain-ai/langchain)
- [Llama-Index](https://github.com/run-llama/llama_index)
- [Mem0ai](https://github.com/mem0ai/mem0)
- [Ragas](https://github.com/explodinggradients/ragas)
- [Semantic Kernel](https://github.com/microsoft/semantic-kernel)
- [uv](https://github.com/astral-sh/uv)
