@mastra/core 0.19.0-alpha.1 → 0.19.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 (52) hide show
  1. package/CHANGELOG.md +59 -0
  2. package/dist/agent/index.cjs +8 -8
  3. package/dist/agent/index.js +1 -1
  4. package/dist/agent/input-processor/index.cjs +6 -6
  5. package/dist/agent/input-processor/index.js +1 -1
  6. package/dist/{chunk-LT6NPN3E.js → chunk-5BQOHHCI.js} +3 -3
  7. package/dist/{chunk-LT6NPN3E.js.map → chunk-5BQOHHCI.js.map} +1 -1
  8. package/dist/{chunk-YJQDN37F.cjs → chunk-BCWRUNMS.cjs} +4 -4
  9. package/dist/{chunk-YJQDN37F.cjs.map → chunk-BCWRUNMS.cjs.map} +1 -1
  10. package/dist/{chunk-JWSZSM7U.js → chunk-COC64XPP.js} +3 -3
  11. package/dist/{chunk-JWSZSM7U.js.map → chunk-COC64XPP.js.map} +1 -1
  12. package/dist/{chunk-OSZMRVWP.js → chunk-FV3SA5TI.js} +3 -3
  13. package/dist/{chunk-OSZMRVWP.js.map → chunk-FV3SA5TI.js.map} +1 -1
  14. package/dist/{chunk-4LGYM3WV.cjs → chunk-HNBU4PI7.cjs} +4 -4
  15. package/dist/{chunk-4LGYM3WV.cjs.map → chunk-HNBU4PI7.cjs.map} +1 -1
  16. package/dist/{chunk-JJW5JU2G.js → chunk-JKLLXBOY.js} +3 -3
  17. package/dist/{chunk-JJW5JU2G.js.map → chunk-JKLLXBOY.js.map} +1 -1
  18. package/dist/{chunk-47WWN5FW.cjs → chunk-LZBVDMVQ.cjs} +7 -7
  19. package/dist/{chunk-47WWN5FW.cjs.map → chunk-LZBVDMVQ.cjs.map} +1 -1
  20. package/dist/{chunk-3CCJVNYI.cjs → chunk-PG6ZNDSR.cjs} +12 -12
  21. package/dist/{chunk-3CCJVNYI.cjs.map → chunk-PG6ZNDSR.cjs.map} +1 -1
  22. package/dist/{chunk-PLATPKJA.cjs → chunk-RNIY63FP.cjs} +3 -3
  23. package/dist/{chunk-PLATPKJA.cjs.map → chunk-RNIY63FP.cjs.map} +1 -1
  24. package/dist/{chunk-MAGA2UEJ.js → chunk-VWO3JJXC.js} +3 -3
  25. package/dist/{chunk-MAGA2UEJ.js.map → chunk-VWO3JJXC.js.map} +1 -1
  26. package/dist/index.cjs +19 -19
  27. package/dist/index.js +4 -4
  28. package/dist/loop/index.cjs +2 -2
  29. package/dist/loop/index.js +1 -1
  30. package/dist/mastra/index.cjs +2 -2
  31. package/dist/mastra/index.js +1 -1
  32. package/dist/network/vNext/index.cjs +28 -28
  33. package/dist/network/vNext/index.cjs.map +1 -1
  34. package/dist/network/vNext/index.js +2 -2
  35. package/dist/network/vNext/index.js.map +1 -1
  36. package/dist/processors/index.cjs +10 -10
  37. package/dist/processors/index.js +1 -1
  38. package/dist/relevance/index.cjs +4 -4
  39. package/dist/relevance/index.js +1 -1
  40. package/dist/scores/index.cjs +4 -4
  41. package/dist/scores/index.js +1 -1
  42. package/dist/scores/scoreTraces/index.cjs +3 -3
  43. package/dist/scores/scoreTraces/index.js +1 -1
  44. package/dist/stream/index.cjs +4 -4
  45. package/dist/stream/index.js +1 -1
  46. package/dist/workflows/evented/index.cjs +10 -10
  47. package/dist/workflows/evented/index.js +1 -1
  48. package/dist/workflows/index.cjs +12 -12
  49. package/dist/workflows/index.js +1 -1
  50. package/dist/workflows/legacy/index.cjs +22 -22
  51. package/dist/workflows/legacy/index.js +1 -1
  52. package/package.json +3 -3
