Skip to content

0.2.42

Choose a tag to compare

@github-actions github-actions released this 31 Oct 14:42
194b4e0

langgraph 0.2.42

Summary of Changes

  • Improved handling of streaming modes in remote graphs, with better support for parent graphs and nested streaming (#2270)

Detailed Changes

langgraph.pregel.remote.RemoteGraph

  • Enhanced _get_stream_modes method to accept configuration from parent graphs and propagate stream modes correctly (#2270)
  • Improved stream mode handling to respect requested modes while also supporting parent graph streaming (#2270)
  • Added support for properly propagating namespace information between parent and child graphs during streaming (#2270)
  • Explicitly removed support for 'events' stream mode in Pregel as it's not supported (#2270)
  • Added detailed code comments to clarify the streaming process flow (#2270)