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

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 +225 -0
  2. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,230 @@
1
1
  # Changelog
2
2
 
3
+ ## [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
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.72.0-beta.21
11
+ * @aigne/default-memory bumped to 1.4.0-beta.20
12
+ * @aigne/openai bumped to 0.16.16-beta.21
13
+ * devDependencies
14
+ * @aigne/test-utils bumped to 0.5.69-beta.21
15
+
16
+ ## [1.1.6-beta.20](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.19...agentic-memory-v1.1.6-beta.20) (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.20
24
+ * @aigne/default-memory bumped to 1.4.0-beta.19
25
+ * @aigne/openai bumped to 0.16.16-beta.20
26
+ * devDependencies
27
+ * @aigne/test-utils bumped to 0.5.69-beta.20
28
+
29
+ ## [1.1.6-beta.19](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.18...agentic-memory-v1.1.6-beta.19) (2026-01-14)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * improve test coverage tracking and reporting ([#903](https://github.com/AIGNE-io/aigne-framework/issues/903)) ([031144e](https://github.com/AIGNE-io/aigne-framework/commit/031144e74f29e882cffe52ffda8f7a18c76ace7f))
35
+
36
+
37
+ ### Dependencies
38
+
39
+ * The following workspace dependencies were updated
40
+ * dependencies
41
+ * @aigne/core bumped to 1.72.0-beta.19
42
+ * @aigne/default-memory bumped to 1.4.0-beta.18
43
+ * @aigne/openai bumped to 0.16.16-beta.19
44
+ * devDependencies
45
+ * @aigne/test-utils bumped to 0.5.69-beta.19
46
+
47
+ ## [1.1.6-beta.18](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.17...agentic-memory-v1.1.6-beta.18) (2026-01-13)
48
+
49
+
50
+ ### Dependencies
51
+
52
+ * The following workspace dependencies were updated
53
+ * dependencies
54
+ * @aigne/core bumped to 1.72.0-beta.18
55
+ * @aigne/default-memory bumped to 1.4.0-beta.17
56
+ * @aigne/openai bumped to 0.16.16-beta.18
57
+
58
+ ## [1.1.6-beta.17](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.16...agentic-memory-v1.1.6-beta.17) (2026-01-12)
59
+
60
+
61
+ ### Dependencies
62
+
63
+ * The following workspace dependencies were updated
64
+ * dependencies
65
+ * @aigne/core bumped to 1.72.0-beta.17
66
+ * @aigne/default-memory bumped to 1.4.0-beta.16
67
+ * @aigne/openai bumped to 0.16.16-beta.17
68
+
69
+ ## [1.1.6-beta.16](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.15...agentic-memory-v1.1.6-beta.16) (2026-01-12)
70
+
71
+
72
+ ### Dependencies
73
+
74
+ * The following workspace dependencies were updated
75
+ * dependencies
76
+ * @aigne/core bumped to 1.72.0-beta.16
77
+ * @aigne/default-memory bumped to 1.4.0-beta.15
78
+ * @aigne/openai bumped to 0.16.16-beta.16
79
+
80
+ ## [1.1.6-beta.15](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.14...agentic-memory-v1.1.6-beta.15) (2026-01-10)
81
+
82
+
83
+ ### Dependencies
84
+
85
+ * The following workspace dependencies were updated
86
+ * dependencies
87
+ * @aigne/core bumped to 1.72.0-beta.15
88
+ * @aigne/default-memory bumped to 1.4.0-beta.14
89
+ * @aigne/openai bumped to 0.16.16-beta.15
90
+
91
+ ## [1.1.6-beta.14](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.13...agentic-memory-v1.1.6-beta.14) (2026-01-09)
92
+
93
+
94
+ ### Dependencies
95
+
96
+ * The following workspace dependencies were updated
97
+ * dependencies
98
+ * @aigne/core bumped to 1.72.0-beta.14
99
+ * @aigne/default-memory bumped to 1.4.0-beta.13
100
+ * @aigne/openai bumped to 0.16.16-beta.14
101
+
102
+ ## [1.1.6-beta.13](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.12...agentic-memory-v1.1.6-beta.13) (2026-01-08)
103
+
104
+
105
+ ### Bug Fixes
106
+
107
+ * bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
108
+
109
+
110
+ ### Dependencies
111
+
112
+ * The following workspace dependencies were updated
113
+ * dependencies
114
+ * @aigne/core bumped to 1.72.0-beta.13
115
+ * @aigne/default-memory bumped to 1.4.0-beta.12
116
+ * @aigne/openai bumped to 0.16.16-beta.13
117
+
118
+ ## [1.1.6-beta.12](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.11...agentic-memory-v1.1.6-beta.12) (2026-01-07)
119
+
120
+
121
+ ### Dependencies
122
+
123
+ * The following workspace dependencies were updated
124
+ * dependencies
125
+ * @aigne/core bumped to 1.72.0-beta.12
126
+ * @aigne/default-memory bumped to 1.4.0-beta.11
127
+ * @aigne/openai bumped to 0.16.16-beta.12
128
+
129
+ ## [1.1.6-beta.11](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.10...agentic-memory-v1.1.6-beta.11) (2026-01-06)
130
+
131
+
132
+ ### Dependencies
133
+
134
+ * The following workspace dependencies were updated
135
+ * dependencies
136
+ * @aigne/core bumped to 1.72.0-beta.11
137
+ * @aigne/default-memory bumped to 1.4.0-beta.10
138
+ * @aigne/openai bumped to 0.16.16-beta.11
139
+
140
+ ## [1.1.6-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.9...agentic-memory-v1.1.6-beta.10) (2026-01-06)
141
+
142
+
143
+ ### Dependencies
144
+
145
+ * The following workspace dependencies were updated
146
+ * dependencies
147
+ * @aigne/core bumped to 1.72.0-beta.10
148
+ * @aigne/default-memory bumped to 1.4.0-beta.9
149
+ * @aigne/openai bumped to 0.16.16-beta.10
150
+
151
+ ## [1.1.6-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.8...agentic-memory-v1.1.6-beta.9) (2026-01-02)
152
+
153
+
154
+ ### Dependencies
155
+
156
+ * The following workspace dependencies were updated
157
+ * dependencies
158
+ * @aigne/core bumped to 1.72.0-beta.9
159
+ * @aigne/default-memory bumped to 1.4.0-beta.8
160
+ * @aigne/openai bumped to 0.16.16-beta.9
161
+
162
+ ## [1.1.6-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.7...agentic-memory-v1.1.6-beta.8) (2025-12-31)
163
+
164
+
165
+ ### Dependencies
166
+
167
+ * The following workspace dependencies were updated
168
+ * dependencies
169
+ * @aigne/core bumped to 1.72.0-beta.8
170
+ * @aigne/default-memory bumped to 1.4.0-beta.7
171
+ * @aigne/openai bumped to 0.16.16-beta.8
172
+
173
+ ## [1.1.6-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.6...agentic-memory-v1.1.6-beta.7) (2025-12-26)
174
+
175
+
176
+ ### Dependencies
177
+
178
+ * The following workspace dependencies were updated
179
+ * dependencies
180
+ * @aigne/core bumped to 1.72.0-beta.7
181
+ * @aigne/default-memory bumped to 1.4.0-beta.6
182
+ * @aigne/openai bumped to 0.16.16-beta.7
183
+
184
+ ## [1.1.6-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.5...agentic-memory-v1.1.6-beta.6) (2025-12-25)
185
+
186
+
187
+ ### Dependencies
188
+
189
+ * The following workspace dependencies were updated
190
+ * dependencies
191
+ * @aigne/core bumped to 1.72.0-beta.6
192
+ * @aigne/default-memory bumped to 1.3.6-beta.6
193
+ * @aigne/openai bumped to 0.16.16-beta.6
194
+
195
+ ## [1.1.6-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.4...agentic-memory-v1.1.6-beta.5) (2025-12-25)
196
+
197
+
198
+ ### Dependencies
199
+
200
+ * The following workspace dependencies were updated
201
+ * dependencies
202
+ * @aigne/core bumped to 1.72.0-beta.5
203
+ * @aigne/default-memory bumped to 1.3.6-beta.5
204
+ * @aigne/openai bumped to 0.16.16-beta.5
205
+
206
+ ## [1.1.6-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.3...agentic-memory-v1.1.6-beta.4) (2025-12-24)
207
+
208
+
209
+ ### Dependencies
210
+
211
+ * The following workspace dependencies were updated
212
+ * dependencies
213
+ * @aigne/core bumped to 1.72.0-beta.4
214
+ * @aigne/default-memory bumped to 1.3.6-beta.4
215
+ * @aigne/openai bumped to 0.16.16-beta.4
216
+
217
+ ## [1.1.6-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/agentic-memory-v1.1.6-beta.2...agentic-memory-v1.1.6-beta.3) (2025-12-19)
218
+
219
+
220
+ ### Dependencies
221
+
222
+ * The following workspace dependencies were updated
223
+ * dependencies
224
+ * @aigne/core bumped to 1.72.0-beta.3
225
+ * @aigne/default-memory bumped to 1.3.6-beta.3
226
+ * @aigne/openai bumped to 0.16.16-beta.3
227
+
3
228
  ## [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
229
 
5
230
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/agentic-memory",
3
- "version": "1.1.6-beta.2",
3
+ "version": "1.1.6-beta.21",
4
4
  "description": "Agentic memory for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -33,15 +33,16 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "zod": "^3.25.67",
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"
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"
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
- "typescript": "^5.9.2"
44
+ "typescript": "^5.9.2",
45
+ "@aigne/test-utils": "^0.5.69-beta.21"
45
46
  },
46
47
  "scripts": {
47
48
  "lint": "tsc --noEmit",