Skip to content

Commit cc3fa0c

Browse files
docs: More detail for release notes (#1447)
Signed-off-by: Mike McKiernan <[email protected]>
1 parent 2b7d96b commit cc3fa0c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/release-notes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,16 @@ For a complete record of changes in a release, refer to the
2121
### Key Features
2222

2323
- Added support for [integrating with LangGraph and tool calling](./user-guides/langchain/langgraph-integration.md).
24+
This integration enables building safe and controlled multi-agent workflows.
25+
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.
26+
You can intercept, store, and forward LLM tool invocations with backward compatibility.
27+
2428
- Enhanced support for [integrating with LangChain `RunnableRails`](./user-guides/langchain/runnable-rails.md).
25-
This release supports synchronous and asynchronous operations, streaming, and batch processing.
29+
This release supports the LangChain Runnable interface, such as synchronous and asynchronous operations, streaming, and batch processing while preserving metadata during LangChain operation.
30+
This enhancement enables NeMo Guardrails to plug into LangChain pipelines seamlessly.
31+
32+
- Trend Micro contributed support for Trend Micro Vision One AI Application Security AI Guard.
33+
Refer to [configuration documentation](./user-guides/community/trend-micro.md) for more information.
2634

2735
(v0-17-0-other-changes)=
2836

0 commit comments

Comments
 (0)