@mastra/core 0.16.0-alpha.0 → 0.16.0-alpha.1

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 +6 -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-XDSZO4OG.cjs → chunk-2BFCQRWV.cjs} +7 -7
  7. package/dist/{chunk-XDSZO4OG.cjs.map → chunk-2BFCQRWV.cjs.map} +1 -1
  8. package/dist/{chunk-KPEYRIL4.cjs → chunk-7GYN2OE3.cjs} +3 -3
  9. package/dist/chunk-7GYN2OE3.cjs.map +1 -0
  10. package/dist/{chunk-FAGDTY7M.js → chunk-A5VGUE2H.js} +3 -3
  11. package/dist/{chunk-FAGDTY7M.js.map → chunk-A5VGUE2H.js.map} +1 -1
  12. package/dist/{chunk-AJXRKF6P.js → chunk-D2Y5SXZN.js} +4 -4
  13. package/dist/{chunk-AJXRKF6P.js.map → chunk-D2Y5SXZN.js.map} +1 -1
  14. package/dist/{chunk-OX7VSHIN.cjs → chunk-DRMT4EQA.cjs} +4 -4
  15. package/dist/{chunk-OX7VSHIN.cjs.map → chunk-DRMT4EQA.cjs.map} +1 -1
  16. package/dist/{chunk-FCNVKNBE.js → chunk-JT2QXHUD.js} +3 -3
  17. package/dist/{chunk-FCNVKNBE.js.map → chunk-JT2QXHUD.js.map} +1 -1
  18. package/dist/{chunk-UM2UEDFU.js → chunk-MMYGYTJK.js} +3 -3
  19. package/dist/{chunk-UM2UEDFU.js.map → chunk-MMYGYTJK.js.map} +1 -1
  20. package/dist/{chunk-FTDWZOPH.cjs → chunk-SLDGELU7.cjs} +7 -7
  21. package/dist/{chunk-FTDWZOPH.cjs.map → chunk-SLDGELU7.cjs.map} +1 -1
  22. package/dist/{chunk-JBCB54LR.cjs → chunk-YEZD4ZLX.cjs} +6 -6
  23. package/dist/{chunk-JBCB54LR.cjs.map → chunk-YEZD4ZLX.cjs.map} +1 -1
  24. package/dist/{chunk-RRBS3FVU.js → chunk-YILDTNQM.js} +3 -3
  25. package/dist/chunk-YILDTNQM.js.map +1 -0
  26. package/dist/index.cjs +17 -17
  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/index.cjs +2 -2
  33. package/dist/network/index.js +1 -1
  34. package/dist/network/vNext/index.cjs +12 -12
  35. package/dist/network/vNext/index.js +1 -1
  36. package/dist/processors/index.cjs +8 -8
  37. package/dist/processors/index.js +2 -2
  38. package/dist/relevance/index.cjs +4 -4
  39. package/dist/relevance/index.js +1 -1
  40. package/dist/scores/index.cjs +8 -8
  41. package/dist/scores/index.js +1 -1
  42. package/dist/stream/index.cjs +3 -3
  43. package/dist/stream/index.js +1 -1
  44. package/dist/workflows/evented/index.cjs +10 -10
  45. package/dist/workflows/evented/index.js +1 -1
  46. package/dist/workflows/index.cjs +10 -10
  47. package/dist/workflows/index.js +1 -1
  48. package/dist/workflows/legacy/index.cjs +22 -22
  49. package/dist/workflows/legacy/index.js +1 -1
  50. package/package.json +1 -1
  51. package/dist/chunk-KPEYRIL4.cjs.map +0 -1
  52. package/dist/chunk-RRBS3FVU.js.map +0 -1
@@ -1,92 +1,92 @@
1
1
  'use strict';
2
2
 
3
- var chunkKPEYRIL4_cjs = require('../../chunk-KPEYRIL4.cjs');
3
+ var chunk7GYN2OE3_cjs = require('../../chunk-7GYN2OE3.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "LegacyStep", {
8
8
  enumerable: true,
9
- get: function () { return chunkKPEYRIL4_cjs.LegacyStep; }
9
+ get: function () { return chunk7GYN2OE3_cjs.LegacyStep; }
10
10
  });
11
11
  Object.defineProperty(exports, "LegacyWorkflow", {
12
12
  enumerable: true,
13
- get: function () { return chunkKPEYRIL4_cjs.LegacyWorkflow; }
13
+ get: function () { return chunk7GYN2OE3_cjs.LegacyWorkflow; }
14
14
  });
15
15
  Object.defineProperty(exports, "WhenConditionReturnValue", {
16
16
  enumerable: true,
17
- get: function () { return chunkKPEYRIL4_cjs.WhenConditionReturnValue; }
17
+ get: function () { return chunk7GYN2OE3_cjs.WhenConditionReturnValue; }
18
18
  });
19
19
  Object.defineProperty(exports, "agentToStep", {
20
20
  enumerable: true,
21
- get: function () { return chunkKPEYRIL4_cjs.agentToStep; }
21
+ get: function () { return chunk7GYN2OE3_cjs.agentToStep; }
22
22
  });
23
23
  Object.defineProperty(exports, "getActivePathsAndStatus", {
24
24
  enumerable: true,
25
- get: function () { return chunkKPEYRIL4_cjs.getActivePathsAndStatus; }
25
+ get: function () { return chunk7GYN2OE3_cjs.getActivePathsAndStatus; }
26
26
  });
