@mastra/core 0.9.0-alpha.5 → 0.9.0-alpha.6

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.
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
- var chunkWBSBDECU_cjs = require('../chunk-WBSBDECU.cjs');
3
+ var chunkRXIJKWSQ_cjs = require('../chunk-RXIJKWSQ.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "Agent", {
8
8
  enumerable: true,
9
- get: function () { return chunkWBSBDECU_cjs.Agent; }
9
+ get: function () { return chunkRXIJKWSQ_cjs.Agent; }
10
10
  });
@@ -1 +1 @@
1
- export { Agent } from '../chunk-XD3ZW5QR.js';
1
+ export { Agent } from '../chunk-6JSNQN47.js';
@@ -918,7 +918,7 @@ var Agent = class extends (_a = MastraBase) {
918
918
  messages: [memorySystemMessage ? {
919
919
  role: "system",
920
920
  content: memorySystemMessage
921
- } : null, ...processedMessages, ...newMessages].filter(message => Boolean(message))
921
+ } : null, ...processedMessages].filter(message => Boolean(message))
922
922
  };
923
923
  }
924
924
  return {
@@ -1,4 +1,4 @@
1
- import { Agent } from './chunk-XD3ZW5QR.js';
1
+ import { Agent } from './chunk-6JSNQN47.js';
2
2
  import { CohereClient } from 'cohere-ai';
3
3
 
4
4
  var CohereRelevanceScorer = class {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkWBSBDECU_cjs = require('./chunk-WBSBDECU.cjs');
3
+ var chunkRXIJKWSQ_cjs = require('./chunk-RXIJKWSQ.cjs');
4
4
  var cohereAi = require('cohere-ai');
5
5
 
6
6
  var CohereRelevanceScorer = class {
@@ -38,7 +38,7 @@ Relevance score (0-1):`;
38
38
  var MastraAgentRelevanceScorer = class {
39
39
  agent;
40
40
  constructor(name, model) {
41
- this.agent = new chunkWBSBDECU_cjs.Agent({
41
+ this.agent = new chunkRXIJKWSQ_cjs.Agent({
42
42
  name: `Relevance Scorer ${name}`,
43
43
  instructions: `You are a specialized agent for evaluating the relevance of text to queries.
44
44
  Your task is to rate how well a text passage answers a given query.
@@ -925,7 +925,7 @@ exports.Agent = class Agent extends (_a = chunkD63P5O4Q_cjs.MastraBase) {
925
925
  messages: [memorySystemMessage ? {
926
926
  role: "system",
927
927
  content: memorySystemMessage
928
- } : null, ...processedMessages, ...newMessages].filter(message => Boolean(message))
928
+ } : null, ...processedMessages].filter(message => Boolean(message))
929
929
  };
930
930
  }
