@mastra/lance 0.0.0-new-scorer-api-20250801075530 → 0.0.0-pgvector-index-fix-20250905222058

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 (39) hide show
  1. package/CHANGELOG.md +278 -3
  2. package/README.md +3 -3
  3. package/dist/index.cjs +128 -29
  4. package/dist/index.cjs.map +1 -1
  5. package/dist/index.d.ts +2 -2
  6. package/dist/index.js +128 -29
  7. package/dist/index.js.map +1 -1
  8. package/dist/storage/domains/memory/index.d.ts +10 -1
  9. package/dist/storage/domains/memory/index.d.ts.map +1 -1
  10. package/dist/storage/domains/scores/index.d.ts +5 -2
  11. package/dist/storage/domains/scores/index.d.ts.map +1 -1
  12. package/dist/storage/domains/traces/index.d.ts +1 -1
  13. package/dist/storage/domains/workflows/index.d.ts +19 -1
  14. package/dist/storage/domains/workflows/index.d.ts.map +1 -1
  15. package/dist/storage/index.d.ts +32 -3
  16. package/dist/storage/index.d.ts.map +1 -1
  17. package/dist/vector/index.d.ts +3 -3
  18. package/dist/vector/index.d.ts.map +1 -1
  19. package/package.json +21 -7
  20. package/eslint.config.js +0 -6
  21. package/src/index.ts +0 -2
  22. package/src/storage/domains/legacy-evals/index.ts +0 -156
  23. package/src/storage/domains/memory/index.ts +0 -947
  24. package/src/storage/domains/operations/index.ts +0 -489
  25. package/src/storage/domains/scores/index.ts +0 -221
  26. package/src/storage/domains/traces/index.ts +0 -212
  27. package/src/storage/domains/utils.ts +0 -158
  28. package/src/storage/domains/workflows/index.ts +0 -207
  29. package/src/storage/index.test.ts +0 -10
  30. package/src/storage/index.ts +0 -442
  31. package/src/vector/filter.test.ts +0 -295
  32. package/src/vector/filter.ts +0 -443
  33. package/src/vector/index.test.ts +0 -1493
  34. package/src/vector/index.ts +0 -941
  35. package/src/vector/types.ts +0 -16
  36. package/tsconfig.build.json +0 -9
  37. package/tsconfig.json +0 -5
  38. package/tsup.config.ts +0 -22
  39. package/vitest.config.ts +0 -11
package/CHANGELOG.md CHANGED
@@ -1,11 +1,286 @@
1
1
  # @mastra/lance
2
2
 
