Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ limitations under the License.
- [**AI Coding Agent Skills:**](./AGENTS.md) Use focused NeMo Agent Toolkit skills to give coding agents task-specific guidance for building, evaluating, optimizing, and observing workflows.
- [**Dynamo Runtime Intelligence:**](./examples/dynamo_integration/latency_sensitivity_demo/README.md) Automatically infer per-request latency sensitivity from agent profiles and apply runtime hints for cache control, load-aware routing, and priority-aware serving.
- [**Agent Performance Primitives (APP):**](https://docs.langchain.com/oss/python/integrations/providers/nvidia#install-2) Introduce framework-agnostic performance primitives that accelerate graph-based agent frameworks such as LangChain, CrewAI, and Agno with parallel execution, speculative branching, and node-level priority routing.
- [**Public Plugin API for Third-Party Tools:**](./docs/source/extend/third-party-plugins.md) Build provider-managed integrations against the public NeMo Agent Toolkit plugin API instead of framework-specific internal packages. Thank you to the maintainers of externally managed plugins including [NeMo-Agent-Toolkit-Tavily](https://github.com/tavily-ai/NeMo-Agent-Toolkit-tavily), [NeMo-Agent-Toolkit-Redis](https://github.com/redis-developer/nemo-agent-toolkit-redis), and [NeMo-Agent-Toolkit-ATR](https://github.com/Agent-Threat-Rule/NeMo-Agent-Toolkit-atr). This new workflow is intended to help third-party package maintainers bring their integrations into NeMo Agent Toolkit workflows more quickly. Note that these third-party packages are managed outside the NeMo Agent Toolkit repository and may release, change, or run CI on schedules independent of NeMo Agent Toolkit.
- [**Public Plugin API for Third-Party Tools:**](./docs/source/extend/third-party-plugins.md) Build provider-managed integrations against the public NeMo Agent Toolkit plugin API instead of framework-specific internal packages. Thank you to the maintainers of externally managed plugins including [NeMo-Agent-Toolkit-Tavily](https://github.com/tavily-ai/NeMo-Agent-Toolkit-tavily), [NeMo-Agent-Toolkit-Redis](https://github.com/redis-developer/nemo-agent-toolkit-redis), [NeMo-Agent-Toolkit-ATR](https://github.com/Agent-Threat-Rule/NeMo-Agent-Toolkit-atr), and [Hlido](https://github.com/ankitkapur1992-hlido/hlido-public/tree/main/integrations/hlido-trust). This new workflow is intended to help third-party package maintainers bring their integrations into NeMo Agent Toolkit workflows more quickly. Note that these third-party packages are managed outside the NeMo Agent Toolkit repository and may release, change, or run CI on schedules independent of NeMo Agent Toolkit.
- [**LangSmith Native Integration:**](./docs/source/run-workflows/observe/observe-workflow-with-langsmith.md) Observe end-to-end agent execution with native LangSmith tracing, run evaluation experiments, compare outcomes, and manage prompt versions across development and production workflows.
- [**FastMCP Workflow Publishing:**](./docs/source/run-workflows/fastmcp-server.md) Publish NeMo Agent Toolkit workflows as MCP servers using the FastMCP server runtime to simplify MCP-native deployment and integration.
- **Migration notice:** `1.5.0` simplifies package installation and dependency management. See the [Migration Guide](./docs/source/resources/migration-guide.md#v150).
Expand Down