@mastra/mssql 0.0.0-taofeeq-fix-tool-call-showing-after-message-20250806184630 → 0.0.0-tool-list-type-20250910134057
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 +202 -4
- package/dist/index.cjs +102 -25
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +102 -25
- package/dist/index.js.map +1 -1
- package/dist/storage/domains/memory/index.d.ts +8 -0
- package/dist/storage/domains/memory/index.d.ts.map +1 -1
- package/dist/storage/domains/scores/index.d.ts +1 -1
- 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 +27 -1
- package/dist/storage/index.d.ts.map +1 -1
- package/package.json +22 -9
- package/docker-compose.yaml +0 -14
- package/eslint.config.js +0 -6
- package/src/index.ts +0 -2
- package/src/storage/domains/legacy-evals/index.ts +0 -175
- package/src/storage/domains/memory/index.ts +0 -1024
- package/src/storage/domains/operations/index.ts +0 -401
- package/src/storage/domains/scores/index.ts +0 -316
- package/src/storage/domains/traces/index.ts +0 -212
- package/src/storage/domains/utils.ts +0 -12
- package/src/storage/domains/workflows/index.ts +0 -259
- package/src/storage/index.test.ts +0 -2228
- package/src/storage/index.ts +0 -448
- package/tsconfig.build.json +0 -9
- package/tsconfig.json +0 -5
- package/tsup.config.ts +0 -17
- package/vitest.config.ts +0 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,210 @@
|
|
|
1
1
|
# @mastra/mssql
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-tool-list-type-20250910134057
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Updated dependencies [
|
|
8
|
-
-
|
|
9
|
-
|
|
7
|
+
- Updated dependencies [[`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), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab)]:
|
|
8
|
+
- @mastra/core@0.0.0-tool-list-type-20250910134057
|
|
9
|
+
|
|
10
|
+
## 0.4.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.4.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.3.7-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.3.6
|
|
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.3.6-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.3.6-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.3.5
|
|
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.3.4
|
|
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.3.3
|
|
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.3.3-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.3.2
|
|
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.3.2-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.3.1
|
|
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.3.1-alpha.0
|
|
203
|
+
|
|
204
|
+
### Patch Changes
|
|
205
|
+
|
|
206
|
+
- 03997ae: Update peerdeps
|
|
207
|
+
- @mastra/core@0.14.0-alpha.7
|
|
10
208
|
|
|
11
209
|
## 0.3.0
|
|
12
210
|
|
package/dist/index.cjs
CHANGED
|
@@ -467,6 +467,7 @@ var MemoryMSSQL = class extends storage.MemoryStorage {
|
|
|
467
467
|
selectBy,
|
|
468
468
|
orderByStatement
|
|
469
469
|
}) {
|
|
470
|
+
if (!threadId.trim()) throw new Error("threadId must be a non-empty string");
|
|
470
471
|
const include = selectBy?.include;
|
|
471
472
|
if (!include) return null;
|
|
472
473
|
const unionQueries = [];
|
|
@@ -538,11 +539,12 @@ var MemoryMSSQL = class extends storage.MemoryStorage {
|
|
|
538
539
|
return dedupedRows;
|
|
539
540
|
}
|
|
540
541
|
async getMessages(args) {
|
|
541
|
-
const { threadId, format, selectBy } = args;
|
|
542
|
+
const { threadId, resourceId, format, selectBy } = args;
|
|
542
543
|
const selectStatement = `SELECT seq_id, id, content, role, type, [createdAt], thread_id AS threadId, resourceId`;
|
|
543
544
|
const orderByStatement = `ORDER BY [seq_id] DESC`;
|
|
544
545
|
const limit = storage.resolveMessageLimit({ last: selectBy?.last, defaultLimit: 40 });
|
|
545
546
|
try {
|
|
547
|
+
if (!threadId.trim()) throw new Error("threadId must be a non-empty string");
|
|
546
548
|
let rows = [];
|
|
547
549
|
const include = selectBy?.include || [];
|
|
548
550
|
if (include?.length) {
|
|
@@ -580,7 +582,8 @@ var MemoryMSSQL = class extends storage.MemoryStorage {
|
|
|
580
582
|
domain: error.ErrorDomain.STORAGE,
|
|
581
583
|
category: error.ErrorCategory.THIRD_PARTY,
|
|
582
584
|
details: {
|
|
583
|
-
threadId
|
|
585
|
+
threadId,
|
|
586
|
+
resourceId: resourceId ?? ""
|
|
584
587
|
}
|
|
585
588
|
},
|
|
586
589
|
error$1
|
|
@@ -590,30 +593,65 @@ var MemoryMSSQL = class extends storage.MemoryStorage {
|
|
|
590
593
|
return [];
|
|
591
594
|
}
|
|
592
595
|
}
|
|
593
|
-
async
|
|
594
|
-
|
|
595
|
-
|
|
596
|
+
async getMessagesById({
|
|
597
|
+
messageIds,
|
|
598
|
+
format
|
|
599
|
+
}) {
|
|
600
|
+
if (messageIds.length === 0) return [];
|
|
601
|
+
const selectStatement = `SELECT seq_id, id, content, role, type, [createdAt], thread_id AS threadId, resourceId`;
|
|
596
602
|
const orderByStatement = `ORDER BY [seq_id] DESC`;
|
|
597
|
-
|
|
598
|
-
|
|
603
|
+
try {
|
|
604
|
+
let rows = [];
|
|
605
|
+
let query = `${selectStatement} FROM ${getTableName({ indexName: storage.TABLE_MESSAGES, schemaName: getSchemaName(this.schema) })} WHERE [id] IN (${messageIds.map((_, i) => `@id${i}`).join(", ")})`;
|
|
606
|
+
const request = this.pool.request();
|
|
607
|
+
messageIds.forEach((id, i) => request.input(`id${i}`, id));
|
|
608
|
+
query += ` ${orderByStatement}`;
|
|
609
|
+
const result = await request.query(query);
|
|
610
|
+
const remainingRows = result.recordset || [];
|
|
611
|
+
rows.push(...remainingRows);
|
|
612
|
+
rows.sort((a, b) => {
|
|
613
|
+
const timeDiff = a.seq_id - b.seq_id;
|
|
614
|
+
return timeDiff;
|
|
615
|
+
});
|
|
616
|
+
rows = rows.map(({ seq_id, ...rest }) => rest);
|
|
617
|
+
if (format === `v1`) return this._parseAndFormatMessages(rows, format);
|
|
618
|
+
return this._parseAndFormatMessages(rows, `v2`);
|
|
619
|
+
} catch (error$1) {
|
|
620
|
+
const mastraError = new error.MastraError(
|
|
621
|
+
{
|
|
622
|
+
id: "MASTRA_STORAGE_MSSQL_STORE_GET_MESSAGES_BY_ID_FAILED",
|
|
623
|
+
domain: error.ErrorDomain.STORAGE,
|
|
624
|
+
category: error.ErrorCategory.THIRD_PARTY,
|
|
625
|
+
details: {
|
|
626
|
+
messageIds: JSON.stringify(messageIds)
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
error$1
|
|
630
|
+
);
|
|
631
|
+
this.logger?.error?.(mastraError.toString());
|
|
632
|
+
this.logger?.trackException(mastraError);
|
|
633
|
+
return [];
|
|
599
634
|
}
|
|
635
|
+
}
|
|
636
|
+
async getMessagesPaginated(args) {
|
|
637
|
+
const { threadId, resourceId, format, selectBy } = args;
|
|
638
|
+
const { page = 0, perPage: perPageInput, dateRange } = selectBy?.pagination || {};
|
|
600
639
|
try {
|
|
601
|
-
|
|
602
|
-
const { page: page2 = 0, perPage: perPageInput2, dateRange } = selectBy2?.pagination || {};
|
|
640
|
+
if (!threadId.trim()) throw new Error("threadId must be a non-empty string");
|
|
603
641
|
const fromDate = dateRange?.start;
|
|
604
642
|
const toDate = dateRange?.end;
|
|
605
643
|
const selectStatement = `SELECT seq_id, id, content, role, type, [createdAt], thread_id AS threadId, resourceId`;
|
|
606
|
-
const
|
|
607
|
-
let
|
|
608
|
-
if (
|
|
609
|
-
const includeMessages = await this._getIncludedMessages({ threadId
|
|
610
|
-
if (includeMessages)
|
|
644
|
+
const orderByStatement = `ORDER BY [seq_id] DESC`;
|
|
645
|
+
let messages = [];
|
|
646
|
+
if (selectBy?.include?.length) {
|
|
647
|
+
const includeMessages = await this._getIncludedMessages({ threadId, selectBy, orderByStatement });
|
|
648
|
+
if (includeMessages) messages.push(...includeMessages);
|
|
611
649
|
}
|
|
612
|
-
const perPage =
|
|
613
|
-
const currentOffset =
|
|
650
|
+
const perPage = perPageInput !== void 0 ? perPageInput : storage.resolveMessageLimit({ last: selectBy?.last, defaultLimit: 40 });
|
|
651
|
+
const currentOffset = page * perPage;
|
|
614
652
|
const conditions = ["[thread_id] = @threadId"];
|
|
615
653
|
const request = this.pool.request();
|
|
616
|
-
request.input("threadId",
|
|
654
|
+
request.input("threadId", threadId);
|
|
617
655
|
if (fromDate instanceof Date && !isNaN(fromDate.getTime())) {
|
|
618
656
|
conditions.push("[createdAt] >= @fromDate");
|
|
619
657
|
request.input("fromDate", fromDate.toISOString());
|
|
@@ -626,35 +664,35 @@ var MemoryMSSQL = class extends storage.MemoryStorage {
|
|
|
626
664
|
const countQuery = `SELECT COUNT(*) as total FROM ${getTableName({ indexName: storage.TABLE_MESSAGES, schemaName: getSchemaName(this.schema) })} ${whereClause}`;
|
|
627
665
|
const countResult = await request.query(countQuery);
|
|
628
666
|
const total = parseInt(countResult.recordset[0]?.total, 10) || 0;
|
|
629
|
-
if (total === 0 &&
|
|
630
|
-
const parsedIncluded = this._parseAndFormatMessages(
|
|
667
|
+
if (total === 0 && messages.length > 0) {
|
|
668
|
+
const parsedIncluded = this._parseAndFormatMessages(messages, format);
|
|
631
669
|
return {
|
|
632
670
|
messages: parsedIncluded,
|
|
633
671
|
total: parsedIncluded.length,
|
|
634
|
-
page
|
|
672
|
+
page,
|
|
635
673
|
perPage,
|
|
636
674
|
hasMore: false
|
|
637
675
|
};
|
|
638
676
|
}
|
|
639
|
-
const excludeIds =
|
|
677
|
+
const excludeIds = messages.map((m) => m.id);
|
|
640
678
|
if (excludeIds.length > 0) {
|
|
641
679
|
const excludeParams = excludeIds.map((_, idx) => `@id${idx}`);
|
|
642
680
|
conditions.push(`id NOT IN (${excludeParams.join(", ")})`);
|
|
643
681
|
excludeIds.forEach((id, idx) => request.input(`id${idx}`, id));
|
|
644
682
|
}
|
|
645
683
|
const finalWhereClause = `WHERE ${conditions.join(" AND ")}`;
|
|
646
|
-
const dataQuery = `${selectStatement} FROM ${getTableName({ indexName: storage.TABLE_MESSAGES, schemaName: getSchemaName(this.schema) })} ${finalWhereClause} ${
|
|
684
|
+
const dataQuery = `${selectStatement} FROM ${getTableName({ indexName: storage.TABLE_MESSAGES, schemaName: getSchemaName(this.schema) })} ${finalWhereClause} ${orderByStatement} OFFSET @offset ROWS FETCH NEXT @limit ROWS ONLY`;
|
|
647
685
|
request.input("offset", currentOffset);
|
|
648
686
|
request.input("limit", perPage);
|
|
649
687
|
const rowsResult = await request.query(dataQuery);
|
|
650
688
|
const rows = rowsResult.recordset || [];
|
|
651
689
|
rows.sort((a, b) => a.seq_id - b.seq_id);
|
|
652
|
-
|
|
653
|
-
const parsed = this._parseAndFormatMessages(
|
|
690
|
+
messages.push(...rows);
|
|
691
|
+
const parsed = this._parseAndFormatMessages(messages, format);
|
|
654
692
|
return {
|
|
655
693
|
messages: parsed,
|
|
656
694
|
total: total + excludeIds.length,
|
|
657
|
-
page
|
|
695
|
+
page,
|
|
658
696
|
perPage,
|
|
659
697
|
hasMore: currentOffset + rows.length < total
|
|
660
698
|
};
|
|
@@ -666,6 +704,7 @@ var MemoryMSSQL = class extends storage.MemoryStorage {
|
|
|
666
704
|
category: error.ErrorCategory.THIRD_PARTY,
|
|
667
705
|
details: {
|
|
668
706
|
threadId,
|
|
707
|
+
resourceId: resourceId ?? "",
|
|
669
708
|
page
|
|
670
709
|
}
|
|
671
710
|
},
|
|
@@ -1838,6 +1877,22 @@ var WorkflowsMSSQL = class extends storage.WorkflowsStorage {
|
|
|
1838
1877
|
this.operations = operations;
|
|
1839
1878
|
this.schema = schema;
|
|
1840
1879
|
}
|
|
1880
|
+
updateWorkflowResults({
|
|
1881
|
+
// workflowName,
|
|
1882
|
+
// runId,
|
|
1883
|
+
// stepId,
|
|
1884
|
+
// result,
|
|
1885
|
+
// runtimeContext,
|
|
1886
|
+
}) {
|
|
1887
|
+
throw new Error("Method not implemented.");
|
|
1888
|
+
}
|
|
1889
|
+
updateWorkflowState({
|
|
1890
|
+
// workflowName,
|
|
1891
|
+
// runId,
|
|
1892
|
+
// opts,
|
|
1893
|
+
}) {
|
|
1894
|
+
throw new Error("Method not implemented.");
|
|
1895
|
+
}
|
|
1841
1896
|
async persistWorkflowSnapshot({
|
|
1842
1897
|
workflowName,
|
|
1843
1898
|
runId,
|
|
@@ -2189,6 +2244,12 @@ var MSSQLStore = class extends storage.MastraStorage {
|
|
|
2189
2244
|
async getMessages(args) {
|
|
2190
2245
|
return this.stores.memory.getMessages(args);
|
|
2191
2246
|
}
|
|
2247
|
+
async getMessagesById({
|
|
2248
|
+
messageIds,
|
|
2249
|
+
format
|
|
2250
|
+
}) {
|
|
2251
|
+
return this.stores.memory.getMessagesById({ messageIds, format });
|
|
2252
|
+
}
|
|
2192
2253
|
async getMessagesPaginated(args) {
|
|
2193
2254
|
return this.stores.memory.getMessagesPaginated(args);
|
|
2194
2255
|
}
|
|
@@ -2219,6 +2280,22 @@ var MSSQLStore = class extends storage.MastraStorage {
|
|
|
2219
2280
|
/**
|
|
2220
2281
|
* Workflows
|
|
2221
2282
|
*/
|
|
2283
|
+
async updateWorkflowResults({
|
|
2284
|
+
workflowName,
|
|
2285
|
+
runId,
|
|
2286
|
+
stepId,
|
|
2287
|
+
result,
|
|
2288
|
+
runtimeContext
|
|
2289
|
+
}) {
|
|
2290
|
+
return this.stores.workflows.updateWorkflowResults({ workflowName, runId, stepId, result, runtimeContext });
|
|
2291
|
+
}
|
|
2292
|
+
async updateWorkflowState({
|
|
2293
|
+
workflowName,
|
|
2294
|
+
runId,
|
|
2295
|
+
opts
|
|
2296
|
+
}) {
|
|
2297
|
+
return this.stores.workflows.updateWorkflowState({ workflowName, runId, opts });
|
|
2298
|
+
}
|
|
2222
2299
|
async persistWorkflowSnapshot({
|
|
2223
2300
|
workflowName,
|
|
2224
2301
|
runId,
|