3
- ## 0.0.0-new-scorer-api-20250801075530
3
+ ## 0.0.0-pgvector-index-fix-20250905222058
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [c6f12c7]
8
- - @mastra/core@0.0.0-new-scorer-api-20250801075530
7
+ - Updated dependencies [0662d02]
8
+ - Updated dependencies [6189844]
9
+ - Updated dependencies [d7a8f59]
10
+ - Updated dependencies [4dda259]
11
+ - Updated dependencies [defed1c]
12
+ - Updated dependencies [6991ced]
13
+ - Updated dependencies [9cb9c42]
14
+ - Updated dependencies [8334859]
15
+ - @mastra/core@0.0.0-pgvector-index-fix-20250905222058
16
+
17
+ ## 0.3.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 376913a: Update peerdeps of @mastra/core
22
+
23
+ ### Patch Changes
24
+
25
+ - 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
26
+ - Updated dependencies [8fbf79e]
27
+ - Updated dependencies [fd83526]
28
+ - Updated dependencies [d0b90ab]
29
+ - Updated dependencies [6f5eb7a]
30
+ - Updated dependencies [a01cf14]
31
+ - Updated dependencies [a9e50ee]
32
+ - Updated dependencies [5397eb4]
33
+ - Updated dependencies [c9f4e4a]
34
+ - Updated dependencies [0acbc80]
35
+ - @mastra/core@0.16.0
36
+
37
+ ## 0.3.0-alpha.1
38
+
39
+ ### Minor Changes
40
+
41
+ - 376913a: Update peerdeps of @mastra/core
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies [8fbf79e]
46
+ - @mastra/core@0.16.0-alpha.1
47
+
48
+ ## 0.2.12-alpha.0
49
+
50
+ ### Patch Changes
51
+
52
+ - 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
53
+ - Updated dependencies [fd83526]
54
+ - Updated dependencies [d0b90ab]
55
+ - Updated dependencies [6f5eb7a]
56
+ - Updated dependencies [a01cf14]
57
+ - Updated dependencies [a9e50ee]
58
+ - Updated dependencies [5397eb4]
59
+ - Updated dependencies [c9f4e4a]
60
+ - Updated dependencies [0acbc80]
61
+ - @mastra/core@0.16.0-alpha.0
62
+
63
+ ## 0.2.11
64
+
65
+ ### Patch Changes
66
+
67
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
68
+ - f0dfcac: updated core peerdep
69
+ - Updated dependencies [ab48c97]
70
+ - Updated dependencies [85ef90b]
71
+ - Updated dependencies [aedbbfa]
72
+ - Updated dependencies [ff89505]
73
+ - Updated dependencies [637f323]
74
+ - Updated dependencies [de3cbc6]
75
+ - Updated dependencies [c19bcf7]
76
+ - Updated dependencies [4474d04]
77
+ - Updated dependencies [183dc95]
78
+ - Updated dependencies [a1111e2]
79
+ - Updated dependencies [b42a961]
80
+ - Updated dependencies [61debef]
81
+ - Updated dependencies [9beaeff]
82
+ - Updated dependencies [29de0e1]
83
+ - Updated dependencies [f643c65]
84
+ - Updated dependencies [00c74e7]
85
+ - Updated dependencies [fef7375]
86
+ - Updated dependencies [e3d8fea]
87
+ - Updated dependencies [45e4d39]
88
+ - Updated dependencies [9eee594]
89
+ - Updated dependencies [7149d8d]
90
+ - Updated dependencies [822c2e8]
91
+ - Updated dependencies [979912c]
92
+ - Updated dependencies [7dcf4c0]
93
+ - Updated dependencies [4106a58]
94
+ - Updated dependencies [ad78bfc]
95
+ - Updated dependencies [0302f50]
96
+ - Updated dependencies [6ac697e]
97
+ - Updated dependencies [74db265]
98
+ - Updated dependencies [0ce418a]
99
+ - Updated dependencies [af90672]
100
+ - Updated dependencies [8387952]
101
+ - Updated dependencies [7f3b8da]
102
+ - Updated dependencies [905352b]
103
+ - Updated dependencies [599d04c]
104
+ - Updated dependencies [56041d0]
105
+ - Updated dependencies [3412597]
106
+ - Updated dependencies [5eca5d2]
107
+ - Updated dependencies [f2cda47]
108
+ - Updated dependencies [5de1555]
109
+ - Updated dependencies [cfd377a]
110
+ - Updated dependencies [1ed5a3e]
111
+ - @mastra/core@0.15.3
112
+
113
+ ## 0.2.11-alpha.1
114
+
115
+ ### Patch Changes
116
+
117
+ - [#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
118
+
119
+ - Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
120
+ - @mastra/core@0.15.3-alpha.7
121
+
122
+ ## 0.2.11-alpha.0
123
+
124
+ ### Patch Changes
125
+
126
+ - [#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`.
127
+
128
+ - Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
129
+ - @mastra/core@0.15.3-alpha.5
130
+
131
+ ## 0.2.10
132
+
133
+ ### Patch Changes
134
+
135
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
136
+
137
+ - Updated dependencies []:
138
+ - @mastra/core@0.15.2
139
+
140
+ ## 0.2.9
141
+
142
+ ### Patch Changes
143
+
144
+ - [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
145
+
146
+ - Updated dependencies []:
147
+ - @mastra/core@0.15.1
148
+
149
+ ## 0.2.8
150
+
151
+ ### Patch Changes
152
+
153
+ - [#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
154
+
155
+ - 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)]:
156
+ - @mastra/core@0.15.0
157
+
158
+ ## 0.2.8-alpha.0
159
+
160
+ ### Patch Changes
161
+
162
+ - [#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
163
+
164
+ - 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)]:
165
+ - @mastra/core@0.14.2-alpha.1
166
+
167
+ ## 0.2.7
168
+
169
+ ### Patch Changes
170
+
171
+ - [#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
172
+
173
+ - 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)]:
174
+ - @mastra/core@0.14.1
175
+
176
+ ## 0.2.7-alpha.0
177
+
178
+ ### Patch Changes
179
+
180
+ - [#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
181
+
182
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
183
+ - @mastra/core@0.14.1-alpha.0
184
+
185
+ ## 0.2.6
186
+
187
+ ### Patch Changes
188
+
189
+ - 03997ae: Update peerdeps
190
+ - Updated dependencies [227c7e6]
191
+ - Updated dependencies [12cae67]
192
+ - Updated dependencies [fd3a3eb]
193
+ - Updated dependencies [6faaee5]
194
+ - Updated dependencies [4232b14]
195
+ - Updated dependencies [a89de7e]
196
+ - Updated dependencies [5a37d0c]
197
+ - Updated dependencies [4bde0cb]
198
+ - Updated dependencies [cf4f357]
199
+ - Updated dependencies [ad888a2]
200
+ - Updated dependencies [481751d]
201
+ - Updated dependencies [2454423]
202
+ - Updated dependencies [194e395]
203
+ - Updated dependencies [a722c0b]
204
+ - Updated dependencies [c30bca8]
205
+ - Updated dependencies [3b5fec7]
206
+ - Updated dependencies [a8f129d]
207
+ - @mastra/core@0.14.0
208
+
209
+ ## 0.2.6-alpha.0
210
+
211
+ ### Patch Changes
212
+
213
+ - 03997ae: Update peerdeps
214
+ - @mastra/core@0.14.0-alpha.7
215
+
216
+ ## 0.2.5
217
+
218
+ ### Patch Changes
219
+
220
+ - cc9035c: dependencies updates:
221
+ - Updated dependency [`@lancedb/lancedb@^0.21.2` ↗︎](https://www.npmjs.com/package/@lancedb/lancedb/v/0.21.2) (from `^0.18.2`, in `dependencies`)
222
+ - b32c50d: Filter scores by source
223
+ - Updated dependencies [d5330bf]
224
+ - Updated dependencies [2e74797]
225
+ - Updated dependencies [8388649]
226
+ - Updated dependencies [a239d41]
227
+ - Updated dependencies [dd94a26]
228
+ - Updated dependencies [3ba6772]
229
+ - Updated dependencies [b5cf2a3]
230
+ - Updated dependencies [2fff911]
231
+ - Updated dependencies [b32c50d]
232
+ - Updated dependencies [63449d0]
233
+ - Updated dependencies [121a3f8]
234
+ - Updated dependencies [ec510e7]
235
+ - @mastra/core@0.13.2
236
+
237
+ ## 0.2.5-alpha.0
238
+
239
+ ### Patch Changes
240
+
241
+ - cc9035c: dependencies updates:
242
+ - Updated dependency [`@lancedb/lancedb@^0.21.2` ↗︎](https://www.npmjs.com/package/@lancedb/lancedb/v/0.21.2) (from `^0.18.2`, in `dependencies`)
243
+ - b32c50d: Filter scores by source
244
+ - Updated dependencies [d5330bf]
245
+ - Updated dependencies [a239d41]
246
+ - Updated dependencies [b32c50d]
247
+ - Updated dependencies [121a3f8]
248
+ - Updated dependencies [ec510e7]
249
+ - @mastra/core@0.13.2-alpha.2
250
+
251
+ ## 0.2.4
252
+
253
+ ### Patch Changes
254
+
255
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
256
+ - Updated dependencies [cb36de0]
257
+ - Updated dependencies [d0496e6]
258
+ - Updated dependencies [a82b851]
259
+ - Updated dependencies [ea0c5f2]
260
+ - Updated dependencies [41a0a0e]
261
+ - Updated dependencies [2871020]
262
+ - Updated dependencies [94f4812]
263
+ - Updated dependencies [e202b82]
264
+ - Updated dependencies [e00f6a0]
265
+ - Updated dependencies [4a406ec]
266
+ - Updated dependencies [b0e43c1]
267
+ - Updated dependencies [5d377e5]
268
+ - Updated dependencies [1fb812e]
269
+ - Updated dependencies [35c5798]
270
+ - @mastra/core@0.13.0
271
+
272
+ ## 0.2.4-alpha.0
273
+
274
+ ### Patch Changes
275
+
276
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
277
+ - Updated dependencies [cb36de0]
278
+ - Updated dependencies [a82b851]
279
+ - Updated dependencies [41a0a0e]
280
+ - Updated dependencies [2871020]
281
+ - Updated dependencies [4a406ec]
282
+ - Updated dependencies [5d377e5]
283
+ - @mastra/core@0.13.0-alpha.2
9
284
 
10
285
  ## 0.2.3
11
286
 
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({
package/dist/index.cjs CHANGED
@@ -381,6 +381,20 @@ var StoreMemoryLance = class extends storage.MemoryStorage {
381
381
  );
382
382
  }
383
383
  }
384
+ normalizeMessage(message) {
385
+ const { thread_id, ...rest } = message;
386
+ return {
387
+ ...rest,
388
+ threadId: thread_id,
389
+ content: typeof message.content === "string" ? (() => {
390
+ try {
391
+ return JSON.parse(message.content);
392
+ } catch {
393
+ return message.content;
394
+ }
395
+ })() : message.content
396
+ };
397
+ }
384
398
  async getMessages({
385
399
  threadId,
386
400
  resourceId,
@@ -389,6 +403,7 @@ var StoreMemoryLance = class extends storage.MemoryStorage {
389
403
  threadConfig
390
404
  }) {
391
405
  try {
406
+ if (!threadId.trim()) throw new Error("threadId must be a non-empty string");
392
407
  if (threadConfig) {
393
408
  throw new Error("ThreadConfig is not supported by LanceDB storage");
394
409
  }
@@ -421,21 +436,7 @@ var StoreMemoryLance = class extends storage.MemoryStorage {
421
436
  allRecords,
422
437
  await getTableSchema({ tableName: storage.TABLE_MESSAGES, client: this.client })
423
438
  );
424
- const normalized = messages.map((msg) => {
425
- const { thread_id, ...rest } = msg;
426
- return {
427
- ...rest,
428
- threadId: thread_id,
429
- content: typeof msg.content === "string" ? (() => {
430
- try {
431
- return JSON.parse(msg.content);
432
- } catch {
433
- return msg.content;
434
- }
435
- })() : msg.content
436
- };
437
- });
438
- const list = new agent.MessageList({ threadId, resourceId }).add(normalized, "memory");
439
+ const list = new agent.MessageList({ threadId, resourceId }).add(messages.map(this.normalizeMessage), "memory");
439
440
  if (format === "v2") return list.get.all.v2();
440
441
  return list.get.all.v1();
441
442
  } catch (error$1) {
@@ -443,7 +444,41 @@ var StoreMemoryLance = class extends storage.MemoryStorage {
443
444
  {
444
445
  id: "LANCE_STORE_GET_MESSAGES_FAILED",
445
446
  domain: error.ErrorDomain.STORAGE,
446
- category: error.ErrorCategory.THIRD_PARTY
447
+ category: error.ErrorCategory.THIRD_PARTY,
448
+ details: {
449
+ threadId,
450
+ resourceId: resourceId ?? ""
451
+ }
452
+ },
453
+ error$1
454
+ );
455
+ }
456
+ }
457
+ async getMessagesById({
458
+ messageIds,
459
+ format
460
+ }) {
461
+ if (messageIds.length === 0) return [];
462
+ try {
463
+ const table = await this.client.openTable(storage.TABLE_MESSAGES);
464
+ const quotedIds = messageIds.map((id) => `'${id}'`).join(", ");
465
+ const allRecords = await table.query().where(`id IN (${quotedIds})`).toArray();
466
+ const messages = processResultWithTypeConversion(
467
+ allRecords,
468
+ await getTableSchema({ tableName: storage.TABLE_MESSAGES, client: this.client })
469
+ );
470
+ const list = new agent.MessageList().add(messages.map(this.normalizeMessage), "memory");
471
+ if (format === `v1`) return list.get.all.v1();
472
+ return list.get.all.v2();
473
+ } catch (error$1) {
474
+ throw new error.MastraError(
475
+ {
476
+ id: "LANCE_STORE_GET_MESSAGES_BY_ID_FAILED",
477
+ domain: error.ErrorDomain.STORAGE,
478
+ category: error.ErrorCategory.THIRD_PARTY,
479
+ details: {
480
+ messageIds: JSON.stringify(messageIds)
481
+ }
447
482
  },
448
483
  error$1
449
484
  );
@@ -584,13 +619,11 @@ var StoreMemoryLance = class extends storage.MemoryStorage {
584
619
  return Array.from(allIndices).sort((a, b) => a - b).map((index) => records[index]);
585
620
  }
586
621
  async getMessagesPaginated(args) {
622
+ const { threadId, resourceId, selectBy, format = "v1" } = args;
623
+ const page = selectBy?.pagination?.page ?? 0;
624
+ const perPage = selectBy?.pagination?.perPage ?? 10;
587
625
  try {
588
- const { threadId, resourceId, selectBy, format = "v1" } = args;
589
- if (!threadId) {
590
- throw new Error("Thread ID is required for getMessagesPaginated");
591
- }
592
- const page = selectBy?.pagination?.page ?? 0;
593
- const perPage = selectBy?.pagination?.perPage ?? 10;
626
+ if (!threadId.trim()) throw new Error("threadId must be a non-empty string");
594
627
  const dateRange = selectBy?.pagination?.dateRange;
595
628
  const fromDate = dateRange?.start;
596
629
  const toDate = dateRange?.end;
@@ -692,14 +725,21 @@ var StoreMemoryLance = class extends storage.MemoryStorage {
692
725
  hasMore: total > (page + 1) * perPage
693
726
  };
694
727
  } catch (error$1) {
695
- throw new error.MastraError(
728
+ const mastraError = new error.MastraError(
696
729
  {
697
730
  id: "LANCE_STORE_GET_MESSAGES_PAGINATED_FAILED",
698
731
  domain: error.ErrorDomain.STORAGE,
699
- category: error.ErrorCategory.THIRD_PARTY
732
+ category: error.ErrorCategory.THIRD_PARTY,
733
+ details: {
734
+ threadId,
735
+ resourceId: resourceId ?? ""
736
+ }
700
737
  },
701
738
  error$1
702
739
  );
740
+ this.logger?.trackException?.(mastraError);
741
+ this.logger?.error?.(mastraError.toString());
742
+ return { messages: [], total: 0, page, perPage, hasMore: false };
703
743
  }
704
744
  }
705
745
  /**
@@ -1361,6 +1401,7 @@ var StoreScoresLance = class extends storage.ScoresStorage {
1361
1401
  }
1362
1402
  async saveScore(score) {
1363
1403
  try {
1404
+ const id = crypto.randomUUID();
1364
1405
  const table = await this.client.openTable(storage.TABLE_SCORERS);
1365
1406
  const schema = await getTableSchema({ tableName: storage.TABLE_SCORERS, client: this.client });
1366
1407
  const allowedFields = new Set(schema.fields.map((f) => f.name));
@@ -1375,7 +1416,7 @@ var StoreScoresLance = class extends storage.ScoresStorage {
1375
1416
  filteredScore[key] = JSON.stringify(filteredScore[key]);
1376
1417
  }
1377
1418
  }
1378
- console.log("Saving score to LanceStorage:", filteredScore);
1419
+ filteredScore.id = id;
1379
1420
  await table.add([filteredScore], { mode: "append" });
1380
1421
  return { score };
1381
1422
  } catch (error$1) {
@@ -1414,18 +1455,35 @@ var StoreScoresLance = class extends storage.ScoresStorage {
1414
1455
  }
1415
1456
  async getScoresByScorerId({
1416
1457
  scorerId,
1417
- pagination
1458
+ pagination,
1459
+ entityId,
1460
+ entityType,
1461
+ source
1418
1462
  }) {
1419
1463
  try {
1420
1464
  const table = await this.client.openTable(storage.TABLE_SCORERS);
1421
1465
  const { page = 0, perPage = 10 } = pagination || {};
1422
1466
  const offset = page * perPage;
1423
- const query = table.query().where(`\`scorerId\` = '${scorerId}'`).limit(perPage);
1467
+ let query = table.query().where(`\`scorerId\` = '${scorerId}'`);
1468
+ if (source) {
1469
+ query = query.where(`\`source\` = '${source}'`);
1470
+ }
1471
+ if (entityId) {
1472
+ query = query.where(`\`entityId\` = '${entityId}'`);
1473
+ }
1474
+ if (entityType) {
1475
+ query = query.where(`\`entityType\` = '${entityType}'`);
1476
+ }
1477
+ query = query.limit(perPage);
1424
1478
  if (offset > 0) query.offset(offset);
1425
1479
  const records = await query.toArray();
1426
1480
  const schema = await getTableSchema({ tableName: storage.TABLE_SCORERS, client: this.client });
1427
1481
  const scores = processResultWithTypeConversion(records, schema);
1428
- const allRecords = await table.query().where(`\`scorerId\` = '${scorerId}'`).toArray();
1482
+ let totalQuery = table.query().where(`\`scorerId\` = '${scorerId}'`);
1483
+ if (source) {
1484
+ totalQuery = totalQuery.where(`\`source\` = '${source}'`);
1485
+ }
1486
+ const allRecords = await totalQuery.toArray();
1429
1487
  const total = allRecords.length;
1430
1488
  return {
1431
1489
  pagination: {
@@ -1741,6 +1799,22 @@ var StoreWorkflowsLance = class extends storage.WorkflowsStorage {
1741
1799
  super();
1742
1800
  this.client = client;
1743
1801
  }
1802
+ updateWorkflowResults({
1803
+ // workflowName,
1804
+ // runId,
1805
+ // stepId,
1806
+ // result,
1807
+ // runtimeContext,
1808
+ }) {
1809
+ throw new Error("Method not implemented.");
1810
+ }
1811
+ updateWorkflowState({
1812
+ // workflowName,
1813
+ // runId,
1814
+ // opts,
1815
+ }) {
1816
+ throw new Error("Method not implemented.");
1817
+ }
1744
1818
  async persistWorkflowSnapshot({
1745
1819
  workflowName,
1746
1820
  runId,
@@ -2071,6 +2145,12 @@ var LanceStorage = class _LanceStorage extends storage.MastraStorage {
2071
2145
  }) {
2072
2146
  return this.stores.memory.getMessages({ threadId, resourceId, selectBy, format, threadConfig });
2073
2147
  }
2148
+ async getMessagesById({
2149
+ messageIds,
2150
+ format
2151
+ }) {
2152
+ return this.stores.memory.getMessagesById({ messageIds, format });
2153
+ }
2074
2154
  async saveMessages(args) {
2075
2155
  return this.stores.memory.saveMessages(args);
2076
2156
  }
@@ -2104,6 +2184,22 @@ var LanceStorage = class _LanceStorage extends storage.MastraStorage {
2104
2184
  async getWorkflowRunById(args) {
2105
2185
  return this.stores.workflows.getWorkflowRunById(args);
2106
2186
  }
2187
+ async updateWorkflowResults({
2188
+ workflowName,
2189
+ runId,
2190
+ stepId,
2191
+ result,
2192
+ runtimeContext
2193
+ }) {
2194
+ return this.stores.workflows.updateWorkflowResults({ workflowName, runId, stepId, result, runtimeContext });
2195
+ }
2196
+ async updateWorkflowState({
2197
+ workflowName,
2198
+ runId,
2199
+ opts
2200
+ }) {
2201
+ return this.stores.workflows.updateWorkflowState({ workflowName, runId, opts });
2202
+ }
2107
2203
  async persistWorkflowSnapshot({
2108
2204
  workflowName,
2109
2205
  runId,
@@ -2122,9 +2218,12 @@ var LanceStorage = class _LanceStorage extends storage.MastraStorage {
2122
2218
  }
2123
2219
  async getScoresByScorerId({
2124
2220
  scorerId,
2221
+ source,
2222
+ entityId,
2223
+ entityType,
2125
2224
  pagination
2126
2225
  }) {
2127
- return this.stores.scores.getScoresByScorerId({ scorerId, pagination });
2226
+ return this.stores.scores.getScoresByScorerId({ scorerId, source, pagination, entityId, entityType });
2128
2227
  }
2129
2228
  async saveScore(_score) {
2130
2229
  return this.stores.scores.saveScore(_score);