@aigne/agentic-memory 1.1.5 → 1.1.6-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.6-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.1...agentic-memory-v1.1.6-beta.2) (2025-12-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.72.0-beta.2
11
+ * @aigne/default-memory bumped to 1.3.6-beta.2
12
+ * @aigne/openai bumped to 0.16.16-beta.2
13
+
14
+ ## [1.1.6-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta...agentic-memory-v1.1.6-beta.1) (2025-12-17)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * The following workspace dependencies were updated
25
+ * dependencies
26
+ * @aigne/core bumped to 1.72.0-beta.1
27
+ * @aigne/default-memory bumped to 1.3.6-beta.1
28
+ * @aigne/openai bumped to 0.16.16-beta.1
29
+
30
+ ## [1.1.6-beta](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.5...agentic-memory-v1.1.6-beta) (2025-12-17)
31
+
32
+
33
+ ### Dependencies
34
+
35
+ * The following workspace dependencies were updated
36
+ * dependencies
37
+ * @aigne/core bumped to 1.72.0-beta
38
+ * @aigne/default-memory bumped to 1.3.6-beta
39
+ * @aigne/openai bumped to 0.16.16-beta
40
+
3
41
  ## [1.1.5](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.5-beta.6...agentic-memory-v1.1.5) (2025-12-12)
4
42
 
5
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/agentic-memory",
3
- "version": "1.1.5",
3
+ "version": "1.1.6-beta.2",
4
4
  "description": "Agentic memory for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -33,9 +33,9 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "zod": "^3.25.67",
36
- "@aigne/core": "^1.71.0",
37
- "@aigne/default-memory": "^1.3.5",
38
- "@aigne/openai": "^0.16.15"
36
+ "@aigne/core": "^1.72.0-beta.2",
37
+ "@aigne/default-memory": "^1.3.6-beta.2",
38
+ "@aigne/openai": "^0.16.16-beta.2"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/bun": "^1.2.22",