@@ -1,52 +1,52 @@
1
1
  'use strict';
2
2
 
3
- var chunkPLATPKJA_cjs = require('../chunk-PLATPKJA.cjs');
3
+ var chunkRNIY63FP_cjs = require('../chunk-RNIY63FP.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "DefaultExecutionEngine", {
8
8
  enumerable: true,
9
- get: function () { return chunkPLATPKJA_cjs.DefaultExecutionEngine; }
9
+ get: function () { return chunkRNIY63FP_cjs.DefaultExecutionEngine; }
10
10
  });
11
11
  Object.defineProperty(exports, "ExecutionEngine", {
12
12
  enumerable: true,
13
- get: function () { return chunkPLATPKJA_cjs.ExecutionEngine; }
13
+ get: function () { return chunkRNIY63FP_cjs.ExecutionEngine; }
14
14
  });
15
15
  Object.defineProperty(exports, "Run", {
16
16
  enumerable: true,
17
- get: function () { return chunkPLATPKJA_cjs.Run; }
17
+ get: function () { return chunkRNIY63FP_cjs.Run; }
18
18
  });
19
19
  Object.defineProperty(exports, "Workflow", {
20
20
  enumerable: true,
21
- get: function () { return chunkPLATPKJA_cjs.Workflow; }
21
+ get: function () { return chunkRNIY63FP_cjs.Workflow; }
22
22
  });
23
23
  Object.defineProperty(exports, "cloneStep", {
24
24
  enumerable: true,
25
- get: function () { return chunkPLATPKJA_cjs.cloneStep; }
25
+ get: function () { return chunkRNIY63FP_cjs.cloneStep; }
26
26
  });
27
27
  Object.defineProperty(exports, "cloneWorkflow", {
28
28
  enumerable: true,
29
- get: function () { return chunkPLATPKJA_cjs.cloneWorkflow; }
29
+ get: function () { return chunkRNIY63FP_cjs.cloneWorkflow; }
30
30
  });
31
31
  Object.defineProperty(exports, "createStep", {
32
32
  enumerable: true,
33
- get: function () { return chunkPLATPKJA_cjs.createStep; }
33
+ get: function () { return chunkRNIY63FP_cjs.createStep; }
34
34
  });
35
35
  Object.defineProperty(exports, "createWorkflow", {
36
36
  enumerable: true,
37
- get: function () { return chunkPLATPKJA_cjs.createWorkflow; }
37
+ get: function () { return chunkRNIY63FP_cjs.createWorkflow; }
38
38
  });
39
39
  Object.defineProperty(exports, "getStepResult", {
40
40
  enumerable: true,
41
- get: function () { return chunkPLATPKJA_cjs.getStepResult; }
41
+ get: function () { return chunkRNIY63FP_cjs.getStepResult; }
42
42
  });
43
43
  Object.defineProperty(exports, "mapVariable", {
44
44
  enumerable: true,
45
- get: function () { return chunkPLATPKJA_cjs.mapVariable; }
45
+ get: function () { return chunkRNIY63FP_cjs.mapVariable; }
46
46
  });
47
47
  Object.defineProperty(exports, "validateStepInput", {
48
48
  enumerable: true,
49
- get: function () { return chunkPLATPKJA_cjs.validateStepInput; }
49
+ get: function () { return chunkRNIY63FP_cjs.validateStepInput; }
50
50
  });
51
51
  //# sourceMappingURL=index.cjs.map
52
52
  //# sourceMappingURL=index.cjs.map
@@ -1,3 +1,3 @@
1
- export { DefaultExecutionEngine, ExecutionEngine, Run, Workflow, cloneStep, cloneWorkflow, createStep, createWorkflow, getStepResult, mapVariable, validateStepInput } from '../chunk-JJW5JU2G.js';
1
+ export { DefaultExecutionEngine, ExecutionEngine, Run, Workflow, cloneStep, cloneWorkflow, createStep, createWorkflow, getStepResult, mapVariable, validateStepInput } from '../chunk-JKLLXBOY.js';
2
2
  //# sourceMappingURL=index.js.map
