系统之家提供 Windows 系统、Ghost 系统、驱动与常用软件的安全下载及安装教程。 后台管理
📢 欢迎访问系统之家!所有资源均经过安全检测。

NVIDIA NeMo Agent Toolkit Overview

发布时间:2026-08-30 | 浏览:1
📥 下载地址(文章开头)
装机神器,可安装一切系统,纯净版,英文版,繁体版 ,精简版,原版等等等
NVIDIA NeMo Agent Toolkit (1.8) NVIDIA NeMo Agent Toolkit is a flexible, lightweight, and unifying library that allows you to easily connect existing enterprise agents to data sources and tools across any framework. For detailed installation instructions, including optional dependencies, please refer to the Install Guide . Framework Agnostic: NeMo Agent Toolkit works side-by-side and around existing agentic frameworks, such as LangChain , LlamaIndex , CrewAI , Microsoft Semantic Kernel , Google ADK , as well as customer enterprise frameworks and simple Python agents. This allows you to use your current technology stack without replatforming. NeMo Agent Toolkit complements any existing agentic framework or memory tool you’re using and isn’t tied to any specific agentic framework, long-term memory, or data source. Framework Agnostic: NeMo Agent Toolkit works side-by-side and around existing agentic frameworks, such as LangChain , LlamaIndex , CrewAI , Microsoft Semantic Kernel , Google ADK , as well as customer enterprise frameworks and simple Python agents. This allows you to use your current technology stack without replatforming. NeMo Agent Toolkit complements any existing agentic framework or memory tool you’re using and isn’t tied to any specific agentic framework, long-term memory, or data source. Reusability: Every agent, tool, and agentic workflow in this library exists as a function call that works together in complex software applications. The composability between these agents, tools, and workflows allows you to build once and reuse in different scenarios. Reusability: Every agent, tool, and agentic workflow in this library exists as a function call that works together in complex software applications. The composability between these agents, tools, and workflows allows you to build once and reuse in different scenarios. Rapid Development: Start with a pre-built agent, tool, or workflow, and customize it to your needs. This allows you and your development teams to move quickly if you’re already developing with agents. Rapid Development: Start with a pre-built agent, tool, or workflow, and customize it to your needs. This allows you and your development teams to move quickly if you’re already developing with agents. Profiling: Use the profiler to profile entire workflows down to the tool and agent level, track input/output tokens and timings, and identify bottlenecks. Profiling: Use the profiler to profile entire workflows down to the tool and agent level, track input/output tokens and timings, and identify bottlenecks. Observability: Monitor and debug your workflows with dedicated integrations for popular observability platforms such as LangSmith, Phoenix, Weave, and Langfuse, plus compatibility with OpenTelemetry-based systems. Track performance, trace execution flows, and gain insights into your agent behaviors. Observability: Monitor and debug your workflows with dedicated integrations for popular observability platforms such as LangSmith, Phoenix, Weave, and Langfuse, plus compatibility with OpenTelemetry-based systems. Track performance, trace execution flows, and gain insights into your agent behaviors. Evaluation System: Validate and maintain accuracy of agentic workflows with built-in evaluation tools. Evaluation System: Validate and maintain accuracy of agentic workflows with built-in evaluation tools. User Interface: Use the NeMo Agent Toolkit UI chat interface to interact with your agents, visualize output, and debug workflows. User Interface: Use the NeMo Agent Toolkit UI chat interface to interact with your agents, visualize output, and debug workflows.
📥 下载地址(文章中间)
装机神器,可安装一切系统,纯净版,英文版,繁体版 ,精简版,原版等等等
Full MCP Support: Compatible with Model Context Protocol (MCP) . You can use NeMo Agent Toolkit as an MCP client to connect to and use tools served by remote MCP servers. You can also publish tools with the MCP server runtime or an MCP server using the FastMCP server runtime . Full MCP Support: Compatible with Model Context Protocol (MCP) . You can use NeMo Agent Toolkit as an MCP client to connect to and use tools served by remote MCP servers. You can also publish tools with the MCP server runtime or an MCP server using the FastMCP server runtime . A2A Protocol Support: Compatible with Agent-to-Agent (A2A) Protocol . You can use NeMo Agent Toolkit as an A2A client to connect to and delegate tasks to remote A2A agents. You can also use NeMo Agent Toolkit as an A2A server to publish workflows as discoverable A2A agents. A2A Protocol Support: Compatible with Agent-to-Agent (A2A) Protocol . You can use NeMo Agent Toolkit as an A2A client to connect to and delegate tasks to remote A2A agents. You can also use NeMo Agent Toolkit as an A2A server to publish workflows as discoverable A2A agents. Hello World Example # Before getting started, it’s possible to run this simple workflow and many other examples in Google Colab with no setup. Click here to open the introduction notebook: . Install NeMo Agent Toolkit along with the LangChain integration plugin: uv uv pip install "nvidia-nat[langchain]" pip pip install "nvidia-nat[langchain]" Install NeMo Agent Toolkit along with the LangChain integration plugin: Ensure you have set the NVIDIA_API_KEY environment variable to allow the example to use NVIDIA NIMs. An API key can be obtained by visiting build.nvidia.com and creating an account. export NVIDIA_API_KEY = <your_api_key> Ensure you have set the NVIDIA_API_KEY environment variable to allow the example to use NVIDIA NIMs. An API key can be obtained by visiting build.nvidia.com and creating an account. Create the NeMo Agent Toolkit workflow configuration file. This file will define the agents, tools, and workflows that will be used in the example. Save the following as workflow.yml : functions : # Add a tool to search wikipedia wikipedia_search : _type : wiki_search max_results : 2 llms : # Tell NeMo Agent Toolkit which LLM to use for the agent nim_llm : _type : nim model_name : meta/llama-3.1-70b-instruct temperature : 0.0 workflow : # Use an agent that 'reasons' and 'acts' _type : react_agent # Give it access to our wikipedia search tool tool_names : [ wikipedia_search ] # Tell it which LLM to use llm_name : nim_llm # Make it verbose verbose : true # Retry up to 3 times parse_agent_response_max_retries : 3 Create the NeMo Agent Toolkit workflow configuration file. This file will define the agents, tools, and workflows that will be used in the example. Save the following as workflow.yml : Run the Hello World example using the nat CLI and the workflow.yml file. nat run --config_file workflow.yml --input "List five subspecies of Aardvarks" This will run the workflow and output the results to the console. Workflow Result: ['Here are five subspecies of Aardvarks:\n\n1. Orycteropus afer afer (Southern aardvark)\n2. O. a. adametzi Grote, 1921 (Western aardvark)\n3. O. a. aethiopicus Sundevall, 1843\n4. O. a. angolensis Zukowsky & Haltenorth, 1957\n5. O. a. erikssoni Lönnberg, 1906'] Run the Hello World example using the nat CLI and the workflow.yml file. This will run the workflow and output the results to the console. For frequently asked questions, refer to FAQs . We would love to hear from you! Please file an issue on GitHub if you have any feedback or feature requests.
📥 下载地址(文章结尾)
装机神器,可安装一切系统,纯净版,英文版,繁体版 ,精简版,原版等等等