@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.
Files changed (56) hide show
  1. package/CHANGELOG.md +231 -0
  2. package/dist/agent/index.cjs +8 -8
  3. package/dist/agent/index.js +1 -1
  4. package/dist/{chunk-NY5XBRWW.cjs → chunk-3JVFFAJX.cjs} +6 -6
  5. package/dist/{chunk-NY5XBRWW.cjs.map → chunk-3JVFFAJX.cjs.map} +1 -1
  6. package/dist/{chunk-UQ4SRS66.cjs → chunk-4IJ4UDZX.cjs} +3 -3
  7. package/dist/{chunk-UQ4SRS66.cjs.map → chunk-4IJ4UDZX.cjs.map} +1 -1
  8. package/dist/{chunk-SK72J5NQ.js → chunk-4TQ4EBYX.js} +7 -7
  9. package/dist/{chunk-SK72J5NQ.js.map → chunk-4TQ4EBYX.js.map} +1 -1
  10. package/dist/{chunk-4X2YMIAC.js → chunk-4XSAZPPS.js} +3 -3
  11. package/dist/{chunk-4X2YMIAC.js.map → chunk-4XSAZPPS.js.map} +1 -1
  12. package/dist/{chunk-RNID4D45.js → chunk-5Q5Y34SS.js} +3 -3
  13. package/dist/{chunk-RNID4D45.js.map → chunk-5Q5Y34SS.js.map} +1 -1
  14. package/dist/{chunk-U4YBKYRI.cjs → chunk-64WGYTQK.cjs} +46 -46
  15. package/dist/{chunk-U4YBKYRI.cjs.map → chunk-64WGYTQK.cjs.map} +1 -1
  16. package/dist/{chunk-VJIWSASE.cjs → chunk-DBSVT6AR.cjs} +5 -5
  17. package/dist/{chunk-VJIWSASE.cjs.map → chunk-DBSVT6AR.cjs.map} +1 -1
  18. package/dist/{chunk-UZYMZNKB.js → chunk-NJ7TL3LQ.js} +4 -4
  19. package/dist/{chunk-UZYMZNKB.js.map → chunk-NJ7TL3LQ.js.map} +1 -1
  20. package/dist/{chunk-EFLVACWV.cjs → chunk-NKYWDNCI.cjs} +5 -5
  21. package/dist/{chunk-EFLVACWV.cjs.map → chunk-NKYWDNCI.cjs.map} +1 -1
  22. package/dist/{chunk-XXZUUDP4.cjs → chunk-NZG2JAKS.cjs} +15 -15
  23. package/dist/{chunk-XXZUUDP4.cjs.map → chunk-NZG2JAKS.cjs.map} +1 -1
  24. package/dist/{chunk-6BAACGEW.js → chunk-QTTWRCB5.js} +3 -3
  25. package/dist/{chunk-6BAACGEW.js.map → chunk-QTTWRCB5.js.map} +1 -1
  26. package/dist/{chunk-ZGSYSUIG.js → chunk-U2HKJZCI.js} +3 -3
  27. package/dist/{chunk-ZGSYSUIG.js.map → chunk-U2HKJZCI.js.map} +1 -1
  28. package/dist/datasets/index.cjs +11 -11
  29. package/dist/datasets/index.js +1 -1
  30. package/dist/docs/SKILL.md +1 -1
  31. package/dist/docs/assets/SOURCE_MAP.json +103 -103
  32. package/dist/evals/index.cjs +5 -5
  33. package/dist/evals/index.js +2 -2
  34. package/dist/evals/scoreTraces/index.cjs +3 -3
  35. package/dist/evals/scoreTraces/index.js +1 -1
  36. package/dist/index.cjs +2 -2
  37. package/dist/index.js +1 -1
  38. package/dist/loop/index.cjs +12 -12
  39. package/dist/loop/index.js +1 -1
  40. package/dist/mastra/index.cjs +2 -2
  41. package/dist/mastra/index.js +1 -1
  42. package/dist/memory/index.cjs +14 -14
  43. package/dist/memory/index.js +1 -1
  44. package/dist/processors/index.cjs +41 -41
  45. package/dist/processors/index.js +1 -1
  46. package/dist/relevance/index.cjs +3 -3
  47. package/dist/relevance/index.js +1 -1
  48. package/dist/stream/index.cjs +8 -8
  49. package/dist/stream/index.js +1 -1
  50. package/dist/tool-loop-agent/index.cjs +4 -4
  51. package/dist/tool-loop-agent/index.js +1 -1
  52. package/dist/workflows/evented/index.cjs +10 -10
  53. package/dist/workflows/evented/index.js +1 -1
  54. package/dist/workflows/index.cjs +25 -25
  55. package/dist/workflows/index.js +1 -1
  56. package/package.json +7 -7
