@mastra/core 0.15.3-alpha.6 → 0.15.3-alpha.7
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/CHANGELOG.md +6 -0
- package/dist/agent/index.cjs +8 -8
- package/dist/agent/index.d.ts.map +1 -1
- package/dist/agent/index.js +1 -1
- package/dist/agent/input-processor/index.cjs +6 -6
- package/dist/agent/input-processor/index.js +1 -1
- package/dist/{chunk-IQ5ISXGO.cjs → chunk-7IIXZ5HS.cjs} +4 -4
- package/dist/{chunk-IQ5ISXGO.cjs.map → chunk-7IIXZ5HS.cjs.map} +1 -1
- package/dist/{chunk-5KIEN3HX.cjs → chunk-AB2X2OLU.cjs} +4 -4
- package/dist/{chunk-5KIEN3HX.cjs.map → chunk-AB2X2OLU.cjs.map} +1 -1
- package/dist/{chunk-NHAHPLS5.js → chunk-AYPDYPRS.js} +3 -3
- package/dist/{chunk-NHAHPLS5.js.map → chunk-AYPDYPRS.js.map} +1 -1
- package/dist/{chunk-7S5FYPH7.js → chunk-EUZ3OA6Y.js} +3 -3
- package/dist/{chunk-7S5FYPH7.js.map → chunk-EUZ3OA6Y.js.map} +1 -1
- package/dist/{chunk-25VRTGOH.cjs → chunk-GJD2BTI5.cjs} +10 -2
- package/dist/chunk-GJD2BTI5.cjs.map +1 -0
- package/dist/{chunk-6C6CR7JZ.cjs → chunk-NVB2F66X.cjs} +7 -7
- package/dist/{chunk-6C6CR7JZ.cjs.map → chunk-NVB2F66X.cjs.map} +1 -1
- package/dist/{chunk-IH5UAO56.js → chunk-P24PB73W.js} +10 -2
- package/dist/chunk-P24PB73W.js.map +1 -0
- package/dist/{chunk-JWURNPTP.js → chunk-XJO6WBIW.js} +3 -3
- package/dist/{chunk-JWURNPTP.js.map → chunk-XJO6WBIW.js.map} +1 -1
- package/dist/index.cjs +17 -17
- package/dist/index.js +4 -4
- package/dist/loop/index.cjs +2 -2
- package/dist/loop/index.js +1 -1
- package/dist/mastra/index.cjs +2 -2
- package/dist/mastra/index.js +1 -1
- package/dist/network/index.cjs +2 -2
- package/dist/network/index.js +1 -1
- package/dist/network/vNext/index.cjs +12 -12
- package/dist/network/vNext/index.js +1 -1
- package/dist/processors/index.cjs +8 -8
- package/dist/processors/index.js +2 -2
- package/dist/relevance/index.cjs +4 -4
- package/dist/relevance/index.js +1 -1
- package/dist/scores/index.cjs +5 -5
- package/dist/scores/index.js +1 -1
- package/dist/stream/index.cjs +3 -3
- package/dist/stream/index.js +1 -1
- package/dist/workflows/evented/index.cjs +10 -10
- package/dist/workflows/evented/index.js +1 -1
- package/dist/workflows/index.cjs +10 -10
- package/dist/workflows/index.js +1 -1
- package/dist/workflows/legacy/index.cjs +22 -22
- package/dist/workflows/legacy/index.js +1 -1
- package/package.json +3 -3
- package/dist/chunk-25VRTGOH.cjs.map +0 -1
- package/dist/chunk-IH5UAO56.js.map +0 -1
|
@@ -11266,6 +11266,14 @@ the following messages are from ${ymd}
|
|
|
11266
11266
|
textStream: async function* () {}(),
|
|
11267
11267
|
fullStream: new globalThis.ReadableStream({
|
|
11268
11268
|
start(controller) {
|
|
11269
|
+
controller.enqueue({
|
|
11270
|
+
type: "tripwire",
|
|
11271
|
+
runId: result2.runId,
|
|
11272
|
+
from: "AGENT" /* AGENT */,
|
|
11273
|
+
payload: {
|
|
11274
|
+
tripwireReason: result2.tripwireReason
|
|
11275
|
+
}
|
|
11276
|
+
});
|
|
11269
11277
|
controller.close();
|
|
11270
11278
|
}
|
|
11271
11279
|
}),
|
|
@@ -15802,5 +15810,5 @@ function deepMergeWorkflowState(a, b) {
|
|
|
15802
15810
|
}
|
|
15803
15811
|
|
|
15804
15812
|
export { AISDKV5OutputStream, Agent, DefaultExecutionEngine, ExecutionEngine, LanguageDetector, LanguageDetectorInputProcessor, LegacyStep, LegacyWorkflow, MastraModelOutput, ModerationInputProcessor, ModerationProcessor, PIIDetector, PIIDetectorInputProcessor, PromptInjectionDetector, PromptInjectionDetectorInputProcessor, Run, StructuredOutputProcessor, TripWire, UnicodeNormalizer, UnicodeNormalizerInputProcessor, WhenConditionReturnValue, Workflow, agentToStep, cloneStep, cloneWorkflow, createStep, createWorkflow, getActivePathsAndStatus, getResultActivePaths, getStepResult, getSuspendedPaths, isAgent, isConditionalKey, isErrorEvent, isFinalState, isLimboState, isTransitionEvent, isVariableReference, isWorkflow, loop, mapVariable, mergeChildValue, recursivelyCheckForFinalState, resolveVariables, updateStepInHierarchy, workflowToStep };
|
|
15805
|
-
//# sourceMappingURL=chunk-
|
|
15806
|
-
//# sourceMappingURL=chunk-
|
|
15813
|
+
//# sourceMappingURL=chunk-P24PB73W.js.map
|
|
15814
|
+
//# sourceMappingURL=chunk-P24PB73W.js.map
|