@mastra/lance 0.0.0-http-transporter-20250702160118 → 0.0.0-interpolate-reporter-url-20250910180021

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 (46) hide show
  1. package/CHANGELOG.md +370 -3
  2. package/LICENSE.md +11 -42
  3. package/README.md +3 -3
  4. package/dist/index.cjs +1932 -848
  5. package/dist/index.cjs.map +1 -0
  6. package/dist/index.d.ts +3 -2
  7. package/dist/index.d.ts.map +1 -0
  8. package/dist/index.js +1933 -849
  9. package/dist/index.js.map +1 -0
  10. package/dist/storage/domains/legacy-evals/index.d.ts +25 -0
  11. package/dist/storage/domains/legacy-evals/index.d.ts.map +1 -0
  12. package/dist/storage/domains/memory/index.d.ts +103 -0
  13. package/dist/storage/domains/memory/index.d.ts.map +1 -0
  14. package/dist/storage/domains/operations/index.d.ts +40 -0
  15. package/dist/storage/domains/operations/index.d.ts.map +1 -0
  16. package/dist/storage/domains/scores/index.d.ts +42 -0
  17. package/dist/storage/domains/scores/index.d.ts.map +1 -0
  18. package/dist/storage/domains/traces/index.d.ts +34 -0
  19. package/dist/storage/domains/traces/index.d.ts.map +1 -0
  20. package/dist/storage/domains/utils.d.ts +10 -0
  21. package/dist/storage/domains/utils.d.ts.map +1 -0
  22. package/dist/storage/domains/workflows/index.d.ts +56 -0
  23. package/dist/storage/domains/workflows/index.d.ts.map +1 -0
  24. package/dist/storage/index.d.ts +262 -0
  25. package/dist/storage/index.d.ts.map +1 -0
  26. package/dist/vector/filter.d.ts +41 -0
  27. package/dist/vector/filter.d.ts.map +1 -0
  28. package/dist/vector/index.d.ts +85 -0
  29. package/dist/vector/index.d.ts.map +1 -0
  30. package/dist/vector/types.d.ts +15 -0
  31. package/dist/vector/types.d.ts.map +1 -0
  32. package/package.json +24 -10
  33. package/dist/_tsup-dts-rollup.d.cts +0 -409
  34. package/dist/_tsup-dts-rollup.d.ts +0 -409
  35. package/dist/index.d.cts +0 -2
  36. package/eslint.config.js +0 -6
  37. package/src/index.ts +0 -2
  38. package/src/storage/index.test.ts +0 -1336
  39. package/src/storage/index.ts +0 -1447
  40. package/src/vector/filter.test.ts +0 -295
  41. package/src/vector/filter.ts +0 -443
  42. package/src/vector/index.test.ts +0 -1493
  43. package/src/vector/index.ts +0 -941
  44. package/src/vector/types.ts +0 -16
  45. package/tsconfig.json +0 -5
  46. package/vitest.config.ts +0 -11
package/CHANGELOG.md CHANGED
@@ -1,11 +1,378 @@
1
1
  # @mastra/lance
2
2
 
