release(strands): v0.1.1

This commit is contained in:
Nicolò Boschi 2026-03-24 17:42:52 +01:00
parent 8ef9c48a62
commit 39bf6820d6
2 changed files with 18 additions and 1 deletions

View file

@ -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))

View file

@ -1,6 +1,6 @@
[project] [project]
name = "hindsight-strands" name = "hindsight-strands"
version = "0.1.0" version = "0.1.1"
description = "Strands Agents SDK integration for Hindsight - persistent memory tools for AI agents" description = "Strands Agents SDK integration for Hindsight - persistent memory tools for AI agents"
requires-python = ">=3.10" requires-python = ">=3.10"
license = { text = "MIT" } license = { text = "MIT" }