From 9321c59bf1d9722906f83aa5045422692db8d75f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Fri, 27 Mar 2026 10:12:30 +0100 Subject: [PATCH] release(ag2): v0.1.1 --- .../src/pages/changelog/integrations/ag2.md | 17 +++++++++++++++++ hindsight-integrations/ag2/pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 hindsight-docs/src/pages/changelog/integrations/ag2.md diff --git a/hindsight-docs/src/pages/changelog/integrations/ag2.md b/hindsight-docs/src/pages/changelog/integrations/ag2.md new file mode 100644 index 00000000..eaf145b5 --- /dev/null +++ b/hindsight-docs/src/pages/changelog/integrations/ag2.md @@ -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)) diff --git a/hindsight-integrations/ag2/pyproject.toml b/hindsight-integrations/ag2/pyproject.toml index e19eb4b0..76e779fd 100644 --- a/hindsight-integrations/ag2/pyproject.toml +++ b/hindsight-integrations/ag2/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hindsight-ag2" -version = "0.1.0" +version = "0.1.1" description = "AG2 integration for Hindsight - persistent memory tools for AI agents" readme = "README.md" requires-python = ">=3.10"