931
931
  return {
package/dist/index.cjs CHANGED
@@ -6,8 +6,8 @@ var chunkD6OBOFCM_cjs = require('./chunk-D6OBOFCM.cjs');
6
6
  var chunkGHIBOJBM_cjs = require('./chunk-GHIBOJBM.cjs');
7
7
  var chunk7JBINHJX_cjs = require('./chunk-7JBINHJX.cjs');
8
8
  var chunkFPM2XCMS_cjs = require('./chunk-FPM2XCMS.cjs');
9
- var chunkSWEQNJKB_cjs = require('./chunk-SWEQNJKB.cjs');
10
- var chunkWBSBDECU_cjs = require('./chunk-WBSBDECU.cjs');
9
+ var chunkEPVC27L6_cjs = require('./chunk-EPVC27L6.cjs');
10
+ var chunkRXIJKWSQ_cjs = require('./chunk-RXIJKWSQ.cjs');
11
11
  var chunkRIBNDTA6_cjs = require('./chunk-RIBNDTA6.cjs');
12
12
  var chunkGNLZQNPE_cjs = require('./chunk-GNLZQNPE.cjs');
13
13
  var chunkRZCYBC7D_cjs = require('./chunk-RZCYBC7D.cjs');
@@ -17,7 +17,7 @@ var chunk3C6V2FEP_cjs = require('./chunk-3C6V2FEP.cjs');
17
17
  var chunkST5RMVLG_cjs = require('./chunk-ST5RMVLG.cjs');
18
18
 
19
19
  // src/agent/index.warning.ts
20
- var Agent2 = class extends chunkWBSBDECU_cjs.Agent {
20
+ var Agent2 = class extends chunkRXIJKWSQ_cjs.Agent {
21
21
  constructor(config) {
22
22
  super(config);
23
23
  this.logger.warn('Please import "Agent from "@mastra/core/agent" instead of "@mastra/core"');
@@ -105,7 +105,7 @@ var MastraVector2 = class extends chunk7JBINHJX_cjs.MastraVector {
105
105
  };
106
106
 
107
107
  // src/workflows/workflow.warning.ts
108
- var Workflow2 = class extends chunkWBSBDECU_cjs.Workflow {
108
+ var Workflow2 = class extends chunkRXIJKWSQ_cjs.Workflow {
109
109
  constructor(args) {
110
110
  super(args);
111
111
  this.logger.warn('Please import "Workflow" from "@mastra/core/workflows" instead of "@mastra/core"');
@@ -122,99 +122,99 @@ Object.defineProperty(exports, "MemoryProcessor", {
122
122
  });
123
123
  Object.defineProperty(exports, "CohereRelevanceScorer", {
124
124
  enumerable: true,
125
- get: function () { return chunkSWEQNJKB_cjs.CohereRelevanceScorer; }
125
+ get: function () { return chunkEPVC27L6_cjs.CohereRelevanceScorer; }
126
126
  });
127
127
  Object.defineProperty(exports, "MastraAgentRelevanceScorer", {
128
128
  enumerable: true,
129
- get: function () { return chunkSWEQNJKB_cjs.MastraAgentRelevanceScorer; }
129
+ get: function () { return chunkEPVC27L6_cjs.MastraAgentRelevanceScorer; }
130
130
  });
131
131
  Object.defineProperty(exports, "createSimilarityPrompt", {
132
132
  enumerable: true,
133
- get: function () { return chunkSWEQNJKB_cjs.createSimilarityPrompt; }
133
+ get: function () { return chunkEPVC27L6_cjs.createSimilarityPrompt; }
134
134
  });
135
135
  Object.defineProperty(exports, "Step", {
136
136
  enumerable: true,
137
- get: function () { return chunkWBSBDECU_cjs.Step; }
137
+ get: function () { return chunkRXIJKWSQ_cjs.Step; }
138
138
  });
139
139
  Object.defineProperty(exports, "WhenConditionReturnValue", {
140
140
  enumerable: true,
141
- get: function () { return chunkWBSBDECU_cjs.WhenConditionReturnValue; }
141
+ get: function () { return chunkRXIJKWSQ_cjs.WhenConditionReturnValue; }
142
142
  });
143
143
  Object.defineProperty(exports, "agentToStep", {
144
144
  enumerable: true,
145
- get: function () { return chunkWBSBDECU_cjs.agentToStep; }
145
+ get: function () { return chunkRXIJKWSQ_cjs.agentToStep; }
146
146
  });
147
147
  Object.defineProperty(exports, "createStep", {
148
148
  enumerable: true,
149
- get: function () { return chunkWBSBDECU_cjs.createStep; }
149
+ get: function () { return chunkRXIJKWSQ_cjs.createStep; }
150
150
  });
151
151
  Object.defineProperty(exports, "getActivePathsAndStatus", {
152
152
  enumerable: true,
153
- get: function () { return chunkWBSBDECU_cjs.getActivePathsAndStatus; }
153
+ get: function () { return chunkRXIJKWSQ_cjs.getActivePathsAndStatus; }
154
154
  });
155
155
  Object.defineProperty(exports, "getResultActivePaths", {
156
156
  enumerable: true,
157
- get: function () { return chunkWBSBDECU_cjs.getResultActivePaths; }
157
+ get: function () { return chunkRXIJKWSQ_cjs.getResultActivePaths; }
158
158
  });
159
159
  Object.defineProperty(exports, "getStepResult", {
160
160
  enumerable: true,
161
- get: function () { return chunkWBSBDECU_cjs.getStepResult; }
161
+ get: function () { return chunkRXIJKWSQ_cjs.getStepResult; }
162
162
  });
163
163
  Object.defineProperty(exports, "getSuspendedPaths", {
164
164
  enumerable: true,
165
- get: function () { return chunkWBSBDECU_cjs.getSuspendedPaths; }
165
+ get: function () { return chunkRXIJKWSQ_cjs.getSuspendedPaths; }
166
166
  });
167
167
  Object.defineProperty(exports, "isAgent", {
168
168
  enumerable: true,
169
- get: function () { return chunkWBSBDECU_cjs.isAgent; }
169
+ get: function () { return chunkRXIJKWSQ_cjs.isAgent; }
170
170
  });
171
171
  Object.defineProperty(exports, "isConditionalKey", {
172
172
  enumerable: true,
173
- get: function () { return chunkWBSBDECU_cjs.isConditionalKey; }
173
+ get: function () { return chunkRXIJKWSQ_cjs.isConditionalKey; }
174
174
  });
175
175
  Object.defineProperty(exports, "isErrorEvent", {
176
176
  enumerable: true,
177
- get: function () { return chunkWBSBDECU_cjs.isErrorEvent; }
177
+ get: function () { return chunkRXIJKWSQ_cjs.isErrorEvent; }
178
178
  });
179
179
  Object.defineProperty(exports, "isFinalState", {
180
180
  enumerable: true,
181
- get: function () { return chunkWBSBDECU_cjs.isFinalState; }
181
+ get: function () { return chunkRXIJKWSQ_cjs.isFinalState; }
182
182
  });
183
183
  Object.defineProperty(exports, "isLimboState", {
184
184
  enumerable: true,
185
- get: function () { return chunkWBSBDECU_cjs.isLimboState; }
185
+ get: function () { return chunkRXIJKWSQ_cjs.isLimboState; }
186
186
  });
187
187
  Object.defineProperty(exports, "isTransitionEvent", {
188
188
  enumerable: true,
189
- get: function () { return chunkWBSBDECU_cjs.isTransitionEvent; }
189
+ get: function () { return chunkRXIJKWSQ_cjs.isTransitionEvent; }
190
190
  });
191
191
  Object.defineProperty(exports, "isVariableReference", {
192
192
  enumerable: true,
193
- get: function () { return chunkWBSBDECU_cjs.isVariableReference; }
193
+ get: function () { return chunkRXIJKWSQ_cjs.isVariableReference; }
194
194
  });
195
195
  Object.defineProperty(exports, "isWorkflow", {
196
196
  enumerable: true,
197
- get: function () { return chunkWBSBDECU_cjs.isWorkflow; }
197
+ get: function () { return chunkRXIJKWSQ_cjs.isWorkflow; }
198
198
  });
199
199
  Object.defineProperty(exports, "mergeChildValue", {
200
200
  enumerable: true,
201
- get: function () { return chunkWBSBDECU_cjs.mergeChildValue; }
201
+ get: function () { return chunkRXIJKWSQ_cjs.mergeChildValue; }
202
202
  });
203
203
  Object.defineProperty(exports, "recursivelyCheckForFinalState", {
204
204
  enumerable: true,
205
- get: function () { return chunkWBSBDECU_cjs.recursivelyCheckForFinalState; }
205
+ get: function () { return chunkRXIJKWSQ_cjs.recursivelyCheckForFinalState; }
206
206
  });
207
207
  Object.defineProperty(exports, "resolveVariables", {
208
208
  enumerable: true,
209
- get: function () { return chunkWBSBDECU_cjs.resolveVariables; }
209
+ get: function () { return chunkRXIJKWSQ_cjs.resolveVariables; }
210
210
  });
211
211
  Object.defineProperty(exports, "updateStepInHierarchy", {
212
212
  enumerable: true,
213
- get: function () { return chunkWBSBDECU_cjs.updateStepInHierarchy; }
213
+ get: function () { return chunkRXIJKWSQ_cjs.updateStepInHierarchy; }
214
214
  });
215
215
  Object.defineProperty(exports, "workflowToStep", {
216
216
  enumerable: true,
217
- get: function () { return chunkWBSBDECU_cjs.workflowToStep; }
217
+ get: function () { return chunkRXIJKWSQ_cjs.workflowToStep; }
218
218
  });
219
219
  Object.defineProperty(exports, "InstrumentClass", {
220
220
  enumerable: true,
package/dist/index.js CHANGED
@@ -5,9 +5,9 @@ import { MastraMemory } from './chunk-2A2M2HHE.js';
5
5
  export { MemoryProcessor } from './chunk-2A2M2HHE.js';
6
6
  import { MastraVector } from './chunk-FY57LEMC.js';
7
7
  import { MastraStorage } from './chunk-KWV5ZLOF.js';
8
- export { CohereRelevanceScorer, MastraAgentRelevanceScorer, createSimilarityPrompt } from './chunk-K2ND7GWX.js';
9
- import { Agent, Workflow } from './chunk-XD3ZW5QR.js';
10
- export { Step, WhenConditionReturnValue, agentToStep, createStep, getActivePathsAndStatus, getResultActivePaths, getStepResult, getSuspendedPaths, isAgent, isConditionalKey, isErrorEvent, isFinalState, isLimboState, isTransitionEvent, isVariableReference, isWorkflow, mergeChildValue, recursivelyCheckForFinalState, resolveVariables, updateStepInHierarchy, workflowToStep } from './chunk-XD3ZW5QR.js';
8
+ export { CohereRelevanceScorer, MastraAgentRelevanceScorer, createSimilarityPrompt } from './chunk-ALL7XSFW.js';
9
+ import { Agent, Workflow } from './chunk-6JSNQN47.js';
10
+ export { Step, WhenConditionReturnValue, agentToStep, createStep, getActivePathsAndStatus, getResultActivePaths, getStepResult, getSuspendedPaths, isAgent, isConditionalKey, isErrorEvent, isFinalState, isLimboState, isTransitionEvent, isVariableReference, isWorkflow, mergeChildValue, recursivelyCheckForFinalState, resolveVariables, updateStepInHierarchy, workflowToStep } from './chunk-6JSNQN47.js';
11
11
  export { InstrumentClass, OTLPTraceExporter as OTLPStorageExporter, Telemetry, hasActiveTelemetry, withSpan } from './chunk-HFOT2NFM.js';
12
12
  import { Tool } from './chunk-4EEVN2IP.js';
13
13
  export { checkEvalStorageFields, createMastraProxy, createTool, deepMerge, delay, ensureAllMessagesAreCoreMessages, ensureToolProperties, isVercelTool, jsonSchemaPropertiesToTSTypes, jsonSchemaToModel, makeCoreTool, maskStreamTags, resolveSerializedZodOutput } from './chunk-4EEVN2IP.js';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkWBSBDECU_cjs = require('../chunk-WBSBDECU.cjs');
3
+ var chunkRXIJKWSQ_cjs = require('../chunk-RXIJKWSQ.cjs');
4
4
  var chunkGNLZQNPE_cjs = require('../chunk-GNLZQNPE.cjs');
5
5
  var chunkD63P5O4Q_cjs = require('../chunk-D63P5O4Q.cjs');
6
6
  var chunkO7IW545H_cjs = require('../chunk-O7IW545H.cjs');
@@ -17,7 +17,7 @@ var AgentNetwork = class extends chunkD63P5O4Q_cjs.MastraBase {
17
17
  this.#instructions = config.instructions;
18
18
  this.#agents = config.agents;
19
19
  this.#model = config.model;
20
- this.#routingAgent = new chunkWBSBDECU_cjs.Agent({
20
+ this.#routingAgent = new chunkRXIJKWSQ_cjs.Agent({
21
21
  name: config.name,
22
22
  instructions: this.getInstructions(),
23
23
  model: this.#model,
@@ -1,4 +1,4 @@
1
- import { Agent } from '../chunk-XD3ZW5QR.js';
1
+ import { Agent } from '../chunk-6JSNQN47.js';
2
2
  import { createTool } from '../chunk-4EEVN2IP.js';
3
3
  import { MastraBase } from '../chunk-CLJQYXNM.js';
4
4
  import { RegisteredLogger } from '../chunk-2BVZNKLX.js';
@@ -1,18 +1,18 @@
1
1
  'use strict';
2
2
 
3
- var chunkSWEQNJKB_cjs = require('../chunk-SWEQNJKB.cjs');
3
+ var chunkEPVC27L6_cjs = require('../chunk-EPVC27L6.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "CohereRelevanceScorer", {
8
8
  enumerable: true,
9
- get: function () { return chunkSWEQNJKB_cjs.CohereRelevanceScorer; }
9
+ get: function () { return chunkEPVC27L6_cjs.CohereRelevanceScorer; }
10
10
  });
11
11
  Object.defineProperty(exports, "MastraAgentRelevanceScorer", {
12
12
  enumerable: true,
13
- get: function () { return chunkSWEQNJKB_cjs.MastraAgentRelevanceScorer; }
13
+ get: function () { return chunkEPVC27L6_cjs.MastraAgentRelevanceScorer; }
14
14
  });
15
15
  Object.defineProperty(exports, "createSimilarityPrompt", {
16
16
  enumerable: true,
17
- get: function () { return chunkSWEQNJKB_cjs.createSimilarityPrompt; }
17
+ get: function () { return chunkEPVC27L6_cjs.createSimilarityPrompt; }
18
18
  });
@@ -1 +1 @@
1
- export { CohereRelevanceScorer, MastraAgentRelevanceScorer, createSimilarityPrompt } from '../chunk-K2ND7GWX.js';
1
+ export { CohereRelevanceScorer, MastraAgentRelevanceScorer, createSimilarityPrompt } from '../chunk-ALL7XSFW.js';
@@ -1,94 +1,94 @@
1
1
  'use strict';
2
2
 
3
- var chunkWBSBDECU_cjs = require('../chunk-WBSBDECU.cjs');
3
+ var chunkRXIJKWSQ_cjs = require('../chunk-RXIJKWSQ.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "Step", {
8
8
  enumerable: true,
9
- get: function () { return chunkWBSBDECU_cjs.Step; }
9
+ get: function () { return chunkRXIJKWSQ_cjs.Step; }
10
10
  });
11
11
  Object.defineProperty(exports, "WhenConditionReturnValue", {
12
12
  enumerable: true,
13
- get: function () { return chunkWBSBDECU_cjs.WhenConditionReturnValue; }
13
+ get: function () { return chunkRXIJKWSQ_cjs.WhenConditionReturnValue; }
14
14
  });
15
15
  Object.defineProperty(exports, "Workflow", {
16
16
  enumerable: true,
17
- get: function () { return chunkWBSBDECU_cjs.Workflow; }
17
+ get: function () { return chunkRXIJKWSQ_cjs.Workflow; }
18
18
  });
19
19
  Object.defineProperty(exports, "agentToStep", {
20
20
  enumerable: true,
21
- get: function () { return chunkWBSBDECU_cjs.agentToStep; }
21
+ get: function () { return chunkRXIJKWSQ_cjs.agentToStep; }
22
22
  });
23
23
  Object.defineProperty(exports, "createStep", {
24
24
  enumerable: true,
25
- get: function () { return chunkWBSBDECU_cjs.createStep; }
25
+ get: function () { return chunkRXIJKWSQ_cjs.createStep; }
26
26
  });
27
27
  Object.defineProperty(exports, "getActivePathsAndStatus", {
28
28
  enumerable: true,
29
- get: function () { return chunkWBSBDECU_cjs.getActivePathsAndStatus; }
29
+ get: function () { return chunkRXIJKWSQ_cjs.getActivePathsAndStatus; }
30
30
  });
31
31
  Object.defineProperty(exports, "getResultActivePaths", {
32
32
  enumerable: true,
33
- get: function () { return chunkWBSBDECU_cjs.getResultActivePaths; }
33
+ get: function () { return chunkRXIJKWSQ_cjs.getResultActivePaths; }
34
34
  });
35
35
  Object.defineProperty(exports, "getStepResult", {
36
36
  enumerable: true,
37
- get: function () { return chunkWBSBDECU_cjs.getStepResult; }
37
+ get: function () { return chunkRXIJKWSQ_cjs.getStepResult; }
38
38
  });
39
39
  Object.defineProperty(exports, "getSuspendedPaths", {
40
40
  enumerable: true,
41
- get: function () { return chunkWBSBDECU_cjs.getSuspendedPaths; }
41
+ get: function () { return chunkRXIJKWSQ_cjs.getSuspendedPaths; }
42
42
  });
43
43
  Object.defineProperty(exports, "isAgent", {
44
44
  enumerable: true,
45
- get: function () { return chunkWBSBDECU_cjs.isAgent; }
45
+ get: function () { return chunkRXIJKWSQ_cjs.isAgent; }
46
46
  });
47
47
  Object.defineProperty(exports, "isConditionalKey", {
48
48
  enumerable: true,
49
- get: function () { return chunkWBSBDECU_cjs.isConditionalKey; }
49
+ get: function () { return chunkRXIJKWSQ_cjs.isConditionalKey; }
50
50
  });
51
51
  Object.defineProperty(exports, "isErrorEvent", {
52
52
  enumerable: true,
53
- get: function () { return chunkWBSBDECU_cjs.isErrorEvent; }
53
+ get: function () { return chunkRXIJKWSQ_cjs.isErrorEvent; }
54
54
  });
55
55
  Object.defineProperty(exports, "isFinalState", {
56
56
  enumerable: true,
57
- get: function () { return chunkWBSBDECU_cjs.isFinalState; }
57
+ get: function () { return chunkRXIJKWSQ_cjs.isFinalState; }
58
58
  });
59
59
  Object.defineProperty(exports, "isLimboState", {
60
60
  enumerable: true,
61
- get: function () { return chunkWBSBDECU_cjs.isLimboState; }
61
+ get: function () { return chunkRXIJKWSQ_cjs.isLimboState; }
62
62
  });
63
63
  Object.defineProperty(exports, "isTransitionEvent", {
64
64
  enumerable: true,
65
- get: function () { return chunkWBSBDECU_cjs.isTransitionEvent; }
65
+ get: function () { return chunkRXIJKWSQ_cjs.isTransitionEvent; }
66
66
  });
67
67
  Object.defineProperty(exports, "isVariableReference", {
68
68
  enumerable: true,
69
- get: function () { return chunkWBSBDECU_cjs.isVariableReference; }
69
+ get: function () { return chunkRXIJKWSQ_cjs.isVariableReference; }
70
70
  });
71
71
  Object.defineProperty(exports, "isWorkflow", {
72
72
  enumerable: true,
73
- get: function () { return chunkWBSBDECU_cjs.isWorkflow; }
73
+ get: function () { return chunkRXIJKWSQ_cjs.isWorkflow; }
74
74
  });
75
75
  Object.defineProperty(exports, "mergeChildValue", {
76
76
  enumerable: true,
77
- get: function () { return chunkWBSBDECU_cjs.mergeChildValue; }
77
+ get: function () { return chunkRXIJKWSQ_cjs.mergeChildValue; }
78
78
  });
79
79
  Object.defineProperty(exports, "recursivelyCheckForFinalState", {
80
80
  enumerable: true,
81
- get: function () { return chunkWBSBDECU_cjs.recursivelyCheckForFinalState; }
81
+ get: function () { return chunkRXIJKWSQ_cjs.recursivelyCheckForFinalState; }
82
82
  });
83
83
  Object.defineProperty(exports, "resolveVariables", {
84
84
  enumerable: true,
85
- get: function () { return chunkWBSBDECU_cjs.resolveVariables; }
85
+ get: function () { return chunkRXIJKWSQ_cjs.resolveVariables; }
86
86
  });
87
87
  Object.defineProperty(exports, "updateStepInHierarchy", {
88
88
  enumerable: true,
89
- get: function () { return chunkWBSBDECU_cjs.updateStepInHierarchy; }
89
+ get: function () { return chunkRXIJKWSQ_cjs.updateStepInHierarchy; }
90
90
  });
91
91
  Object.defineProperty(exports, "workflowToStep", {
92
92
  enumerable: true,
93
- get: function () { return chunkWBSBDECU_cjs.workflowToStep; }
93
+ get: function () { return chunkRXIJKWSQ_cjs.workflowToStep; }
94
94
  });
@@ -1 +1 @@
1
- export { Step, WhenConditionReturnValue, Workflow, agentToStep, createStep, getActivePathsAndStatus, getResultActivePaths, getStepResult, getSuspendedPaths, isAgent, isConditionalKey, isErrorEvent, isFinalState, isLimboState, isTransitionEvent, isVariableReference, isWorkflow, mergeChildValue, recursivelyCheckForFinalState, resolveVariables, updateStepInHierarchy, workflowToStep } from '../chunk-XD3ZW5QR.js';
1
+ export { Step, WhenConditionReturnValue, Workflow, agentToStep, createStep, getActivePathsAndStatus, getResultActivePaths, getStepResult, getSuspendedPaths, isAgent, isConditionalKey, isErrorEvent, isFinalState, isLimboState, isTransitionEvent, isVariableReference, isWorkflow, mergeChildValue, recursivelyCheckForFinalState, resolveVariables, updateStepInHierarchy, workflowToStep } from '../chunk-6JSNQN47.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/core",
3
- "version": "0.9.0-alpha.5",
3
+ "version": "0.9.0-alpha.6",
4
4
  "license": "Elastic-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",