3
3
  //# sourceMappingURL=index.js.map
@@ -1,92 +1,92 @@
1
1
  'use strict';
2
2
 
3
- var chunkPLATPKJA_cjs = require('../../chunk-PLATPKJA.cjs');
3
+ var chunkRNIY63FP_cjs = require('../../chunk-RNIY63FP.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "LegacyStep", {
8
8
  enumerable: true,
9
- get: function () { return chunkPLATPKJA_cjs.LegacyStep; }
9
+ get: function () { return chunkRNIY63FP_cjs.LegacyStep; }
10
10
  });
11
11
  Object.defineProperty(exports, "LegacyWorkflow", {
12
12
  enumerable: true,
13
- get: function () { return chunkPLATPKJA_cjs.LegacyWorkflow; }
13
+ get: function () { return chunkRNIY63FP_cjs.LegacyWorkflow; }
14
14
  });
15
15
  Object.defineProperty(exports, "WhenConditionReturnValue", {
16
16
  enumerable: true,
17
- get: function () { return chunkPLATPKJA_cjs.WhenConditionReturnValue; }
17
+ get: function () { return chunkRNIY63FP_cjs.WhenConditionReturnValue; }
18
18
  });
19
19
  Object.defineProperty(exports, "agentToStep", {
20
20
  enumerable: true,
21
- get: function () { return chunkPLATPKJA_cjs.agentToStep; }
21
+ get: function () { return chunkRNIY63FP_cjs.agentToStep; }
22
22
  });
23
23
  Object.defineProperty(exports, "getActivePathsAndStatus", {
24
24
  enumerable: true,
25
- get: function () { return chunkPLATPKJA_cjs.getActivePathsAndStatus; }
25
+ get: function () { return chunkRNIY63FP_cjs.getActivePathsAndStatus; }
26
26
  });
27
27
  Object.defineProperty(exports, "getResultActivePaths", {
28
28
  enumerable: true,
29
- get: function () { return chunkPLATPKJA_cjs.getResultActivePaths; }
29
+ get: function () { return chunkRNIY63FP_cjs.getResultActivePaths; }
30
30
  });
31
31
  Object.defineProperty(exports, "getStepResult", {
32
32
  enumerable: true,
33
- get: function () { return chunkPLATPKJA_cjs.getStepResult2; }
33
+ get: function () { return chunkRNIY63FP_cjs.getStepResult2; }
34
34
  });
35
35
  Object.defineProperty(exports, "getSuspendedPaths", {
36
36
  enumerable: true,
37
- get: function () { return chunkPLATPKJA_cjs.getSuspendedPaths; }
37
+ get: function () { return chunkRNIY63FP_cjs.getSuspendedPaths; }
38
38
  });
39
39
  Object.defineProperty(exports, "isAgent", {
40
40
  enumerable: true,
41
- get: function () { return chunkPLATPKJA_cjs.isAgent; }
41
+ get: function () { return chunkRNIY63FP_cjs.isAgent; }
42
42
  });
43
43
  Object.defineProperty(exports, "isConditionalKey", {
44
44
  enumerable: true,
45
- get: function () { return chunkPLATPKJA_cjs.isConditionalKey; }
45
+ get: function () { return chunkRNIY63FP_cjs.isConditionalKey; }
46
46
  });
47
47
  Object.defineProperty(exports, "isErrorEvent", {
48
48
  enumerable: true,
49
- get: function () { return chunkPLATPKJA_cjs.isErrorEvent; }
49
+ get: function () { return chunkRNIY63FP_cjs.isErrorEvent; }
50
50
  });
51
51
  Object.defineProperty(exports, "isFinalState", {
52
52
  enumerable: true,
53
- get: function () { return chunkPLATPKJA_cjs.isFinalState; }
53
+ get: function () { return chunkRNIY63FP_cjs.isFinalState; }
54
54
  });
55
55
  Object.defineProperty(exports, "isLimboState", {
56
56
  enumerable: true,
57
- get: function () { return chunkPLATPKJA_cjs.isLimboState; }
57
+ get: function () { return chunkRNIY63FP_cjs.isLimboState; }
58
58
  });
