release(langgraph): v0.1.1

This commit is contained in:
Nicolò Boschi 2026-03-20 13:45:56 +01:00
parent 9a5f83adb4
commit 93609f74ab
2 changed files with 7 additions and 1 deletions

View file

@ -9,3 +9,9 @@ Changelog for [`hindsight-langgraph`](https://pypi.org/project/hindsight-langgra
For the source code, see [`hindsight-integrations/langgraph`](https://github.com/vectorize-io/hindsight/tree/main/hindsight-integrations/langgraph).
← [Back to main changelog](/changelog)
## [0.1.1](https://github.com/vectorize-io/hindsight/tree/integrations/langgraph/v0.1.1)
**Features**
- Added LangGraph integration for Hindsight. ([`b4320254`](https://github.com/vectorize-io/hindsight/commit/b4320254))

View file

@ -1,6 +1,6 @@
[project]
name = "hindsight-langgraph"
version = "0.1.0"
version = "0.1.1"
description = "LangGraph integration for Hindsight - persistent memory tools, nodes, and store for AI agents"
requires-python = ">=3.10"
license = { text = "MIT" }