From 2871bc25be123aa8ad5261890da29f77a465be66 Mon Sep 17 00:00:00 2001 From: Mike McKiernan Date: Fri, 10 Oct 2025 13:34:02 -0400 Subject: [PATCH] docs: More detail for release notes Signed-off-by: Mike McKiernan --- docs/release-notes.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 12ee528a8..687a8b565 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -21,8 +21,16 @@ For a complete record of changes in a release, refer to the ### Key Features - Added support for [integrating with LangGraph and tool calling](./user-guides/langchain/langgraph-integration.md). + This integration enables building safe and controlled multi-agent workflows. + LangGraph enables you to create sophisticated agent architectures with state management, conditional routing, and tool calling, while NeMo Guardrails provides the safety layer to ensure responsible AI behavior. + You can intercept, store, and forward LLM tool invocations with backward compatibility. + - Enhanced support for [integrating with LangChain `RunnableRails`](./user-guides/langchain/runnable-rails.md). - This release supports synchronous and asynchronous operations, streaming, and batch processing. + This release supports the LangChain Runnable interface, such as synchronous and asynchronous operations, streaming, and batch processing while preserving metadata during LangChain operation. + This enhancement enables NeMo Guardrails to plug into LangChain pipelines seamlessly. + +- Trend Micro contributed support for Trend Micro Vision One AI Application Security AI Guard. + Refer to [configuration documentation](./user-guides/community/trend-micro.md) for more information. (v0-17-0-other-changes)=