@@ -1,104 +1,104 @@
1
1
  'use strict';
2
2
 
3
- var chunkUQ4SRS66_cjs = require('../chunk-UQ4SRS66.cjs');
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 chunkUQ4SRS66_cjs.DefaultExecutionEngine; }
9
+ get: function () { return chunk4IJ4UDZX_cjs.DefaultExecutionEngine; }
10
10
  });
11
11
  Object.defineProperty(exports, "ExecutionEngine", {
12
12
  enumerable: true,
13
- get: function () { return chunkUQ4SRS66_cjs.ExecutionEngine; }
13
+ get: function () { return chunk4IJ4UDZX_cjs.ExecutionEngine; }
14
14
  });
15
15
  Object.defineProperty(exports, "Run", {
16
16
  enumerable: true,
17
- get: function () { return chunkUQ4SRS66_cjs.Run; }
17
+ get: function () { return chunk4IJ4UDZX_cjs.Run; }
18
18
  });
19
19
  Object.defineProperty(exports, "Workflow", {
20
20
  enumerable: true,
21
- get: function () { return chunkUQ4SRS66_cjs.Workflow; }
21
+ get: function () { return chunk4IJ4UDZX_cjs.Workflow; }
22
22
  });
23
23
  Object.defineProperty(exports, "cleanStepResult", {
24
24
  enumerable: true,
25
- get: function () { return chunkUQ4SRS66_cjs.cleanStepResult; }
25
+ get: function () { return chunk4IJ4UDZX_cjs.cleanStepResult; }
26
26
  });
27
27
  Object.defineProperty(exports, "cloneStep", {
28
28
  enumerable: true,
29
- get: function () { return chunkUQ4SRS66_cjs.cloneStep; }
29
+ get: function () { return chunk4IJ4UDZX_cjs.cloneStep; }
30
30
  });
31
31
  Object.defineProperty(exports, "cloneWorkflow", {
32
32
  enumerable: true,
33
- get: function () { return chunkUQ4SRS66_cjs.cloneWorkflow; }
33
+ get: function () { return chunk4IJ4UDZX_cjs.cloneWorkflow; }
34
34
  });
35
35
  Object.defineProperty(exports, "createDeprecationProxy", {
36
36
  enumerable: true,
37
- get: function () { return chunkUQ4SRS66_cjs.createDeprecationProxy; }
37
+ get: function () { return chunk4IJ4UDZX_cjs.createDeprecationProxy; }
38
38
  });
39
39
  Object.defineProperty(exports, "createStep", {
40
40
  enumerable: true,
41
- get: function () { return chunkUQ4SRS66_cjs.createStep; }
41
+ get: function () { return chunk4IJ4UDZX_cjs.createStep; }
42
42
  });
43
43
  Object.defineProperty(exports, "createTimeTravelExecutionParams", {
44
44
  enumerable: true,
45
- get: function () { return chunkUQ4SRS66_cjs.createTimeTravelExecutionParams; }
45
+ get: function () { return chunk4IJ4UDZX_cjs.createTimeTravelExecutionParams; }
46
46
  });
47
47
  Object.defineProperty(exports, "createWorkflow", {
48
48
  enumerable: true,
49
- get: function () { return chunkUQ4SRS66_cjs.createWorkflow; }
49
+ get: function () { return chunk4IJ4UDZX_cjs.createWorkflow; }
50
50
  });
51
51
  Object.defineProperty(exports, "getResumeLabelsByStepId", {
52
52
  enumerable: true,
53
- get: function () { return chunkUQ4SRS66_cjs.getResumeLabelsByStepId; }
53
+ get: function () { return chunk4IJ4UDZX_cjs.getResumeLabelsByStepId; }
54
54
  });
