release(strands): v0.1.1
This commit is contained in:
parent
8ef9c48a62
commit
39bf6820d6
2 changed files with 18 additions and 1 deletions
17
hindsight-docs/src/pages/changelog/integrations/strands.md
Normal file
17
hindsight-docs/src/pages/changelog/integrations/strands.md
Normal 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))
|
||||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue