Skip to content

Commit 5e7881a

Browse files
committed
mention streaming in readme
1 parent 04ea665 commit 5e7881a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

temporalio/contrib/langgraph/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ await g.ainvoke({...}, context=Context(user_id="alice"))
143143

144144
Your `context` object must be serializable by the configured Temporal payload converter, since it crosses the Activity boundary.
145145

146+
## Streaming
147+
148+
When `streaming_topic` is set on `LangGraphPlugin`, calls to `stream_writer` leverage Temporal [Workflow Streams](https://github.com/temporalio/sdk-python/tree/main/temporalio/contrib/workflow_streams). Async nodes are recommended for this feature.
149+
146150
## Tracing
147151

148152
We recommend the [Temporal LangSmith Plugin](https://github.com/temporalio/sdk-python/tree/main/temporalio/contrib/langsmith) to trace your LangGraph Workflows and Activities.

0 commit comments

Comments
 (0)