3
- ## 0.0.0-http-transporter-20250702160118
3
+ ## 0.0.0-interpolate-reporter-url-20250910180021
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [4d3fbdf]
8
- - @mastra/core@0.0.0-http-transporter-20250702160118
7
+ - Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
8
+ - @mastra/core@0.0.0-interpolate-reporter-url-20250910180021
9
+
10
+ ## 0.3.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 376913a: Update peerdeps of @mastra/core
15
+
16
+ ### Patch Changes
17
+
18
+ - 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
19
+ - Updated dependencies [8fbf79e]
20
+ - Updated dependencies [fd83526]
21
+ - Updated dependencies [d0b90ab]
22
+ - Updated dependencies [6f5eb7a]
23
+ - Updated dependencies [a01cf14]
24
+ - Updated dependencies [a9e50ee]
25
+ - Updated dependencies [5397eb4]
26
+ - Updated dependencies [c9f4e4a]
27
+ - Updated dependencies [0acbc80]
28
+ - @mastra/core@0.16.0
29
+
30
+ ## 0.3.0-alpha.1
31
+
32
+ ### Minor Changes
33
+
34
+ - 376913a: Update peerdeps of @mastra/core
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [8fbf79e]
39
+ - @mastra/core@0.16.0-alpha.1
40
+
41
+ ## 0.2.12-alpha.0
42
+
43
+ ### Patch Changes
44
+
45
+ - 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
46
+ - Updated dependencies [fd83526]
47
+ - Updated dependencies [d0b90ab]
48
+ - Updated dependencies [6f5eb7a]
49
+ - Updated dependencies [a01cf14]
50
+ - Updated dependencies [a9e50ee]
51
+ - Updated dependencies [5397eb4]
52
+ - Updated dependencies [c9f4e4a]
53
+ - Updated dependencies [0acbc80]
54
+ - @mastra/core@0.16.0-alpha.0
55
+
56
+ ## 0.2.11
57
+
58
+ ### Patch Changes
59
+
60
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
61
+ - f0dfcac: updated core peerdep
62
+ - Updated dependencies [ab48c97]
63
+ - Updated dependencies [85ef90b]
64
+ - Updated dependencies [aedbbfa]
65
+ - Updated dependencies [ff89505]
66
+ - Updated dependencies [637f323]
67
+ - Updated dependencies [de3cbc6]
68
+ - Updated dependencies [c19bcf7]
69
+ - Updated dependencies [4474d04]
70
+ - Updated dependencies [183dc95]
71
+ - Updated dependencies [a1111e2]
72
+ - Updated dependencies [b42a961]
73
+ - Updated dependencies [61debef]
74
+ - Updated dependencies [9beaeff]
75
+ - Updated dependencies [29de0e1]
76
+ - Updated dependencies [f643c65]
77
+ - Updated dependencies [00c74e7]
78
+ - Updated dependencies [fef7375]
79
+ - Updated dependencies [e3d8fea]
80
+ - Updated dependencies [45e4d39]
81
+ - Updated dependencies [9eee594]
82
+ - Updated dependencies [7149d8d]
83
+ - Updated dependencies [822c2e8]
84
+ - Updated dependencies [979912c]
85
+ - Updated dependencies [7dcf4c0]
86
+ - Updated dependencies [4106a58]
87
+ - Updated dependencies [ad78bfc]
88
+ - Updated dependencies [0302f50]
89
+ - Updated dependencies [6ac697e]
90
+ - Updated dependencies [74db265]
91
+ - Updated dependencies [0ce418a]
92
+ - Updated dependencies [af90672]
93
+ - Updated dependencies [8387952]
94
+ - Updated dependencies [7f3b8da]
95
+ - Updated dependencies [905352b]
96
+ - Updated dependencies [599d04c]
97
+ - Updated dependencies [56041d0]
98
+ - Updated dependencies [3412597]
99
+ - Updated dependencies [5eca5d2]
100
+ - Updated dependencies [f2cda47]
101
+ - Updated dependencies [5de1555]
102
+ - Updated dependencies [cfd377a]
103
+ - Updated dependencies [1ed5a3e]
104
+ - @mastra/core@0.15.3
105
+
106
+ ## 0.2.11-alpha.1
107
+
108
+ ### Patch Changes
109
+
110
+ - [#7394](https://github.com/mastra-ai/mastra/pull/7394) [`f0dfcac`](https://github.com/mastra-ai/mastra/commit/f0dfcac4458bdf789b975e2d63e984f5d1e7c4d3) Thanks [@NikAiyer](https://github.com/NikAiyer)! - updated core peerdep
111
+
112
+ - Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
113
+ - @mastra/core@0.15.3-alpha.7
114
+
115
+ ## 0.2.11-alpha.0
116
+
117
+ ### Patch Changes
118
+
119
+ - [#7343](https://github.com/mastra-ai/mastra/pull/7343) [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e) Thanks [@LekoArts](https://github.com/LekoArts)! - Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
120
+
121
+ - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
122
+ - @mastra/core@0.15.3-alpha.5
123
+
124
+ ## 0.2.10
125
+
126
+ ### Patch Changes
127
+
128
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
129
+
130
+ - Updated dependencies []:
131
+ - @mastra/core@0.15.2
132
+
133
+ ## 0.2.9
134
+
135
+ ### Patch Changes
136
+
137
+ - [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
138
+
139
+ - Updated dependencies []:
140
+ - @mastra/core@0.15.1
141
+
142
+ ## 0.2.8
143
+
144
+ ### Patch Changes
145
+
146
+ - [#6994](https://github.com/mastra-ai/mastra/pull/6994) [`0594a70`](https://github.com/mastra-ai/mastra/commit/0594a70ac948d306c7f38765b171c9535e6c78d4) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving for storage adapters
147
+
148
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`2e58325`](https://github.com/mastra-ai/mastra/commit/2e58325beb170f5b92f856e27d915cd26917e5e6), [`1191ce9`](https://github.com/mastra-ai/mastra/commit/1191ce946b40ed291e7877a349f8388e3cff7e5c), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
149
+ - @mastra/core@0.15.0
150
+
151
+ ## 0.2.8-alpha.0
152
+
153
+ ### Patch Changes
154
+
155
+ - [#6994](https://github.com/mastra-ai/mastra/pull/6994) [`0594a70`](https://github.com/mastra-ai/mastra/commit/0594a70ac948d306c7f38765b171c9535e6c78d4) Thanks [@wardpeet](https://github.com/wardpeet)! - Improve type resolving for storage adapters
156
+
157
+ - Updated dependencies [[`943a7f3`](https://github.com/mastra-ai/mastra/commit/943a7f3dbc6a8ab3f9b7bc7c8a1c5b319c3d7f56), [`be49354`](https://github.com/mastra-ai/mastra/commit/be493546dca540101923ec700feb31f9a13939f2), [`d591ab3`](https://github.com/mastra-ai/mastra/commit/d591ab3ecc985c1870c0db347f8d7a20f7360536), [`ba82abe`](https://github.com/mastra-ai/mastra/commit/ba82abe76e869316bb5a9c95e8ea3946f3436fae), [`727f7e5`](https://github.com/mastra-ai/mastra/commit/727f7e5086e62e0dfe3356fb6dcd8bcb420af246), [`82d9f64`](https://github.com/mastra-ai/mastra/commit/82d9f647fbe4f0177320e7c05073fce88599aa95), [`4189486`](https://github.com/mastra-ai/mastra/commit/4189486c6718fda78347bdf4ce4d3fc33b2236e1), [`ca8ec2f`](https://github.com/mastra-ai/mastra/commit/ca8ec2f61884b9dfec5fc0d5f4f29d281ad13c01)]:
158
+ - @mastra/core@0.14.2-alpha.1
159
+
160
+ ## 0.2.7
161
+
162
+ ### Patch Changes
163
+
164
+ - [#6700](https://github.com/mastra-ai/mastra/pull/6700) [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02) Thanks [@gpanakkal](https://github.com/gpanakkal)! - Add `getMessagesById` method to `MastraStorage` adapters
165
+
166
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
167
+ - @mastra/core@0.14.1
168
+
169
+ ## 0.2.7-alpha.0
170
+
171
+ ### Patch Changes
172
+
173
+ - [#6700](https://github.com/mastra-ai/mastra/pull/6700) [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02) Thanks [@gpanakkal](https://github.com/gpanakkal)! - Add `getMessagesById` method to `MastraStorage` adapters
174
+
175
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
176
+ - @mastra/core@0.14.1-alpha.0
177
+
178
+ ## 0.2.6
179
+
180
+ ### Patch Changes
181
+
182
+ - 03997ae: Update peerdeps
183
+ - Updated dependencies [227c7e6]
184
+ - Updated dependencies [12cae67]
185
+ - Updated dependencies [fd3a3eb]
186
+ - Updated dependencies [6faaee5]
187
+ - Updated dependencies [4232b14]
188
+ - Updated dependencies [a89de7e]
189
+ - Updated dependencies [5a37d0c]
190
+ - Updated dependencies [4bde0cb]
191
+ - Updated dependencies [cf4f357]
192
+ - Updated dependencies [ad888a2]
193
+ - Updated dependencies [481751d]
194
+ - Updated dependencies [2454423]
195
+ - Updated dependencies [194e395]
196
+ - Updated dependencies [a722c0b]
197
+ - Updated dependencies [c30bca8]
198
+ - Updated dependencies [3b5fec7]
199
+ - Updated dependencies [a8f129d]
200
+ - @mastra/core@0.14.0
201
+
202
+ ## 0.2.6-alpha.0
203
+
204
+ ### Patch Changes
205
+
206
+ - 03997ae: Update peerdeps
207
+ - @mastra/core@0.14.0-alpha.7
208
+
209
+ ## 0.2.5
210
+
211
+ ### Patch Changes
212
+
213
+ - cc9035c: dependencies updates:
214
+ - Updated dependency [`@lancedb/lancedb@^0.21.2` ↗︎](https://www.npmjs.com/package/@lancedb/lancedb/v/0.21.2) (from `^0.18.2`, in `dependencies`)
215
+ - b32c50d: Filter scores by source
216
+ - Updated dependencies [d5330bf]
217
+ - Updated dependencies [2e74797]
218
+ - Updated dependencies [8388649]
219
+ - Updated dependencies [a239d41]
220
+ - Updated dependencies [dd94a26]
221
+ - Updated dependencies [3ba6772]
222
+ - Updated dependencies [b5cf2a3]
223
+ - Updated dependencies [2fff911]
224
+ - Updated dependencies [b32c50d]
225
+ - Updated dependencies [63449d0]
226
+ - Updated dependencies [121a3f8]
227
+ - Updated dependencies [ec510e7]
228
+ - @mastra/core@0.13.2
229
+
230
+ ## 0.2.5-alpha.0
231
+
232
+ ### Patch Changes
233
+
234
+ - cc9035c: dependencies updates:
235
+ - Updated dependency [`@lancedb/lancedb@^0.21.2` ↗︎](https://www.npmjs.com/package/@lancedb/lancedb/v/0.21.2) (from `^0.18.2`, in `dependencies`)
236
+ - b32c50d: Filter scores by source
237
+ - Updated dependencies [d5330bf]
238
+ - Updated dependencies [a239d41]
239
+ - Updated dependencies [b32c50d]
240
+ - Updated dependencies [121a3f8]
241
+ - Updated dependencies [ec510e7]
242
+ - @mastra/core@0.13.2-alpha.2
243
+
244
+ ## 0.2.4
245
+
246
+ ### Patch Changes
247
+
248
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
249
+ - Updated dependencies [cb36de0]
250
+ - Updated dependencies [d0496e6]
251
+ - Updated dependencies [a82b851]
252
+ - Updated dependencies [ea0c5f2]
253
+ - Updated dependencies [41a0a0e]
254
+ - Updated dependencies [2871020]
255
+ - Updated dependencies [94f4812]
256
+ - Updated dependencies [e202b82]
257
+ - Updated dependencies [e00f6a0]
258
+ - Updated dependencies [4a406ec]
259
+ - Updated dependencies [b0e43c1]
260
+ - Updated dependencies [5d377e5]
261
+ - Updated dependencies [1fb812e]
262
+ - Updated dependencies [35c5798]
263
+ - @mastra/core@0.13.0
264
+
265
+ ## 0.2.4-alpha.0
266
+
267
+ ### Patch Changes
268
+
269
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
270
+ - Updated dependencies [cb36de0]
271
+ - Updated dependencies [a82b851]
272
+ - Updated dependencies [41a0a0e]
273
+ - Updated dependencies [2871020]
274
+ - Updated dependencies [4a406ec]
275
+ - Updated dependencies [5d377e5]
276
+ - @mastra/core@0.13.0-alpha.2
277
+
278
+ ## 0.2.3
279
+
280
+ ### Patch Changes
281
+
282
+ - f42c4c2: update peer deps for packages to latest core range
283
+ - Updated dependencies [510e2c8]
284
+ - Updated dependencies [2f72fb2]
285
+ - Updated dependencies [27cc97a]
286
+ - Updated dependencies [3f89307]
287
+ - Updated dependencies [9eda7d4]
288
+ - Updated dependencies [9d49408]
289
+ - Updated dependencies [41daa63]
290
+ - Updated dependencies [ad0a58b]
291
+ - Updated dependencies [254a36b]
292
+ - Updated dependencies [2ecf658]
293
+ - Updated dependencies [7a7754f]
294
+ - Updated dependencies [fc92d80]
295
+ - Updated dependencies [e0f73c6]
296
+ - Updated dependencies [0b89602]
297
+ - Updated dependencies [4d37822]
298
+ - Updated dependencies [23a6a7c]
299
+ - Updated dependencies [cda801d]
300
+ - Updated dependencies [a77c823]
301
+ - Updated dependencies [ff9c125]
302
+ - Updated dependencies [09bca64]
303
+ - Updated dependencies [b8efbb9]
304
+ - Updated dependencies [71466e7]
305
+ - Updated dependencies [0c99fbe]
306
+ - @mastra/core@0.12.0
307
+
308
+ ## 0.2.3-alpha.0
309
+
310
+ ### Patch Changes
311
+
312
+ - f42c4c2: update peer deps for packages to latest core range
313
+ - @mastra/core@0.12.0-alpha.5
314
+
315
+ ## 0.2.2
316
+
317
+ ### Patch Changes
318
+
319
+ - ce088f5: Update all peerdeps to latest core
320
+ - @mastra/core@0.11.1
321
+
322
+ ## 0.2.1
323
+
324
+ ### Patch Changes
325
+
326
+ - 7ba91fa: Throw mastra errors methods not implemented yet
327
+ - 5889a31: implement scorers api for lance db
328
+ - Updated dependencies [f248d53]
329
+ - Updated dependencies [2affc57]
330
+ - Updated dependencies [66e13e3]
331
+ - Updated dependencies [edd9482]
332
+ - Updated dependencies [18344d7]
333
+ - Updated dependencies [9d372c2]
334
+ - Updated dependencies [40c2525]
335
+ - Updated dependencies [e473f27]
336
+ - Updated dependencies [032cb66]
337
+ - Updated dependencies [703ac71]
338
+ - Updated dependencies [a723d69]
339
+ - Updated dependencies [7827943]
340
+ - Updated dependencies [5889a31]
341
+ - Updated dependencies [bf1e7e7]
342
+ - Updated dependencies [65e3395]
343
+ - Updated dependencies [4933192]
344
+ - Updated dependencies [d1c77a4]
345
+ - Updated dependencies [bea9dd1]
346
+ - Updated dependencies [dcd4802]
347
+ - Updated dependencies [cbddd18]
348
+ - Updated dependencies [7ba91fa]
349
+ - @mastra/core@0.11.0
350
+
351
+ ## 0.2.1-alpha.0
352
+
353
+ ### Patch Changes
354
+
355
+ - 7ba91fa: Throw mastra errors methods not implemented yet
356
+ - 5889a31: implement scorers api for lance db
357
+ - Updated dependencies [f248d53]
358
+ - Updated dependencies [2affc57]
359
+ - Updated dependencies [66e13e3]
360
+ - Updated dependencies [edd9482]
361
+ - Updated dependencies [18344d7]
362
+ - Updated dependencies [9d372c2]
363
+ - Updated dependencies [40c2525]
364
+ - Updated dependencies [e473f27]
365
+ - Updated dependencies [032cb66]
366
+ - Updated dependencies [703ac71]
367
+ - Updated dependencies [a723d69]
368
+ - Updated dependencies [5889a31]
369
+ - Updated dependencies [65e3395]
370
+ - Updated dependencies [4933192]
371
+ - Updated dependencies [d1c77a4]
372
+ - Updated dependencies [bea9dd1]
373
+ - Updated dependencies [dcd4802]
374
+ - Updated dependencies [7ba91fa]
375
+ - @mastra/core@0.11.0-alpha.2
9
376
 
10
377
  ## 0.2.0
11
378
 
package/LICENSE.md CHANGED
@@ -1,46 +1,15 @@
1
- # Elastic License 2.0 (ELv2)
1
+ # Apache License 2.0
2
2
 
3
- Copyright (c) 2025 Mastra AI, Inc.
3
+ Copyright (c) 2025 Kepler Software, Inc.
4
4
 
5
- **Acceptance**
6
- By using the software, you agree to all of the terms and conditions below.
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
7
8
 
8
- **Copyright License**
9
- The licensor grants you a non-exclusive, royalty-free, worldwide, non-sublicensable, non-transferable license to use, copy, distribute, make available, and prepare derivative works of the software, in each case subject to the limitations and conditions below
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
10
 
11
- **Limitations**
12
- You may not provide the software to third parties as a hosted or managed service, where the service provides users with access to any substantial set of the features or functionality of the software.
13
-
14
- You may not move, change, disable, or circumvent the license key functionality in the software, and you may not remove or obscure any functionality in the software that is protected by the license key.
15
-
16
- You may not alter, remove, or obscure any licensing, copyright, or other notices of the licensor in the software. Any use of the licensor’s trademarks is subject to applicable law.
17
-
18
- **Patents**
19
- The licensor grants you a license, under any patent claims the licensor can license, or becomes able to license, to make, have made, use, sell, offer for sale, import and have imported the software, in each case subject to the limitations and conditions in this license. This license does not cover any patent claims that you cause to be infringed by modifications or additions to the software. If you or your company make any written claim that the software infringes or contributes to infringement of any patent, your patent license for the software granted under these terms ends immediately. If your company makes such a claim, your patent license ends immediately for work on behalf of your company.
20
-
21
- **Notices**
22
- You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these terms.
23
-
24
- If you modify the software, you must include in any modified copies of the software prominent notices stating that you have modified the software.
25
-
26
- **No Other Rights**
27
- These terms do not imply any licenses other than those expressly granted in these terms.
28
-
29
- **Termination**
30
- If you use the software in violation of these terms, such use is not licensed, and your licenses will automatically terminate. If the licensor provides you with a notice of your violation, and you cease all violation of this license no later than 30 days after you receive that notice, your licenses will be reinstated retroactively. However, if you violate these terms after such reinstatement, any additional violation of these terms will cause your licenses to terminate automatically and permanently.
31
-
32
- **No Liability**
33
- As far as the law allows, the software comes as is, without any warranty or condition, and the licensor will not be liable to you for any damages arising out of these terms or the use or nature of the software, under any kind of legal claim.
34
-
35
- **Definitions**
36
- The _licensor_ is the entity offering these terms, and the _software_ is the software the licensor makes available under these terms, including any portion of it.
37
-
38
- _you_ refers to the individual or entity agreeing to these terms.
39
-
40
- _your company_ is any legal entity, sole proprietorship, or other kind of organization that you work for, plus all organizations that have control over, are under the control of, or are under common control with that organization. _control_ means ownership of substantially all the assets of an entity, or the power to direct its management and policies by vote, contract, or otherwise. Control can be direct or indirect.
41
-
42
- _your licenses_ are all the licenses granted to you for the software under these terms.
43
-
44
- _use_ means anything you do with the software requiring one of your licenses.
45
-
46
- _trademark_ means trademarks, service marks, and similar rights.
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
package/README.md CHANGED
@@ -124,7 +124,7 @@ const messages = await storage.getMessages({
124
124
  ### Creating Threads
125
125
 
126
126
  ```typescript
127
- import type { StorageThreadType } from '@mastra/core';
127
+ import type { StorageThreadType } from '@mastra/core/storage';
128
128
 
129
129
  // Create a new thread
130
130
  const thread: StorageThreadType = {
@@ -142,7 +142,7 @@ const savedThread = await storage.saveThread({ thread });
142
142
  ### Working with Messages
143
143
 
144
144
  ```typescript
145
- import type { MessageType } from '@mastra/core';
145
+ import type { MessageType } from '@mastra/core/memory';
146
146
 
147
147
  // Create messages
148
148
  const messages: MessageType[] = [
@@ -193,7 +193,7 @@ const retrievedMessages = await storage.getMessages({
193
193
  Mastra's workflow system uses LanceDB to persist workflow state for continuity across runs:
194
194
 
195
195
  ```typescript
196
- import type { WorkflowRunState } from '@mastra/core';
196
+ import type { WorkflowRunState } from '@mastra/core/storage';
197
197
 
198
198
  // Persist a workflow snapshot
199
199
  await storage.persistWorkflowSnapshot({