@mastra/core 1.4.0-alpha.0 → 1.4.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 +231 -0
- package/dist/agent/index.cjs +8 -8
- package/dist/agent/index.js +1 -1
- package/dist/{chunk-NY5XBRWW.cjs → chunk-3JVFFAJX.cjs} +6 -6
- package/dist/{chunk-NY5XBRWW.cjs.map → chunk-3JVFFAJX.cjs.map} +1 -1
- package/dist/{chunk-UQ4SRS66.cjs → chunk-4IJ4UDZX.cjs} +3 -3
- package/dist/{chunk-UQ4SRS66.cjs.map → chunk-4IJ4UDZX.cjs.map} +1 -1
- package/dist/{chunk-SK72J5NQ.js → chunk-4TQ4EBYX.js} +7 -7
- package/dist/{chunk-SK72J5NQ.js.map → chunk-4TQ4EBYX.js.map} +1 -1
- package/dist/{chunk-4X2YMIAC.js → chunk-4XSAZPPS.js} +3 -3
- package/dist/{chunk-4X2YMIAC.js.map → chunk-4XSAZPPS.js.map} +1 -1
- package/dist/{chunk-RNID4D45.js → chunk-5Q5Y34SS.js} +3 -3
- package/dist/{chunk-RNID4D45.js.map → chunk-5Q5Y34SS.js.map} +1 -1
- package/dist/{chunk-U4YBKYRI.cjs → chunk-64WGYTQK.cjs} +46 -46
- package/dist/{chunk-U4YBKYRI.cjs.map → chunk-64WGYTQK.cjs.map} +1 -1
- package/dist/{chunk-VJIWSASE.cjs → chunk-DBSVT6AR.cjs} +5 -5
- package/dist/{chunk-VJIWSASE.cjs.map → chunk-DBSVT6AR.cjs.map} +1 -1
- package/dist/{chunk-UZYMZNKB.js → chunk-NJ7TL3LQ.js} +4 -4
- package/dist/{chunk-UZYMZNKB.js.map → chunk-NJ7TL3LQ.js.map} +1 -1
- package/dist/{chunk-EFLVACWV.cjs → chunk-NKYWDNCI.cjs} +5 -5
- package/dist/{chunk-EFLVACWV.cjs.map → chunk-NKYWDNCI.cjs.map} +1 -1
- package/dist/{chunk-XXZUUDP4.cjs → chunk-NZG2JAKS.cjs} +15 -15
- package/dist/{chunk-XXZUUDP4.cjs.map → chunk-NZG2JAKS.cjs.map} +1 -1
- package/dist/{chunk-6BAACGEW.js → chunk-QTTWRCB5.js} +3 -3
- package/dist/{chunk-6BAACGEW.js.map → chunk-QTTWRCB5.js.map} +1 -1
- package/dist/{chunk-ZGSYSUIG.js → chunk-U2HKJZCI.js} +3 -3
- package/dist/{chunk-ZGSYSUIG.js.map → chunk-U2HKJZCI.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 +103 -103
- 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/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/dist/loop/index.cjs +12 -12
- 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/processors/index.cjs +41 -41
- 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 +7 -7
package/dist/workflows/index.cjs
CHANGED
|
@@ -1,104 +1,104 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk4IJ4UDZX_cjs = require('../chunk-4IJ4UDZX.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "DefaultExecutionEngine", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunk4IJ4UDZX_cjs.DefaultExecutionEngine; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "ExecutionEngine", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunk4IJ4UDZX_cjs.ExecutionEngine; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "Run", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunk4IJ4UDZX_cjs.Run; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "Workflow", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunk4IJ4UDZX_cjs.Workflow; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "cleanStepResult", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunk4IJ4UDZX_cjs.cleanStepResult; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "cloneStep", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunk4IJ4UDZX_cjs.cloneStep; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "cloneWorkflow", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunk4IJ4UDZX_cjs.cloneWorkflow; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "createDeprecationProxy", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunk4IJ4UDZX_cjs.createDeprecationProxy; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "createStep", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunk4IJ4UDZX_cjs.createStep; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "createTimeTravelExecutionParams", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunk4IJ4UDZX_cjs.createTimeTravelExecutionParams; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "createWorkflow", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunk4IJ4UDZX_cjs.createWorkflow; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "getResumeLabelsByStepId", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunk4IJ4UDZX_cjs.getResumeLabelsByStepId; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "getStepIds", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunk4IJ4UDZX_cjs.getStepIds; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "getStepResult", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunk4IJ4UDZX_cjs.getStepResult; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "getZodErrors", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunk4IJ4UDZX_cjs.getZodErrors; }
|
|
66
66
|
});
|
|
67
67
|
Object.defineProperty(exports, "hydrateSerializedStepErrors", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunk4IJ4UDZX_cjs.hydrateSerializedStepErrors; }
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(exports, "isProcessor", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunk4IJ4UDZX_cjs.isProcessor; }
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(exports, "mapVariable", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunk4IJ4UDZX_cjs.mapVariable; }
|
|
78
78
|
});
|
|
79
79
|
Object.defineProperty(exports, "runCountDeprecationMessage", {
|
|
80
80
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunk4IJ4UDZX_cjs.runCountDeprecationMessage; }
|
|
82
82
|
});
|
|
83
83
|
Object.defineProperty(exports, "validateStepInput", {
|
|
84
84
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunk4IJ4UDZX_cjs.validateStepInput; }
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(exports, "validateStepRequestContext", {
|
|
88
88
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunk4IJ4UDZX_cjs.validateStepRequestContext; }
|
|
90
90
|
});
|
|
91
91
|
Object.defineProperty(exports, "validateStepResumeData", {
|
|
92
92
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunk4IJ4UDZX_cjs.validateStepResumeData; }
|
|
94
94
|
});
|
|
95
95
|
Object.defineProperty(exports, "validateStepStateData", {
|
|
96
96
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunk4IJ4UDZX_cjs.validateStepStateData; }
|
|
98
98
|
});
|
|
99
99
|
Object.defineProperty(exports, "validateStepSuspendData", {
|
|
100
100
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunk4IJ4UDZX_cjs.validateStepSuspendData; }
|
|
102
102
|
});
|
|
103
103
|
//# sourceMappingURL=index.cjs.map
|
|
104
104
|
//# sourceMappingURL=index.cjs.map
|
package/dist/workflows/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { DefaultExecutionEngine, ExecutionEngine, Run, Workflow, cleanStepResult, cloneStep, cloneWorkflow, createDeprecationProxy, createStep, createTimeTravelExecutionParams, createWorkflow, getResumeLabelsByStepId, getStepIds, getStepResult, getZodErrors, hydrateSerializedStepErrors, isProcessor, mapVariable, runCountDeprecationMessage, validateStepInput, validateStepRequestContext, validateStepResumeData, validateStepStateData, validateStepSuspendData } from '../chunk-
|
|
1
|
+
export { DefaultExecutionEngine, ExecutionEngine, Run, Workflow, cleanStepResult, cloneStep, cloneWorkflow, createDeprecationProxy, createStep, createTimeTravelExecutionParams, createWorkflow, getResumeLabelsByStepId, getStepIds, getStepResult, getZodErrors, hydrateSerializedStepErrors, isProcessor, mapVariable, runCountDeprecationMessage, validateStepInput, validateStepRequestContext, validateStepResumeData, validateStepStateData, validateStepSuspendData } from '../chunk-4XSAZPPS.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/core",
|
|
3
|
-
"version": "1.4.0
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -256,12 +256,12 @@
|
|
|
256
256
|
"typescript": "^5.9.3",
|
|
257
257
|
"vitest": "4.0.16",
|
|
258
258
|
"zod": "^3.25.76",
|
|
259
|
-
"@internal/ai-sdk-v4": "0.0.
|
|
260
|
-
"@internal/ai-
|
|
261
|
-
"@internal/
|
|
262
|
-
"@internal/
|
|
263
|
-
"@internal/
|
|
264
|
-
"@internal/types-builder": "0.0.
|
|
259
|
+
"@internal/ai-sdk-v4": "0.0.6",
|
|
260
|
+
"@internal/ai-sdk-v5": "0.0.6",
|
|
261
|
+
"@internal/ai-v6": "0.0.6",
|
|
262
|
+
"@internal/external-types": "0.0.9",
|
|
263
|
+
"@internal/lint": "0.0.59",
|
|
264
|
+
"@internal/types-builder": "0.0.34"
|
|
265
265
|
},
|
|
266
266
|
"engines": {
|
|
267
267
|
"node": ">=22.13.0"
|