release(ag2): v0.1.1
This commit is contained in:
parent
696d99ca1e
commit
9321c59bf1
2 changed files with 18 additions and 1 deletions
17
hindsight-docs/src/pages/changelog/integrations/ag2.md
Normal file
17
hindsight-docs/src/pages/changelog/integrations/ag2.md
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
hide_table_of_contents: true
|
||||||
|
---
|
||||||
|
|
||||||
|
# ag2 Integration Changelog
|
||||||
|
|
||||||
|
Changelog for [`hindsight-ag2`](https://pypi.org/project/hindsight-ag2/).
|
||||||
|
|
||||||
|
For the source code, see [`hindsight-integrations/ag2`](https://github.com/vectorize-io/hindsight/tree/main/hindsight-integrations/ag2).
|
||||||
|
|
||||||
|
← [Back to main changelog](/changelog)
|
||||||
|
|
||||||
|
## [0.1.1](https://github.com/vectorize-io/hindsight/tree/integrations/ag2/v0.1.1)
|
||||||
|
|
||||||
|
**Features**
|
||||||
|
|
||||||
|
- Added AG2 framework integration for Hindsight. ([`73123870`](https://github.com/vectorize-io/hindsight/commit/73123870))
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "hindsight-ag2"
|
name = "hindsight-ag2"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "AG2 integration for Hindsight - persistent memory tools for AI agents"
|
description = "AG2 integration for Hindsight - persistent memory tools for AI agents"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue