We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2897288 commit 4a975ddCopy full SHA for 4a975dd
1 file changed
packages/ai-providers/server-ai-langchain/src/ldai_langchain/langgraph_agent_graph_runner.py
@@ -1,5 +1,3 @@
1
-"""LangGraph agent graph runner for LaunchDarkly AI SDK."""
2
-
3
import operator
4
import time
5
from typing import Annotated, Any, List
@@ -22,6 +20,11 @@
22
20
23
21
class LangGraphAgentGraphRunner(AgentGraphRunner):
24
"""
+ CAUTION:
+ 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
+
28
AgentGraphRunner implementation for LangGraph.
29
30
Compiles and runs the agent graph with LangGraph and automatically records
0 commit comments