Skip to content

Commit 4a975dd

Browse files
committed
missing label
1 parent 2897288 commit 4a975dd

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

packages/ai-providers/server-ai-langchain/src/ldai_langchain/langgraph_agent_graph_runner.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"""LangGraph agent graph runner for LaunchDarkly AI SDK."""
2-
31
import operator
42
import time
53
from typing import Annotated, Any, List
@@ -22,6 +20,11 @@
2220

2321
class LangGraphAgentGraphRunner(AgentGraphRunner):
2422
"""
23+
CAUTION:
24+
This feature is experimental and should NOT be considered ready for production use.
25+
It may change or be removed without notice and is not subject to backwards
26+
compatibility guarantees.
27+
2528
AgentGraphRunner implementation for LangGraph.
2629
2730
Compiles and runs the agent graph with LangGraph and automatically records

0 commit comments

Comments
 (0)