59
59
  Object.defineProperty(exports, "isTransitionEvent", {
60
60
  enumerable: true,
61
- get: function () { return chunkPLATPKJA_cjs.isTransitionEvent; }
61
+ get: function () { return chunkRNIY63FP_cjs.isTransitionEvent; }
62
62
  });
63
63
  Object.defineProperty(exports, "isVariableReference", {
64
64
  enumerable: true,
65
- get: function () { return chunkPLATPKJA_cjs.isVariableReference; }
65
+ get: function () { return chunkRNIY63FP_cjs.isVariableReference; }
66
66
  });
67
67
  Object.defineProperty(exports, "isWorkflow", {
68
68
  enumerable: true,
69
- get: function () { return chunkPLATPKJA_cjs.isWorkflow; }
69
+ get: function () { return chunkRNIY63FP_cjs.isWorkflow; }
70
70
  });
71
71
  Object.defineProperty(exports, "mergeChildValue", {
72
72
  enumerable: true,
73
- get: function () { return chunkPLATPKJA_cjs.mergeChildValue; }
73
+ get: function () { return chunkRNIY63FP_cjs.mergeChildValue; }
74
74
  });
75
75
  Object.defineProperty(exports, "recursivelyCheckForFinalState", {
76
76
  enumerable: true,
77
- get: function () { return chunkPLATPKJA_cjs.recursivelyCheckForFinalState; }
77
+ get: function () { return chunkRNIY63FP_cjs.recursivelyCheckForFinalState; }
78
78
  });
79
79
  Object.defineProperty(exports, "resolveVariables", {
80
80
  enumerable: true,
81
- get: function () { return chunkPLATPKJA_cjs.resolveVariables; }
81
+ get: function () { return chunkRNIY63FP_cjs.resolveVariables; }
82
82
  });
83
83
  Object.defineProperty(exports, "updateStepInHierarchy", {
84
84
  enumerable: true,
85
- get: function () { return chunkPLATPKJA_cjs.updateStepInHierarchy; }
85
+ get: function () { return chunkRNIY63FP_cjs.updateStepInHierarchy; }
86
86
  });
87
87
  Object.defineProperty(exports, "workflowToStep", {
88
88
  enumerable: true,
89
- get: function () { return chunkPLATPKJA_cjs.workflowToStep; }
89
+ get: function () { return chunkRNIY63FP_cjs.workflowToStep; }
90
90
  });
91
91
  //# sourceMappingURL=index.cjs.map
92
92
  //# sourceMappingURL=index.cjs.map
@@ -1,3 +1,3 @@
1
- export { LegacyStep, LegacyWorkflow, WhenConditionReturnValue, agentToStep, getActivePathsAndStatus, getResultActivePaths, getStepResult2 as getStepResult, getSuspendedPaths, isAgent, isConditionalKey, isErrorEvent, isFinalState, isLimboState, isTransitionEvent, isVariableReference, isWorkflow, mergeChildValue, recursivelyCheckForFinalState, resolveVariables, updateStepInHierarchy, workflowToStep } from '../../chunk-JJW5JU2G.js';
1
+ export { LegacyStep, LegacyWorkflow, WhenConditionReturnValue, agentToStep, getActivePathsAndStatus, getResultActivePaths, getStepResult2 as getStepResult, getSuspendedPaths, isAgent, isConditionalKey, isErrorEvent, isFinalState, isLimboState, isTransitionEvent, isVariableReference, isWorkflow, mergeChildValue, recursivelyCheckForFinalState, resolveVariables, updateStepInHierarchy, workflowToStep } from '../../chunk-JKLLXBOY.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": "0.19.0-alpha.1",
3
+ "version": "0.19.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -239,8 +239,8 @@
239
239
  "typescript": "^5.8.3",
240
240
  "vitest": "^3.2.4",
241
241
  "zod": "^3.25.76",
242
- "@internal/lint": "0.0.42",
243
- "@internal/types-builder": "0.0.17"
242
+ "@internal/types-builder": "0.0.18",
243
+ "@internal/lint": "0.0.43"
244
244
  },
245
245
  "engines": {
246
246
  "node": ">=20"