diff --git a/hindsight-docs/src/pages/changelog/integrations/strands.md b/hindsight-docs/src/pages/changelog/integrations/strands.md new file mode 100644 index 00000000..f80dd6e5 --- /dev/null +++ b/hindsight-docs/src/pages/changelog/integrations/strands.md @@ -0,0 +1,17 @@ +--- +hide_table_of_contents: true +--- + +# Strands Integration Changelog + +Changelog for [`hindsight-strands`](https://pypi.org/project/hindsight-strands/). + +For the source code, see [`hindsight-integrations/strands`](https://github.com/vectorize-io/hindsight/tree/main/hindsight-integrations/strands). + +← [Back to main changelog](/changelog) + +## [0.1.1](https://github.com/vectorize-io/hindsight/tree/integrations/strands/v0.1.1) + +**Features** + +- Added Strands Agents SDK integration, enabling Hindsight memory tools to be used with Strands agents. ([`7fe773c0`](https://github.com/vectorize-io/hindsight/commit/7fe773c0)) diff --git a/hindsight-integrations/strands/pyproject.toml b/hindsight-integrations/strands/pyproject.toml index 8e60d858..370ab69f 100644 --- a/hindsight-integrations/strands/pyproject.toml +++ b/hindsight-integrations/strands/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hindsight-strands" -version = "0.1.0" +version = "0.1.1" description = "Strands Agents SDK integration for Hindsight - persistent memory tools for AI agents" requires-python = ">=3.10" license = { text = "MIT" }