Skip to main content

LangGraph Changelog

hindsight-langgraph — LangGraph and LangChain memory integration.

← LangGraph integration

0.2.0

Breaking Changes

  • Updated the LangGraph integration API by removing the legacy BaseStore-based store and adjusting nodes/tools to use the new memory instructions flow.·@DK09876@DK09876·b67e813a

Improvements

  • Improved LangGraph integration reliability by fixing graph nodes and adding expanded end-to-end and flow tests.·@DK09876@DK09876·b67e813a

0.1.2

Improvements

  • Improved Python typing support for the Hindsight LangGraph integration (added PEP 561 py.typed marker) so type checkers work correctly. (d054b884)
  • Updated dependencies to address critical/high security vulnerabilities in the Hindsight LangGraph integration. (ee4510a7)

Bug Fixes

  • All HTTP requests from the Hindsight LangGraph integration now include a consistent identifying User-Agent header. (9372462e)

0.1.1

Features

  • Added LangGraph integration for Hindsight. (b4320254)