@mastra/core 1.8.0-alpha.0 → 1.8.0
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 +109 -0
- package/dist/agent/index.cjs +8 -8
- package/dist/agent/index.js +1 -1
- package/dist/{chunk-IQ46IQFQ.cjs → chunk-2IO5Q7OZ.cjs} +5 -5
- package/dist/{chunk-IQ46IQFQ.cjs.map → chunk-2IO5Q7OZ.cjs.map} +1 -1
- package/dist/{chunk-XUHWKCOS.js → chunk-2R5MQMSA.js} +7 -7
- package/dist/{chunk-XUHWKCOS.js.map → chunk-2R5MQMSA.js.map} +1 -1
- package/dist/{chunk-H7DUVT5N.cjs → chunk-6Q2UD3XF.cjs} +5 -5
- package/dist/{chunk-H7DUVT5N.cjs.map → chunk-6Q2UD3XF.cjs.map} +1 -1
- package/dist/{chunk-DZDQPBOP.cjs → chunk-HWG7NPJA.cjs} +46 -46
- package/dist/{chunk-DZDQPBOP.cjs.map → chunk-HWG7NPJA.cjs.map} +1 -1
- package/dist/{chunk-FCOFT6PK.cjs → chunk-KH3G65IS.cjs} +6 -6
- package/dist/{chunk-FCOFT6PK.cjs.map → chunk-KH3G65IS.cjs.map} +1 -1
- package/dist/{chunk-4275BOJK.js → chunk-OSEPGSLN.js} +3 -3
- package/dist/{chunk-4275BOJK.js.map → chunk-OSEPGSLN.js.map} +1 -1
- package/dist/{chunk-PIGXDIDV.js → chunk-PI7ONENO.js} +3 -3
- package/dist/{chunk-PIGXDIDV.js.map → chunk-PI7ONENO.js.map} +1 -1
- package/dist/{chunk-536MSRAJ.js → chunk-Q4MV4XKX.js} +4 -4
- package/dist/{chunk-536MSRAJ.js.map → chunk-Q4MV4XKX.js.map} +1 -1
- package/dist/{chunk-U2ILVLLC.cjs → chunk-VAKB5EXJ.cjs} +14 -14
- package/dist/{chunk-U2ILVLLC.cjs.map → chunk-VAKB5EXJ.cjs.map} +1 -1
- package/dist/{chunk-I2YPNPL3.js → chunk-VBPU6CLZ.js} +3 -3
- package/dist/{chunk-I2YPNPL3.js.map → chunk-VBPU6CLZ.js.map} +1 -1
- package/dist/{chunk-XD5D3YQ3.cjs → chunk-VTVCMIAI.cjs} +3 -3
- package/dist/{chunk-XD5D3YQ3.cjs.map → chunk-VTVCMIAI.cjs.map} +1 -1
- package/dist/{chunk-QTRQKOII.js → chunk-ZRPTWYWJ.js} +3 -3
- package/dist/{chunk-QTRQKOII.js.map → chunk-ZRPTWYWJ.js.map} +1 -1
- package/dist/datasets/index.cjs +11 -11
- package/dist/datasets/index.js +1 -1
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +104 -104
- package/dist/evals/index.cjs +5 -5
- package/dist/evals/index.js +2 -2
- package/dist/evals/scoreTraces/index.cjs +3 -3
- package/dist/evals/scoreTraces/index.js +1 -1
- package/dist/harness/index.cjs +2 -2
- package/dist/harness/index.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/dist/loop/index.cjs +14 -14
- package/dist/loop/index.js +1 -1
- package/dist/mastra/index.cjs +2 -2
- package/dist/mastra/index.js +1 -1
- package/dist/memory/index.cjs +14 -14
- package/dist/memory/index.js +1 -1
- package/dist/processor-provider/index.cjs +10 -10
- package/dist/processor-provider/index.js +1 -1
- package/dist/processors/index.cjs +42 -42
- package/dist/processors/index.js +1 -1
- package/dist/relevance/index.cjs +3 -3
- package/dist/relevance/index.js +1 -1
- package/dist/stream/index.cjs +8 -8
- package/dist/stream/index.js +1 -1
- package/dist/tool-loop-agent/index.cjs +4 -4
- package/dist/tool-loop-agent/index.js +1 -1
- package/dist/workflows/evented/index.cjs +10 -10
- package/dist/workflows/evented/index.js +1 -1
- package/dist/workflows/index.cjs +25 -25
- package/dist/workflows/index.js +1 -1
- package/package.json +8 -8
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.8.0
|
|
2
|
+
"version": "1.8.0",
|
|
3
3
|
"package": "@mastra/core",
|
|
4
4
|
"exports": {
|
|
5
5
|
"Agent": {
|
|
6
6
|
"types": "dist/agent/agent.d.ts",
|
|
7
|
-
"implementation": "dist/chunk-
|
|
7
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
8
8
|
"line": 18603
|
|
9
9
|
},
|
|
10
10
|
"TripWire": {
|
|
11
11
|
"types": "dist/agent/index.d.ts",
|
|
12
|
-
"implementation": "dist/chunk-
|
|
12
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
13
13
|
"line": 4599
|
|
14
14
|
},
|
|
15
15
|
"isSupportedLanguageModel": {
|
|
16
16
|
"types": "dist/agent/index.d.ts",
|
|
17
|
-
"implementation": "dist/chunk-
|
|
17
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
18
18
|
"line": 967
|
|
19
19
|
},
|
|
20
20
|
"resolveThreadIdFromArgs": {
|
|
21
21
|
"types": "dist/agent/index.d.ts",
|
|
22
|
-
"implementation": "dist/chunk-
|
|
22
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
23
23
|
"line": 1018
|
|
24
24
|
},
|
|
25
25
|
"supportedLanguageModelSpecifications": {
|
|
26
26
|
"types": "dist/agent/index.d.ts",
|
|
27
|
-
"implementation": "dist/chunk-
|
|
27
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
28
28
|
},
|
|
29
29
|
"tryGenerateWithJsonFallback": {
|
|
30
30
|
"types": "dist/agent/index.d.ts",
|
|
31
|
-
"implementation": "dist/chunk-
|
|
31
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
32
32
|
},
|
|
33
33
|
"tryStreamWithJsonFallback": {
|
|
34
34
|
"types": "dist/agent/index.d.ts",
|
|
35
|
-
"implementation": "dist/chunk-
|
|
35
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
36
36
|
},
|
|
37
37
|
"MessageList": {
|
|
38
38
|
"types": "dist/agent/index.d.ts",
|
|
@@ -85,212 +85,212 @@
|
|
|
85
85
|
},
|
|
86
86
|
"DefaultExecutionEngine": {
|
|
87
87
|
"types": "dist/workflows/index.d.ts",
|
|
88
|
-
"implementation": "dist/chunk-
|
|
88
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
89
89
|
"line": 7345
|
|
90
90
|
},
|
|
91
91
|
"ExecutionEngine": {
|
|
92
92
|
"types": "dist/workflows/index.d.ts",
|
|
93
|
-
"implementation": "dist/chunk-
|
|
93
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
94
94
|
"line": 4921
|
|
95
95
|
},
|
|
96
96
|
"Run": {
|
|
97
97
|
"types": "dist/workflows/index.d.ts",
|
|
98
|
-
"implementation": "dist/chunk-
|
|
98
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
99
99
|
"line": 9572
|
|
100
100
|
},
|
|
101
101
|
"Workflow": {
|
|
102
102
|
"types": "dist/workflows/workflow.d.ts",
|
|
103
|
-
"implementation": "dist/chunk-
|
|
103
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
104
104
|
"line": 8718
|
|
105
105
|
},
|
|
106
106
|
"cleanStepResult": {
|
|
107
107
|
"types": "dist/workflows/index.d.ts",
|
|
108
|
-
"implementation": "dist/chunk-
|
|
108
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
109
109
|
"line": 5301
|
|
110
110
|
},
|
|
111
111
|
"cloneStep": {
|
|
112
112
|
"types": "dist/workflows/index.d.ts",
|
|
113
|
-
"implementation": "dist/chunk-
|
|
113
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
114
114
|
"line": 8683
|
|
115
115
|
},
|
|
116
116
|
"cloneWorkflow": {
|
|
117
117
|
"types": "dist/workflows/index.d.ts",
|
|
118
|
-
"implementation": "dist/chunk-
|
|
118
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
119
119
|
"line": 8705
|
|
120
120
|
},
|
|
121
121
|
"createDeprecationProxy": {
|
|
122
122
|
"types": "dist/workflows/index.d.ts",
|
|
123
|
-
"implementation": "dist/chunk-
|
|
123
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
124
124
|
"line": 5156
|
|
125
125
|
},
|
|
126
126
|
"createStep": {
|
|
127
127
|
"types": "dist/workflows/index.d.ts",
|
|
128
|
-
"implementation": "dist/chunk-
|
|
128
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
129
129
|
"line": 8012
|
|
130
130
|
},
|
|
131
131
|
"createTimeTravelExecutionParams": {
|
|
132
132
|
"types": "dist/workflows/index.d.ts",
|
|
133
|
-
"implementation": "dist/chunk-
|
|
133
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
134
134
|
"line": 5187
|
|
135
135
|
},
|
|
136
136
|
"createWorkflow": {
|
|
137
137
|
"types": "dist/workflows/index.d.ts",
|
|
138
|
-
"implementation": "dist/chunk-
|
|
138
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
139
139
|
"line": 8702
|
|
140
140
|
},
|
|
141
141
|
"getResumeLabelsByStepId": {
|
|
142
142
|
"types": "dist/workflows/index.d.ts",
|
|
143
|
-
"implementation": "dist/chunk-
|
|
143
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
144
144
|
"line": 5145
|
|
145
145
|
},
|
|
146
146
|
"getStepIds": {
|
|
147
147
|
"types": "dist/workflows/index.d.ts",
|
|
148
|
-
"implementation": "dist/chunk-
|
|
148
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
149
149
|
"line": 5175
|
|
150
150
|
},
|
|
151
151
|
"getStepResult": {
|
|
152
152
|
"types": "dist/workflows/index.d.ts",
|
|
153
|
-
"implementation": "dist/chunk-
|
|
153
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
154
154
|
"line": 4991
|
|
155
155
|
},
|
|
156
156
|
"getZodErrors": {
|
|
157
157
|
"types": "dist/workflows/index.d.ts",
|
|
158
|
-
"implementation": "dist/chunk-
|
|
158
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
159
159
|
"line": 5003
|
|
160
160
|
},
|
|
161
161
|
"hydrateSerializedStepErrors": {
|
|
162
162
|
"types": "dist/workflows/index.d.ts",
|
|
163
|
-
"implementation": "dist/chunk-
|
|
163
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
164
164
|
"line": 5281
|
|
165
165
|
},
|
|
166
166
|
"isProcessor": {
|
|
167
167
|
"types": "dist/workflows/index.d.ts",
|
|
168
|
-
"implementation": "dist/chunk-
|
|
168
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
169
169
|
"line": 8699
|
|
170
170
|
},
|
|
171
171
|
"mapVariable": {
|
|
172
172
|
"types": "dist/workflows/index.d.ts",
|
|
173
|
-
"implementation": "dist/chunk-
|
|
173
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
174
174
|
"line": 8000
|
|
175
175
|
},
|
|
176
176
|
"runCountDeprecationMessage": {
|
|
177
177
|
"types": "dist/workflows/index.d.ts",
|
|
178
|
-
"implementation": "dist/chunk-
|
|
178
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
179
179
|
},
|
|
180
180
|
"validateStepInput": {
|
|
181
181
|
"types": "dist/workflows/index.d.ts",
|
|
182
|
-
"implementation": "dist/chunk-
|
|
182
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
183
183
|
},
|
|
184
184
|
"validateStepRequestContext": {
|
|
185
185
|
"types": "dist/workflows/index.d.ts",
|
|
186
|
-
"implementation": "dist/chunk-
|
|
186
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
187
187
|
},
|
|
188
188
|
"validateStepResumeData": {
|
|
189
189
|
"types": "dist/workflows/index.d.ts",
|
|
190
|
-
"implementation": "dist/chunk-
|
|
190
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
191
191
|
},
|
|
192
192
|
"validateStepStateData": {
|
|
193
193
|
"types": "dist/workflows/index.d.ts",
|
|
194
|
-
"implementation": "dist/chunk-
|
|
194
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
195
195
|
},
|
|
196
196
|
"validateStepSuspendData": {
|
|
197
197
|
"types": "dist/workflows/index.d.ts",
|
|
198
|
-
"implementation": "dist/chunk-
|
|
198
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
199
199
|
},
|
|
200
200
|
"MastraMemory": {
|
|
201
201
|
"types": "dist/memory/index.d.ts",
|
|
202
|
-
"implementation": "dist/chunk-
|
|
202
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
203
203
|
"line": 25422
|
|
204
204
|
},
|
|
205
205
|
"MemoryProcessor": {
|
|
206
206
|
"types": "dist/memory/index.d.ts",
|
|
207
|
-
"implementation": "dist/chunk-
|
|
207
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
208
208
|
"line": 25392
|
|
209
209
|
},
|
|
210
210
|
"MockMemory": {
|
|
211
211
|
"types": "dist/memory/index.d.ts",
|
|
212
|
-
"implementation": "dist/chunk-
|
|
212
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
213
213
|
"line": 25964
|
|
214
214
|
},
|
|
215
215
|
"WORKING_MEMORY_END_TAG": {
|
|
216
216
|
"types": "dist/memory/index.d.ts",
|
|
217
|
-
"implementation": "dist/chunk-
|
|
217
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
218
218
|
},
|
|
219
219
|
"WORKING_MEMORY_START_TAG": {
|
|
220
220
|
"types": "dist/memory/index.d.ts",
|
|
221
|
-
"implementation": "dist/chunk-
|
|
221
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
222
222
|
},
|
|
223
223
|
"extractWorkingMemoryContent": {
|
|
224
224
|
"types": "dist/memory/index.d.ts",
|
|
225
|
-
"implementation": "dist/chunk-
|
|
225
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
226
226
|
"line": 24586
|
|
227
227
|
},
|
|
228
228
|
"extractWorkingMemoryTags": {
|
|
229
229
|
"types": "dist/memory/index.d.ts",
|
|
230
|
-
"implementation": "dist/chunk-
|
|
230
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
231
231
|
"line": 24554
|
|
232
232
|
},
|
|
233
233
|
"getThreadOMMetadata": {
|
|
234
234
|
"types": "dist/memory/index.d.ts",
|
|
235
|
-
"implementation": "dist/chunk-
|
|
235
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
236
236
|
"line": 77
|
|
237
237
|
},
|
|
238
238
|
"isObservationalMemoryEnabled": {
|
|
239
239
|
"types": "dist/memory/index.d.ts",
|
|
240
|
-
"implementation": "dist/chunk-
|
|
240
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
241
241
|
"line": 126
|
|
242
242
|
},
|
|
243
243
|
"memoryDefaultOptions": {
|
|
244
244
|
"types": "dist/memory/index.d.ts",
|
|
245
|
-
"implementation": "dist/chunk-
|
|
245
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
246
246
|
},
|
|
247
247
|
"parseMemoryRequestContext": {
|
|
248
248
|
"types": "dist/memory/index.d.ts",
|
|
249
|
-
"implementation": "dist/chunk-
|
|
249
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
250
250
|
"line": 100
|
|
251
251
|
},
|
|
252
252
|
"removeWorkingMemoryTags": {
|
|
253
253
|
"types": "dist/memory/index.d.ts",
|
|
254
|
-
"implementation": "dist/chunk-
|
|
254
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
255
255
|
"line": 24567
|
|
256
256
|
},
|
|
257
257
|
"setThreadOMMetadata": {
|
|
258
258
|
"types": "dist/memory/index.d.ts",
|
|
259
|
-
"implementation": "dist/chunk-
|
|
259
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
260
260
|
"line": 85
|
|
261
261
|
},
|
|
262
262
|
"ChunkFrom": {
|
|
263
263
|
"types": "dist/stream/index.d.ts",
|
|
264
|
-
"implementation": "dist/chunk-
|
|
264
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
265
265
|
},
|
|
266
266
|
"MastraAgentNetworkStream": {
|
|
267
267
|
"types": "dist/stream/index.d.ts",
|
|
268
|
-
"implementation": "dist/chunk-
|
|
268
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
269
269
|
"line": 199
|
|
270
270
|
},
|
|
271
271
|
"MastraModelOutput": {
|
|
272
272
|
"types": "dist/stream/index.d.ts",
|
|
273
|
-
"implementation": "dist/chunk-
|
|
273
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
274
274
|
"line": 2604
|
|
275
275
|
},
|
|
276
276
|
"WorkflowRunOutput": {
|
|
277
277
|
"types": "dist/stream/index.d.ts",
|
|
278
|
-
"implementation": "dist/chunk-
|
|
278
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
279
279
|
"line": 3766
|
|
280
280
|
},
|
|
281
281
|
"convertFullStreamChunkToMastra": {
|
|
282
282
|
"types": "dist/stream/index.d.ts",
|
|
283
|
-
"implementation": "dist/chunk-
|
|
283
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
284
284
|
"line": 4133
|
|
285
285
|
},
|
|
286
286
|
"convertFullStreamChunkToUIMessageStream": {
|
|
287
287
|
"types": "dist/stream/index.d.ts",
|
|
288
|
-
"implementation": "dist/chunk-
|
|
288
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
289
289
|
"line": 362
|
|
290
290
|
},
|
|
291
291
|
"convertMastraChunkToAISDKv5": {
|
|
292
292
|
"types": "dist/stream/index.d.ts",
|
|
293
|
-
"implementation": "dist/chunk-
|
|
293
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
294
294
|
"line": 4344
|
|
295
295
|
},
|
|
296
296
|
"DefaultGeneratedFile": {
|
|
@@ -357,21 +357,21 @@
|
|
|
357
357
|
},
|
|
358
358
|
"Mastra": {
|
|
359
359
|
"types": "dist/mastra/index.d.ts",
|
|
360
|
-
"implementation": "dist/chunk-
|
|
360
|
+
"implementation": "dist/chunk-2R5MQMSA.js",
|
|
361
361
|
"line": 26
|
|
362
362
|
},
|
|
363
363
|
"runEvals": {
|
|
364
364
|
"types": "dist/evals/index.d.ts",
|
|
365
|
-
"implementation": "dist/chunk-
|
|
365
|
+
"implementation": "dist/chunk-ZRPTWYWJ.js"
|
|
366
366
|
},
|
|
367
367
|
"MastraScorer": {
|
|
368
368
|
"types": "dist/evals/index.d.ts",
|
|
369
|
-
"implementation": "dist/chunk-
|
|
369
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
370
370
|
"line": 10678
|
|
371
371
|
},
|
|
372
372
|
"createScorer": {
|
|
373
373
|
"types": "dist/evals/index.d.ts",
|
|
374
|
-
"implementation": "dist/chunk-
|
|
374
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
375
375
|
"line": 11048
|
|
376
376
|
},
|
|
377
377
|
"listScoresResponseSchema": {
|
|
@@ -432,182 +432,182 @@
|
|
|
432
432
|
},
|
|
433
433
|
"BaseProcessor": {
|
|
434
434
|
"types": "dist/processors/index.d.ts",
|
|
435
|
-
"implementation": "dist/chunk-
|
|
435
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
436
436
|
"line": 25318
|
|
437
437
|
},
|
|
438
438
|
"BatchPartsProcessor": {
|
|
439
439
|
"types": "dist/processors/index.d.ts",
|
|
440
|
-
"implementation": "dist/chunk-
|
|
440
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
441
441
|
"line": 23516
|
|
442
442
|
},
|
|
443
443
|
"FilePartSchema": {
|
|
444
444
|
"types": "dist/processors/index.d.ts",
|
|
445
|
-
"implementation": "dist/chunk-
|
|
445
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
446
446
|
},
|
|
447
447
|
"ImagePartSchema": {
|
|
448
448
|
"types": "dist/processors/index.d.ts",
|
|
449
|
-
"implementation": "dist/chunk-
|
|
449
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
450
450
|
},
|
|
451
451
|
"LanguageDetector": {
|
|
452
452
|
"types": "dist/processors/index.d.ts",
|
|
453
|
-
"implementation": "dist/chunk-
|
|
453
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
454
454
|
"line": 23194
|
|
455
455
|
},
|
|
456
456
|
"MessageContentSchema": {
|
|
457
457
|
"types": "dist/processors/index.d.ts",
|
|
458
|
-
"implementation": "dist/chunk-
|
|
458
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
459
459
|
},
|
|
460
460
|
"MessageHistory": {
|
|
461
461
|
"types": "dist/processors/index.d.ts",
|
|
462
|
-
"implementation": "dist/chunk-
|
|
462
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
463
463
|
"line": 24596
|
|
464
464
|
},
|
|
465
465
|
"MessagePartSchema": {
|
|
466
466
|
"types": "dist/processors/index.d.ts",
|
|
467
|
-
"implementation": "dist/chunk-
|
|
467
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
468
468
|
},
|
|
469
469
|
"ModerationProcessor": {
|
|
470
470
|
"types": "dist/processors/index.d.ts",
|
|
471
|
-
"implementation": "dist/chunk-
|
|
471
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
472
472
|
"line": 22283
|
|
473
473
|
},
|
|
474
474
|
"PIIDetector": {
|
|
475
475
|
"types": "dist/processors/index.d.ts",
|
|
476
|
-
"implementation": "dist/chunk-
|
|
476
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
477
477
|
"line": 22740
|
|
478
478
|
},
|
|
479
479
|
"ProcessorInputPhaseSchema": {
|
|
480
480
|
"types": "dist/processors/index.d.ts",
|
|
481
|
-
"implementation": "dist/chunk-
|
|
481
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
482
482
|
},
|
|
483
483
|
"ProcessorInputStepPhaseSchema": {
|
|
484
484
|
"types": "dist/processors/index.d.ts",
|
|
485
|
-
"implementation": "dist/chunk-
|
|
485
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
486
486
|
},
|
|
487
487
|
"ProcessorMessageContentSchema": {
|
|
488
488
|
"types": "dist/processors/index.d.ts",
|
|
489
|
-
"implementation": "dist/chunk-
|
|
489
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
490
490
|
},
|
|
491
491
|
"ProcessorMessageSchema": {
|
|
492
492
|
"types": "dist/processors/index.d.ts",
|
|
493
|
-
"implementation": "dist/chunk-
|
|
493
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
494
494
|
},
|
|
495
495
|
"ProcessorOutputResultPhaseSchema": {
|
|
496
496
|
"types": "dist/processors/index.d.ts",
|
|
497
|
-
"implementation": "dist/chunk-
|
|
497
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
498
498
|
},
|
|
499
499
|
"ProcessorOutputStepPhaseSchema": {
|
|
500
500
|
"types": "dist/processors/index.d.ts",
|
|
501
|
-
"implementation": "dist/chunk-
|
|
501
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
502
502
|
},
|
|
503
503
|
"ProcessorOutputStreamPhaseSchema": {
|
|
504
504
|
"types": "dist/processors/index.d.ts",
|
|
505
|
-
"implementation": "dist/chunk-
|
|
505
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
506
506
|
},
|
|
507
507
|
"ProcessorRunner": {
|
|
508
508
|
"types": "dist/processors/index.d.ts",
|
|
509
|
-
"implementation": "dist/chunk-
|
|
509
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
510
510
|
"line": 1124
|
|
511
511
|
},
|
|
512
512
|
"ProcessorState": {
|
|
513
513
|
"types": "dist/processors/index.d.ts",
|
|
514
|
-
"implementation": "dist/chunk-
|
|
514
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
515
515
|
"line": 1068
|
|
516
516
|
},
|
|
517
517
|
"ProcessorStepInputSchema": {
|
|
518
518
|
"types": "dist/processors/index.d.ts",
|
|
519
|
-
"implementation": "dist/chunk-
|
|
519
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
520
520
|
},
|
|
521
521
|
"ProcessorStepOutputSchema": {
|
|
522
522
|
"types": "dist/processors/index.d.ts",
|
|
523
|
-
"implementation": "dist/chunk-
|
|
523
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
524
524
|
},
|
|
525
525
|
"ProcessorStepSchema": {
|
|
526
526
|
"types": "dist/processors/index.d.ts",
|
|
527
|
-
"implementation": "dist/chunk-
|
|
527
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
528
528
|
},
|
|
529
529
|
"PromptInjectionDetector": {
|
|
530
530
|
"types": "dist/processors/index.d.ts",
|
|
531
|
-
"implementation": "dist/chunk-
|
|
531
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
532
532
|
"line": 22519
|
|
533
533
|
},
|
|
534
534
|
"ReasoningPartSchema": {
|
|
535
535
|
"types": "dist/processors/index.d.ts",
|
|
536
|
-
"implementation": "dist/chunk-
|
|
536
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
537
537
|
},
|
|
538
538
|
"SemanticRecall": {
|
|
539
539
|
"types": "dist/processors/index.d.ts",
|
|
540
|
-
"implementation": "dist/chunk-
|
|
540
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
541
541
|
"line": 24951
|
|
542
542
|
},
|
|
543
543
|
"SkillsProcessor": {
|
|
544
544
|
"types": "dist/processors/index.d.ts",
|
|
545
|
-
"implementation": "dist/chunk-
|
|
545
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
546
546
|
"line": 16500
|
|
547
547
|
},
|
|
548
548
|
"SourcePartSchema": {
|
|
549
549
|
"types": "dist/processors/index.d.ts",
|
|
550
|
-
"implementation": "dist/chunk-
|
|
550
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
551
551
|
},
|
|
552
552
|
"StepStartPartSchema": {
|
|
553
553
|
"types": "dist/processors/index.d.ts",
|
|
554
|
-
"implementation": "dist/chunk-
|
|
554
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
555
555
|
},
|
|
556
556
|
"StructuredOutputProcessor": {
|
|
557
557
|
"types": "dist/processors/index.d.ts",
|
|
558
|
-
"implementation": "dist/chunk-
|
|
558
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
559
559
|
"line": 753
|
|
560
560
|
},
|
|
561
561
|
"SystemPromptScrubber": {
|
|
562
562
|
"types": "dist/processors/index.d.ts",
|
|
563
|
-
"implementation": "dist/chunk-
|
|
563
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
564
564
|
"line": 23878
|
|
565
565
|
},
|
|
566
566
|
"TextPartSchema": {
|
|
567
567
|
"types": "dist/processors/index.d.ts",
|
|
568
|
-
"implementation": "dist/chunk-
|
|
568
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
569
569
|
},
|
|
570
570
|
"TokenLimiterProcessor": {
|
|
571
571
|
"types": "dist/processors/index.d.ts",
|
|
572
|
-
"implementation": "dist/chunk-
|
|
572
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
573
573
|
"line": 23601
|
|
574
574
|
},
|
|
575
575
|
"ToolCallFilter": {
|
|
576
576
|
"types": "dist/processors/index.d.ts",
|
|
577
|
-
"implementation": "dist/chunk-
|
|
577
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
578
578
|
"line": 24141
|
|
579
579
|
},
|
|
580
580
|
"ToolInvocationPartSchema": {
|
|
581
581
|
"types": "dist/processors/index.d.ts",
|
|
582
|
-
"implementation": "dist/chunk-
|
|
582
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
583
583
|
},
|
|
584
584
|
"ToolSearchProcessor": {
|
|
585
585
|
"types": "dist/processors/index.d.ts",
|
|
586
|
-
"implementation": "dist/chunk-
|
|
586
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
587
587
|
"line": 24274
|
|
588
588
|
},
|
|
589
589
|
"UnicodeNormalizer": {
|
|
590
590
|
"types": "dist/processors/index.d.ts",
|
|
591
|
-
"implementation": "dist/chunk-
|
|
591
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
592
592
|
"line": 133
|
|
593
593
|
},
|
|
594
594
|
"WorkingMemory": {
|
|
595
595
|
"types": "dist/processors/index.d.ts",
|
|
596
|
-
"implementation": "dist/chunk-
|
|
596
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
597
597
|
"line": 24760
|
|
598
598
|
},
|
|
599
599
|
"WorkspaceInstructionsProcessor": {
|
|
600
600
|
"types": "dist/processors/index.d.ts",
|
|
601
|
-
"implementation": "dist/chunk-
|
|
601
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
602
602
|
"line": 16943
|
|
603
603
|
},
|
|
604
604
|
"globalEmbeddingCache": {
|
|
605
605
|
"types": "dist/processors/index.d.ts",
|
|
606
|
-
"implementation": "dist/chunk-
|
|
606
|
+
"implementation": "dist/chunk-VBPU6CLZ.js"
|
|
607
607
|
},
|
|
608
608
|
"isProcessorWorkflow": {
|
|
609
609
|
"types": "dist/processors/index.d.ts",
|
|
610
|
-
"implementation": "dist/chunk-
|
|
610
|
+
"implementation": "dist/chunk-VBPU6CLZ.js",
|
|
611
611
|
"line": 25333
|
|
612
612
|
},
|
|
613
613
|
"AgentsStorage": {
|
|
@@ -1335,7 +1335,7 @@
|
|
|
1335
1335
|
"agent": {
|
|
1336
1336
|
"index": "dist/agent/index.js",
|
|
1337
1337
|
"chunks": [
|
|
1338
|
-
"chunk-
|
|
1338
|
+
"chunk-VBPU6CLZ.js",
|
|
1339
1339
|
"chunk-SP7P6Z4L.js"
|
|
1340
1340
|
]
|
|
1341
1341
|
},
|
|
@@ -1349,19 +1349,19 @@
|
|
|
1349
1349
|
"workflows": {
|
|
1350
1350
|
"index": "dist/workflows/index.js",
|
|
1351
1351
|
"chunks": [
|
|
1352
|
-
"chunk-
|
|
1352
|
+
"chunk-VBPU6CLZ.js"
|
|
1353
1353
|
]
|
|
1354
1354
|
},
|
|
1355
1355
|
"memory": {
|
|
1356
1356
|
"index": "dist/memory/index.js",
|
|
1357
1357
|
"chunks": [
|
|
1358
|
-
"chunk-
|
|
1358
|
+
"chunk-VBPU6CLZ.js"
|
|
1359
1359
|
]
|
|
1360
1360
|
},
|
|
1361
1361
|
"stream": {
|
|
1362
1362
|
"index": "dist/stream/index.js",
|
|
1363
1363
|
"chunks": [
|
|
1364
|
-
"chunk-
|
|
1364
|
+
"chunk-VBPU6CLZ.js",
|
|
1365
1365
|
"chunk-SP7P6Z4L.js"
|
|
1366
1366
|
]
|
|
1367
1367
|
},
|
|
@@ -1378,7 +1378,7 @@
|
|
|
1378
1378
|
"mastra": {
|
|
1379
1379
|
"index": "dist/mastra/index.js",
|
|
1380
1380
|
"chunks": [
|
|
1381
|
-
"chunk-
|
|
1381
|
+
"chunk-2R5MQMSA.js"
|
|
1382
1382
|
]
|
|
1383
1383
|
},
|
|
1384
1384
|
"mcp": {
|
|
@@ -1388,15 +1388,15 @@
|
|
|
1388
1388
|
"evals": {
|
|
1389
1389
|
"index": "dist/evals/index.js",
|
|
1390
1390
|
"chunks": [
|
|
1391
|
-
"chunk-
|
|
1392
|
-
"chunk-
|
|
1391
|
+
"chunk-ZRPTWYWJ.js",
|
|
1392
|
+
"chunk-VBPU6CLZ.js",
|
|
1393
1393
|
"chunk-DTPR3JAM.js"
|
|
1394
1394
|
]
|
|
1395
1395
|
},
|
|
1396
1396
|
"processors": {
|
|
1397
1397
|
"index": "dist/processors/index.js",
|
|
1398
1398
|
"chunks": [
|
|
1399
|
-
"chunk-
|
|
1399
|
+
"chunk-VBPU6CLZ.js"
|
|
1400
1400
|
]
|
|
1401
1401
|
},
|
|
1402
1402
|
"storage": {
|
package/dist/evals/index.cjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunk6Q2UD3XF_cjs = require('../chunk-6Q2UD3XF.cjs');
|
|
4
|
+
var chunkVTVCMIAI_cjs = require('../chunk-VTVCMIAI.cjs');
|
|
5
5
|
var chunk6GSWC5ZA_cjs = require('../chunk-6GSWC5ZA.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "runEvals", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunk6Q2UD3XF_cjs.runEvals; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "MastraScorer", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkVTVCMIAI_cjs.MastraScorer; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "createScorer", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkVTVCMIAI_cjs.createScorer; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "listScoresResponseSchema", {
|
|
22
22
|
enumerable: true,
|
package/dist/evals/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { runEvals } from '../chunk-
|
|
2
|
-
export { MastraScorer, createScorer } from '../chunk-
|
|
1
|
+
export { runEvals } from '../chunk-ZRPTWYWJ.js';
|
|
2
|
+
export { MastraScorer, createScorer } from '../chunk-VBPU6CLZ.js';
|
|
3
3
|
export { listScoresResponseSchema, saveScorePayloadSchema, scoreResultSchema, scoreRowDataSchema, scoringEntityTypeSchema, scoringExtractStepResultSchema, scoringHookInputSchema, scoringInputSchema, scoringInputWithExtractStepResultAndAnalyzeStepResultSchema, scoringInputWithExtractStepResultAndScoreAndReasonSchema, scoringInputWithExtractStepResultSchema, scoringPromptsSchema, scoringSourceSchema, scoringValueSchema } from '../chunk-DTPR3JAM.js';
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
|
5
5
|
//# sourceMappingURL=index.js.map
|