27
27
  Object.defineProperty(exports, "getResultActivePaths", {
28
28
  enumerable: true,
29
- get: function () { return chunkKPEYRIL4_cjs.getResultActivePaths; }
29
+ get: function () { return chunk7GYN2OE3_cjs.getResultActivePaths; }
30
30
  });
31
31
  Object.defineProperty(exports, "getStepResult", {
32
32
  enumerable: true,
33
- get: function () { return chunkKPEYRIL4_cjs.getStepResult; }
33
+ get: function () { return chunk7GYN2OE3_cjs.getStepResult; }
34
34
  });
35
35
  Object.defineProperty(exports, "getSuspendedPaths", {
36
36
  enumerable: true,
37
- get: function () { return chunkKPEYRIL4_cjs.getSuspendedPaths; }
37
+ get: function () { return chunk7GYN2OE3_cjs.getSuspendedPaths; }
38
38
  });
39
39
  Object.defineProperty(exports, "isAgent", {
40
40
  enumerable: true,
41
- get: function () { return chunkKPEYRIL4_cjs.isAgent; }
41
+ get: function () { return chunk7GYN2OE3_cjs.isAgent; }
42
42
  });
43
43
  Object.defineProperty(exports, "isConditionalKey", {
44
44
  enumerable: true,
45
- get: function () { return chunkKPEYRIL4_cjs.isConditionalKey; }
45
+ get: function () { return chunk7GYN2OE3_cjs.isConditionalKey; }
46
46
  });
47
47
  Object.defineProperty(exports, "isErrorEvent", {
48
48
  enumerable: true,
49
- get: function () { return chunkKPEYRIL4_cjs.isErrorEvent; }
49
+ get: function () { return chunk7GYN2OE3_cjs.isErrorEvent; }
50
50
  });
51
51
  Object.defineProperty(exports, "isFinalState", {
52
52
  enumerable: true,
53
- get: function () { return chunkKPEYRIL4_cjs.isFinalState; }
53
+ get: function () { return chunk7GYN2OE3_cjs.isFinalState; }
54
54
  });
55
55
  Object.defineProperty(exports, "isLimboState", {
56
56
  enumerable: true,
57
- get: function () { return chunkKPEYRIL4_cjs.isLimboState; }
57
+ get: function () { return chunk7GYN2OE3_cjs.isLimboState; }
58
58
  });
59
59
  Object.defineProperty(exports, "isTransitionEvent", {
60
60
  enumerable: true,
61
- get: function () { return chunkKPEYRIL4_cjs.isTransitionEvent; }
61
+ get: function () { return chunk7GYN2OE3_cjs.isTransitionEvent; }
62
62
  });
63
63
  Object.defineProperty(exports, "isVariableReference", {
64
64
  enumerable: true,
65
- get: function () { return chunkKPEYRIL4_cjs.isVariableReference; }
65
+ get: function () { return chunk7GYN2OE3_cjs.isVariableReference; }
66
66
  });
67
67
  Object.defineProperty(exports, "isWorkflow", {
68
68
  enumerable: true,
69
- get: function () { return chunkKPEYRIL4_cjs.isWorkflow; }
69
+ get: function () { return chunk7GYN2OE3_cjs.isWorkflow; }
70
70
  });
71
71
  Object.defineProperty(exports, "mergeChildValue", {
72
72
  enumerable: true,
73
- get: function () { return chunkKPEYRIL4_cjs.mergeChildValue; }
73
+ get: function () { return chunk7GYN2OE3_cjs.mergeChildValue; }
74
74
  });
75
75
  Object.defineProperty(exports, "recursivelyCheckForFinalState", {
76
76
  enumerable: true,
77
- get: function () { return chunkKPEYRIL4_cjs.recursivelyCheckForFinalState; }
77
+ get: function () { return chunk7GYN2OE3_cjs.recursivelyCheckForFinalState; }
78
78
  });
79
79
  Object.defineProperty(exports, "resolveVariables", {
80
80
  enumerable: true,
81
- get: function () { return chunkKPEYRIL4_cjs.resolveVariables; }
81
+ get: function () { return chunk7GYN2OE3_cjs.resolveVariables; }
82
82
  });
83
83
  Object.defineProperty(exports, "updateStepInHierarchy", {
84
84
  enumerable: true,
85
- get: function () { return chunkKPEYRIL4_cjs.updateStepInHierarchy; }
85
+ get: function () { return chunk7GYN2OE3_cjs.updateStepInHierarchy; }
86
86
  });
87
87
  Object.defineProperty(exports, "workflowToStep", {
88
88
  enumerable: true,
89
- get: function () { return chunkKPEYRIL4_cjs.workflowToStep; }
89
+ get: function () { return chunk7GYN2OE3_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, getStepResult, getSuspendedPaths, isAgent, isConditionalKey, isErrorEvent, isFinalState, isLimboState, isTransitionEvent, isVariableReference, isWorkflow, mergeChildValue, recursivelyCheckForFinalState, resolveVariables, updateStepInHierarchy, workflowToStep } from '../../chunk-RRBS3FVU.js';
1
+ export { LegacyStep, LegacyWorkflow, WhenConditionReturnValue, agentToStep, getActivePathsAndStatus, getResultActivePaths, getStepResult, getSuspendedPaths, isAgent, isConditionalKey, isErrorEvent, isFinalState, isLimboState, isTransitionEvent, isVariableReference, isWorkflow, mergeChildValue, recursivelyCheckForFinalState, resolveVariables, updateStepInHierarchy, workflowToStep } from '../../chunk-YILDTNQM.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.16.0-alpha.0",
3
+ "version": "0.16.0-alpha.1",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",