55
55
  Object.defineProperty(exports, "getStepIds", {
56
56
  enumerable: true,
57
- get: function () { return chunkUQ4SRS66_cjs.getStepIds; }
57
+ get: function () { return chunk4IJ4UDZX_cjs.getStepIds; }
58
58
  });
59
59
  Object.defineProperty(exports, "getStepResult", {
60
60
  enumerable: true,
61
- get: function () { return chunkUQ4SRS66_cjs.getStepResult; }
61
+ get: function () { return chunk4IJ4UDZX_cjs.getStepResult; }
62
62
  });
63
63
  Object.defineProperty(exports, "getZodErrors", {
64
64
  enumerable: true,
65
- get: function () { return chunkUQ4SRS66_cjs.getZodErrors; }
65
+ get: function () { return chunk4IJ4UDZX_cjs.getZodErrors; }
66
66
  });
67
67
  Object.defineProperty(exports, "hydrateSerializedStepErrors", {
68
68
  enumerable: true,
69
- get: function () { return chunkUQ4SRS66_cjs.hydrateSerializedStepErrors; }
69
+ get: function () { return chunk4IJ4UDZX_cjs.hydrateSerializedStepErrors; }
70
70
  });
71
71
  Object.defineProperty(exports, "isProcessor", {
72
72
  enumerable: true,
73
- get: function () { return chunkUQ4SRS66_cjs.isProcessor; }
73
+ get: function () { return chunk4IJ4UDZX_cjs.isProcessor; }
74
74
  });
75
75
  Object.defineProperty(exports, "mapVariable", {
76
76
  enumerable: true,
77
- get: function () { return chunkUQ4SRS66_cjs.mapVariable; }
77
+ get: function () { return chunk4IJ4UDZX_cjs.mapVariable; }
78
78
  });
79
79
  Object.defineProperty(exports, "runCountDeprecationMessage", {
80
80
  enumerable: true,
81
- get: function () { return chunkUQ4SRS66_cjs.runCountDeprecationMessage; }
81
+ get: function () { return chunk4IJ4UDZX_cjs.runCountDeprecationMessage; }
82
82
  });
83
83
  Object.defineProperty(exports, "validateStepInput", {
84
84
  enumerable: true,
85
- get: function () { return chunkUQ4SRS66_cjs.validateStepInput; }
85
+ get: function () { return chunk4IJ4UDZX_cjs.validateStepInput; }
86
86
  });
87
87
  Object.defineProperty(exports, "validateStepRequestContext", {
88
88
  enumerable: true,
89
- get: function () { return chunkUQ4SRS66_cjs.validateStepRequestContext; }
89
+ get: function () { return chunk4IJ4UDZX_cjs.validateStepRequestContext; }
90
90
  });
91
91
  Object.defineProperty(exports, "validateStepResumeData", {
92
92
  enumerable: true,
93
- get: function () { return chunkUQ4SRS66_cjs.validateStepResumeData; }
93
+ get: function () { return chunk4IJ4UDZX_cjs.validateStepResumeData; }
94
94
  });
95
95
  Object.defineProperty(exports, "validateStepStateData", {
96
96
  enumerable: true,
97
- get: function () { return chunkUQ4SRS66_cjs.validateStepStateData; }
97
+ get: function () { return chunk4IJ4UDZX_cjs.validateStepStateData; }
98
98
  });
99
99
  Object.defineProperty(exports, "validateStepSuspendData", {
100
100
  enumerable: true,
101
- get: function () { return chunkUQ4SRS66_cjs.validateStepSuspendData; }
101
+ get: function () { return chunk4IJ4UDZX_cjs.validateStepSuspendData; }
102
102
  });
103
103
  //# sourceMappingURL=index.cjs.map
104
104
  //# sourceMappingURL=index.cjs.map
@@ -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-4X2YMIAC.js';
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-alpha.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.5",
260
- "@internal/ai-v6": "0.0.5",
261
- "@internal/external-types": "0.0.8",
262
- "@internal/lint": "0.0.58",
263
- "@internal/ai-sdk-v5": "0.0.5",
264
- "@internal/types-builder": "0.0.33"
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"