@aigne/agentic-memory 1.1.6-beta.21 → 1.1.6-beta.24

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 +39 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.6-beta.24](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.23...agentic-memory-v1.1.6-beta.24) (2026-01-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.72.0-beta.24
11
+ * @aigne/default-memory bumped to 1.4.0-beta.23
12
+ * @aigne/openai bumped to 0.16.16-beta.24
13
+ * devDependencies
14
+ * @aigne/test-utils bumped to 0.5.69-beta.24
15
+
16
+ ## [1.1.6-beta.23](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.22...agentic-memory-v1.1.6-beta.23) (2026-01-15)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * The following workspace dependencies were updated
22
+ * dependencies
23
+ * @aigne/core bumped to 1.72.0-beta.23
24
+ * @aigne/default-memory bumped to 1.4.0-beta.22
25
+ * @aigne/openai bumped to 0.16.16-beta.23
26
+ * devDependencies
27
+ * @aigne/test-utils bumped to 0.5.69-beta.23
28
+
29
+ ## [1.1.6-beta.22](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.21...agentic-memory-v1.1.6-beta.22) (2026-01-15)
30
+
31
+
32
+ ### Dependencies
33
+
34
+ * The following workspace dependencies were updated
35
+ * dependencies
36
+ * @aigne/core bumped to 1.72.0-beta.22
37
+ * @aigne/default-memory bumped to 1.4.0-beta.21
38
+ * @aigne/openai bumped to 0.16.16-beta.22
39
+ * devDependencies
40
+ * @aigne/test-utils bumped to 0.5.69-beta.22
41
+
3
42
  ## [1.1.6-beta.21](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.20...agentic-memory-v1.1.6-beta.21) (2026-01-15)
4
43
 
5
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/agentic-memory",
3
- "version": "1.1.6-beta.21",
3
+ "version": "1.1.6-beta.24",
4
4
  "description": "Agentic memory for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -33,16 +33,16 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "zod": "^3.25.67",
36
- "@aigne/core": "^1.72.0-beta.21",
37
- "@aigne/default-memory": "^1.4.0-beta.20",
38
- "@aigne/openai": "^0.16.16-beta.21"
36
+ "@aigne/core": "^1.72.0-beta.24",
37
+ "@aigne/openai": "^0.16.16-beta.24",
38
+ "@aigne/default-memory": "^1.4.0-beta.23"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/bun": "^1.2.22",
42
42
  "npm-run-all": "^4.1.5",
43
43
  "rimraf": "^6.0.1",
44
44
  "typescript": "^5.9.2",
45
- "@aigne/test-utils": "^0.5.69-beta.21"
45
+ "@aigne/test-utils": "^0.5.69-beta.24"
46
46
  },
47
47
  "scripts": {
48
48
  "lint": "tsc --noEmit",