python LangGraph Releases · · 0.4.4

LangChain LangGraph SDK 0.4.4 Released

sdkaiengineerpython-agentic
feature patch

The LangChain LangGraph SDK has been updated to version 0.4.4, incorporating a new feature to route LangSmith traces directly from thread streams. This enhancement improves observability and debugging capabilities for stateful AI applications built with LangGraph. Developers using the SDK can now more easily monitor and analyze the execution flow of their agents and chains. This is a patch release that includes new functionality.

  • route LangSmith traces from thread streams (#8723)
  • release(sdk-py): 0.4.4 (#8738)
Features (1)
  • feat route LangSmith traces from thread streams (#8723)
Maintenance (1)
  • release(sdk-py): 0.4.4 (#8738)
Read the original announcement →

https://github.com/langchain-ai/langgraph/releases/tag/sdk%3D%3D0.4.4

Related releases