Skip to content

Commit 2c53629

Browse files
committed
release(langgraph): v0.3.0
1 parent 760bfc7 commit 2c53629

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

hindsight-docs/src/pages/changelog/integrations/langgraph.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ import PageHero from '@site/src/components/PageHero';
88

99
[← LangGraph integration](/sdks/integrations/langgraph)
1010

11+
## [0.3.0](https://github.com/vectorize-io/hindsight/tree/integrations/langgraph/v0.3.0)
12+
13+
**Bug Fixes**
14+
15+
- Fixes LangGraph integration to correctly load tool bank IDs from configuration, improving tool selection and execution.<span style={{color: "var(--ifm-color-emphasis-500)", margin: "0 0.3em"}}>·</span><a href="https://github.com/koriyoshi2041" target="_blank" rel="noopener noreferrer" style={{color: "var(--ifm-color-primary)", textDecoration: "none", display: "inline-flex", alignItems: "center", gap: "4px", verticalAlign: "middle"}}><img src="https://github.com/koriyoshi2041.png?size=40" alt="@koriyoshi2041" width="18" height="18" style={{borderRadius: "50%"}} />@koriyoshi2041</a><span style={{color: "var(--ifm-color-emphasis-500)", margin: "0 0.3em"}}>·</span><a href="https://github.com/vectorize-io/hindsight/commit/760bfc744" target="_blank" rel="noopener noreferrer" style={{fontFamily: "var(--ifm-font-family-monospace, monospace)", fontSize: "0.85em", color: "var(--ifm-color-emphasis-600)"}}>760bfc744</a>
16+
1117
## [0.2.0](https://github.com/vectorize-io/hindsight/tree/integrations/langgraph/v0.2.0)
1218

1319
**Breaking Changes**

hindsight-integrations/langgraph/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hindsight-langgraph"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "LangGraph integration for Hindsight - persistent memory tools, nodes, and memory instructions for AI agents"
55
readme = "README.md"
66
requires-python = ">=3.10"

skills/hindsight-docs/references/changelog/integrations/langgraph.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ import PageHero from '@site/src/components/PageHero';
88

99
← LangGraph integration
1010

11+
## [0.3.0](https://github.com/vectorize-io/hindsight/tree/integrations/langgraph/v0.3.0)
12+
13+
**Bug Fixes**
14+
15+
- Fixes LangGraph integration to correctly load tool bank IDs from configuration, improving tool selection and execution.<span style={{color: "var(--ifm-color-emphasis-500)", margin: "0 0.3em"}}>·</span><a href="https://github.com/koriyoshi2041" target="_blank" rel="noopener noreferrer" style={{color: "var(--ifm-color-primary)", textDecoration: "none", display: "inline-flex", alignItems: "center", gap: "4px", verticalAlign: "middle"}}>@koriyoshi2041</a><span style={{color: "var(--ifm-color-emphasis-500)", margin: "0 0.3em"}}>·</span><a href="https://github.com/vectorize-io/hindsight/commit/760bfc744" target="_blank" rel="noopener noreferrer" style={{fontFamily: "var(--ifm-font-family-monospace, monospace)", fontSize: "0.85em", color: "var(--ifm-color-emphasis-600)"}}>760bfc744</a>
16+
1117
## [0.2.0](https://github.com/vectorize-io/hindsight/tree/integrations/langgraph/v0.2.0)
1218

1319
**Breaking Changes**

0 commit comments

Comments
 (0)