Skip to content

sdk==0.1.57

Choose a tag to compare

@github-actions github-actions released this 13 Mar 17:14
ef50fed

langgraph-sdk 0.1.57

Summary of Changes

  • Enhanced stream filtering capabilities for run outputs by adding stream_mode parameter to join_stream methods (#3584)

Detailed Changes

RunClient.join_stream

  • Added stream_mode parameter to both sync and async versions of join_stream allowing users to filter stream content by specifying modes like "values" or "debug" (#3584)
  • Added cancel_on_disconnect parameter to the sync version of join_stream, bringing it to feature parity with the async version (#3584)
  • Updated documentation and examples to demonstrate how to use the new parameter with values like stream_mode=["values", "debug"] (#3584)