@mastra/core 0.22.0 → 0.22.2-alpha.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 +10 -0
- package/dist/agent/index.cjs +10 -10
- package/dist/agent/index.js +1 -1
- package/dist/agent/input-processor/index.cjs +6 -6
- package/dist/agent/input-processor/index.js +1 -1
- package/dist/{chunk-RXBG6UV2.js → chunk-4PMF7QUH.js} +3 -3
- package/dist/{chunk-RXBG6UV2.js.map → chunk-4PMF7QUH.js.map} +1 -1
- package/dist/{chunk-QBPTDMR7.cjs → chunk-5CHZUAZV.cjs} +3 -3
- package/dist/chunk-5CHZUAZV.cjs.map +1 -0
- package/dist/{chunk-YOVX3R5U.cjs → chunk-AMHNTB4N.cjs} +12 -12
- package/dist/{chunk-YOVX3R5U.cjs.map → chunk-AMHNTB4N.cjs.map} +1 -1
- package/dist/{chunk-34L2Z6PH.cjs → chunk-CGT36GQE.cjs} +4 -4
- package/dist/{chunk-34L2Z6PH.cjs.map → chunk-CGT36GQE.cjs.map} +1 -1
- package/dist/{chunk-CAZTWPDK.cjs → chunk-HD455BM6.cjs} +9 -9
- package/dist/{chunk-CAZTWPDK.cjs.map → chunk-HD455BM6.cjs.map} +1 -1
- package/dist/{chunk-O4KVF3MI.cjs → chunk-MQ67HP3O.cjs} +4 -4
- package/dist/{chunk-O4KVF3MI.cjs.map → chunk-MQ67HP3O.cjs.map} +1 -1
- package/dist/{chunk-SF75RENF.js → chunk-PJDIDFKV.js} +3 -3
- package/dist/{chunk-SF75RENF.js.map → chunk-PJDIDFKV.js.map} +1 -1
- package/dist/{chunk-F7OMDF5K.js → chunk-T2RDWNN6.js} +3 -3
- package/dist/chunk-T2RDWNN6.js.map +1 -0
- package/dist/{chunk-MHICZASQ.js → chunk-VD27FF3L.js} +3 -3
- package/dist/{chunk-MHICZASQ.js.map → chunk-VD27FF3L.js.map} +1 -1
- package/dist/{chunk-ITFEGBP2.js → chunk-VX7NIAMW.js} +3 -3
- package/dist/{chunk-ITFEGBP2.js.map → chunk-VX7NIAMW.js.map} +1 -1
- package/dist/index.cjs +19 -19
- package/dist/index.js +4 -4
- package/dist/loop/index.cjs +2 -2
- package/dist/loop/index.js +1 -1
- package/dist/mastra/index.cjs +2 -2
- package/dist/mastra/index.js +1 -1
- package/dist/processors/index.cjs +11 -11
- package/dist/processors/index.js +1 -1
- package/dist/relevance/index.cjs +4 -4
- package/dist/relevance/index.js +1 -1
- package/dist/scores/index.cjs +4 -4
- package/dist/scores/index.js +1 -1
- package/dist/scores/scoreTraces/index.cjs +3 -3
- package/dist/scores/scoreTraces/index.js +1 -1
- package/dist/stream/index.cjs +8 -8
- package/dist/stream/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 +12 -12
- package/dist/workflows/index.js +1 -1
- package/dist/workflows/legacy/index.cjs +22 -22
- package/dist/workflows/legacy/index.js +1 -1
- package/dist/workflows/workflow.d.ts.map +1 -1
- package/package.json +4 -4
- package/dist/chunk-F7OMDF5K.js.map +0 -1
- package/dist/chunk-QBPTDMR7.cjs.map +0 -1
|
@@ -370,7 +370,7 @@ async execute({runId,inputData,resumeData,state,setState,suspend,resume,[chunkAB
|
|
|
370
370
|
* Starts the workflow execution with the provided input
|
|
371
371
|
* @param input The input data for the workflow
|
|
372
372
|
* @returns A promise that resolves to the workflow output
|
|
373
|
-
*/async start(args){
|
|
373
|
+
*/async start(args){return this._start(args);}/**
|
|
374
374
|
* Starts the workflow execution with the provided input as a stream
|
|
375
375
|
* @param input The input data for the workflow
|
|
376
376
|
* @returns A promise that resolves to the workflow output
|
|
@@ -1294,5 +1294,5 @@ exports.tryStreamWithJsonFallback = tryStreamWithJsonFallback;
|
|
|
1294
1294
|
exports.updateStepInHierarchy = updateStepInHierarchy;
|
|
1295
1295
|
exports.validateStepInput = validateStepInput;
|
|
1296
1296
|
exports.workflowToStep = workflowToStep;
|
|
1297
|
-
//# sourceMappingURL=chunk-
|
|
1298
|
-
//# sourceMappingURL=chunk-
|
|
1297
|
+
//# sourceMappingURL=chunk-5CHZUAZV.cjs.map
|
|
1298
|
+
//# sourceMappingURL=chunk-5CHZUAZV.cjs.map
|