@mastra/memory 0.0.0-a2a-20250421213654
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.
- package/CHANGELOG.md +1842 -0
- package/LICENSE.md +46 -0
- package/README.md +7 -0
- package/dist/_tsup-dts-rollup.d.cts +138 -0
- package/dist/_tsup-dts-rollup.d.ts +138 -0
- package/dist/index.cjs +482 -0
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +476 -0
- package/dist/processors/index.cjs +161 -0
- package/dist/processors/index.d.cts +2 -0
- package/dist/processors/index.d.ts +2 -0
- package/dist/processors/index.js +154 -0
- package/eslint.config.js +12 -0
- package/package.json +67 -0
- package/src/index.ts +565 -0
- package/src/processors/index.test.ts +238 -0
- package/src/processors/index.ts +2 -0
- package/src/processors/token-limiter.ts +150 -0
- package/src/processors/tool-call-filter.ts +77 -0
- package/src/tools/working-memory.ts +33 -0
- package/src/utils/index.ts +88 -0
- package/tsconfig.json +5 -0
- package/vitest.config.ts +8 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1842 @@
|
|
|
1
|
+
# @mastra/memory
|
|
2
|
+
|
|
3
|
+
## 0.0.0-a2a-20250421213654
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- fe3ae4d: Remove \_\_ functions in storage and move to storage proxy to make sure init is called
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 71d9444: updated savemessage to not use mutation when hiding working memory
|
|
12
|
+
- 5c6825c: [MASTRA-2782] removed tiktoken from memory chunktext
|
|
13
|
+
- 6f92295: Fixed an issue where some user messages and llm messages would have the exact same createdAt date, leading to incorrect message ordering. Added a fix for new messages as well as any that were saved before the fix in the wrong order
|
|
14
|
+
- Updated dependencies [08bb78e]
|
|
15
|
+
- Updated dependencies [ed2f549]
|
|
16
|
+
- Updated dependencies [7e92011]
|
|
17
|
+
- Updated dependencies [9ee4293]
|
|
18
|
+
- Updated dependencies [03f3cd0]
|
|
19
|
+
- Updated dependencies [c0f22b4]
|
|
20
|
+
- Updated dependencies [71d9444]
|
|
21
|
+
- Updated dependencies [157c741]
|
|
22
|
+
- Updated dependencies [8a8a73b]
|
|
23
|
+
- Updated dependencies [fe3ae4d]
|
|
24
|
+
- Updated dependencies [6f92295]
|
|
25
|
+
- @mastra/core@0.0.0-a2a-20250421213654
|
|
26
|
+
|
|
27
|
+
## 0.3.0-alpha.8
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- 71d9444: updated savemessage to not use mutation when hiding working memory
|
|
32
|
+
- Updated dependencies [71d9444]
|
|
33
|
+
- @mastra/core@0.9.0-alpha.7
|
|
34
|
+
|
|
35
|
+
## 0.3.0-alpha.7
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- Updated dependencies [157c741]
|
|
40
|
+
- @mastra/core@0.9.0-alpha.6
|
|
41
|
+
|
|
42
|
+
## 0.3.0-alpha.6
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- Updated dependencies [08bb78e]
|
|
47
|
+
- @mastra/core@0.9.0-alpha.5
|
|
48
|
+
|
|
49
|
+
## 0.3.0-alpha.5
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- Updated dependencies [7e92011]
|
|
54
|
+
- @mastra/core@0.9.0-alpha.4
|
|
55
|
+
|
|
56
|
+
## 0.3.0-alpha.4
|
|
57
|
+
|
|
58
|
+
### Minor Changes
|
|
59
|
+
|
|
60
|
+
- fe3ae4d: Remove \_\_ functions in storage and move to storage proxy to make sure init is called
|
|
61
|
+
|
|
62
|
+
### Patch Changes
|
|
63
|
+
|
|
64
|
+
- Updated dependencies [fe3ae4d]
|
|
65
|
+
- @mastra/core@0.9.0-alpha.3
|
|
66
|
+
|
|
67
|
+
## 0.2.11-alpha.3
|
|
68
|
+
|
|
69
|
+
### Patch Changes
|
|
70
|
+
|
|
71
|
+
- Updated dependencies [9ee4293]
|
|
72
|
+
- @mastra/core@0.8.4-alpha.2
|
|
73
|
+
|
|
74
|
+
## 0.2.11-alpha.2
|
|
75
|
+
|
|
76
|
+
### Patch Changes
|
|
77
|
+
|
|
78
|
+
- 5c6825c: [MASTRA-2782] removed tiktoken from memory chunktext
|
|
79
|
+
|
|
80
|
+
## 0.2.11-alpha.1
|
|
81
|
+
|
|
82
|
+
### Patch Changes
|
|
83
|
+
|
|
84
|
+
- 6f92295: Fixed an issue where some user messages and llm messages would have the exact same createdAt date, leading to incorrect message ordering. Added a fix for new messages as well as any that were saved before the fix in the wrong order
|
|
85
|
+
- Updated dependencies [8a8a73b]
|
|
86
|
+
- Updated dependencies [6f92295]
|
|
87
|
+
- @mastra/core@0.8.4-alpha.1
|
|
88
|
+
|
|
89
|
+
## 0.2.11-alpha.0
|
|
90
|
+
|
|
91
|
+
### Patch Changes
|
|
92
|
+
|
|
93
|
+
- Updated dependencies [03f3cd0]
|
|
94
|
+
- @mastra/core@0.8.4-alpha.0
|
|
95
|
+
|
|
96
|
+
## 0.2.10
|
|
97
|
+
|
|
98
|
+
### Patch Changes
|
|
99
|
+
|
|
100
|
+
- f6f7345: Added missing createdAt field to UI messages in memory
|
|
101
|
+
- 359b089: Allowed explicitly disabling vector/embedder in Memory by passing vector: false or options.semanticRecall: false
|
|
102
|
+
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
103
|
+
- Updated dependencies [d72318f]
|
|
104
|
+
- Updated dependencies [0bcc862]
|
|
105
|
+
- Updated dependencies [10a8caf]
|
|
106
|
+
- Updated dependencies [359b089]
|
|
107
|
+
- Updated dependencies [32e7b71]
|
|
108
|
+
- Updated dependencies [37bb612]
|
|
109
|
+
- Updated dependencies [7f1b291]
|
|
110
|
+
- @mastra/core@0.8.3
|
|
111
|
+
|
|
112
|
+
## 0.2.10-alpha.5
|
|
113
|
+
|
|
114
|
+
### Patch Changes
|
|
115
|
+
|
|
116
|
+
- Updated dependencies [d72318f]
|
|
117
|
+
- @mastra/core@0.8.3-alpha.5
|
|
118
|
+
|
|
119
|
+
## 0.2.10-alpha.4
|
|
120
|
+
|
|
121
|
+
### Patch Changes
|
|
122
|
+
|
|
123
|
+
- Updated dependencies [7f1b291]
|
|
124
|
+
- @mastra/core@0.8.3-alpha.4
|
|
125
|
+
|
|
126
|
+
## 0.2.10-alpha.3
|
|
127
|
+
|
|
128
|
+
### Patch Changes
|
|
129
|
+
|
|
130
|
+
- Updated dependencies [10a8caf]
|
|
131
|
+
- @mastra/core@0.8.3-alpha.3
|
|
132
|
+
|
|
133
|
+
## 0.2.10-alpha.2
|
|
134
|
+
|
|
135
|
+
### Patch Changes
|
|
136
|
+
|
|
137
|
+
- Updated dependencies [0bcc862]
|
|
138
|
+
- @mastra/core@0.8.3-alpha.2
|
|
139
|
+
|
|
140
|
+
## 0.2.10-alpha.1
|
|
141
|
+
|
|
142
|
+
### Patch Changes
|
|
143
|
+
|
|
144
|
+
- 37bb612: Add Elastic-2.0 licensing for packages
|
|
145
|
+
- Updated dependencies [32e7b71]
|
|
146
|
+
- Updated dependencies [37bb612]
|
|
147
|
+
- @mastra/core@0.8.3-alpha.1
|
|
148
|
+
|
|
149
|
+
## 0.2.10-alpha.0
|
|
150
|
+
|
|
151
|
+
### Patch Changes
|
|
152
|
+
|
|
153
|
+
- f6f7345: Added missing createdAt field to UI messages in memory
|
|
154
|
+
- 359b089: Allowed explicitly disabling vector/embedder in Memory by passing vector: false or options.semanticRecall: false
|
|
155
|
+
- Updated dependencies [359b089]
|
|
156
|
+
- @mastra/core@0.8.3-alpha.0
|
|
157
|
+
|
|
158
|
+
## 0.2.9
|
|
159
|
+
|
|
160
|
+
### Patch Changes
|
|
161
|
+
|
|
162
|
+
- Updated dependencies [a06aadc]
|
|
163
|
+
- @mastra/core@0.8.2
|
|
164
|
+
|
|
165
|
+
## 0.2.9-alpha.0
|
|
166
|
+
|
|
167
|
+
### Patch Changes
|
|
168
|
+
|
|
169
|
+
- Updated dependencies [a06aadc]
|
|
170
|
+
- @mastra/core@0.8.2-alpha.0
|
|
171
|
+
|
|
172
|
+
## 0.2.8
|
|
173
|
+
|
|
174
|
+
### Patch Changes
|
|
175
|
+
|
|
176
|
+
- Updated dependencies [99e2998]
|
|
177
|
+
- Updated dependencies [8fdb414]
|
|
178
|
+
- @mastra/core@0.8.1
|
|
179
|
+
|
|
180
|
+
## 0.2.8-alpha.0
|
|
181
|
+
|
|
182
|
+
### Patch Changes
|
|
183
|
+
|
|
184
|
+
- Updated dependencies [99e2998]
|
|
185
|
+
- Updated dependencies [8fdb414]
|
|
186
|
+
- @mastra/core@0.8.1-alpha.0
|
|
187
|
+
|
|
188
|
+
## 0.2.7
|
|
189
|
+
|
|
190
|
+
### Patch Changes
|
|
191
|
+
|
|
192
|
+
- 5ae0180: Removed prefixed doc references
|
|
193
|
+
- 93875ed: Improved the performance of Memory semantic recall by 2 to 3 times when using pg by making tweaks to @mastra/memory @mastra/core and @mastra/pg
|
|
194
|
+
- 3e72f94: Updated the internal working memory system to use MD for formatting instead of nested XML - this is more token efficient and makes it more obvious that it's unstructured text
|
|
195
|
+
- a0967a0: Added new "Memory Processor" feature to @mastra/core and @mastra/memory, allowing devs to modify Mastra Memory before it's sent to the LLM
|
|
196
|
+
- 7599d77: fix(deps): update ai sdk to ^4.2.2
|
|
197
|
+
- 0118361: Add resourceId to memory metadata
|
|
198
|
+
- Updated dependencies [56c31b7]
|
|
199
|
+
- Updated dependencies [619c39d]
|
|
200
|
+
- Updated dependencies [5ae0180]
|
|
201
|
+
- Updated dependencies [fe56be0]
|
|
202
|
+
- Updated dependencies [93875ed]
|
|
203
|
+
- Updated dependencies [107bcfe]
|
|
204
|
+
- Updated dependencies [9bfa12b]
|
|
205
|
+
- Updated dependencies [515ebfb]
|
|
206
|
+
- Updated dependencies [5b4e19f]
|
|
207
|
+
- Updated dependencies [dbbbf80]
|
|
208
|
+
- Updated dependencies [a0967a0]
|
|
209
|
+
- Updated dependencies [fca3b21]
|
|
210
|
+
- Updated dependencies [88fa727]
|
|
211
|
+
- Updated dependencies [f37f535]
|
|
212
|
+
- Updated dependencies [a3f0e90]
|
|
213
|
+
- Updated dependencies [4d67826]
|
|
214
|
+
- Updated dependencies [6330967]
|
|
215
|
+
- Updated dependencies [8393832]
|
|
216
|
+
- Updated dependencies [6330967]
|
|
217
|
+
- Updated dependencies [99d43b9]
|
|
218
|
+
- Updated dependencies [d7e08e8]
|
|
219
|
+
- Updated dependencies [febc8a6]
|
|
220
|
+
- Updated dependencies [7599d77]
|
|
221
|
+
- Updated dependencies [0118361]
|
|
222
|
+
- Updated dependencies [619c39d]
|
|
223
|
+
- Updated dependencies [cafae83]
|
|
224
|
+
- Updated dependencies [8076ecf]
|
|
225
|
+
- Updated dependencies [8df4a77]
|
|
226
|
+
- Updated dependencies [304397c]
|
|
227
|
+
- @mastra/core@0.8.0
|
|
228
|
+
|
|
229
|
+
## 0.2.7-alpha.8
|
|
230
|
+
|
|
231
|
+
### Patch Changes
|
|
232
|
+
|
|
233
|
+
- Updated dependencies [8df4a77]
|
|
234
|
+
- @mastra/core@0.8.0-alpha.8
|
|
235
|
+
|
|
236
|
+
## 0.2.7-alpha.7
|
|
237
|
+
|
|
238
|
+
### Patch Changes
|
|
239
|
+
|
|
240
|
+
- Updated dependencies [febc8a6]
|
|
241
|
+
- @mastra/core@0.8.0-alpha.7
|
|
242
|
+
|
|
243
|
+
## 0.2.7-alpha.6
|
|
244
|
+
|
|
245
|
+
### Patch Changes
|
|
246
|
+
|
|
247
|
+
- Updated dependencies [a3f0e90]
|
|
248
|
+
- @mastra/core@0.8.0-alpha.6
|
|
249
|
+
|
|
250
|
+
## 0.2.7-alpha.5
|
|
251
|
+
|
|
252
|
+
### Patch Changes
|
|
253
|
+
|
|
254
|
+
- 93875ed: Improved the performance of Memory semantic recall by 2 to 3 times when using pg by making tweaks to @mastra/memory @mastra/core and @mastra/pg
|
|
255
|
+
- Updated dependencies [93875ed]
|
|
256
|
+
- @mastra/core@0.8.0-alpha.5
|
|
257
|
+
|
|
258
|
+
## 0.2.7-alpha.4
|
|
259
|
+
|
|
260
|
+
### Patch Changes
|
|
261
|
+
|
|
262
|
+
- Updated dependencies [d7e08e8]
|
|
263
|
+
- @mastra/core@0.8.0-alpha.4
|
|
264
|
+
- @mastra/rag@0.1.15-alpha.4
|
|
265
|
+
|
|
266
|
+
## 0.2.7-alpha.3
|
|
267
|
+
|
|
268
|
+
### Patch Changes
|
|
269
|
+
|
|
270
|
+
- 5ae0180: Removed prefixed doc references
|
|
271
|
+
- 3e72f94: Updated the internal working memory system to use MD for formatting instead of nested XML - this is more token efficient and makes it more obvious that it's unstructured text
|
|
272
|
+
- Updated dependencies [5ae0180]
|
|
273
|
+
- Updated dependencies [9bfa12b]
|
|
274
|
+
- Updated dependencies [515ebfb]
|
|
275
|
+
- Updated dependencies [88fa727]
|
|
276
|
+
- Updated dependencies [f37f535]
|
|
277
|
+
- Updated dependencies [4d67826]
|
|
278
|
+
- Updated dependencies [6330967]
|
|
279
|
+
- Updated dependencies [8393832]
|
|
280
|
+
- Updated dependencies [6330967]
|
|
281
|
+
- @mastra/core@0.8.0-alpha.3
|
|
282
|
+
- @mastra/rag@0.1.15-alpha.3
|
|
283
|
+
|
|
284
|
+
## 0.2.7-alpha.2
|
|
285
|
+
|
|
286
|
+
### Patch Changes
|
|
287
|
+
|
|
288
|
+
- Updated dependencies [56c31b7]
|
|
289
|
+
- Updated dependencies [dbbbf80]
|
|
290
|
+
- Updated dependencies [99d43b9]
|
|
291
|
+
- @mastra/core@0.8.0-alpha.2
|
|
292
|
+
- @mastra/rag@0.1.15-alpha.2
|
|
293
|
+
|
|
294
|
+
## 0.2.7-alpha.1
|
|
295
|
+
|
|
296
|
+
### Patch Changes
|
|
297
|
+
|
|
298
|
+
- a0967a0: Added new "Memory Processor" feature to @mastra/core and @mastra/memory, allowing devs to modify Mastra Memory before it's sent to the LLM
|
|
299
|
+
- 0118361: Add resourceId to memory metadata
|
|
300
|
+
- Updated dependencies [619c39d]
|
|
301
|
+
- Updated dependencies [fe56be0]
|
|
302
|
+
- Updated dependencies [a0967a0]
|
|
303
|
+
- Updated dependencies [e47f529]
|
|
304
|
+
- Updated dependencies [fca3b21]
|
|
305
|
+
- Updated dependencies [0118361]
|
|
306
|
+
- Updated dependencies [619c39d]
|
|
307
|
+
- @mastra/core@0.8.0-alpha.1
|
|
308
|
+
- @mastra/rag@0.1.15-alpha.1
|
|
309
|
+
|
|
310
|
+
## 0.2.7-alpha.0
|
|
311
|
+
|
|
312
|
+
### Patch Changes
|
|
313
|
+
|
|
314
|
+
- 7599d77: fix(deps): update ai sdk to ^4.2.2
|
|
315
|
+
- Updated dependencies [107bcfe]
|
|
316
|
+
- Updated dependencies [5b4e19f]
|
|
317
|
+
- Updated dependencies [7599d77]
|
|
318
|
+
- Updated dependencies [cafae83]
|
|
319
|
+
- Updated dependencies [8076ecf]
|
|
320
|
+
- Updated dependencies [304397c]
|
|
321
|
+
- @mastra/core@0.7.1-alpha.0
|
|
322
|
+
- @mastra/rag@0.1.15-alpha.0
|
|
323
|
+
|
|
324
|
+
## 0.2.6
|
|
325
|
+
|
|
326
|
+
### Patch Changes
|
|
327
|
+
|
|
328
|
+
- 05095e9: Fixed an issue where very long messages would cause Memory semantic recall to throw errors
|
|
329
|
+
- 394dfad: Removed working memory tool calls from thread history after the working memory has been updated. This is to prevent updates from polluting the context history and confusing agents. They should only see the most recent copy of working memory.
|
|
330
|
+
Also made memory.getWorkingMemory() public since it's useful for testing, debugging, and building UIs.
|
|
331
|
+
- Updated dependencies [b4fbc59]
|
|
332
|
+
- Updated dependencies [a838fde]
|
|
333
|
+
- Updated dependencies [a8bd4cf]
|
|
334
|
+
- Updated dependencies [7a3eeb0]
|
|
335
|
+
- Updated dependencies [0b54522]
|
|
336
|
+
- Updated dependencies [b3b34f5]
|
|
337
|
+
- Updated dependencies [1af25d5]
|
|
338
|
+
- Updated dependencies [a4686e8]
|
|
339
|
+
- Updated dependencies [6530ad1]
|
|
340
|
+
- Updated dependencies [27439ad]
|
|
341
|
+
- @mastra/core@0.7.0
|
|
342
|
+
- @mastra/rag@0.1.14
|
|
343
|
+
|
|
344
|
+
## 0.2.6-alpha.4
|
|
345
|
+
|
|
346
|
+
### Patch Changes
|
|
347
|
+
|
|
348
|
+
- 394dfad: Removed working memory tool calls from thread history after the working memory has been updated. This is to prevent updates from polluting the context history and confusing agents. They should only see the most recent copy of working memory.
|
|
349
|
+
Also made memory.getWorkingMemory() public since it's useful for testing, debugging, and building UIs.
|
|
350
|
+
|
|
351
|
+
## 0.2.6-alpha.3
|
|
352
|
+
|
|
353
|
+
### Patch Changes
|
|
354
|
+
|
|
355
|
+
- 05095e9: Fixed an issue where very long messages would cause Memory semantic recall to throw errors
|
|
356
|
+
- Updated dependencies [b3b34f5]
|
|
357
|
+
- Updated dependencies [a4686e8]
|
|
358
|
+
- @mastra/core@0.7.0-alpha.3
|
|
359
|
+
- @mastra/rag@0.1.14-alpha.3
|
|
360
|
+
|
|
361
|
+
## 0.2.6-alpha.2
|
|
362
|
+
|
|
363
|
+
### Patch Changes
|
|
364
|
+
|
|
365
|
+
- Updated dependencies [a838fde]
|
|
366
|
+
- Updated dependencies [a8bd4cf]
|
|
367
|
+
- Updated dependencies [7a3eeb0]
|
|
368
|
+
- Updated dependencies [6530ad1]
|
|
369
|
+
- @mastra/core@0.7.0-alpha.2
|
|
370
|
+
|
|
371
|
+
## 0.2.6-alpha.1
|
|
372
|
+
|
|
373
|
+
### Patch Changes
|
|
374
|
+
|
|
375
|
+
- Updated dependencies [0b54522]
|
|
376
|
+
- Updated dependencies [1af25d5]
|
|
377
|
+
- Updated dependencies [27439ad]
|
|
378
|
+
- @mastra/core@0.7.0-alpha.1
|
|
379
|
+
|
|
380
|
+
## 0.2.6-alpha.0
|
|
381
|
+
|
|
382
|
+
### Patch Changes
|
|
383
|
+
|
|
384
|
+
- Updated dependencies [b4fbc59]
|
|
385
|
+
- @mastra/core@0.6.5-alpha.0
|
|
386
|
+
|
|
387
|
+
## 0.2.5
|
|
388
|
+
|
|
389
|
+
### Patch Changes
|
|
390
|
+
|
|
391
|
+
- Updated dependencies [6794797]
|
|
392
|
+
- Updated dependencies [fb68a80]
|
|
393
|
+
- Updated dependencies [b56a681]
|
|
394
|
+
- Updated dependencies [248cb07]
|
|
395
|
+
- @mastra/core@0.6.4
|
|
396
|
+
|
|
397
|
+
## 0.2.5-alpha.1
|
|
398
|
+
|
|
399
|
+
### Patch Changes
|
|
400
|
+
|
|
401
|
+
- Updated dependencies [6794797]
|
|
402
|
+
- @mastra/core@0.6.4-alpha.1
|
|
403
|
+
|
|
404
|
+
## 0.2.5-alpha.0
|
|
405
|
+
|
|
406
|
+
### Patch Changes
|
|
407
|
+
|
|
408
|
+
- Updated dependencies [fb68a80]
|
|
409
|
+
- Updated dependencies [b56a681]
|
|
410
|
+
- Updated dependencies [248cb07]
|
|
411
|
+
- @mastra/core@0.6.4-alpha.0
|
|
412
|
+
|
|
413
|
+
## 0.2.4
|
|
414
|
+
|
|
415
|
+
### Patch Changes
|
|
416
|
+
|
|
417
|
+
- 404640e: AgentNetwork changeset
|
|
418
|
+
- Updated dependencies [404640e]
|
|
419
|
+
- Updated dependencies [3bce733]
|
|
420
|
+
- @mastra/core@0.6.3
|
|
421
|
+
|
|
422
|
+
## 0.2.4-alpha.1
|
|
423
|
+
|
|
424
|
+
### Patch Changes
|
|
425
|
+
|
|
426
|
+
- Updated dependencies [3bce733]
|
|
427
|
+
- @mastra/core@0.6.3-alpha.1
|
|
428
|
+
|
|
429
|
+
## 0.2.4-alpha.0
|
|
430
|
+
|
|
431
|
+
### Patch Changes
|
|
432
|
+
|
|
433
|
+
- 404640e: AgentNetwork changeset
|
|
434
|
+
- Updated dependencies [404640e]
|
|
435
|
+
- @mastra/core@0.6.3-alpha.0
|
|
436
|
+
|
|
437
|
+
## 0.2.3
|
|
438
|
+
|
|
439
|
+
### Patch Changes
|
|
440
|
+
|
|
441
|
+
- Updated dependencies [beaf1c2]
|
|
442
|
+
- Updated dependencies [3084e13]
|
|
443
|
+
- @mastra/core@0.6.2
|
|
444
|
+
|
|
445
|
+
## 0.2.3-alpha.0
|
|
446
|
+
|
|
447
|
+
### Patch Changes
|
|
448
|
+
|
|
449
|
+
- Updated dependencies [beaf1c2]
|
|
450
|
+
- Updated dependencies [3084e13]
|
|
451
|
+
- @mastra/core@0.6.2-alpha.0
|
|
452
|
+
|
|
453
|
+
## 0.2.2
|
|
454
|
+
|
|
455
|
+
### Patch Changes
|
|
456
|
+
|
|
457
|
+
- Updated dependencies [fc2f89c]
|
|
458
|
+
- Updated dependencies [dfbb131]
|
|
459
|
+
- Updated dependencies [f4854ee]
|
|
460
|
+
- Updated dependencies [afaf73f]
|
|
461
|
+
- Updated dependencies [0850b4c]
|
|
462
|
+
- Updated dependencies [7bcfaee]
|
|
463
|
+
- Updated dependencies [44631b1]
|
|
464
|
+
- Updated dependencies [9116d70]
|
|
465
|
+
- Updated dependencies [6e559a0]
|
|
466
|
+
- Updated dependencies [5f43505]
|
|
467
|
+
- @mastra/core@0.6.1
|
|
468
|
+
|
|
469
|
+
## 0.2.2-alpha.2
|
|
470
|
+
|
|
471
|
+
### Patch Changes
|
|
472
|
+
|
|
473
|
+
- Updated dependencies [fc2f89c]
|
|
474
|
+
- Updated dependencies [dfbb131]
|
|
475
|
+
- Updated dependencies [0850b4c]
|
|
476
|
+
- Updated dependencies [9116d70]
|
|
477
|
+
- @mastra/core@0.6.1-alpha.2
|
|
478
|
+
|
|
479
|
+
## 0.2.2-alpha.1
|
|
480
|
+
|
|
481
|
+
### Patch Changes
|
|
482
|
+
|
|
483
|
+
- Updated dependencies [f4854ee]
|
|
484
|
+
- Updated dependencies [afaf73f]
|
|
485
|
+
- Updated dependencies [44631b1]
|
|
486
|
+
- Updated dependencies [6e559a0]
|
|
487
|
+
- Updated dependencies [5f43505]
|
|
488
|
+
- @mastra/core@0.6.1-alpha.1
|
|
489
|
+
|
|
490
|
+
## 0.2.2-alpha.0
|
|
491
|
+
|
|
492
|
+
### Patch Changes
|
|
493
|
+
|
|
494
|
+
- Updated dependencies [7bcfaee]
|
|
495
|
+
- @mastra/core@0.6.1-alpha.0
|
|
496
|
+
|
|
497
|
+
## 0.2.1
|
|
498
|
+
|
|
499
|
+
### Patch Changes
|
|
500
|
+
|
|
501
|
+
- 3729dbd: Fixed a bug where useChat with client side tool calling and Memory would not work. Added docs for using Memory with useChat()
|
|
502
|
+
- Updated dependencies [16b98d9]
|
|
503
|
+
- Updated dependencies [1c8cda4]
|
|
504
|
+
- Updated dependencies [95b4144]
|
|
505
|
+
- Updated dependencies [3729dbd]
|
|
506
|
+
- Updated dependencies [c2144f4]
|
|
507
|
+
- @mastra/core@0.6.0
|
|
508
|
+
|
|
509
|
+
## 0.2.1-alpha.1
|
|
510
|
+
|
|
511
|
+
### Patch Changes
|
|
512
|
+
|
|
513
|
+
- Updated dependencies [16b98d9]
|
|
514
|
+
- Updated dependencies [1c8cda4]
|
|
515
|
+
- Updated dependencies [95b4144]
|
|
516
|
+
- Updated dependencies [c2144f4]
|
|
517
|
+
- @mastra/core@0.6.0-alpha.1
|
|
518
|
+
|
|
519
|
+
## 0.2.1-alpha.0
|
|
520
|
+
|
|
521
|
+
### Patch Changes
|
|
522
|
+
|
|
523
|
+
- 3729dbd: Fixed a bug where useChat with client side tool calling and Memory would not work. Added docs for using Memory with useChat()
|
|
524
|
+
- Updated dependencies [3729dbd]
|
|
525
|
+
- @mastra/core@0.5.1-alpha.0
|
|
526
|
+
|
|
527
|
+
## 0.2.0
|
|
528
|
+
|
|
529
|
+
### Minor Changes
|
|
530
|
+
|
|
531
|
+
- 59df7b6: Added a new option to use tool-calls for saving working memory: new Memory({ workingMemory: { enabled: true, use: "tool-call" } }). This is to support response methods like toDataStream where masking working memory chunks would be more resource intensive and complex.
|
|
532
|
+
To support this `memory` is now passed into tool execute args.
|
|
533
|
+
|
|
534
|
+
### Patch Changes
|
|
535
|
+
|
|
536
|
+
- c151ae6: Fixed an issue where models that don't support structured output would error when generating a thread title. Added an option to disable thread title llm generation `new Memory({ threads: { generateTitle: false }})`
|
|
537
|
+
- f2301de: Added the ability to ensure the accessed thread in memory.query() is for the right resource id. ex memory.query({ threadId, resourceId }). If the resourceId doesn't own the thread it will throw an error.
|
|
538
|
+
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
539
|
+
- Updated dependencies [a910463]
|
|
540
|
+
- Updated dependencies [59df7b6]
|
|
541
|
+
- Updated dependencies [22643eb]
|
|
542
|
+
- Updated dependencies [6feb23f]
|
|
543
|
+
- Updated dependencies [f2d6727]
|
|
544
|
+
- Updated dependencies [7a7a547]
|
|
545
|
+
- Updated dependencies [29f3a82]
|
|
546
|
+
- Updated dependencies [3d0e290]
|
|
547
|
+
- Updated dependencies [e9fbac5]
|
|
548
|
+
- Updated dependencies [301e4ee]
|
|
549
|
+
- Updated dependencies [ee667a2]
|
|
550
|
+
- Updated dependencies [dfbe4e9]
|
|
551
|
+
- Updated dependencies [dab255b]
|
|
552
|
+
- Updated dependencies [1e8bcbc]
|
|
553
|
+
- Updated dependencies [f6678e4]
|
|
554
|
+
- Updated dependencies [9e81f35]
|
|
555
|
+
- Updated dependencies [c93798b]
|
|
556
|
+
- Updated dependencies [a85ab24]
|
|
557
|
+
- Updated dependencies [dbd9f2d]
|
|
558
|
+
- Updated dependencies [59df7b6]
|
|
559
|
+
- Updated dependencies [caefaa2]
|
|
560
|
+
- Updated dependencies [c151ae6]
|
|
561
|
+
- Updated dependencies [52e0418]
|
|
562
|
+
- Updated dependencies [d79aedf]
|
|
563
|
+
- Updated dependencies [03236ec]
|
|
564
|
+
- Updated dependencies [3764e71]
|
|
565
|
+
- Updated dependencies [df982db]
|
|
566
|
+
- Updated dependencies [a171b37]
|
|
567
|
+
- Updated dependencies [506f1d5]
|
|
568
|
+
- Updated dependencies [02ffb7b]
|
|
569
|
+
- Updated dependencies [0461849]
|
|
570
|
+
- Updated dependencies [2259379]
|
|
571
|
+
- Updated dependencies [aeb5e36]
|
|
572
|
+
- Updated dependencies [f2301de]
|
|
573
|
+
- Updated dependencies [358f069]
|
|
574
|
+
- Updated dependencies [fd4a1d7]
|
|
575
|
+
- Updated dependencies [c139344]
|
|
576
|
+
- @mastra/core@0.5.0
|
|
577
|
+
|
|
578
|
+
## 0.2.0-alpha.12
|
|
579
|
+
|
|
580
|
+
### Patch Changes
|
|
581
|
+
|
|
582
|
+
- Updated dependencies [a85ab24]
|
|
583
|
+
- @mastra/core@0.5.0-alpha.12
|
|
584
|
+
|
|
585
|
+
## 0.2.0-alpha.11
|
|
586
|
+
|
|
587
|
+
### Patch Changes
|
|
588
|
+
|
|
589
|
+
- fd4a1d7: Update cjs bundling to make sure files are split
|
|
590
|
+
- Updated dependencies [7a7a547]
|
|
591
|
+
- Updated dependencies [c93798b]
|
|
592
|
+
- Updated dependencies [dbd9f2d]
|
|
593
|
+
- Updated dependencies [a171b37]
|
|
594
|
+
- Updated dependencies [fd4a1d7]
|
|
595
|
+
- @mastra/core@0.5.0-alpha.11
|
|
596
|
+
|
|
597
|
+
## 0.2.0-alpha.10
|
|
598
|
+
|
|
599
|
+
### Patch Changes
|
|
600
|
+
|
|
601
|
+
- Updated dependencies [a910463]
|
|
602
|
+
- @mastra/core@0.5.0-alpha.10
|
|
603
|
+
|
|
604
|
+
## 0.2.0-alpha.9
|
|
605
|
+
|
|
606
|
+
### Patch Changes
|
|
607
|
+
|
|
608
|
+
- f2301de: Added the ability to ensure the accessed thread in memory.query() is for the right resource id. ex memory.query({ threadId, resourceId }). If the resourceId doesn't own the thread it will throw an error.
|
|
609
|
+
- Updated dependencies [e9fbac5]
|
|
610
|
+
- Updated dependencies [1e8bcbc]
|
|
611
|
+
- Updated dependencies [aeb5e36]
|
|
612
|
+
- Updated dependencies [f2301de]
|
|
613
|
+
- @mastra/core@0.5.0-alpha.9
|
|
614
|
+
|
|
615
|
+
## 0.2.0-alpha.8
|
|
616
|
+
|
|
617
|
+
### Patch Changes
|
|
618
|
+
|
|
619
|
+
- Updated dependencies [506f1d5]
|
|
620
|
+
- @mastra/core@0.5.0-alpha.8
|
|
621
|
+
|
|
622
|
+
## 0.2.0-alpha.7
|
|
623
|
+
|
|
624
|
+
### Patch Changes
|
|
625
|
+
|
|
626
|
+
- Updated dependencies [ee667a2]
|
|
627
|
+
- @mastra/core@0.5.0-alpha.7
|
|
628
|
+
|
|
629
|
+
## 0.2.0-alpha.6
|
|
630
|
+
|
|
631
|
+
### Patch Changes
|
|
632
|
+
|
|
633
|
+
- Updated dependencies [f6678e4]
|
|
634
|
+
- @mastra/core@0.5.0-alpha.6
|
|
635
|
+
|
|
636
|
+
## 0.2.0-alpha.5
|
|
637
|
+
|
|
638
|
+
### Patch Changes
|
|
639
|
+
|
|
640
|
+
- c151ae6: Fixed an issue where models that don't support structured output would error when generating a thread title. Added an option to disable thread title llm generation `new Memory({ threads: { generateTitle: false }})`
|
|
641
|
+
- Updated dependencies [22643eb]
|
|
642
|
+
- Updated dependencies [6feb23f]
|
|
643
|
+
- Updated dependencies [f2d6727]
|
|
644
|
+
- Updated dependencies [301e4ee]
|
|
645
|
+
- Updated dependencies [dfbe4e9]
|
|
646
|
+
- Updated dependencies [9e81f35]
|
|
647
|
+
- Updated dependencies [caefaa2]
|
|
648
|
+
- Updated dependencies [c151ae6]
|
|
649
|
+
- Updated dependencies [52e0418]
|
|
650
|
+
- Updated dependencies [03236ec]
|
|
651
|
+
- Updated dependencies [3764e71]
|
|
652
|
+
- Updated dependencies [df982db]
|
|
653
|
+
- Updated dependencies [0461849]
|
|
654
|
+
- Updated dependencies [2259379]
|
|
655
|
+
- Updated dependencies [358f069]
|
|
656
|
+
- @mastra/core@0.5.0-alpha.5
|
|
657
|
+
|
|
658
|
+
## 0.2.0-alpha.4
|
|
659
|
+
|
|
660
|
+
### Patch Changes
|
|
661
|
+
|
|
662
|
+
- Updated dependencies [d79aedf]
|
|
663
|
+
- @mastra/core@0.5.0-alpha.4
|
|
664
|
+
|
|
665
|
+
## 0.2.0-alpha.3
|
|
666
|
+
|
|
667
|
+
### Patch Changes
|
|
668
|
+
|
|
669
|
+
- Updated dependencies [3d0e290]
|
|
670
|
+
- @mastra/core@0.5.0-alpha.3
|
|
671
|
+
|
|
672
|
+
## 0.2.0-alpha.2
|
|
673
|
+
|
|
674
|
+
### Patch Changes
|
|
675
|
+
|
|
676
|
+
- Updated dependencies [02ffb7b]
|
|
677
|
+
- @mastra/core@0.5.0-alpha.2
|
|
678
|
+
|
|
679
|
+
## 0.2.0-alpha.1
|
|
680
|
+
|
|
681
|
+
### Patch Changes
|
|
682
|
+
|
|
683
|
+
- Updated dependencies [dab255b]
|
|
684
|
+
- @mastra/core@0.5.0-alpha.1
|
|
685
|
+
|
|
686
|
+
## 0.2.0-alpha.0
|
|
687
|
+
|
|
688
|
+
### Minor Changes
|
|
689
|
+
|
|
690
|
+
- 59df7b6: Added a new option to use tool-calls for saving working memory: new Memory({ workingMemory: { enabled: true, use: "tool-call" } }). This is to support response methods like toDataStream where masking working memory chunks would be more resource intensive and complex.
|
|
691
|
+
To support this `memory` is now passed into tool execute args.
|
|
692
|
+
|
|
693
|
+
### Patch Changes
|
|
694
|
+
|
|
695
|
+
- Updated dependencies [59df7b6]
|
|
696
|
+
- Updated dependencies [29f3a82]
|
|
697
|
+
- Updated dependencies [59df7b6]
|
|
698
|
+
- Updated dependencies [c139344]
|
|
699
|
+
- @mastra/core@0.5.0-alpha.0
|
|
700
|
+
|
|
701
|
+
## 0.1.7
|
|
702
|
+
|
|
703
|
+
### Patch Changes
|
|
704
|
+
|
|
705
|
+
- Updated dependencies [1da20e7]
|
|
706
|
+
- @mastra/core@0.4.4
|
|
707
|
+
|
|
708
|
+
## 0.1.7-alpha.0
|
|
709
|
+
|
|
710
|
+
### Patch Changes
|
|
711
|
+
|
|
712
|
+
- Updated dependencies [1da20e7]
|
|
713
|
+
- @mastra/core@0.4.4-alpha.0
|
|
714
|
+
|
|
715
|
+
## 0.1.6
|
|
716
|
+
|
|
717
|
+
### Patch Changes
|
|
718
|
+
|
|
719
|
+
- 0fd78ac: Update vector store functions to use object params
|
|
720
|
+
- bb4f447: Add support for commonjs
|
|
721
|
+
- Updated dependencies [0d185b1]
|
|
722
|
+
- Updated dependencies [ed55f1d]
|
|
723
|
+
- Updated dependencies [06aa827]
|
|
724
|
+
- Updated dependencies [0fd78ac]
|
|
725
|
+
- Updated dependencies [2512a93]
|
|
726
|
+
- Updated dependencies [e62de74]
|
|
727
|
+
- Updated dependencies [0d25b75]
|
|
728
|
+
- Updated dependencies [fd14a3f]
|
|
729
|
+
- Updated dependencies [8d13b14]
|
|
730
|
+
- Updated dependencies [3f369a2]
|
|
731
|
+
- Updated dependencies [3ee4831]
|
|
732
|
+
- Updated dependencies [4d4e1e1]
|
|
733
|
+
- Updated dependencies [bb4f447]
|
|
734
|
+
- Updated dependencies [108793c]
|
|
735
|
+
- Updated dependencies [5f28f44]
|
|
736
|
+
- Updated dependencies [dabecf4]
|
|
737
|
+
- @mastra/core@0.4.3
|
|
738
|
+
|
|
739
|
+
## 0.1.6-alpha.4
|
|
740
|
+
|
|
741
|
+
### Patch Changes
|
|
742
|
+
|
|
743
|
+
- Updated dependencies [dabecf4]
|
|
744
|
+
- @mastra/core@0.4.3-alpha.4
|
|
745
|
+
|
|
746
|
+
## 0.1.6-alpha.3
|
|
747
|
+
|
|
748
|
+
### Patch Changes
|
|
749
|
+
|
|
750
|
+
- 0fd78ac: Update vector store functions to use object params
|
|
751
|
+
- bb4f447: Add support for commonjs
|
|
752
|
+
- Updated dependencies [0fd78ac]
|
|
753
|
+
- Updated dependencies [0d25b75]
|
|
754
|
+
- Updated dependencies [fd14a3f]
|
|
755
|
+
- Updated dependencies [3f369a2]
|
|
756
|
+
- Updated dependencies [4d4e1e1]
|
|
757
|
+
- Updated dependencies [bb4f447]
|
|
758
|
+
- @mastra/core@0.4.3-alpha.3
|
|
759
|
+
|
|
760
|
+
## 0.1.6-alpha.2
|
|
761
|
+
|
|
762
|
+
### Patch Changes
|
|
763
|
+
|
|
764
|
+
- Updated dependencies [2512a93]
|
|
765
|
+
- Updated dependencies [e62de74]
|
|
766
|
+
- @mastra/core@0.4.3-alpha.2
|
|
767
|
+
|
|
768
|
+
## 0.1.6-alpha.1
|
|
769
|
+
|
|
770
|
+
### Patch Changes
|
|
771
|
+
|
|
772
|
+
- Updated dependencies [0d185b1]
|
|
773
|
+
- Updated dependencies [ed55f1d]
|
|
774
|
+
- Updated dependencies [8d13b14]
|
|
775
|
+
- Updated dependencies [3ee4831]
|
|
776
|
+
- Updated dependencies [108793c]
|
|
777
|
+
- Updated dependencies [5f28f44]
|
|
778
|
+
- @mastra/core@0.4.3-alpha.1
|
|
779
|
+
|
|
780
|
+
## 0.1.6-alpha.0
|
|
781
|
+
|
|
782
|
+
### Patch Changes
|
|
783
|
+
|
|
784
|
+
- Updated dependencies [06aa827]
|
|
785
|
+
- @mastra/core@0.4.3-alpha.0
|
|
786
|
+
|
|
787
|
+
## 0.1.5
|
|
788
|
+
|
|
789
|
+
### Patch Changes
|
|
790
|
+
|
|
791
|
+
- Updated dependencies [7fceae1]
|
|
792
|
+
- Updated dependencies [8d94c3e]
|
|
793
|
+
- Updated dependencies [99dcdb5]
|
|
794
|
+
- Updated dependencies [6cb63e0]
|
|
795
|
+
- Updated dependencies [f626fbb]
|
|
796
|
+
- Updated dependencies [e752340]
|
|
797
|
+
- Updated dependencies [eb91535]
|
|
798
|
+
- @mastra/core@0.4.2
|
|
799
|
+
|
|
800
|
+
## 0.1.5-alpha.2
|
|
801
|
+
|
|
802
|
+
### Patch Changes
|
|
803
|
+
|
|
804
|
+
- Updated dependencies [8d94c3e]
|
|
805
|
+
- Updated dependencies [99dcdb5]
|
|
806
|
+
- Updated dependencies [e752340]
|
|
807
|
+
- Updated dependencies [eb91535]
|
|
808
|
+
- @mastra/core@0.4.2-alpha.2
|
|
809
|
+
|
|
810
|
+
## 0.1.5-alpha.1
|
|
811
|
+
|
|
812
|
+
### Patch Changes
|
|
813
|
+
|
|
814
|
+
- Updated dependencies [6cb63e0]
|
|
815
|
+
- @mastra/core@0.4.2-alpha.1
|
|
816
|
+
|
|
817
|
+
## 0.1.5-alpha.0
|
|
818
|
+
|
|
819
|
+
### Patch Changes
|
|
820
|
+
|
|
821
|
+
- Updated dependencies [7fceae1]
|
|
822
|
+
- Updated dependencies [f626fbb]
|
|
823
|
+
- @mastra/core@0.4.2-alpha.0
|
|
824
|
+
|
|
825
|
+
## 0.1.4
|
|
826
|
+
|
|
827
|
+
### Patch Changes
|
|
828
|
+
|
|
829
|
+
- ce44b9b: Fixed a bug where embeddings were being created for memory even when semanticRecall was turned off
|
|
830
|
+
- Updated dependencies [ce44b9b]
|
|
831
|
+
- Updated dependencies [967da43]
|
|
832
|
+
- Updated dependencies [b405f08]
|
|
833
|
+
- @mastra/core@0.4.1
|
|
834
|
+
|
|
835
|
+
## 0.1.3
|
|
836
|
+
|
|
837
|
+
### Patch Changes
|
|
838
|
+
|
|
839
|
+
- Updated dependencies [2fc618f]
|
|
840
|
+
- Updated dependencies [fe0fd01]
|
|
841
|
+
- @mastra/core@0.4.0
|
|
842
|
+
|
|
843
|
+
## 0.1.3-alpha.1
|
|
844
|
+
|
|
845
|
+
### Patch Changes
|
|
846
|
+
|
|
847
|
+
- Updated dependencies [fe0fd01]
|
|
848
|
+
- @mastra/core@0.4.0-alpha.1
|
|
849
|
+
|
|
850
|
+
## 0.1.3-alpha.0
|
|
851
|
+
|
|
852
|
+
### Patch Changes
|
|
853
|
+
|
|
854
|
+
- Updated dependencies [2fc618f]
|
|
855
|
+
- @mastra/core@0.4.0-alpha.0
|
|
856
|
+
|
|
857
|
+
## 0.1.2
|
|
858
|
+
|
|
859
|
+
### Patch Changes
|
|
860
|
+
|
|
861
|
+
- Updated dependencies [f205ede]
|
|
862
|
+
- @mastra/core@0.3.0
|
|
863
|
+
|
|
864
|
+
## 0.1.1
|
|
865
|
+
|
|
866
|
+
### Patch Changes
|
|
867
|
+
|
|
868
|
+
- 91ef439: Add eslint and ran autofix
|
|
869
|
+
- Updated dependencies [d59f1a8]
|
|
870
|
+
- Updated dependencies [91ef439]
|
|
871
|
+
- Updated dependencies [4a25be4]
|
|
872
|
+
- Updated dependencies [bf2e88f]
|
|
873
|
+
- Updated dependencies [2f0d707]
|
|
874
|
+
- Updated dependencies [aac1667]
|
|
875
|
+
- @mastra/core@0.2.1
|
|
876
|
+
|
|
877
|
+
## 0.1.1-alpha.0
|
|
878
|
+
|
|
879
|
+
### Patch Changes
|
|
880
|
+
|
|
881
|
+
- 91ef439: Add eslint and ran autofix
|
|
882
|
+
- Updated dependencies [d59f1a8]
|
|
883
|
+
- Updated dependencies [91ef439]
|
|
884
|
+
- Updated dependencies [4a25be4]
|
|
885
|
+
- Updated dependencies [bf2e88f]
|
|
886
|
+
- Updated dependencies [2f0d707]
|
|
887
|
+
- Updated dependencies [aac1667]
|
|
888
|
+
- @mastra/core@0.2.1-alpha.0
|
|
889
|
+
|
|
890
|
+
## 0.1.0
|
|
891
|
+
|
|
892
|
+
### Minor Changes
|
|
893
|
+
|
|
894
|
+
- 5916f9d: Update deps from fixed to ^
|
|
895
|
+
- 30322ce: Added new Memory API for managed agent memory via MastraStorage and MastraVector classes
|
|
896
|
+
- d7d465a: Breaking change for Memory: embeddings: {} has been replaced with embedder: new OpenAIEmbedder() (or whichever embedder you want - check the docs)
|
|
897
|
+
- cb290ee: Reworked the Memory public API to have more intuitive and simple property names
|
|
898
|
+
- 8b416d9: Breaking changes
|
|
899
|
+
- 27275c9: Added new short term "working" memory for agents. Also added a "maskStreamTags" helper to assist in hiding working memory xml blocks in streamed responses
|
|
900
|
+
|
|
901
|
+
### Patch Changes
|
|
902
|
+
|
|
903
|
+
- 8ae2bbc: Dane publishing
|
|
904
|
+
- e9d1b47: Rename Memory options historySearch to semanticRecall, rename embeddingOptions to embedding
|
|
905
|
+
- bdaf834: publish packages
|
|
906
|
+
- 837a288: MAJOR Revamp of tools, workflows, syncs.
|
|
907
|
+
- b97ca96: Tracing into default storage
|
|
908
|
+
- 033eda6: More fixes for refactor
|
|
909
|
+
- 0b74006: Workflow updates
|
|
910
|
+
- 3220d26: Fix lastStep error in agent stream
|
|
911
|
+
- 9c10484: update all packages
|
|
912
|
+
- 70dabd9: Fix broken publish
|
|
913
|
+
- c35aa18: bug: not all models support multiple system messages
|
|
914
|
+
- 0bd142c: Fixes learned from docs
|
|
915
|
+
- 9625602: Use mastra core splitted bundles in other packages
|
|
916
|
+
- b898fad: Fix get context window in memory
|
|
917
|
+
- 002d6d8: add memory to playground agent
|
|
918
|
+
- cf6d825: Fixed a bug where 0 values in memory configs were falling back to default val. Removed a noisy log. Removed a deprecated option
|
|
919
|
+
- 10870bc: Added a default vector db (libsql) and embedder (fastembed) so that new Memory() can be initialized with zero config
|
|
920
|
+
- a870123: Added local embedder class that uses fastembed-js, a Typescript/NodeJS implementation of @Qdrant/fastembed
|
|
921
|
+
- 7f5b1b2: @mastra/memory tsup bundling
|
|
922
|
+
- ccf115c: Fixed incomplete tool call errors when including memory message history in context
|
|
923
|
+
- b5393f1: New example: Dane and many fixes to make it work
|
|
924
|
+
- 67637ba: Fixed storage bugs related to the new Memory API
|
|
925
|
+
- 836f4e3: Fixed some issues with memory, added Upstash as a memory provider. Silenced dev logs in core
|
|
926
|
+
- 01502b0: fix thread title containing unnecessary text and removed unnecessary logs in memory
|
|
927
|
+
- 4f1d1a1: Enforce types ann cleanup package.json
|
|
928
|
+
- ee4de15: Dane fixes
|
|
929
|
+
- Updated dependencies [f537e33]
|
|
930
|
+
- Updated dependencies [6f2c0f5]
|
|
931
|
+
- Updated dependencies [e4d4ede]
|
|
932
|
+
- Updated dependencies [0be7181]
|
|
933
|
+
- Updated dependencies [dd6d87f]
|
|
934
|
+
- Updated dependencies [9029796]
|
|
935
|
+
- Updated dependencies [6fa4bd2]
|
|
936
|
+
- Updated dependencies [f031a1f]
|
|
937
|
+
- Updated dependencies [8151f44]
|
|
938
|
+
- Updated dependencies [d7d465a]
|
|
939
|
+
- Updated dependencies [4d4f6b6]
|
|
940
|
+
- Updated dependencies [73d112c]
|
|
941
|
+
- Updated dependencies [592e3cf]
|
|
942
|
+
- Updated dependencies [9d1796d]
|
|
943
|
+
- Updated dependencies [e897f1c]
|
|
944
|
+
- Updated dependencies [4a54c82]
|
|
945
|
+
- Updated dependencies [3967e69]
|
|
946
|
+
- Updated dependencies [8ae2bbc]
|
|
947
|
+
- Updated dependencies [e9d1b47]
|
|
948
|
+
- Updated dependencies [016493a]
|
|
949
|
+
- Updated dependencies [bc40916]
|
|
950
|
+
- Updated dependencies [93a3719]
|
|
951
|
+
- Updated dependencies [7d83b92]
|
|
952
|
+
- Updated dependencies [9fb3039]
|
|
953
|
+
- Updated dependencies [d5e12de]
|
|
954
|
+
- Updated dependencies [e1dd94a]
|
|
955
|
+
- Updated dependencies [07c069d]
|
|
956
|
+
- Updated dependencies [5cdfb88]
|
|
957
|
+
- Updated dependencies [837a288]
|
|
958
|
+
- Updated dependencies [685108a]
|
|
959
|
+
- Updated dependencies [c8ff2f5]
|
|
960
|
+
- Updated dependencies [5fdc87c]
|
|
961
|
+
- Updated dependencies [ae7bf94]
|
|
962
|
+
- Updated dependencies [8e7814f]
|
|
963
|
+
- Updated dependencies [66a03ec]
|
|
964
|
+
- Updated dependencies [7d87a15]
|
|
965
|
+
- Updated dependencies [b97ca96]
|
|
966
|
+
- Updated dependencies [23dcb23]
|
|
967
|
+
- Updated dependencies [033eda6]
|
|
968
|
+
- Updated dependencies [8105fae]
|
|
969
|
+
- Updated dependencies [e097800]
|
|
970
|
+
- Updated dependencies [1944807]
|
|
971
|
+
- Updated dependencies [30322ce]
|
|
972
|
+
- Updated dependencies [1874f40]
|
|
973
|
+
- Updated dependencies [685108a]
|
|
974
|
+
- Updated dependencies [f7d1131]
|
|
975
|
+
- Updated dependencies [79acad0]
|
|
976
|
+
- Updated dependencies [7a19083]
|
|
977
|
+
- Updated dependencies [382f4dc]
|
|
978
|
+
- Updated dependencies [1ebd071]
|
|
979
|
+
- Updated dependencies [0b74006]
|
|
980
|
+
- Updated dependencies [2f17a5f]
|
|
981
|
+
- Updated dependencies [f368477]
|
|
982
|
+
- Updated dependencies [7892533]
|
|
983
|
+
- Updated dependencies [9c10484]
|
|
984
|
+
- Updated dependencies [b726bf5]
|
|
985
|
+
- Updated dependencies [70dabd9]
|
|
986
|
+
- Updated dependencies [21fe536]
|
|
987
|
+
- Updated dependencies [176bc42]
|
|
988
|
+
- Updated dependencies [401a4d9]
|
|
989
|
+
- Updated dependencies [2e099d2]
|
|
990
|
+
- Updated dependencies [0b826f6]
|
|
991
|
+
- Updated dependencies [d68b532]
|
|
992
|
+
- Updated dependencies [75bf3f0]
|
|
993
|
+
- Updated dependencies [e6d8055]
|
|
994
|
+
- Updated dependencies [e2e76de]
|
|
995
|
+
- Updated dependencies [ccbc581]
|
|
996
|
+
- Updated dependencies [5950de5]
|
|
997
|
+
- Updated dependencies [fe3dcb0]
|
|
998
|
+
- Updated dependencies [78eec7c]
|
|
999
|
+
- Updated dependencies [a8a459a]
|
|
1000
|
+
- Updated dependencies [0be7181]
|
|
1001
|
+
- Updated dependencies [7b87567]
|
|
1002
|
+
- Updated dependencies [b524c22]
|
|
1003
|
+
- Updated dependencies [d7d465a]
|
|
1004
|
+
- Updated dependencies [df843d3]
|
|
1005
|
+
- Updated dependencies [4534e77]
|
|
1006
|
+
- Updated dependencies [d6d8159]
|
|
1007
|
+
- Updated dependencies [0bd142c]
|
|
1008
|
+
- Updated dependencies [9625602]
|
|
1009
|
+
- Updated dependencies [72d1990]
|
|
1010
|
+
- Updated dependencies [f6ba259]
|
|
1011
|
+
- Updated dependencies [2712098]
|
|
1012
|
+
- Updated dependencies [eedb829]
|
|
1013
|
+
- Updated dependencies [5285356]
|
|
1014
|
+
- Updated dependencies [74b3078]
|
|
1015
|
+
- Updated dependencies [cb290ee]
|
|
1016
|
+
- Updated dependencies [b4d7416]
|
|
1017
|
+
- Updated dependencies [e608d8c]
|
|
1018
|
+
- Updated dependencies [06b2c0a]
|
|
1019
|
+
- Updated dependencies [002d6d8]
|
|
1020
|
+
- Updated dependencies [e448a26]
|
|
1021
|
+
- Updated dependencies [8b416d9]
|
|
1022
|
+
- Updated dependencies [fd494a3]
|
|
1023
|
+
- Updated dependencies [dc90663]
|
|
1024
|
+
- Updated dependencies [c872875]
|
|
1025
|
+
- Updated dependencies [3c4488b]
|
|
1026
|
+
- Updated dependencies [a7b016d]
|
|
1027
|
+
- Updated dependencies [fd75f3c]
|
|
1028
|
+
- Updated dependencies [7f24c29]
|
|
1029
|
+
- Updated dependencies [2017553]
|
|
1030
|
+
- Updated dependencies [a10b7a3]
|
|
1031
|
+
- Updated dependencies [cf6d825]
|
|
1032
|
+
- Updated dependencies [963c15a]
|
|
1033
|
+
- Updated dependencies [7365b6c]
|
|
1034
|
+
- Updated dependencies [5ee67d3]
|
|
1035
|
+
- Updated dependencies [d38f7a6]
|
|
1036
|
+
- Updated dependencies [38b7f66]
|
|
1037
|
+
- Updated dependencies [2fa7f53]
|
|
1038
|
+
- Updated dependencies [1420ae2]
|
|
1039
|
+
- Updated dependencies [f6da688]
|
|
1040
|
+
- Updated dependencies [3700be1]
|
|
1041
|
+
- Updated dependencies [9ade36e]
|
|
1042
|
+
- Updated dependencies [10870bc]
|
|
1043
|
+
- Updated dependencies [2b01511]
|
|
1044
|
+
- Updated dependencies [a870123]
|
|
1045
|
+
- Updated dependencies [ccf115c]
|
|
1046
|
+
- Updated dependencies [04434b6]
|
|
1047
|
+
- Updated dependencies [5811de6]
|
|
1048
|
+
- Updated dependencies [9f3ab05]
|
|
1049
|
+
- Updated dependencies [66a5392]
|
|
1050
|
+
- Updated dependencies [4b1ce2c]
|
|
1051
|
+
- Updated dependencies [14064f2]
|
|
1052
|
+
- Updated dependencies [f5dfa20]
|
|
1053
|
+
- Updated dependencies [327ece7]
|
|
1054
|
+
- Updated dependencies [da2e8d3]
|
|
1055
|
+
- Updated dependencies [95a4697]
|
|
1056
|
+
- Updated dependencies [d5fccfb]
|
|
1057
|
+
- Updated dependencies [3427b95]
|
|
1058
|
+
- Updated dependencies [538a136]
|
|
1059
|
+
- Updated dependencies [e66643a]
|
|
1060
|
+
- Updated dependencies [b5393f1]
|
|
1061
|
+
- Updated dependencies [d2cd535]
|
|
1062
|
+
- Updated dependencies [c2dd6b5]
|
|
1063
|
+
- Updated dependencies [67637ba]
|
|
1064
|
+
- Updated dependencies [836f4e3]
|
|
1065
|
+
- Updated dependencies [5ee2e78]
|
|
1066
|
+
- Updated dependencies [cd02c56]
|
|
1067
|
+
- Updated dependencies [01502b0]
|
|
1068
|
+
- Updated dependencies [16e5b04]
|
|
1069
|
+
- Updated dependencies [d9c8dd0]
|
|
1070
|
+
- Updated dependencies [9fb59d6]
|
|
1071
|
+
- Updated dependencies [a9345f9]
|
|
1072
|
+
- Updated dependencies [99f1847]
|
|
1073
|
+
- Updated dependencies [04f3171]
|
|
1074
|
+
- Updated dependencies [8769a62]
|
|
1075
|
+
- Updated dependencies [d5ec619]
|
|
1076
|
+
- Updated dependencies [27275c9]
|
|
1077
|
+
- Updated dependencies [ae7bf94]
|
|
1078
|
+
- Updated dependencies [4f1d1a1]
|
|
1079
|
+
- Updated dependencies [ee4de15]
|
|
1080
|
+
- Updated dependencies [202d404]
|
|
1081
|
+
- Updated dependencies [a221426]
|
|
1082
|
+
- @mastra/core@0.2.0
|
|
1083
|
+
|
|
1084
|
+
## 0.1.0-alpha.92
|
|
1085
|
+
|
|
1086
|
+
### Patch Changes
|
|
1087
|
+
|
|
1088
|
+
- ccf115c: Fixed incomplete tool call errors when including memory message history in context
|
|
1089
|
+
- Updated dependencies [016493a]
|
|
1090
|
+
- Updated dependencies [382f4dc]
|
|
1091
|
+
- Updated dependencies [176bc42]
|
|
1092
|
+
- Updated dependencies [d68b532]
|
|
1093
|
+
- Updated dependencies [fe3dcb0]
|
|
1094
|
+
- Updated dependencies [e448a26]
|
|
1095
|
+
- Updated dependencies [fd75f3c]
|
|
1096
|
+
- Updated dependencies [ccf115c]
|
|
1097
|
+
- Updated dependencies [a221426]
|
|
1098
|
+
- @mastra/core@0.2.0-alpha.110
|
|
1099
|
+
|
|
1100
|
+
## 0.1.0-alpha.91
|
|
1101
|
+
|
|
1102
|
+
### Patch Changes
|
|
1103
|
+
|
|
1104
|
+
- Updated dependencies [d5fccfb]
|
|
1105
|
+
- @mastra/core@0.2.0-alpha.109
|
|
1106
|
+
|
|
1107
|
+
## 0.1.0-alpha.90
|
|
1108
|
+
|
|
1109
|
+
### Patch Changes
|
|
1110
|
+
|
|
1111
|
+
- Updated dependencies [5ee67d3]
|
|
1112
|
+
- Updated dependencies [95a4697]
|
|
1113
|
+
- @mastra/core@0.2.0-alpha.108
|
|
1114
|
+
|
|
1115
|
+
## 0.1.0-alpha.89
|
|
1116
|
+
|
|
1117
|
+
### Patch Changes
|
|
1118
|
+
|
|
1119
|
+
- Updated dependencies [66a5392]
|
|
1120
|
+
- @mastra/core@0.2.0-alpha.107
|
|
1121
|
+
|
|
1122
|
+
## 0.1.0-alpha.88
|
|
1123
|
+
|
|
1124
|
+
### Patch Changes
|
|
1125
|
+
|
|
1126
|
+
- Updated dependencies [6f2c0f5]
|
|
1127
|
+
- Updated dependencies [a8a459a]
|
|
1128
|
+
- @mastra/core@0.2.0-alpha.106
|
|
1129
|
+
|
|
1130
|
+
## 0.1.0-alpha.87
|
|
1131
|
+
|
|
1132
|
+
### Patch Changes
|
|
1133
|
+
|
|
1134
|
+
- Updated dependencies [1420ae2]
|
|
1135
|
+
- Updated dependencies [99f1847]
|
|
1136
|
+
- @mastra/core@0.2.0-alpha.105
|
|
1137
|
+
|
|
1138
|
+
## 0.1.0-alpha.86
|
|
1139
|
+
|
|
1140
|
+
### Patch Changes
|
|
1141
|
+
|
|
1142
|
+
- b97ca96: Tracing into default storage
|
|
1143
|
+
- cf6d825: Fixed a bug where 0 values in memory configs were falling back to default val. Removed a noisy log. Removed a deprecated option
|
|
1144
|
+
- 10870bc: Added a default vector db (libsql) and embedder (fastembed) so that new Memory() can be initialized with zero config
|
|
1145
|
+
- Updated dependencies [5fdc87c]
|
|
1146
|
+
- Updated dependencies [b97ca96]
|
|
1147
|
+
- Updated dependencies [72d1990]
|
|
1148
|
+
- Updated dependencies [cf6d825]
|
|
1149
|
+
- Updated dependencies [10870bc]
|
|
1150
|
+
- @mastra/core@0.2.0-alpha.104
|
|
1151
|
+
|
|
1152
|
+
## 0.1.0-alpha.85
|
|
1153
|
+
|
|
1154
|
+
### Patch Changes
|
|
1155
|
+
|
|
1156
|
+
- Updated dependencies [4534e77]
|
|
1157
|
+
- @mastra/core@0.2.0-alpha.103
|
|
1158
|
+
|
|
1159
|
+
## 0.1.0-alpha.84
|
|
1160
|
+
|
|
1161
|
+
### Patch Changes
|
|
1162
|
+
|
|
1163
|
+
- Updated dependencies [a9345f9]
|
|
1164
|
+
- @mastra/core@0.2.0-alpha.102
|
|
1165
|
+
|
|
1166
|
+
## 0.1.0-alpha.83
|
|
1167
|
+
|
|
1168
|
+
### Patch Changes
|
|
1169
|
+
|
|
1170
|
+
- 4f1d1a1: Enforce types ann cleanup package.json
|
|
1171
|
+
- Updated dependencies [66a03ec]
|
|
1172
|
+
- Updated dependencies [4f1d1a1]
|
|
1173
|
+
- @mastra/core@0.2.0-alpha.101
|
|
1174
|
+
|
|
1175
|
+
## 0.1.0-alpha.82
|
|
1176
|
+
|
|
1177
|
+
### Patch Changes
|
|
1178
|
+
|
|
1179
|
+
- Updated dependencies [9d1796d]
|
|
1180
|
+
- @mastra/core@0.2.0-alpha.100
|
|
1181
|
+
|
|
1182
|
+
## 0.1.0-alpha.81
|
|
1183
|
+
|
|
1184
|
+
### Patch Changes
|
|
1185
|
+
|
|
1186
|
+
- Updated dependencies [7d83b92]
|
|
1187
|
+
- @mastra/core@0.2.0-alpha.99
|
|
1188
|
+
|
|
1189
|
+
## 0.1.0-alpha.80
|
|
1190
|
+
|
|
1191
|
+
### Patch Changes
|
|
1192
|
+
|
|
1193
|
+
- 70dabd9: Fix broken publish
|
|
1194
|
+
- Updated dependencies [70dabd9]
|
|
1195
|
+
- Updated dependencies [202d404]
|
|
1196
|
+
- @mastra/core@0.2.0-alpha.98
|
|
1197
|
+
|
|
1198
|
+
## 0.1.0-alpha.79
|
|
1199
|
+
|
|
1200
|
+
### Patch Changes
|
|
1201
|
+
|
|
1202
|
+
- a870123: Added local embedder class that uses fastembed-js, a Typescript/NodeJS implementation of @Qdrant/fastembed
|
|
1203
|
+
- Updated dependencies [07c069d]
|
|
1204
|
+
- Updated dependencies [7892533]
|
|
1205
|
+
- Updated dependencies [e6d8055]
|
|
1206
|
+
- Updated dependencies [5950de5]
|
|
1207
|
+
- Updated dependencies [df843d3]
|
|
1208
|
+
- Updated dependencies [a870123]
|
|
1209
|
+
- @mastra/core@0.2.0-alpha.97
|
|
1210
|
+
|
|
1211
|
+
## 0.1.0-alpha.78
|
|
1212
|
+
|
|
1213
|
+
### Patch Changes
|
|
1214
|
+
|
|
1215
|
+
- Updated dependencies [74b3078]
|
|
1216
|
+
- @mastra/core@0.2.0-alpha.96
|
|
1217
|
+
|
|
1218
|
+
## 0.1.0-alpha.77
|
|
1219
|
+
|
|
1220
|
+
### Patch Changes
|
|
1221
|
+
|
|
1222
|
+
- Updated dependencies [9fb59d6]
|
|
1223
|
+
- @mastra/core@0.2.0-alpha.95
|
|
1224
|
+
|
|
1225
|
+
## 0.1.0-alpha.76
|
|
1226
|
+
|
|
1227
|
+
### Minor Changes
|
|
1228
|
+
|
|
1229
|
+
- 8b416d9: Breaking changes
|
|
1230
|
+
|
|
1231
|
+
### Patch Changes
|
|
1232
|
+
|
|
1233
|
+
- 9c10484: update all packages
|
|
1234
|
+
- Updated dependencies [9c10484]
|
|
1235
|
+
- Updated dependencies [8b416d9]
|
|
1236
|
+
- @mastra/core@0.2.0-alpha.94
|
|
1237
|
+
|
|
1238
|
+
## 0.1.0-alpha.75
|
|
1239
|
+
|
|
1240
|
+
### Patch Changes
|
|
1241
|
+
|
|
1242
|
+
- Updated dependencies [5285356]
|
|
1243
|
+
- @mastra/core@0.2.0-alpha.93
|
|
1244
|
+
|
|
1245
|
+
## 0.1.0-alpha.74
|
|
1246
|
+
|
|
1247
|
+
### Patch Changes
|
|
1248
|
+
|
|
1249
|
+
- Updated dependencies [4d4f6b6]
|
|
1250
|
+
- @mastra/core@0.2.0-alpha.92
|
|
1251
|
+
|
|
1252
|
+
## 0.1.0-alpha.73
|
|
1253
|
+
|
|
1254
|
+
### Minor Changes
|
|
1255
|
+
|
|
1256
|
+
- d7d465a: Breaking change for Memory: embeddings: {} has been replaced with embedder: new OpenAIEmbedder() (or whichever embedder you want - check the docs)
|
|
1257
|
+
|
|
1258
|
+
### Patch Changes
|
|
1259
|
+
|
|
1260
|
+
- Updated dependencies [d7d465a]
|
|
1261
|
+
- Updated dependencies [d7d465a]
|
|
1262
|
+
- Updated dependencies [2017553]
|
|
1263
|
+
- Updated dependencies [a10b7a3]
|
|
1264
|
+
- Updated dependencies [16e5b04]
|
|
1265
|
+
- @mastra/core@0.2.0-alpha.91
|
|
1266
|
+
|
|
1267
|
+
## 0.1.0-alpha.72
|
|
1268
|
+
|
|
1269
|
+
### Patch Changes
|
|
1270
|
+
|
|
1271
|
+
- Updated dependencies [8151f44]
|
|
1272
|
+
- Updated dependencies [e897f1c]
|
|
1273
|
+
- Updated dependencies [3700be1]
|
|
1274
|
+
- @mastra/core@0.2.0-alpha.90
|
|
1275
|
+
|
|
1276
|
+
## 0.1.0-alpha.71
|
|
1277
|
+
|
|
1278
|
+
### Minor Changes
|
|
1279
|
+
|
|
1280
|
+
- 27275c9: Added new short term "working" memory for agents. Also added a "maskStreamTags" helper to assist in hiding working memory xml blocks in streamed responses
|
|
1281
|
+
|
|
1282
|
+
### Patch Changes
|
|
1283
|
+
|
|
1284
|
+
- Updated dependencies [27275c9]
|
|
1285
|
+
- @mastra/core@0.2.0-alpha.89
|
|
1286
|
+
|
|
1287
|
+
## 0.1.0-alpha.70
|
|
1288
|
+
|
|
1289
|
+
### Patch Changes
|
|
1290
|
+
|
|
1291
|
+
- Updated dependencies [ccbc581]
|
|
1292
|
+
- @mastra/core@0.2.0-alpha.88
|
|
1293
|
+
|
|
1294
|
+
## 0.1.0-alpha.69
|
|
1295
|
+
|
|
1296
|
+
### Patch Changes
|
|
1297
|
+
|
|
1298
|
+
- Updated dependencies [7365b6c]
|
|
1299
|
+
- @mastra/core@0.2.0-alpha.87
|
|
1300
|
+
|
|
1301
|
+
## 0.1.0-alpha.68
|
|
1302
|
+
|
|
1303
|
+
### Minor Changes
|
|
1304
|
+
|
|
1305
|
+
- 5916f9d: Update deps from fixed to ^
|
|
1306
|
+
|
|
1307
|
+
### Patch Changes
|
|
1308
|
+
|
|
1309
|
+
- 67637ba: Fixed storage bugs related to the new Memory API
|
|
1310
|
+
- Updated dependencies [6fa4bd2]
|
|
1311
|
+
- Updated dependencies [e2e76de]
|
|
1312
|
+
- Updated dependencies [7f24c29]
|
|
1313
|
+
- Updated dependencies [67637ba]
|
|
1314
|
+
- Updated dependencies [04f3171]
|
|
1315
|
+
- @mastra/core@0.2.0-alpha.86
|
|
1316
|
+
|
|
1317
|
+
## 0.1.0-alpha.67
|
|
1318
|
+
|
|
1319
|
+
### Patch Changes
|
|
1320
|
+
|
|
1321
|
+
- e9d1b47: Rename Memory options historySearch to semanticRecall, rename embeddingOptions to embedding
|
|
1322
|
+
- Updated dependencies [e9d1b47]
|
|
1323
|
+
- @mastra/core@0.2.0-alpha.85
|
|
1324
|
+
|
|
1325
|
+
## 0.1.0-alpha.66
|
|
1326
|
+
|
|
1327
|
+
### Minor Changes
|
|
1328
|
+
|
|
1329
|
+
- cb290ee: Reworked the Memory public API to have more intuitive and simple property names
|
|
1330
|
+
|
|
1331
|
+
### Patch Changes
|
|
1332
|
+
|
|
1333
|
+
- Updated dependencies [2f17a5f]
|
|
1334
|
+
- Updated dependencies [cb290ee]
|
|
1335
|
+
- Updated dependencies [b4d7416]
|
|
1336
|
+
- Updated dependencies [38b7f66]
|
|
1337
|
+
- @mastra/core@0.2.0-alpha.84
|
|
1338
|
+
|
|
1339
|
+
## 0.1.0-alpha.65
|
|
1340
|
+
|
|
1341
|
+
### Minor Changes
|
|
1342
|
+
|
|
1343
|
+
- 30322ce: Added new Memory API for managed agent memory via MastraStorage and MastraVector classes
|
|
1344
|
+
|
|
1345
|
+
### Patch Changes
|
|
1346
|
+
|
|
1347
|
+
- c35aa18: bug: not all models support multiple system messages
|
|
1348
|
+
- 9625602: Use mastra core splitted bundles in other packages
|
|
1349
|
+
- Updated dependencies [30322ce]
|
|
1350
|
+
- Updated dependencies [78eec7c]
|
|
1351
|
+
- Updated dependencies [9625602]
|
|
1352
|
+
- Updated dependencies [8769a62]
|
|
1353
|
+
- @mastra/core@0.2.0-alpha.83
|
|
1354
|
+
|
|
1355
|
+
## 0.0.2-alpha.64
|
|
1356
|
+
|
|
1357
|
+
### Patch Changes
|
|
1358
|
+
|
|
1359
|
+
- Updated dependencies [73d112c]
|
|
1360
|
+
- @mastra/core@0.1.27-alpha.82
|
|
1361
|
+
|
|
1362
|
+
## 0.0.2-alpha.63
|
|
1363
|
+
|
|
1364
|
+
### Patch Changes
|
|
1365
|
+
|
|
1366
|
+
- Updated dependencies [9fb3039]
|
|
1367
|
+
- @mastra/core@0.1.27-alpha.81
|
|
1368
|
+
|
|
1369
|
+
## 0.0.2-alpha.62
|
|
1370
|
+
|
|
1371
|
+
### Patch Changes
|
|
1372
|
+
|
|
1373
|
+
- 7f5b1b2: @mastra/memory tsup bundling
|
|
1374
|
+
|
|
1375
|
+
## 0.0.2-alpha.61
|
|
1376
|
+
|
|
1377
|
+
### Patch Changes
|
|
1378
|
+
|
|
1379
|
+
- Updated dependencies [327ece7]
|
|
1380
|
+
- @mastra/core@0.1.27-alpha.80
|
|
1381
|
+
|
|
1382
|
+
## 0.0.2-alpha.60
|
|
1383
|
+
|
|
1384
|
+
### Patch Changes
|
|
1385
|
+
|
|
1386
|
+
- Updated dependencies [21fe536]
|
|
1387
|
+
- @mastra/core@0.1.27-alpha.79
|
|
1388
|
+
|
|
1389
|
+
## 0.0.2-alpha.59
|
|
1390
|
+
|
|
1391
|
+
### Patch Changes
|
|
1392
|
+
|
|
1393
|
+
- Updated dependencies [685108a]
|
|
1394
|
+
- Updated dependencies [685108a]
|
|
1395
|
+
- @mastra/core@0.1.27-alpha.78
|
|
1396
|
+
|
|
1397
|
+
## 0.0.2-alpha.58
|
|
1398
|
+
|
|
1399
|
+
### Patch Changes
|
|
1400
|
+
|
|
1401
|
+
- Updated dependencies [8105fae]
|
|
1402
|
+
- @mastra/core@0.1.27-alpha.77
|
|
1403
|
+
|
|
1404
|
+
## 0.0.2-alpha.57
|
|
1405
|
+
|
|
1406
|
+
### Patch Changes
|
|
1407
|
+
|
|
1408
|
+
- Updated dependencies [ae7bf94]
|
|
1409
|
+
- Updated dependencies [ae7bf94]
|
|
1410
|
+
- @mastra/core@0.1.27-alpha.76
|
|
1411
|
+
|
|
1412
|
+
## 0.0.2-alpha.56
|
|
1413
|
+
|
|
1414
|
+
### Patch Changes
|
|
1415
|
+
|
|
1416
|
+
- Updated dependencies [23dcb23]
|
|
1417
|
+
- @mastra/core@0.1.27-alpha.75
|
|
1418
|
+
|
|
1419
|
+
## 0.0.2-alpha.55
|
|
1420
|
+
|
|
1421
|
+
### Patch Changes
|
|
1422
|
+
|
|
1423
|
+
- Updated dependencies [7b87567]
|
|
1424
|
+
- @mastra/core@0.1.27-alpha.74
|
|
1425
|
+
|
|
1426
|
+
## 0.0.2-alpha.54
|
|
1427
|
+
|
|
1428
|
+
### Patch Changes
|
|
1429
|
+
|
|
1430
|
+
- Updated dependencies [3427b95]
|
|
1431
|
+
- @mastra/core@0.1.27-alpha.73
|
|
1432
|
+
|
|
1433
|
+
## 0.0.2-alpha.53
|
|
1434
|
+
|
|
1435
|
+
### Patch Changes
|
|
1436
|
+
|
|
1437
|
+
- Updated dependencies [e4d4ede]
|
|
1438
|
+
- Updated dependencies [06b2c0a]
|
|
1439
|
+
- @mastra/core@0.1.27-alpha.72
|
|
1440
|
+
|
|
1441
|
+
## 0.0.2-alpha.52
|
|
1442
|
+
|
|
1443
|
+
### Patch Changes
|
|
1444
|
+
|
|
1445
|
+
- Updated dependencies [d9c8dd0]
|
|
1446
|
+
- @mastra/core@0.1.27-alpha.71
|
|
1447
|
+
|
|
1448
|
+
## 0.0.2-alpha.51
|
|
1449
|
+
|
|
1450
|
+
### Patch Changes
|
|
1451
|
+
|
|
1452
|
+
- bdaf834: publish packages
|
|
1453
|
+
|
|
1454
|
+
## 0.0.2-alpha.50
|
|
1455
|
+
|
|
1456
|
+
### Patch Changes
|
|
1457
|
+
|
|
1458
|
+
- Updated dependencies [dd6d87f]
|
|
1459
|
+
- Updated dependencies [04434b6]
|
|
1460
|
+
- @mastra/core@0.1.27-alpha.70
|
|
1461
|
+
|
|
1462
|
+
## 0.0.2-alpha.49
|
|
1463
|
+
|
|
1464
|
+
### Patch Changes
|
|
1465
|
+
|
|
1466
|
+
- Updated dependencies [1944807]
|
|
1467
|
+
- Updated dependencies [9ade36e]
|
|
1468
|
+
- @mastra/core@0.1.27-alpha.69
|
|
1469
|
+
|
|
1470
|
+
## 0.0.2-alpha.48
|
|
1471
|
+
|
|
1472
|
+
### Patch Changes
|
|
1473
|
+
|
|
1474
|
+
- Updated dependencies [0be7181]
|
|
1475
|
+
- Updated dependencies [0be7181]
|
|
1476
|
+
- @mastra/core@0.1.27-alpha.68
|
|
1477
|
+
|
|
1478
|
+
## 0.0.2-alpha.47
|
|
1479
|
+
|
|
1480
|
+
### Patch Changes
|
|
1481
|
+
|
|
1482
|
+
- Updated dependencies [c8ff2f5]
|
|
1483
|
+
- @mastra/core@0.1.27-alpha.67
|
|
1484
|
+
|
|
1485
|
+
## 0.0.2-alpha.46
|
|
1486
|
+
|
|
1487
|
+
### Patch Changes
|
|
1488
|
+
|
|
1489
|
+
- Updated dependencies [14064f2]
|
|
1490
|
+
- @mastra/core@0.1.27-alpha.66
|
|
1491
|
+
|
|
1492
|
+
## 0.0.2-alpha.45
|
|
1493
|
+
|
|
1494
|
+
### Patch Changes
|
|
1495
|
+
|
|
1496
|
+
- Updated dependencies [e66643a]
|
|
1497
|
+
- @mastra/core@0.1.27-alpha.65
|
|
1498
|
+
|
|
1499
|
+
## 0.0.2-alpha.44
|
|
1500
|
+
|
|
1501
|
+
### Patch Changes
|
|
1502
|
+
|
|
1503
|
+
- Updated dependencies [f368477]
|
|
1504
|
+
- Updated dependencies [d5ec619]
|
|
1505
|
+
- @mastra/core@0.1.27-alpha.64
|
|
1506
|
+
|
|
1507
|
+
## 0.0.2-alpha.43
|
|
1508
|
+
|
|
1509
|
+
### Patch Changes
|
|
1510
|
+
|
|
1511
|
+
- Updated dependencies [e097800]
|
|
1512
|
+
- @mastra/core@0.1.27-alpha.63
|
|
1513
|
+
|
|
1514
|
+
## 0.0.2-alpha.42
|
|
1515
|
+
|
|
1516
|
+
### Patch Changes
|
|
1517
|
+
|
|
1518
|
+
- Updated dependencies [93a3719]
|
|
1519
|
+
- @mastra/core@0.1.27-alpha.62
|
|
1520
|
+
|
|
1521
|
+
## 0.0.2-alpha.41
|
|
1522
|
+
|
|
1523
|
+
### Patch Changes
|
|
1524
|
+
|
|
1525
|
+
- Updated dependencies [dc90663]
|
|
1526
|
+
- @mastra/core@0.1.27-alpha.61
|
|
1527
|
+
|
|
1528
|
+
## 0.0.2-alpha.40
|
|
1529
|
+
|
|
1530
|
+
### Patch Changes
|
|
1531
|
+
|
|
1532
|
+
- Updated dependencies [3967e69]
|
|
1533
|
+
- @mastra/core@0.1.27-alpha.60
|
|
1534
|
+
|
|
1535
|
+
## 0.0.2-alpha.39
|
|
1536
|
+
|
|
1537
|
+
### Patch Changes
|
|
1538
|
+
|
|
1539
|
+
- Updated dependencies [b524c22]
|
|
1540
|
+
- @mastra/core@0.1.27-alpha.59
|
|
1541
|
+
|
|
1542
|
+
## 0.0.2-alpha.38
|
|
1543
|
+
|
|
1544
|
+
### Patch Changes
|
|
1545
|
+
|
|
1546
|
+
- Updated dependencies [1874f40]
|
|
1547
|
+
- Updated dependencies [4b1ce2c]
|
|
1548
|
+
- @mastra/core@0.1.27-alpha.58
|
|
1549
|
+
|
|
1550
|
+
## 0.0.2-alpha.37
|
|
1551
|
+
|
|
1552
|
+
### Patch Changes
|
|
1553
|
+
|
|
1554
|
+
- Updated dependencies [fd494a3]
|
|
1555
|
+
- @mastra/core@0.1.27-alpha.57
|
|
1556
|
+
|
|
1557
|
+
## 0.0.2-alpha.36
|
|
1558
|
+
|
|
1559
|
+
### Patch Changes
|
|
1560
|
+
|
|
1561
|
+
- Updated dependencies [9f3ab05]
|
|
1562
|
+
- @mastra/core@0.1.27-alpha.56
|
|
1563
|
+
|
|
1564
|
+
## 0.0.2-alpha.35
|
|
1565
|
+
|
|
1566
|
+
### Patch Changes
|
|
1567
|
+
|
|
1568
|
+
- 837a288: MAJOR Revamp of tools, workflows, syncs.
|
|
1569
|
+
- 0b74006: Workflow updates
|
|
1570
|
+
- Updated dependencies [592e3cf]
|
|
1571
|
+
- Updated dependencies [837a288]
|
|
1572
|
+
- Updated dependencies [0b74006]
|
|
1573
|
+
- @mastra/core@0.1.27-alpha.55
|
|
1574
|
+
|
|
1575
|
+
## 0.0.2-alpha.34
|
|
1576
|
+
|
|
1577
|
+
### Patch Changes
|
|
1578
|
+
|
|
1579
|
+
- Updated dependencies [d2cd535]
|
|
1580
|
+
- @mastra/core@0.1.27-alpha.54
|
|
1581
|
+
|
|
1582
|
+
## 0.0.2-alpha.33
|
|
1583
|
+
|
|
1584
|
+
### Patch Changes
|
|
1585
|
+
|
|
1586
|
+
- Updated dependencies [8e7814f]
|
|
1587
|
+
- @mastra/core@0.1.27-alpha.53
|
|
1588
|
+
|
|
1589
|
+
## 0.0.2-alpha.32
|
|
1590
|
+
|
|
1591
|
+
### Patch Changes
|
|
1592
|
+
|
|
1593
|
+
- Updated dependencies [eedb829]
|
|
1594
|
+
- @mastra/core@0.1.27-alpha.52
|
|
1595
|
+
|
|
1596
|
+
## 0.0.2-alpha.31
|
|
1597
|
+
|
|
1598
|
+
### Patch Changes
|
|
1599
|
+
|
|
1600
|
+
- Updated dependencies [a7b016d]
|
|
1601
|
+
- Updated dependencies [da2e8d3]
|
|
1602
|
+
- Updated dependencies [538a136]
|
|
1603
|
+
- @mastra/core@0.1.27-alpha.51
|
|
1604
|
+
|
|
1605
|
+
## 0.0.2-alpha.30
|
|
1606
|
+
|
|
1607
|
+
### Patch Changes
|
|
1608
|
+
|
|
1609
|
+
- Updated dependencies [401a4d9]
|
|
1610
|
+
- @mastra/core@0.1.27-alpha.50
|
|
1611
|
+
|
|
1612
|
+
## 0.0.2-alpha.29
|
|
1613
|
+
|
|
1614
|
+
### Patch Changes
|
|
1615
|
+
|
|
1616
|
+
- Updated dependencies [79acad0]
|
|
1617
|
+
- Updated dependencies [f5dfa20]
|
|
1618
|
+
- @mastra/core@0.1.27-alpha.49
|
|
1619
|
+
|
|
1620
|
+
## 0.0.2-alpha.28
|
|
1621
|
+
|
|
1622
|
+
### Patch Changes
|
|
1623
|
+
|
|
1624
|
+
- Updated dependencies [b726bf5]
|
|
1625
|
+
- @mastra/core@0.1.27-alpha.48
|
|
1626
|
+
|
|
1627
|
+
## 0.0.2-alpha.27
|
|
1628
|
+
|
|
1629
|
+
### Patch Changes
|
|
1630
|
+
|
|
1631
|
+
- Updated dependencies [f6ba259]
|
|
1632
|
+
- @mastra/core@0.1.27-alpha.47
|
|
1633
|
+
|
|
1634
|
+
## 0.0.2-alpha.26
|
|
1635
|
+
|
|
1636
|
+
### Patch Changes
|
|
1637
|
+
|
|
1638
|
+
- 8ae2bbc: Dane publishing
|
|
1639
|
+
- 0bd142c: Fixes learned from docs
|
|
1640
|
+
- ee4de15: Dane fixes
|
|
1641
|
+
- Updated dependencies [8ae2bbc]
|
|
1642
|
+
- Updated dependencies [0bd142c]
|
|
1643
|
+
- Updated dependencies [ee4de15]
|
|
1644
|
+
- @mastra/core@0.1.27-alpha.46
|
|
1645
|
+
|
|
1646
|
+
## 0.0.2-alpha.25
|
|
1647
|
+
|
|
1648
|
+
### Patch Changes
|
|
1649
|
+
|
|
1650
|
+
- 3220d26: Fix lastStep error in agent stream
|
|
1651
|
+
|
|
1652
|
+
## 0.0.2-alpha.24
|
|
1653
|
+
|
|
1654
|
+
### Patch Changes
|
|
1655
|
+
|
|
1656
|
+
- 002d6d8: add memory to playground agent
|
|
1657
|
+
- Updated dependencies [e608d8c]
|
|
1658
|
+
- Updated dependencies [002d6d8]
|
|
1659
|
+
- @mastra/core@0.1.27-alpha.45
|
|
1660
|
+
|
|
1661
|
+
## 0.0.2-alpha.23
|
|
1662
|
+
|
|
1663
|
+
### Patch Changes
|
|
1664
|
+
|
|
1665
|
+
- Updated dependencies [2fa7f53]
|
|
1666
|
+
- @mastra/core@0.1.27-alpha.44
|
|
1667
|
+
|
|
1668
|
+
## 0.0.2-alpha.22
|
|
1669
|
+
|
|
1670
|
+
### Patch Changes
|
|
1671
|
+
|
|
1672
|
+
- Updated dependencies [2e099d2]
|
|
1673
|
+
- Updated dependencies [d6d8159]
|
|
1674
|
+
- @mastra/core@0.1.27-alpha.43
|
|
1675
|
+
|
|
1676
|
+
## 0.0.2-alpha.21
|
|
1677
|
+
|
|
1678
|
+
### Patch Changes
|
|
1679
|
+
|
|
1680
|
+
- Updated dependencies [4a54c82]
|
|
1681
|
+
- @mastra/core@0.1.27-alpha.42
|
|
1682
|
+
|
|
1683
|
+
## 0.0.2-alpha.20
|
|
1684
|
+
|
|
1685
|
+
### Patch Changes
|
|
1686
|
+
|
|
1687
|
+
- Updated dependencies [5cdfb88]
|
|
1688
|
+
- @mastra/core@0.1.27-alpha.41
|
|
1689
|
+
|
|
1690
|
+
## 0.0.2-alpha.19
|
|
1691
|
+
|
|
1692
|
+
### Patch Changes
|
|
1693
|
+
|
|
1694
|
+
- Updated dependencies [9029796]
|
|
1695
|
+
- @mastra/core@0.1.27-alpha.40
|
|
1696
|
+
|
|
1697
|
+
## 0.0.2-alpha.18
|
|
1698
|
+
|
|
1699
|
+
### Patch Changes
|
|
1700
|
+
|
|
1701
|
+
- Updated dependencies [2b01511]
|
|
1702
|
+
- @mastra/core@0.1.27-alpha.39
|
|
1703
|
+
|
|
1704
|
+
## 0.0.2-alpha.17
|
|
1705
|
+
|
|
1706
|
+
### Patch Changes
|
|
1707
|
+
|
|
1708
|
+
- Updated dependencies [f031a1f]
|
|
1709
|
+
- @mastra/core@0.1.27-alpha.38
|
|
1710
|
+
|
|
1711
|
+
## 0.0.2-alpha.16
|
|
1712
|
+
|
|
1713
|
+
### Patch Changes
|
|
1714
|
+
|
|
1715
|
+
- b5393f1: New example: Dane and many fixes to make it work
|
|
1716
|
+
- Updated dependencies [c872875]
|
|
1717
|
+
- Updated dependencies [f6da688]
|
|
1718
|
+
- Updated dependencies [b5393f1]
|
|
1719
|
+
- @mastra/core@0.1.27-alpha.37
|
|
1720
|
+
|
|
1721
|
+
## 0.0.2-alpha.15
|
|
1722
|
+
|
|
1723
|
+
### Patch Changes
|
|
1724
|
+
|
|
1725
|
+
- b898fad: Fix get context window in memory
|
|
1726
|
+
- Updated dependencies [f537e33]
|
|
1727
|
+
- Updated dependencies [bc40916]
|
|
1728
|
+
- Updated dependencies [f7d1131]
|
|
1729
|
+
- Updated dependencies [75bf3f0]
|
|
1730
|
+
- Updated dependencies [3c4488b]
|
|
1731
|
+
- Updated dependencies [d38f7a6]
|
|
1732
|
+
- @mastra/core@0.1.27-alpha.36
|
|
1733
|
+
|
|
1734
|
+
## 0.0.2-alpha.14
|
|
1735
|
+
|
|
1736
|
+
### Patch Changes
|
|
1737
|
+
|
|
1738
|
+
- 033eda6: More fixes for refactor
|
|
1739
|
+
- Updated dependencies [033eda6]
|
|
1740
|
+
- @mastra/core@0.1.27-alpha.35
|
|
1741
|
+
|
|
1742
|
+
## 0.0.2-alpha.13
|
|
1743
|
+
|
|
1744
|
+
### Patch Changes
|
|
1745
|
+
|
|
1746
|
+
- 837a288: MAJOR Revamp of tools, workflows, syncs.
|
|
1747
|
+
- Updated dependencies [837a288]
|
|
1748
|
+
- Updated dependencies [5811de6]
|
|
1749
|
+
- @mastra/core@0.1.27-alpha.34
|
|
1750
|
+
|
|
1751
|
+
## 0.0.2-alpha.12
|
|
1752
|
+
|
|
1753
|
+
### Patch Changes
|
|
1754
|
+
|
|
1755
|
+
- Updated dependencies [e1dd94a]
|
|
1756
|
+
- @mastra/core@0.1.27-alpha.33
|
|
1757
|
+
|
|
1758
|
+
## 0.0.2-alpha.11
|
|
1759
|
+
|
|
1760
|
+
### Patch Changes
|
|
1761
|
+
|
|
1762
|
+
- Updated dependencies [2712098]
|
|
1763
|
+
- @mastra/core@0.1.27-alpha.32
|
|
1764
|
+
|
|
1765
|
+
## 0.0.2-alpha.10
|
|
1766
|
+
|
|
1767
|
+
### Patch Changes
|
|
1768
|
+
|
|
1769
|
+
- Updated dependencies [c2dd6b5]
|
|
1770
|
+
- @mastra/core@0.1.27-alpha.31
|
|
1771
|
+
|
|
1772
|
+
## 0.0.2-alpha.9
|
|
1773
|
+
|
|
1774
|
+
### Patch Changes
|
|
1775
|
+
|
|
1776
|
+
- Updated dependencies [963c15a]
|
|
1777
|
+
- @mastra/core@0.1.27-alpha.30
|
|
1778
|
+
|
|
1779
|
+
## 0.0.2-alpha.8
|
|
1780
|
+
|
|
1781
|
+
### Patch Changes
|
|
1782
|
+
|
|
1783
|
+
- Updated dependencies [7d87a15]
|
|
1784
|
+
- @mastra/core@0.1.27-alpha.29
|
|
1785
|
+
|
|
1786
|
+
## 0.0.2-alpha.7
|
|
1787
|
+
|
|
1788
|
+
### Patch Changes
|
|
1789
|
+
|
|
1790
|
+
- Updated dependencies [1ebd071]
|
|
1791
|
+
- @mastra/core@0.1.27-alpha.28
|
|
1792
|
+
|
|
1793
|
+
## 0.0.2-alpha.6
|
|
1794
|
+
|
|
1795
|
+
### Patch Changes
|
|
1796
|
+
|
|
1797
|
+
- Updated dependencies [cd02c56]
|
|
1798
|
+
- @mastra/core@0.1.27-alpha.27
|
|
1799
|
+
|
|
1800
|
+
## 0.0.2-alpha.5
|
|
1801
|
+
|
|
1802
|
+
### Patch Changes
|
|
1803
|
+
|
|
1804
|
+
- Updated dependencies [d5e12de]
|
|
1805
|
+
- @mastra/core@0.1.27-alpha.26
|
|
1806
|
+
|
|
1807
|
+
## 0.0.2-alpha.4
|
|
1808
|
+
|
|
1809
|
+
### Patch Changes
|
|
1810
|
+
|
|
1811
|
+
- 01502b0: fix thread title containing unnecessary text and removed unnecessary logs in memory
|
|
1812
|
+
- Updated dependencies [01502b0]
|
|
1813
|
+
- @mastra/core@0.1.27-alpha.25
|
|
1814
|
+
|
|
1815
|
+
## 0.0.2-alpha.3
|
|
1816
|
+
|
|
1817
|
+
### Patch Changes
|
|
1818
|
+
|
|
1819
|
+
- 836f4e3: Fixed some issues with memory, added Upstash as a memory provider. Silenced dev logs in core
|
|
1820
|
+
- Updated dependencies [836f4e3]
|
|
1821
|
+
- @mastra/core@0.1.27-alpha.24
|
|
1822
|
+
|
|
1823
|
+
## 0.0.2-alpha.2
|
|
1824
|
+
|
|
1825
|
+
### Patch Changes
|
|
1826
|
+
|
|
1827
|
+
- Updated dependencies [0b826f6]
|
|
1828
|
+
- @mastra/core@0.1.27-alpha.23
|
|
1829
|
+
|
|
1830
|
+
## 0.0.2-alpha.1
|
|
1831
|
+
|
|
1832
|
+
### Patch Changes
|
|
1833
|
+
|
|
1834
|
+
- Updated dependencies [7a19083]
|
|
1835
|
+
- @mastra/core@0.1.27-alpha.22
|
|
1836
|
+
|
|
1837
|
+
## 0.0.2-alpha.0
|
|
1838
|
+
|
|
1839
|
+
### Patch Changes
|
|
1840
|
+
|
|
1841
|
+
- Updated dependencies [5ee2e78]
|
|
1842
|
+
- @mastra/core@0.1.27-alpha.21
|