@mastra/server 0.16.2-alpha.0 → 0.16.3-alpha.0
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/{chunk-YITREQVN.cjs → chunk-2JEDATG5.cjs} +4 -4
- package/dist/chunk-2JEDATG5.cjs.map +1 -0
- package/dist/{chunk-RW2D3G4K.cjs → chunk-3TETONBL.cjs} +145 -75
- package/dist/chunk-3TETONBL.cjs.map +1 -0
- package/dist/{chunk-M2YFWHSB.js → chunk-DMSCGAWM.js} +145 -76
- package/dist/chunk-DMSCGAWM.js.map +1 -0
- package/dist/{chunk-MLGHQDZZ.js → chunk-OTU37YZO.js} +4 -4
- package/dist/chunk-OTU37YZO.js.map +1 -0
- package/dist/server/handlers/agent-builder.cjs +16 -16
- package/dist/server/handlers/agent-builder.d.ts.map +1 -1
- package/dist/server/handlers/agent-builder.js +1 -1
- package/dist/server/handlers/agents.cjs +18 -14
- package/dist/server/handlers/agents.d.ts +13 -3
- package/dist/server/handlers/agents.d.ts.map +1 -1
- package/dist/server/handlers/agents.js +1 -1
- package/dist/server/handlers/vNextNetwork.d.ts +4 -4
- package/dist/server/handlers/vNextNetwork.d.ts.map +1 -1
- package/dist/server/handlers.cjs +4 -4
- package/dist/server/handlers.js +2 -2
- package/package.json +6 -6
- package/dist/chunk-M2YFWHSB.js.map +0 -1
- package/dist/chunk-MLGHQDZZ.js.map +0 -1
- package/dist/chunk-RW2D3G4K.cjs.map +0 -1
- package/dist/chunk-YITREQVN.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/server
|
|
2
2
|
|
|
3
|
+
## 0.16.3-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- an part 3 ([#7705](https://github.com/mastra-ai/mastra/pull/7705))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`b4379f7`](https://github.com/mastra-ai/mastra/commit/b4379f703fd74474f253420e8c3a684f2c4b2f8e), [`dd9119b`](https://github.com/mastra-ai/mastra/commit/dd9119b175a8f389082f75c12750e51f96d65dca), [`d34aaa1`](https://github.com/mastra-ai/mastra/commit/d34aaa1da5d3c5f991740f59e2fe6d28d3e2dd91), [`ce1e580`](https://github.com/mastra-ai/mastra/commit/ce1e580f6391e94a0c6816a9c5db0a21566a262f), [`b2babfa`](https://github.com/mastra-ai/mastra/commit/b2babfa9e75b22f2759179e71d8473f6dc5421ed), [`d8c3ba5`](https://github.com/mastra-ai/mastra/commit/d8c3ba516f4173282d293f7e64769cfc8738d360), [`a566c4e`](https://github.com/mastra-ai/mastra/commit/a566c4e92d86c1671707c54359b1d33934f7cc13), [`af333aa`](https://github.com/mastra-ai/mastra/commit/af333aa30fe6d1b127024b03a64736c46eddeca2), [`3863c52`](https://github.com/mastra-ai/mastra/commit/3863c52d44b4e5779968b802d977e87adf939d8e), [`6424c7e`](https://github.com/mastra-ai/mastra/commit/6424c7ec38b6921d66212431db1e0958f441b2a7), [`db94750`](https://github.com/mastra-ai/mastra/commit/db94750a41fd29b43eb1f7ce8e97ba8b9978c91b), [`a66a371`](https://github.com/mastra-ai/mastra/commit/a66a3716b00553d7f01842be9deb34f720b10fab), [`69fc3cd`](https://github.com/mastra-ai/mastra/commit/69fc3cd0fd814901785bdcf49bf536ab1e7fd975)]:
|
|
10
|
+
- @mastra/core@0.16.3-alpha.0
|
|
11
|
+
|
|
12
|
+
## 0.16.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [[`61926ef`](https://github.com/mastra-ai/mastra/commit/61926ef40d415b805a63527cffe27a50542e15e5)]:
|
|
17
|
+
- @mastra/core@0.16.2
|
|
18
|
+
|
|
3
19
|
## 0.16.2-alpha.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -620,7 +620,7 @@ chunkEMMSS5I5_cjs.__export(agent_builder_exports, {
|
|
|
620
620
|
streamVNextAgentBuilderActionHandler: () => streamVNextAgentBuilderActionHandler,
|
|
621
621
|
watchAgentBuilderActionHandler: () => watchAgentBuilderActionHandler
|
|
622
622
|
});
|
|
623
|
-
function zodToJsonSchema(zodSchema3, target = "jsonSchema7") {
|
|
623
|
+
function zodToJsonSchema(zodSchema3, target = "jsonSchema7", strategy = "relative") {
|
|
624
624
|
const fn = "toJSONSchema";
|
|
625
625
|
if (fn in zod.z) {
|
|
626
626
|
return zod.z[fn](zodSchema3, {
|
|
@@ -635,7 +635,7 @@ function zodToJsonSchema(zodSchema3, target = "jsonSchema7") {
|
|
|
635
635
|
});
|
|
636
636
|
} else {
|
|
637
637
|
return chunkHVBBFCDH_cjs.esm_default(zodSchema3, {
|
|
638
|
-
$refStrategy:
|
|
638
|
+
$refStrategy: strategy,
|
|
639
639
|
target
|
|
640
640
|
});
|
|
641
641
|
}
|
|
@@ -15703,5 +15703,5 @@ exports.startAsyncAgentBuilderActionHandler = startAsyncAgentBuilderActionHandle
|
|
|
15703
15703
|
exports.streamAgentBuilderActionHandler = streamAgentBuilderActionHandler;
|
|
15704
15704
|
exports.streamVNextAgentBuilderActionHandler = streamVNextAgentBuilderActionHandler;
|
|
15705
15705
|
exports.watchAgentBuilderActionHandler = watchAgentBuilderActionHandler;
|
|
15706
|
-
//# sourceMappingURL=chunk-
|
|
15707
|
-
//# sourceMappingURL=chunk-
|
|
15706
|
+
//# sourceMappingURL=chunk-2JEDATG5.cjs.map
|
|
15707
|
+
//# sourceMappingURL=chunk-2JEDATG5.cjs.map
|