@mastra/core 0.8.3-alpha.1 → 0.8.3-alpha.3
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/dist/agent/index.cjs +2 -2
- package/dist/agent/index.js +1 -1
- package/dist/{chunk-FDVSKYK2.cjs → chunk-2GHJNAKQ.cjs} +2 -2
- package/dist/{chunk-G2E5PLJV.js → chunk-4SIVMKM5.js} +1 -1
- package/dist/{chunk-EFNSCE3V.cjs → chunk-FATLANN6.cjs} +1 -4
- package/dist/{chunk-TOA2RYEW.js → chunk-GVPNL2U6.js} +1 -4
- package/dist/index.cjs +28 -28
- package/dist/index.js +3 -3
- package/dist/network/index.cjs +2 -2
- package/dist/network/index.js +1 -1
- package/dist/relevance/index.cjs +4 -4
- package/dist/relevance/index.js +1 -1
- package/dist/workflows/index.cjs +23 -23
- package/dist/workflows/index.js +1 -1
- package/package.json +1 -1
package/dist/agent/index.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkFATLANN6_cjs = require('../chunk-FATLANN6.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "Agent", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkFATLANN6_cjs.Agent; }
|
|
10
10
|
});
|
package/dist/agent/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Agent } from '../chunk-
|
|
1
|
+
export { Agent } from '../chunk-GVPNL2U6.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkFATLANN6_cjs = require('./chunk-FATLANN6.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
|
|
41
|
+
this.agent = new chunkFATLANN6_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.
|
|
@@ -1004,7 +1004,7 @@ exports.Agent = class Agent extends (_a = chunkD63P5O4Q_cjs.MastraBase) {
|
|
|
1004
1004
|
}
|
|
1005
1005
|
const messagesBySanitizedContent = messages.map(message => {
|
|
1006
1006
|
if (message.role !== "assistant" && message.role !== `tool` && message.role !== `user`) return message;
|
|
1007
|
-
if (!
|
|
1007
|
+
if (!Array.isArray(message.content)) {
|
|
1008
1008
|
return message;
|
|
1009
1009
|
}
|
|
1010
1010
|
const sanitizedContent = message.content.filter(content => {
|
|
@@ -1239,9 +1239,6 @@ exports.Agent = class Agent extends (_a = chunkD63P5O4Q_cjs.MastraBase) {
|
|
|
1239
1239
|
if (this.getMemory() && resourceId) {
|
|
1240
1240
|
reasons.push("memory and resourceId available");
|
|
1241
1241
|
}
|
|
1242
|
-
console.log({
|
|
1243
|
-
container
|
|
1244
|
-
});
|
|
1245
1242
|
this.logger.debug(`[Agent:${this.name}] - Enhancing tools: ${reasons.join(", ")}`, {
|
|
1246
1243
|
runId,
|
|
1247
1244
|
toolsets: toolsets ? Object.keys(toolsets) : void 0,
|
|
@@ -997,7 +997,7 @@ var Agent = class extends (_a = MastraBase) {
|
|
|
997
997
|
}
|
|
998
998
|
const messagesBySanitizedContent = messages.map(message => {
|
|
999
999
|
if (message.role !== "assistant" && message.role !== `tool` && message.role !== `user`) return message;
|
|
1000
|
-
if (!
|
|
1000
|
+
if (!Array.isArray(message.content)) {
|
|
1001
1001
|
return message;
|
|
1002
1002
|
}
|
|
1003
1003
|
const sanitizedContent = message.content.filter(content => {
|
|
@@ -1232,9 +1232,6 @@ var Agent = class extends (_a = MastraBase) {
|
|
|
1232
1232
|
if (this.getMemory() && resourceId) {
|
|
1233
1233
|
reasons.push("memory and resourceId available");
|
|
1234
1234
|
}
|
|
1235
|
-
console.log({
|
|
1236
|
-
container
|
|
1237
|
-
});
|
|
1238
1235
|
this.logger.debug(`[Agent:${this.name}] - Enhancing tools: ${reasons.join(", ")}`, {
|
|
1239
1236
|
runId,
|
|
1240
1237
|
toolsets: toolsets ? Object.keys(toolsets) : void 0,
|
package/dist/index.cjs
CHANGED
|
@@ -6,8 +6,8 @@ var chunkFGPCJCMB_cjs = require('./chunk-FGPCJCMB.cjs');
|
|
|
6
6
|
var chunkB23KFOTM_cjs = require('./chunk-B23KFOTM.cjs');
|
|
7
7
|
var chunk7JBINHJX_cjs = require('./chunk-7JBINHJX.cjs');
|
|
8
8
|
var chunkJJ5OT2JE_cjs = require('./chunk-JJ5OT2JE.cjs');
|
|
9
|
-
var
|
|
10
|
-
var
|
|
9
|
+
var chunk2GHJNAKQ_cjs = require('./chunk-2GHJNAKQ.cjs');
|
|
10
|
+
var chunkFATLANN6_cjs = require('./chunk-FATLANN6.cjs');
|
|
11
11
|
var chunk4VGR4D7S_cjs = require('./chunk-4VGR4D7S.cjs');
|
|
12
12
|
var chunkPY3DCT4A_cjs = require('./chunk-PY3DCT4A.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
|
|
20
|
+
var Agent2 = class extends chunkFATLANN6_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
|
|
108
|
+
var Workflow2 = class extends chunkFATLANN6_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
|
|
125
|
+
get: function () { return chunk2GHJNAKQ_cjs.CohereRelevanceScorer; }
|
|
126
126
|
});
|
|
127
127
|
Object.defineProperty(exports, "MastraAgentRelevanceScorer", {
|
|
128
128
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunk2GHJNAKQ_cjs.MastraAgentRelevanceScorer; }
|
|
130
130
|
});
|
|
131
131
|
Object.defineProperty(exports, "createSimilarityPrompt", {
|
|
132
132
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunk2GHJNAKQ_cjs.createSimilarityPrompt; }
|
|
134
134
|
});
|
|
135
135
|
Object.defineProperty(exports, "Step", {
|
|
136
136
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkFATLANN6_cjs.Step; }
|
|
138
138
|
});
|
|
139
139
|
Object.defineProperty(exports, "WhenConditionReturnValue", {
|
|
140
140
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkFATLANN6_cjs.WhenConditionReturnValue; }
|
|
142
142
|
});
|
|
143
143
|
Object.defineProperty(exports, "agentToStep", {
|
|
144
144
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkFATLANN6_cjs.agentToStep; }
|
|
146
146
|
});
|
|
147
147
|
Object.defineProperty(exports, "createStep", {
|
|
148
148
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkFATLANN6_cjs.createStep; }
|
|
150
150
|
});
|
|
151
151
|
Object.defineProperty(exports, "getActivePathsAndStatus", {
|
|
152
152
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkFATLANN6_cjs.getActivePathsAndStatus; }
|
|
154
154
|
});
|
|
155
155
|
Object.defineProperty(exports, "getResultActivePaths", {
|
|
156
156
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkFATLANN6_cjs.getResultActivePaths; }
|
|
158
158
|
});
|
|
159
159
|
Object.defineProperty(exports, "getStepResult", {
|
|
160
160
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkFATLANN6_cjs.getStepResult; }
|
|
162
162
|
});
|
|
163
163
|
Object.defineProperty(exports, "getSuspendedPaths", {
|
|
164
164
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkFATLANN6_cjs.getSuspendedPaths; }
|
|
166
166
|
});
|
|
167
167
|
Object.defineProperty(exports, "isAgent", {
|
|
168
168
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkFATLANN6_cjs.isAgent; }
|
|
170
170
|
});
|
|
171
171
|
Object.defineProperty(exports, "isConditionalKey", {
|
|
172
172
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkFATLANN6_cjs.isConditionalKey; }
|
|
174
174
|
});
|
|
175
175
|
Object.defineProperty(exports, "isErrorEvent", {
|
|
176
176
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkFATLANN6_cjs.isErrorEvent; }
|
|
178
178
|
});
|
|
179
179
|
Object.defineProperty(exports, "isFinalState", {
|
|
180
180
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkFATLANN6_cjs.isFinalState; }
|
|
182
182
|
});
|
|
183
183
|
Object.defineProperty(exports, "isLimboState", {
|
|
184
184
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkFATLANN6_cjs.isLimboState; }
|
|
186
186
|
});
|
|
187
187
|
Object.defineProperty(exports, "isTransitionEvent", {
|
|
188
188
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkFATLANN6_cjs.isTransitionEvent; }
|
|
190
190
|
});
|
|
191
191
|
Object.defineProperty(exports, "isVariableReference", {
|
|
192
192
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkFATLANN6_cjs.isVariableReference; }
|
|
194
194
|
});
|
|
195
195
|
Object.defineProperty(exports, "isWorkflow", {
|
|
196
196
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkFATLANN6_cjs.isWorkflow; }
|
|
198
198
|
});
|
|
199
199
|
Object.defineProperty(exports, "mergeChildValue", {
|
|
200
200
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkFATLANN6_cjs.mergeChildValue; }
|
|
202
202
|
});
|
|
203
203
|
Object.defineProperty(exports, "recursivelyCheckForFinalState", {
|
|
204
204
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkFATLANN6_cjs.recursivelyCheckForFinalState; }
|
|
206
206
|
});
|
|
207
207
|
Object.defineProperty(exports, "resolveVariables", {
|
|
208
208
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkFATLANN6_cjs.resolveVariables; }
|
|
210
210
|
});
|
|
211
211
|
Object.defineProperty(exports, "updateStepInHierarchy", {
|
|
212
212
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkFATLANN6_cjs.updateStepInHierarchy; }
|
|
214
214
|
});
|
|
215
215
|
Object.defineProperty(exports, "workflowToStep", {
|
|
216
216
|
enumerable: true,
|
|
217
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunkFATLANN6_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-MUM4UGX3.js';
|
|
|
5
5
|
export { MemoryProcessor } from './chunk-MUM4UGX3.js';
|
|
6
6
|
import { MastraVector } from './chunk-FY57LEMC.js';
|
|
7
7
|
import { MastraStorage } from './chunk-ZKVHS4RY.js';
|
|
8
|
-
export { CohereRelevanceScorer, MastraAgentRelevanceScorer, createSimilarityPrompt } from './chunk-
|
|
9
|
-
import { Agent, Workflow } from './chunk-
|
|
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-
|
|
8
|
+
export { CohereRelevanceScorer, MastraAgentRelevanceScorer, createSimilarityPrompt } from './chunk-4SIVMKM5.js';
|
|
9
|
+
import { Agent, Workflow } from './chunk-GVPNL2U6.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-GVPNL2U6.js';
|
|
11
11
|
export { InstrumentClass, OTLPTraceExporter as OTLPStorageExporter, Telemetry, hasActiveTelemetry, withSpan } from './chunk-RT3BSWWR.js';
|
|
12
12
|
import { Tool } from './chunk-K5TZKHR7.js';
|
|
13
13
|
export { checkEvalStorageFields, createMastraProxy, createTool, deepMerge, delay, ensureAllMessagesAreCoreMessages, ensureToolProperties, isVercelTool, jsonSchemaPropertiesToTSTypes, jsonSchemaToModel, makeCoreTool, maskStreamTags, resolveSerializedZodOutput } from './chunk-K5TZKHR7.js';
|
package/dist/network/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkFATLANN6_cjs = require('../chunk-FATLANN6.cjs');
|
|
4
4
|
var chunkPY3DCT4A_cjs = require('../chunk-PY3DCT4A.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
|
|
20
|
+
this.#routingAgent = new chunkFATLANN6_cjs.Agent({
|
|
21
21
|
name: config.name,
|
|
22
22
|
instructions: this.getInstructions(),
|
|
23
23
|
model: this.#model,
|
package/dist/network/index.js
CHANGED
package/dist/relevance/index.cjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk2GHJNAKQ_cjs = require('../chunk-2GHJNAKQ.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "CohereRelevanceScorer", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunk2GHJNAKQ_cjs.CohereRelevanceScorer; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "MastraAgentRelevanceScorer", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunk2GHJNAKQ_cjs.MastraAgentRelevanceScorer; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "createSimilarityPrompt", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunk2GHJNAKQ_cjs.createSimilarityPrompt; }
|
|
18
18
|
});
|
package/dist/relevance/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { CohereRelevanceScorer, MastraAgentRelevanceScorer, createSimilarityPrompt } from '../chunk-
|
|
1
|
+
export { CohereRelevanceScorer, MastraAgentRelevanceScorer, createSimilarityPrompt } from '../chunk-4SIVMKM5.js';
|
package/dist/workflows/index.cjs
CHANGED
|
@@ -1,94 +1,94 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkFATLANN6_cjs = require('../chunk-FATLANN6.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "Step", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkFATLANN6_cjs.Step; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "WhenConditionReturnValue", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkFATLANN6_cjs.WhenConditionReturnValue; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "Workflow", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkFATLANN6_cjs.Workflow; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "agentToStep", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkFATLANN6_cjs.agentToStep; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "createStep", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkFATLANN6_cjs.createStep; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "getActivePathsAndStatus", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkFATLANN6_cjs.getActivePathsAndStatus; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "getResultActivePaths", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkFATLANN6_cjs.getResultActivePaths; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "getStepResult", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkFATLANN6_cjs.getStepResult; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "getSuspendedPaths", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkFATLANN6_cjs.getSuspendedPaths; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "isAgent", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkFATLANN6_cjs.isAgent; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "isConditionalKey", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkFATLANN6_cjs.isConditionalKey; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "isErrorEvent", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkFATLANN6_cjs.isErrorEvent; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "isFinalState", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkFATLANN6_cjs.isFinalState; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "isLimboState", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkFATLANN6_cjs.isLimboState; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "isTransitionEvent", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkFATLANN6_cjs.isTransitionEvent; }
|
|
66
66
|
});
|
|
67
67
|
Object.defineProperty(exports, "isVariableReference", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkFATLANN6_cjs.isVariableReference; }
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(exports, "isWorkflow", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkFATLANN6_cjs.isWorkflow; }
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(exports, "mergeChildValue", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkFATLANN6_cjs.mergeChildValue; }
|
|
78
78
|
});
|
|
79
79
|
Object.defineProperty(exports, "recursivelyCheckForFinalState", {
|
|
80
80
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkFATLANN6_cjs.recursivelyCheckForFinalState; }
|
|
82
82
|
});
|
|
83
83
|
Object.defineProperty(exports, "resolveVariables", {
|
|
84
84
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkFATLANN6_cjs.resolveVariables; }
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(exports, "updateStepInHierarchy", {
|
|
88
88
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkFATLANN6_cjs.updateStepInHierarchy; }
|
|
90
90
|
});
|
|
91
91
|
Object.defineProperty(exports, "workflowToStep", {
|
|
92
92
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkFATLANN6_cjs.workflowToStep; }
|
|
94
94
|
});
|
package/dist/workflows/index.js
CHANGED
|
@@ -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-
|
|
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-GVPNL2U6.js';
|