@mastra/agent-builder 1.1.15-alpha.0 → 1.1.15
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 +16 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/agent-builder
|
|
2
2
|
|
|
3
|
+
## 1.1.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`bae1502`](https://github.com/mastra-ai/mastra/commit/bae150254b06a4da6964d7c137af97f336362359), [`0885364`](https://github.com/mastra-ai/mastra/commit/0885364c2fc7fa31febcfc444fc1ba5231ac1257), [`295e506`](https://github.com/mastra-ai/mastra/commit/295e506b9e6cec99e7181c5f712648888cd9486f), [`b8cb683`](https://github.com/mastra-ai/mastra/commit/b8cb683ba66499df254ddd1f7edd8cae3f89d2e7), [`8c3be07`](https://github.com/mastra-ai/mastra/commit/8c3be0761a862c5c035ed6e5d633de87cbba20e7), [`078affd`](https://github.com/mastra-ai/mastra/commit/078affdaea57ac5e95a77e9e7b197d1878190684), [`9e3403e`](https://github.com/mastra-ai/mastra/commit/9e3403e9868240cb18841898e84cf008ebd7a87e), [`791bf5e`](https://github.com/mastra-ai/mastra/commit/791bf5e81cd27e2e1cff66122f1380ab8a3dda41)]:
|
|
8
|
+
- @mastra/core@1.63.1
|
|
9
|
+
- @mastra/memory@1.28.1
|
|
10
|
+
|
|
11
|
+
## 1.1.15-alpha.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`0885364`](https://github.com/mastra-ai/mastra/commit/0885364c2fc7fa31febcfc444fc1ba5231ac1257)]:
|
|
16
|
+
- @mastra/core@1.63.1-alpha.2
|
|
17
|
+
- @mastra/memory@1.28.1-alpha.1
|
|
18
|
+
|
|
3
19
|
## 1.1.15-alpha.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -4548,7 +4548,7 @@ const shouldAbortWorkflow = (stepResult) => {
|
|
|
4548
4548
|
return stepResult?.success === false || stepResult?.error;
|
|
4549
4549
|
};
|
|
4550
4550
|
//#endregion
|
|
4551
|
-
//#region ../_vendored/ai_v5/dist/dist-
|
|
4551
|
+
//#region ../_vendored/ai_v5/dist/dist-Dqv4QeJJ.js
|
|
4552
4552
|
var marker$1 = "vercel.ai.error";
|
|
4553
4553
|
var symbol$1$1 = Symbol.for(marker$1);
|
|
4554
4554
|
var _a$1$1;
|