docs: remove beta from functional api (#3475)

This commit is contained in:
Eugene Yurtsev
2025-02-18 13:33:47 -05:00
committed by GitHub
parent 9f15e15e26
commit 457641f15e
4 changed files with 6 additions and 20 deletions
-3
View File
@@ -1,8 +1,5 @@
# Functional API
!!! warning "Beta"
The Functional API is currently in **beta** and is subject to change. Please [report any issues](https://github.com/langchain-ai/langgraph/issues) or feedback to the LangGraph team.
## Overview
The **Functional API** allows you to add LangGraph's key features -- [persistence](./persistence.md), [memory](./memory.md), [human-in-the-loop](./human_in_the_loop.md), and [streaming](./streaming.md) — to your applications with minimal changes to your existing code.