@mastra/lance 0.0.0-fix-message-list-args-missing-20250807205055 → 0.0.0-fix-bundle-cleanup-20250911062914
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 +234 -3
- package/README.md +3 -3
- package/dist/index.cjs +128 -29
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +128 -29
- package/dist/index.js.map +1 -1
- package/dist/storage/domains/memory/index.d.ts +9 -0
- package/dist/storage/domains/memory/index.d.ts.map +1 -1
- package/dist/storage/domains/scores/index.d.ts +5 -2
- package/dist/storage/domains/scores/index.d.ts.map +1 -1
- package/dist/storage/domains/workflows/index.d.ts +19 -1
- package/dist/storage/domains/workflows/index.d.ts.map +1 -1
- package/dist/storage/index.d.ts +32 -3
- package/dist/storage/index.d.ts.map +1 -1
- package/dist/vector/index.d.ts +1 -1
- package/dist/vector/index.d.ts.map +1 -1
- package/package.json +20 -7
- package/eslint.config.js +0 -6
- package/src/index.ts +0 -2
- package/src/storage/domains/legacy-evals/index.ts +0 -156
- package/src/storage/domains/memory/index.ts +0 -947
- package/src/storage/domains/operations/index.ts +0 -489
- package/src/storage/domains/scores/index.ts +0 -221
- package/src/storage/domains/traces/index.ts +0 -212
- package/src/storage/domains/utils.ts +0 -158
- package/src/storage/domains/workflows/index.ts +0 -207
- package/src/storage/index.test.ts +0 -10
- package/src/storage/index.ts +0 -442
- package/src/vector/filter.test.ts +0 -295
- package/src/vector/filter.ts +0 -443
- package/src/vector/index.test.ts +0 -1493
- package/src/vector/index.ts +0 -941
- package/src/vector/types.ts +0 -16
- package/tsconfig.build.json +0 -9
- package/tsconfig.json +0 -5
- package/tsup.config.ts +0 -17
- package/vitest.config.ts +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,247 @@
|
|
|
1
1
|
# @mastra/lance
|
|
2
2
|
|
|
3
|
-
## 0.0.0-fix-
|
|
3
|
+
## 0.0.0-fix-bundle-cleanup-20250911062914
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Update peerdep of @mastra/core ([`01fa4aa`](https://github.com/mastra-ai/mastra/commit/01fa4aaa634303fca93a8834160c69aeb71c400d))
|
|
8
|
+
|
|
9
|
+
- 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), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`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), [`0dcfeec`](https://github.com/mastra-ai/mastra/commit/0dcfeec18c35e7a0f5b82757599d2c12eed54400)]:
|
|
10
|
+
- @mastra/core@0.0.0-fix-bundle-cleanup-20250911062914
|
|
11
|
+
|
|
12
|
+
## 0.3.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- 376913a: Update peerdeps of @mastra/core
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
|
|
21
|
+
- Updated dependencies [8fbf79e]
|
|
22
|
+
- Updated dependencies [fd83526]
|
|
23
|
+
- Updated dependencies [d0b90ab]
|
|
24
|
+
- Updated dependencies [6f5eb7a]
|
|
25
|
+
- Updated dependencies [a01cf14]
|
|
26
|
+
- Updated dependencies [a9e50ee]
|
|
27
|
+
- Updated dependencies [5397eb4]
|
|
28
|
+
- Updated dependencies [c9f4e4a]
|
|
29
|
+
- Updated dependencies [0acbc80]
|
|
30
|
+
- @mastra/core@0.16.0
|
|
31
|
+
|
|
32
|
+
## 0.3.0-alpha.1
|
|
33
|
+
|
|
34
|
+
### Minor Changes
|
|
35
|
+
|
|
36
|
+
- 376913a: Update peerdeps of @mastra/core
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies [8fbf79e]
|
|
41
|
+
- @mastra/core@0.16.0-alpha.1
|
|
42
|
+
|
|
43
|
+
## 0.2.12-alpha.0
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- 6f5eb7a: Throw if an empty or whitespace-only threadId is passed when getting messages
|
|
48
|
+
- Updated dependencies [fd83526]
|
|
49
|
+
- Updated dependencies [d0b90ab]
|
|
50
|
+
- Updated dependencies [6f5eb7a]
|
|
51
|
+
- Updated dependencies [a01cf14]
|
|
52
|
+
- Updated dependencies [a9e50ee]
|
|
53
|
+
- Updated dependencies [5397eb4]
|
|
54
|
+
- Updated dependencies [c9f4e4a]
|
|
55
|
+
- Updated dependencies [0acbc80]
|
|
56
|
+
- @mastra/core@0.16.0-alpha.0
|
|
57
|
+
|
|
58
|
+
## 0.2.11
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
|
|
63
|
+
- f0dfcac: updated core peerdep
|
|
64
|
+
- Updated dependencies [ab48c97]
|
|
65
|
+
- Updated dependencies [85ef90b]
|
|
66
|
+
- Updated dependencies [aedbbfa]
|
|
67
|
+
- Updated dependencies [ff89505]
|
|
68
|
+
- Updated dependencies [637f323]
|
|
69
|
+
- Updated dependencies [de3cbc6]
|
|
70
|
+
- Updated dependencies [c19bcf7]
|
|
71
|
+
- Updated dependencies [4474d04]
|
|
72
|
+
- Updated dependencies [183dc95]
|
|
73
|
+
- Updated dependencies [a1111e2]
|
|
74
|
+
- Updated dependencies [b42a961]
|
|
75
|
+
- Updated dependencies [61debef]
|
|
76
|
+
- Updated dependencies [9beaeff]
|
|
77
|
+
- Updated dependencies [29de0e1]
|
|
78
|
+
- Updated dependencies [f643c65]
|
|
79
|
+
- Updated dependencies [00c74e7]
|
|
80
|
+
- Updated dependencies [fef7375]
|
|
81
|
+
- Updated dependencies [e3d8fea]
|
|
82
|
+
- Updated dependencies [45e4d39]
|
|
83
|
+
- Updated dependencies [9eee594]
|
|
84
|
+
- Updated dependencies [7149d8d]
|
|
85
|
+
- Updated dependencies [822c2e8]
|
|
86
|
+
- Updated dependencies [979912c]
|
|
87
|
+
- Updated dependencies [7dcf4c0]
|
|
88
|
+
- Updated dependencies [4106a58]
|
|
89
|
+
- Updated dependencies [ad78bfc]
|
|
90
|
+
- Updated dependencies [0302f50]
|
|
91
|
+
- Updated dependencies [6ac697e]
|
|
92
|
+
- Updated dependencies [74db265]
|
|
93
|
+
- Updated dependencies [0ce418a]
|
|
94
|
+
- Updated dependencies [af90672]
|
|
95
|
+
- Updated dependencies [8387952]
|
|
96
|
+
- Updated dependencies [7f3b8da]
|
|
97
|
+
- Updated dependencies [905352b]
|
|
98
|
+
- Updated dependencies [599d04c]
|
|
99
|
+
- Updated dependencies [56041d0]
|
|
100
|
+
- Updated dependencies [3412597]
|
|
101
|
+
- Updated dependencies [5eca5d2]
|
|
102
|
+
- Updated dependencies [f2cda47]
|
|
103
|
+
- Updated dependencies [5de1555]
|
|
104
|
+
- Updated dependencies [cfd377a]
|
|
105
|
+
- Updated dependencies [1ed5a3e]
|
|
106
|
+
- @mastra/core@0.15.3
|
|
107
|
+
|
|
108
|
+
## 0.2.11-alpha.1
|
|
109
|
+
|
|
110
|
+
### Patch Changes
|
|
111
|
+
|
|
112
|
+
- [#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
|
|
113
|
+
|
|
114
|
+
- Updated dependencies [[`7149d8d`](https://github.com/mastra-ai/mastra/commit/7149d8d4bdc1edf0008e0ca9b7925eb0b8b60dbe)]:
|
|
115
|
+
- @mastra/core@0.15.3-alpha.7
|
|
116
|
+
|
|
117
|
+
## 0.2.11-alpha.0
|
|
118
|
+
|
|
119
|
+
### Patch Changes
|
|
120
|
+
|
|
121
|
+
- [#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`.
|
|
122
|
+
|
|
123
|
+
- Updated dependencies [[`85ef90b`](https://github.com/mastra-ai/mastra/commit/85ef90bb2cd4ae4df855c7ac175f7d392c55c1bf), [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e)]:
|
|
124
|
+
- @mastra/core@0.15.3-alpha.5
|
|
125
|
+
|
|
126
|
+
## 0.2.10
|
|
127
|
+
|
|
128
|
+
### Patch Changes
|
|
129
|
+
|
|
130
|
+
- [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
|
|
131
|
+
|
|
132
|
+
- Updated dependencies []:
|
|
133
|
+
- @mastra/core@0.15.2
|
|
134
|
+
|
|
135
|
+
## 0.2.9
|
|
136
|
+
|
|
137
|
+
### Patch Changes
|
|
138
|
+
|
|
139
|
+
- [`95b2aa9`](https://github.com/mastra-ai/mastra/commit/95b2aa908230919e67efcac0d69005a2d5745298) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdeps @mastra/core
|
|
140
|
+
|
|
141
|
+
- Updated dependencies []:
|
|
142
|
+
- @mastra/core@0.15.1
|
|
143
|
+
|
|
144
|
+
## 0.2.8
|
|
145
|
+
|
|
146
|
+
### Patch Changes
|
|
147
|
+
|
|
148
|
+
- [#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
|
|
149
|
+
|
|
150
|
+
- 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)]:
|
|
151
|
+
- @mastra/core@0.15.0
|
|
152
|
+
|
|
153
|
+
## 0.2.8-alpha.0
|
|
154
|
+
|
|
155
|
+
### Patch Changes
|
|
156
|
+
|
|
157
|
+
- [#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
|
|
158
|
+
|
|
159
|
+
- 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)]:
|
|
160
|
+
- @mastra/core@0.14.2-alpha.1
|
|
161
|
+
|
|
162
|
+
## 0.2.7
|
|
163
|
+
|
|
164
|
+
### Patch Changes
|
|
165
|
+
|
|
166
|
+
- [#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
|
|
167
|
+
|
|
168
|
+
- 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)]:
|
|
169
|
+
- @mastra/core@0.14.1
|
|
170
|
+
|
|
171
|
+
## 0.2.7-alpha.0
|
|
172
|
+
|
|
173
|
+
### Patch Changes
|
|
174
|
+
|
|
175
|
+
- [#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
|
|
176
|
+
|
|
177
|
+
- Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
|
|
178
|
+
- @mastra/core@0.14.1-alpha.0
|
|
179
|
+
|
|
180
|
+
## 0.2.6
|
|
181
|
+
|
|
182
|
+
### Patch Changes
|
|
183
|
+
|
|
184
|
+
- 03997ae: Update peerdeps
|
|
185
|
+
- Updated dependencies [227c7e6]
|
|
186
|
+
- Updated dependencies [12cae67]
|
|
187
|
+
- Updated dependencies [fd3a3eb]
|
|
188
|
+
- Updated dependencies [6faaee5]
|
|
189
|
+
- Updated dependencies [4232b14]
|
|
190
|
+
- Updated dependencies [a89de7e]
|
|
191
|
+
- Updated dependencies [5a37d0c]
|
|
192
|
+
- Updated dependencies [4bde0cb]
|
|
193
|
+
- Updated dependencies [cf4f357]
|
|
194
|
+
- Updated dependencies [ad888a2]
|
|
195
|
+
- Updated dependencies [481751d]
|
|
196
|
+
- Updated dependencies [2454423]
|
|
197
|
+
- Updated dependencies [194e395]
|
|
198
|
+
- Updated dependencies [a722c0b]
|
|
199
|
+
- Updated dependencies [c30bca8]
|
|
200
|
+
- Updated dependencies [3b5fec7]
|
|
201
|
+
- Updated dependencies [a8f129d]
|
|
202
|
+
- @mastra/core@0.14.0
|
|
203
|
+
|
|
204
|
+
## 0.2.6-alpha.0
|
|
205
|
+
|
|
206
|
+
### Patch Changes
|
|
207
|
+
|
|
208
|
+
- 03997ae: Update peerdeps
|
|
209
|
+
- @mastra/core@0.14.0-alpha.7
|
|
210
|
+
|
|
211
|
+
## 0.2.5
|
|
212
|
+
|
|
213
|
+
### Patch Changes
|
|
214
|
+
|
|
215
|
+
- cc9035c: dependencies updates:
|
|
216
|
+
- Updated dependency [`@lancedb/lancedb@^0.21.2` ↗︎](https://www.npmjs.com/package/@lancedb/lancedb/v/0.21.2) (from `^0.18.2`, in `dependencies`)
|
|
217
|
+
- b32c50d: Filter scores by source
|
|
218
|
+
- Updated dependencies [d5330bf]
|
|
219
|
+
- Updated dependencies [2e74797]
|
|
8
220
|
- Updated dependencies [8388649]
|
|
221
|
+
- Updated dependencies [a239d41]
|
|
9
222
|
- Updated dependencies [dd94a26]
|
|
10
223
|
- Updated dependencies [3ba6772]
|
|
224
|
+
- Updated dependencies [b5cf2a3]
|
|
11
225
|
- Updated dependencies [2fff911]
|
|
226
|
+
- Updated dependencies [b32c50d]
|
|
12
227
|
- Updated dependencies [63449d0]
|
|
13
|
-
|
|
228
|
+
- Updated dependencies [121a3f8]
|
|
229
|
+
- Updated dependencies [ec510e7]
|
|
230
|
+
- @mastra/core@0.13.2
|
|
231
|
+
|
|
232
|
+
## 0.2.5-alpha.0
|
|
233
|
+
|
|
234
|
+
### Patch Changes
|
|
235
|
+
|
|
236
|
+
- cc9035c: dependencies updates:
|
|
237
|
+
- Updated dependency [`@lancedb/lancedb@^0.21.2` ↗︎](https://www.npmjs.com/package/@lancedb/lancedb/v/0.21.2) (from `^0.18.2`, in `dependencies`)
|
|
238
|
+
- b32c50d: Filter scores by source
|
|
239
|
+
- Updated dependencies [d5330bf]
|
|
240
|
+
- Updated dependencies [a239d41]
|
|
241
|
+
- Updated dependencies [b32c50d]
|
|
242
|
+
- Updated dependencies [121a3f8]
|
|
243
|
+
- Updated dependencies [ec510e7]
|
|
244
|
+
- @mastra/core@0.13.2-alpha.2
|
|
14
245
|
|
|
15
246
|
## 0.2.4
|
|
16
247
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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);
|