Skip to content

Commit 04ea665

Browse files
committed
add streaming support disclaimer
1 parent 642b4b9 commit 04ea665

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

temporalio/contrib/langgraph/_plugin.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,12 @@ def __init__(
6262
streaming_topic: str | None = None,
6363
streaming_batch_interval: timedelta = timedelta(milliseconds=100),
6464
):
65-
"""Initialize the LangGraph plugin with graphs, entrypoints, and tasks."""
65+
"""Initialize the LangGraph plugin with graphs, entrypoints, and tasks.
66+
67+
.. warning::
68+
Streaming support is experimental and may change in
69+
future versions.
70+
"""
6671
if sys.version_info < (3, 11):
6772
warnings.warn( # type: ignore[reportUnreachable]
6873
"LangGraphPlugin requires Python >= 3.11 for full async support. "

0 commit comments

Comments
 (0)