Skip to content

docs(langgraph): add workflow streams streaming section#4660

Open
brianstrauch wants to merge 1 commit into
mainfrom
docs-langgraph-streaming
Open

docs(langgraph): add workflow streams streaming section#4660
brianstrauch wants to merge 1 commit into
mainfrom
docs-langgraph-streaming

Conversation

@brianstrauch
Copy link
Copy Markdown
Member

@brianstrauch brianstrauch commented Jun 4, 2026

Summary

Adds a Streaming section to the LangGraph integration page documenting the new workflow-streams support in the Temporal Python SDK (sdk-python #1500).

  • Setting streaming_topic on LangGraphPlugin to wire get_stream_writer() in a node to a WorkflowStream topic
  • Constructing WorkflowStream() in the Workflow's __init__, and consuming via WorkflowStreamClient.create(...).topic(...).subscribe(...)
  • Activity vs. Workflow publishing behavior and streaming_batch_interval
  • The astream() bridge pattern for stream modes other than custom
  • At-least-once retry semantics
  • Link to the streaming sample

Notes

The samples link points to langgraph_plugin/graph_api/streaming, which is added in samples-python #315. That PR is not yet merged, so the link will 404 until it lands (may trip check-links in the meantime).

🤖 Generated with Claude Code

┆Attachments: EDU-6477 docs(langgraph): add workflow streams streaming section

Document streaming intermediate values out of LangGraph workflows via
the new temporalio.contrib.workflow_streams support: streaming_topic on
LangGraphPlugin, get_stream_writer() in nodes, and WorkflowStreamClient
subscription. Covers the astream() bridge pattern, retry semantics, and
links to the streaming sample.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@brianstrauch brianstrauch requested a review from a team as a code owner June 4, 2026 22:35
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
temporal-documentation Ready Ready Preview, Comment Jun 4, 2026 10:36pm

Request Review

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

📖 Docs PR preview links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant