@mastra/server 2.0.0-alpha.4 → 2.0.0-alpha.5
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/{chunk-OPP7H5TW.js → chunk-4B7OUZXW.js} +1 -1
- package/dist/{chunk-UE27Q3XD.cjs → chunk-4WJ5GHRG.cjs} +5 -5
- package/dist/{chunk-QH6XWSXP.cjs → chunk-5SWCVTNL.cjs} +38 -38
- package/dist/{chunk-PDC4ZBQW.cjs → chunk-HABV7TZK.cjs} +5 -5
- package/dist/{chunk-VK6FX47H.js → chunk-OMN3UI6X.js} +38 -38
- package/dist/{chunk-B64YROKU.cjs → chunk-RNU4JMLM.cjs} +7 -7
- package/dist/{chunk-I6MBOQTH.js → chunk-TFFNX7FI.js} +1 -1
- package/dist/{chunk-UV4WTEH4.js → chunk-XISBMH56.js} +1 -1
- package/dist/server/handlers/agents.cjs +7 -7
- package/dist/server/handlers/agents.js +1 -1
- package/dist/server/handlers/tools.cjs +5 -5
- package/dist/server/handlers/tools.js +1 -1
- package/dist/server/handlers/workflows.cjs +11 -11
- package/dist/server/handlers/workflows.js +1 -1
- package/dist/server/handlers.cjs +6 -6
- package/dist/server/handlers.js +3 -3
- package/package.json +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { stringify, esm_default } from './chunk-
|
|
1
|
+
import { stringify, esm_default } from './chunk-OMN3UI6X.js';
|
|
2
2
|
import { handleError } from './chunk-3AHQ5RGN.js';
|
|
3
3
|
import { __export, HTTPException } from './chunk-TRDNDNGQ.js';
|
|
4
4
|
import { ReadableStream } from 'node:stream/web';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk5SWCVTNL_cjs = require('./chunk-5SWCVTNL.cjs');
|
|
4
4
|
var chunkQN4KF3BH_cjs = require('./chunk-QN4KF3BH.cjs');
|
|
5
5
|
var chunkZLBRQFDD_cjs = require('./chunk-ZLBRQFDD.cjs');
|
|
6
6
|
var chunkFV45V6WC_cjs = require('./chunk-FV45V6WC.cjs');
|
|
@@ -24,8 +24,8 @@ async function getAgentsHandler({ mastra }) {
|
|
|
24
24
|
const _tool = tool;
|
|
25
25
|
acc2[key] = {
|
|
26
26
|
..._tool,
|
|
27
|
-
inputSchema: _tool.inputSchema ?
|
|
28
|
-
outputSchema: _tool.outputSchema ?
|
|
27
|
+
inputSchema: _tool.inputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(_tool.inputSchema)) : void 0,
|
|
28
|
+
outputSchema: _tool.outputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(_tool.outputSchema)) : void 0
|
|
29
29
|
};
|
|
30
30
|
return acc2;
|
|
31
31
|
}, {});
|
|
@@ -53,8 +53,8 @@ async function getAgentByIdHandler({ mastra, agentId }) {
|
|
|
53
53
|
const _tool = tool;
|
|
54
54
|
acc[key] = {
|
|
55
55
|
..._tool,
|
|
56
|
-
inputSchema: _tool.inputSchema ?
|
|
57
|
-
outputSchema: _tool.outputSchema ?
|
|
56
|
+
inputSchema: _tool.inputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(_tool.inputSchema)) : void 0,
|
|
57
|
+
outputSchema: _tool.outputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(_tool.outputSchema)) : void 0
|
|
58
58
|
};
|
|
59
59
|
return acc;
|
|
60
60
|
}, {});
|
|
@@ -764,7 +764,7 @@ SuperJSON.registerCustom = SuperJSON.defaultInstance.registerCustom.bind(SuperJS
|
|
|
764
764
|
SuperJSON.allowErrorProps = SuperJSON.defaultInstance.allowErrorProps.bind(SuperJSON.defaultInstance);
|
|
765
765
|
var stringify = SuperJSON.stringify;
|
|
766
766
|
|
|
767
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
767
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/Options.js
|
|
768
768
|
var ignoreOverride = Symbol("Let zodToJsonSchema decide on which parser to use");
|
|
769
769
|
var defaultOptions = {
|
|
770
770
|
name: void 0,
|
|
@@ -797,7 +797,7 @@ var getDefaultOptions = (options) => typeof options === "string" ? {
|
|
|
797
797
|
...options
|
|
798
798
|
};
|
|
799
799
|
|
|
800
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
800
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/Refs.js
|
|
801
801
|
var getRefs = (options) => {
|
|
802
802
|
const _options = getDefaultOptions(options);
|
|
803
803
|
const currentPath = _options.name !== void 0 ? [..._options.basePath, _options.definitionPath, _options.name] : _options.basePath;
|
|
@@ -817,7 +817,7 @@ var getRefs = (options) => {
|
|
|
817
817
|
};
|
|
818
818
|
};
|
|
819
819
|
|
|
820
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
820
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/errorMessages.js
|
|
821
821
|
function addErrorMessage(res, key, errorMessage, refs) {
|
|
822
822
|
if (!refs?.errorMessages)
|
|
823
823
|
return;
|
|
@@ -833,7 +833,7 @@ function setResponseValueAndErrors(res, key, value, errorMessage, refs) {
|
|
|
833
833
|
addErrorMessage(res, key, errorMessage, refs);
|
|
834
834
|
}
|
|
835
835
|
|
|
836
|
-
// ../../node_modules/.pnpm/zod@3.24.
|
|
836
|
+
// ../../node_modules/.pnpm/zod@3.24.3/node_modules/zod/lib/index.mjs
|
|
837
837
|
var util;
|
|
838
838
|
(function(util2) {
|
|
839
839
|
util2.assertEqual = (val) => val;
|
|
@@ -4406,12 +4406,12 @@ var ZodFirstPartyTypeKind;
|
|
|
4406
4406
|
ZodFirstPartyTypeKind2["ZodReadonly"] = "ZodReadonly";
|
|
4407
4407
|
})(ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {}));
|
|
4408
4408
|
|
|
4409
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4409
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/any.js
|
|
4410
4410
|
function parseAnyDef() {
|
|
4411
4411
|
return {};
|
|
4412
4412
|
}
|
|
4413
4413
|
|
|
4414
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4414
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/array.js
|
|
4415
4415
|
function parseArrayDef(def, refs) {
|
|
4416
4416
|
const res = {
|
|
4417
4417
|
type: "array"
|
|
@@ -4435,7 +4435,7 @@ function parseArrayDef(def, refs) {
|
|
|
4435
4435
|
return res;
|
|
4436
4436
|
}
|
|
4437
4437
|
|
|
4438
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4438
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js
|
|
4439
4439
|
function parseBigintDef(def, refs) {
|
|
4440
4440
|
const res = {
|
|
4441
4441
|
type: "integer",
|
|
@@ -4481,24 +4481,24 @@ function parseBigintDef(def, refs) {
|
|
|
4481
4481
|
return res;
|
|
4482
4482
|
}
|
|
4483
4483
|
|
|
4484
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4484
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js
|
|
4485
4485
|
function parseBooleanDef() {
|
|
4486
4486
|
return {
|
|
4487
4487
|
type: "boolean"
|
|
4488
4488
|
};
|
|
4489
4489
|
}
|
|
4490
4490
|
|
|
4491
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4491
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js
|
|
4492
4492
|
function parseBrandedDef(_def, refs) {
|
|
4493
4493
|
return parseDef(_def.type._def, refs);
|
|
4494
4494
|
}
|
|
4495
4495
|
|
|
4496
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4496
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js
|
|
4497
4497
|
var parseCatchDef = (def, refs) => {
|
|
4498
4498
|
return parseDef(def.innerType._def, refs);
|
|
4499
4499
|
};
|
|
4500
4500
|
|
|
4501
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4501
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/date.js
|
|
4502
4502
|
function parseDateDef(def, refs, overrideDateStrategy) {
|
|
4503
4503
|
const strategy = overrideDateStrategy ?? refs.dateStrategy;
|
|
4504
4504
|
if (Array.isArray(strategy)) {
|
|
@@ -4557,7 +4557,7 @@ var integerDateParser = (def, refs) => {
|
|
|
4557
4557
|
return res;
|
|
4558
4558
|
};
|
|
4559
4559
|
|
|
4560
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4560
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/default.js
|
|
4561
4561
|
function parseDefaultDef(_def, refs) {
|
|
4562
4562
|
return {
|
|
4563
4563
|
...parseDef(_def.innerType._def, refs),
|
|
@@ -4565,12 +4565,12 @@ function parseDefaultDef(_def, refs) {
|
|
|
4565
4565
|
};
|
|
4566
4566
|
}
|
|
4567
4567
|
|
|
4568
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4568
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js
|
|
4569
4569
|
function parseEffectsDef(_def, refs) {
|
|
4570
4570
|
return refs.effectStrategy === "input" ? parseDef(_def.schema._def, refs) : {};
|
|
4571
4571
|
}
|
|
4572
4572
|
|
|
4573
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4573
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js
|
|
4574
4574
|
function parseEnumDef(def) {
|
|
4575
4575
|
return {
|
|
4576
4576
|
type: "string",
|
|
@@ -4578,7 +4578,7 @@ function parseEnumDef(def) {
|
|
|
4578
4578
|
};
|
|
4579
4579
|
}
|
|
4580
4580
|
|
|
4581
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4581
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js
|
|
4582
4582
|
var isJsonSchema7AllOfType = (type) => {
|
|
4583
4583
|
if ("type" in type && type.type === "string")
|
|
4584
4584
|
return false;
|
|
@@ -4620,7 +4620,7 @@ function parseIntersectionDef(def, refs) {
|
|
|
4620
4620
|
} : void 0;
|
|
4621
4621
|
}
|
|
4622
4622
|
|
|
4623
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4623
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js
|
|
4624
4624
|
function parseLiteralDef(def, refs) {
|
|
4625
4625
|
const parsedType = typeof def.value;
|
|
4626
4626
|
if (parsedType !== "bigint" && parsedType !== "number" && parsedType !== "boolean" && parsedType !== "string") {
|
|
@@ -4640,7 +4640,7 @@ function parseLiteralDef(def, refs) {
|
|
|
4640
4640
|
};
|
|
4641
4641
|
}
|
|
4642
4642
|
|
|
4643
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4643
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/string.js
|
|
4644
4644
|
var emojiRegex2 = void 0;
|
|
4645
4645
|
var zodPatterns = {
|
|
4646
4646
|
/**
|
|
@@ -4952,7 +4952,7 @@ function stringifyRegExpWithFlags(regex, refs) {
|
|
|
4952
4952
|
return pattern;
|
|
4953
4953
|
}
|
|
4954
4954
|
|
|
4955
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4955
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/record.js
|
|
4956
4956
|
function parseRecordDef(def, refs) {
|
|
4957
4957
|
if (refs.target === "openAi") {
|
|
4958
4958
|
console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead.");
|
|
@@ -5004,7 +5004,7 @@ function parseRecordDef(def, refs) {
|
|
|
5004
5004
|
return schema;
|
|
5005
5005
|
}
|
|
5006
5006
|
|
|
5007
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5007
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/map.js
|
|
5008
5008
|
function parseMapDef(def, refs) {
|
|
5009
5009
|
if (refs.mapStrategy === "record") {
|
|
5010
5010
|
return parseRecordDef(def, refs);
|
|
@@ -5029,7 +5029,7 @@ function parseMapDef(def, refs) {
|
|
|
5029
5029
|
};
|
|
5030
5030
|
}
|
|
5031
5031
|
|
|
5032
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5032
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js
|
|
5033
5033
|
function parseNativeEnumDef(def) {
|
|
5034
5034
|
const object = def.values;
|
|
5035
5035
|
const actualKeys = Object.keys(def.values).filter((key) => {
|
|
@@ -5043,14 +5043,14 @@ function parseNativeEnumDef(def) {
|
|
|
5043
5043
|
};
|
|
5044
5044
|
}
|
|
5045
5045
|
|
|
5046
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5046
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/never.js
|
|
5047
5047
|
function parseNeverDef() {
|
|
5048
5048
|
return {
|
|
5049
5049
|
not: {}
|
|
5050
5050
|
};
|
|
5051
5051
|
}
|
|
5052
5052
|
|
|
5053
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5053
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/null.js
|
|
5054
5054
|
function parseNullDef(refs) {
|
|
5055
5055
|
return refs.target === "openApi3" ? {
|
|
5056
5056
|
enum: ["null"],
|
|
@@ -5060,7 +5060,7 @@ function parseNullDef(refs) {
|
|
|
5060
5060
|
};
|
|
5061
5061
|
}
|
|
5062
5062
|
|
|
5063
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5063
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/union.js
|
|
5064
5064
|
var primitiveMappings = {
|
|
5065
5065
|
ZodString: "string",
|
|
5066
5066
|
ZodNumber: "number",
|
|
@@ -5128,7 +5128,7 @@ var asAnyOf = (def, refs) => {
|
|
|
5128
5128
|
return anyOf.length ? { anyOf } : void 0;
|
|
5129
5129
|
};
|
|
5130
5130
|
|
|
5131
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5131
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js
|
|
5132
5132
|
function parseNullableDef(def, refs) {
|
|
5133
5133
|
if (["ZodString", "ZodNumber", "ZodBigInt", "ZodBoolean", "ZodNull"].includes(def.innerType._def.typeName) && (!def.innerType._def.checks || !def.innerType._def.checks.length)) {
|
|
5134
5134
|
if (refs.target === "openApi3") {
|
|
@@ -5160,7 +5160,7 @@ function parseNullableDef(def, refs) {
|
|
|
5160
5160
|
return base && { anyOf: [base, { type: "null" }] };
|
|
5161
5161
|
}
|
|
5162
5162
|
|
|
5163
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5163
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/number.js
|
|
5164
5164
|
function parseNumberDef(def, refs) {
|
|
5165
5165
|
const res = {
|
|
5166
5166
|
type: "number"
|
|
@@ -5209,7 +5209,7 @@ function parseNumberDef(def, refs) {
|
|
|
5209
5209
|
return res;
|
|
5210
5210
|
}
|
|
5211
5211
|
|
|
5212
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5212
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/object.js
|
|
5213
5213
|
function parseObjectDef(def, refs) {
|
|
5214
5214
|
const forceOptionalIntoNullable = refs.target === "openAi";
|
|
5215
5215
|
const result = {
|
|
@@ -5279,7 +5279,7 @@ function safeIsOptional(schema) {
|
|
|
5279
5279
|
}
|
|
5280
5280
|
}
|
|
5281
5281
|
|
|
5282
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5282
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js
|
|
5283
5283
|
var parseOptionalDef = (def, refs) => {
|
|
5284
5284
|
if (refs.currentPath.toString() === refs.propertyPath?.toString()) {
|
|
5285
5285
|
return parseDef(def.innerType._def, refs);
|
|
@@ -5298,7 +5298,7 @@ var parseOptionalDef = (def, refs) => {
|
|
|
5298
5298
|
} : {};
|
|
5299
5299
|
};
|
|
5300
5300
|
|
|
5301
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5301
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js
|
|
5302
5302
|
var parsePipelineDef = (def, refs) => {
|
|
5303
5303
|
if (refs.pipeStrategy === "input") {
|
|
5304
5304
|
return parseDef(def.in._def, refs);
|
|
@@ -5318,12 +5318,12 @@ var parsePipelineDef = (def, refs) => {
|
|
|
5318
5318
|
};
|
|
5319
5319
|
};
|
|
5320
5320
|
|
|
5321
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5321
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js
|
|
5322
5322
|
function parsePromiseDef(def, refs) {
|
|
5323
5323
|
return parseDef(def.type._def, refs);
|
|
5324
5324
|
}
|
|
5325
5325
|
|
|
5326
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5326
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/set.js
|
|
5327
5327
|
function parseSetDef(def, refs) {
|
|
5328
5328
|
const items = parseDef(def.valueType._def, {
|
|
5329
5329
|
...refs,
|
|
@@ -5343,7 +5343,7 @@ function parseSetDef(def, refs) {
|
|
|
5343
5343
|
return schema;
|
|
5344
5344
|
}
|
|
5345
5345
|
|
|
5346
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5346
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js
|
|
5347
5347
|
function parseTupleDef(def, refs) {
|
|
5348
5348
|
if (def.rest) {
|
|
5349
5349
|
return {
|
|
@@ -5371,24 +5371,24 @@ function parseTupleDef(def, refs) {
|
|
|
5371
5371
|
}
|
|
5372
5372
|
}
|
|
5373
5373
|
|
|
5374
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5374
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
|
|
5375
5375
|
function parseUndefinedDef() {
|
|
5376
5376
|
return {
|
|
5377
5377
|
not: {}
|
|
5378
5378
|
};
|
|
5379
5379
|
}
|
|
5380
5380
|
|
|
5381
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5381
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js
|
|
5382
5382
|
function parseUnknownDef() {
|
|
5383
5383
|
return {};
|
|
5384
5384
|
}
|
|
5385
5385
|
|
|
5386
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5386
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js
|
|
5387
5387
|
var parseReadonlyDef = (def, refs) => {
|
|
5388
5388
|
return parseDef(def.innerType._def, refs);
|
|
5389
5389
|
};
|
|
5390
5390
|
|
|
5391
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5391
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/selectParser.js
|
|
5392
5392
|
var selectParser = (def, typeName, refs) => {
|
|
5393
5393
|
switch (typeName) {
|
|
5394
5394
|
case ZodFirstPartyTypeKind.ZodString:
|
|
@@ -5464,7 +5464,7 @@ var selectParser = (def, typeName, refs) => {
|
|
|
5464
5464
|
}
|
|
5465
5465
|
};
|
|
5466
5466
|
|
|
5467
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5467
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parseDef.js
|
|
5468
5468
|
function parseDef(def, refs, forceResolution = false) {
|
|
5469
5469
|
const seenItem = refs.seen.get(def);
|
|
5470
5470
|
if (refs.override) {
|
|
@@ -5528,7 +5528,7 @@ var addMeta = (def, refs, jsonSchema) => {
|
|
|
5528
5528
|
return jsonSchema;
|
|
5529
5529
|
};
|
|
5530
5530
|
|
|
5531
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5531
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
|
|
5532
5532
|
var zodToJsonSchema = (schema, options) => {
|
|
5533
5533
|
const refs = getRefs(options);
|
|
5534
5534
|
const definitions = typeof options === "object" && options.definitions ? Object.entries(options.definitions).reduce((acc, [name2, schema2]) => ({
|
|
@@ -5572,7 +5572,7 @@ var zodToJsonSchema = (schema, options) => {
|
|
|
5572
5572
|
return combined;
|
|
5573
5573
|
};
|
|
5574
5574
|
|
|
5575
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5575
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/index.js
|
|
5576
5576
|
var esm_default = zodToJsonSchema;
|
|
5577
5577
|
|
|
5578
5578
|
exports.esm_default = esm_default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk5SWCVTNL_cjs = require('./chunk-5SWCVTNL.cjs');
|
|
4
4
|
var chunkQN4KF3BH_cjs = require('./chunk-QN4KF3BH.cjs');
|
|
5
5
|
var chunkZLBRQFDD_cjs = require('./chunk-ZLBRQFDD.cjs');
|
|
6
6
|
var chunkFV45V6WC_cjs = require('./chunk-FV45V6WC.cjs');
|
|
@@ -24,8 +24,8 @@ async function getToolsHandler({ tools }) {
|
|
|
24
24
|
const tool = _tool;
|
|
25
25
|
acc[id] = {
|
|
26
26
|
...tool,
|
|
27
|
-
inputSchema: tool.inputSchema ?
|
|
28
|
-
outputSchema: tool.outputSchema ?
|
|
27
|
+
inputSchema: tool.inputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(tool.inputSchema)) : void 0,
|
|
28
|
+
outputSchema: tool.outputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(tool.outputSchema)) : void 0
|
|
29
29
|
};
|
|
30
30
|
return acc;
|
|
31
31
|
},
|
|
@@ -44,8 +44,8 @@ async function getToolByIdHandler({ tools, toolId }) {
|
|
|
44
44
|
}
|
|
45
45
|
const serializedTool = {
|
|
46
46
|
...tool,
|
|
47
|
-
inputSchema: tool.inputSchema ?
|
|
48
|
-
outputSchema: tool.outputSchema ?
|
|
47
|
+
inputSchema: tool.inputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(tool.inputSchema)) : void 0,
|
|
48
|
+
outputSchema: tool.outputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(tool.outputSchema)) : void 0
|
|
49
49
|
};
|
|
50
50
|
return serializedTool;
|
|
51
51
|
} catch (error) {
|
|
@@ -762,7 +762,7 @@ SuperJSON.registerCustom = SuperJSON.defaultInstance.registerCustom.bind(SuperJS
|
|
|
762
762
|
SuperJSON.allowErrorProps = SuperJSON.defaultInstance.allowErrorProps.bind(SuperJSON.defaultInstance);
|
|
763
763
|
var stringify = SuperJSON.stringify;
|
|
764
764
|
|
|
765
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
765
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/Options.js
|
|
766
766
|
var ignoreOverride = Symbol("Let zodToJsonSchema decide on which parser to use");
|
|
767
767
|
var defaultOptions = {
|
|
768
768
|
name: void 0,
|
|
@@ -795,7 +795,7 @@ var getDefaultOptions = (options) => typeof options === "string" ? {
|
|
|
795
795
|
...options
|
|
796
796
|
};
|
|
797
797
|
|
|
798
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
798
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/Refs.js
|
|
799
799
|
var getRefs = (options) => {
|
|
800
800
|
const _options = getDefaultOptions(options);
|
|
801
801
|
const currentPath = _options.name !== void 0 ? [..._options.basePath, _options.definitionPath, _options.name] : _options.basePath;
|
|
@@ -815,7 +815,7 @@ var getRefs = (options) => {
|
|
|
815
815
|
};
|
|
816
816
|
};
|
|
817
817
|
|
|
818
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
818
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/errorMessages.js
|
|
819
819
|
function addErrorMessage(res, key, errorMessage, refs) {
|
|
820
820
|
if (!refs?.errorMessages)
|
|
821
821
|
return;
|
|
@@ -831,7 +831,7 @@ function setResponseValueAndErrors(res, key, value, errorMessage, refs) {
|
|
|
831
831
|
addErrorMessage(res, key, errorMessage, refs);
|
|
832
832
|
}
|
|
833
833
|
|
|
834
|
-
// ../../node_modules/.pnpm/zod@3.24.
|
|
834
|
+
// ../../node_modules/.pnpm/zod@3.24.3/node_modules/zod/lib/index.mjs
|
|
835
835
|
var util;
|
|
836
836
|
(function(util2) {
|
|
837
837
|
util2.assertEqual = (val) => val;
|
|
@@ -4404,12 +4404,12 @@ var ZodFirstPartyTypeKind;
|
|
|
4404
4404
|
ZodFirstPartyTypeKind2["ZodReadonly"] = "ZodReadonly";
|
|
4405
4405
|
})(ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {}));
|
|
4406
4406
|
|
|
4407
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4407
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/any.js
|
|
4408
4408
|
function parseAnyDef() {
|
|
4409
4409
|
return {};
|
|
4410
4410
|
}
|
|
4411
4411
|
|
|
4412
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4412
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/array.js
|
|
4413
4413
|
function parseArrayDef(def, refs) {
|
|
4414
4414
|
const res = {
|
|
4415
4415
|
type: "array"
|
|
@@ -4433,7 +4433,7 @@ function parseArrayDef(def, refs) {
|
|
|
4433
4433
|
return res;
|
|
4434
4434
|
}
|
|
4435
4435
|
|
|
4436
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4436
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js
|
|
4437
4437
|
function parseBigintDef(def, refs) {
|
|
4438
4438
|
const res = {
|
|
4439
4439
|
type: "integer",
|
|
@@ -4479,24 +4479,24 @@ function parseBigintDef(def, refs) {
|
|
|
4479
4479
|
return res;
|
|
4480
4480
|
}
|
|
4481
4481
|
|
|
4482
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4482
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js
|
|
4483
4483
|
function parseBooleanDef() {
|
|
4484
4484
|
return {
|
|
4485
4485
|
type: "boolean"
|
|
4486
4486
|
};
|
|
4487
4487
|
}
|
|
4488
4488
|
|
|
4489
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4489
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js
|
|
4490
4490
|
function parseBrandedDef(_def, refs) {
|
|
4491
4491
|
return parseDef(_def.type._def, refs);
|
|
4492
4492
|
}
|
|
4493
4493
|
|
|
4494
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4494
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js
|
|
4495
4495
|
var parseCatchDef = (def, refs) => {
|
|
4496
4496
|
return parseDef(def.innerType._def, refs);
|
|
4497
4497
|
};
|
|
4498
4498
|
|
|
4499
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4499
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/date.js
|
|
4500
4500
|
function parseDateDef(def, refs, overrideDateStrategy) {
|
|
4501
4501
|
const strategy = overrideDateStrategy ?? refs.dateStrategy;
|
|
4502
4502
|
if (Array.isArray(strategy)) {
|
|
@@ -4555,7 +4555,7 @@ var integerDateParser = (def, refs) => {
|
|
|
4555
4555
|
return res;
|
|
4556
4556
|
};
|
|
4557
4557
|
|
|
4558
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4558
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/default.js
|
|
4559
4559
|
function parseDefaultDef(_def, refs) {
|
|
4560
4560
|
return {
|
|
4561
4561
|
...parseDef(_def.innerType._def, refs),
|
|
@@ -4563,12 +4563,12 @@ function parseDefaultDef(_def, refs) {
|
|
|
4563
4563
|
};
|
|
4564
4564
|
}
|
|
4565
4565
|
|
|
4566
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4566
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js
|
|
4567
4567
|
function parseEffectsDef(_def, refs) {
|
|
4568
4568
|
return refs.effectStrategy === "input" ? parseDef(_def.schema._def, refs) : {};
|
|
4569
4569
|
}
|
|
4570
4570
|
|
|
4571
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4571
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js
|
|
4572
4572
|
function parseEnumDef(def) {
|
|
4573
4573
|
return {
|
|
4574
4574
|
type: "string",
|
|
@@ -4576,7 +4576,7 @@ function parseEnumDef(def) {
|
|
|
4576
4576
|
};
|
|
4577
4577
|
}
|
|
4578
4578
|
|
|
4579
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4579
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js
|
|
4580
4580
|
var isJsonSchema7AllOfType = (type) => {
|
|
4581
4581
|
if ("type" in type && type.type === "string")
|
|
4582
4582
|
return false;
|
|
@@ -4618,7 +4618,7 @@ function parseIntersectionDef(def, refs) {
|
|
|
4618
4618
|
} : void 0;
|
|
4619
4619
|
}
|
|
4620
4620
|
|
|
4621
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4621
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js
|
|
4622
4622
|
function parseLiteralDef(def, refs) {
|
|
4623
4623
|
const parsedType = typeof def.value;
|
|
4624
4624
|
if (parsedType !== "bigint" && parsedType !== "number" && parsedType !== "boolean" && parsedType !== "string") {
|
|
@@ -4638,7 +4638,7 @@ function parseLiteralDef(def, refs) {
|
|
|
4638
4638
|
};
|
|
4639
4639
|
}
|
|
4640
4640
|
|
|
4641
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4641
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/string.js
|
|
4642
4642
|
var emojiRegex2 = void 0;
|
|
4643
4643
|
var zodPatterns = {
|
|
4644
4644
|
/**
|
|
@@ -4950,7 +4950,7 @@ function stringifyRegExpWithFlags(regex, refs) {
|
|
|
4950
4950
|
return pattern;
|
|
4951
4951
|
}
|
|
4952
4952
|
|
|
4953
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
4953
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/record.js
|
|
4954
4954
|
function parseRecordDef(def, refs) {
|
|
4955
4955
|
if (refs.target === "openAi") {
|
|
4956
4956
|
console.warn("Warning: OpenAI may not support records in schemas! Try an array of key-value pairs instead.");
|
|
@@ -5002,7 +5002,7 @@ function parseRecordDef(def, refs) {
|
|
|
5002
5002
|
return schema;
|
|
5003
5003
|
}
|
|
5004
5004
|
|
|
5005
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5005
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/map.js
|
|
5006
5006
|
function parseMapDef(def, refs) {
|
|
5007
5007
|
if (refs.mapStrategy === "record") {
|
|
5008
5008
|
return parseRecordDef(def, refs);
|
|
@@ -5027,7 +5027,7 @@ function parseMapDef(def, refs) {
|
|
|
5027
5027
|
};
|
|
5028
5028
|
}
|
|
5029
5029
|
|
|
5030
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5030
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js
|
|
5031
5031
|
function parseNativeEnumDef(def) {
|
|
5032
5032
|
const object = def.values;
|
|
5033
5033
|
const actualKeys = Object.keys(def.values).filter((key) => {
|
|
@@ -5041,14 +5041,14 @@ function parseNativeEnumDef(def) {
|
|
|
5041
5041
|
};
|
|
5042
5042
|
}
|
|
5043
5043
|
|
|
5044
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5044
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/never.js
|
|
5045
5045
|
function parseNeverDef() {
|
|
5046
5046
|
return {
|
|
5047
5047
|
not: {}
|
|
5048
5048
|
};
|
|
5049
5049
|
}
|
|
5050
5050
|
|
|
5051
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5051
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/null.js
|
|
5052
5052
|
function parseNullDef(refs) {
|
|
5053
5053
|
return refs.target === "openApi3" ? {
|
|
5054
5054
|
enum: ["null"],
|
|
@@ -5058,7 +5058,7 @@ function parseNullDef(refs) {
|
|
|
5058
5058
|
};
|
|
5059
5059
|
}
|
|
5060
5060
|
|
|
5061
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5061
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/union.js
|
|
5062
5062
|
var primitiveMappings = {
|
|
5063
5063
|
ZodString: "string",
|
|
5064
5064
|
ZodNumber: "number",
|
|
@@ -5126,7 +5126,7 @@ var asAnyOf = (def, refs) => {
|
|
|
5126
5126
|
return anyOf.length ? { anyOf } : void 0;
|
|
5127
5127
|
};
|
|
5128
5128
|
|
|
5129
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5129
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js
|
|
5130
5130
|
function parseNullableDef(def, refs) {
|
|
5131
5131
|
if (["ZodString", "ZodNumber", "ZodBigInt", "ZodBoolean", "ZodNull"].includes(def.innerType._def.typeName) && (!def.innerType._def.checks || !def.innerType._def.checks.length)) {
|
|
5132
5132
|
if (refs.target === "openApi3") {
|
|
@@ -5158,7 +5158,7 @@ function parseNullableDef(def, refs) {
|
|
|
5158
5158
|
return base && { anyOf: [base, { type: "null" }] };
|
|
5159
5159
|
}
|
|
5160
5160
|
|
|
5161
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5161
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/number.js
|
|
5162
5162
|
function parseNumberDef(def, refs) {
|
|
5163
5163
|
const res = {
|
|
5164
5164
|
type: "number"
|
|
@@ -5207,7 +5207,7 @@ function parseNumberDef(def, refs) {
|
|
|
5207
5207
|
return res;
|
|
5208
5208
|
}
|
|
5209
5209
|
|
|
5210
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5210
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/object.js
|
|
5211
5211
|
function parseObjectDef(def, refs) {
|
|
5212
5212
|
const forceOptionalIntoNullable = refs.target === "openAi";
|
|
5213
5213
|
const result = {
|
|
@@ -5277,7 +5277,7 @@ function safeIsOptional(schema) {
|
|
|
5277
5277
|
}
|
|
5278
5278
|
}
|
|
5279
5279
|
|
|
5280
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5280
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js
|
|
5281
5281
|
var parseOptionalDef = (def, refs) => {
|
|
5282
5282
|
if (refs.currentPath.toString() === refs.propertyPath?.toString()) {
|
|
5283
5283
|
return parseDef(def.innerType._def, refs);
|
|
@@ -5296,7 +5296,7 @@ var parseOptionalDef = (def, refs) => {
|
|
|
5296
5296
|
} : {};
|
|
5297
5297
|
};
|
|
5298
5298
|
|
|
5299
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5299
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js
|
|
5300
5300
|
var parsePipelineDef = (def, refs) => {
|
|
5301
5301
|
if (refs.pipeStrategy === "input") {
|
|
5302
5302
|
return parseDef(def.in._def, refs);
|
|
@@ -5316,12 +5316,12 @@ var parsePipelineDef = (def, refs) => {
|
|
|
5316
5316
|
};
|
|
5317
5317
|
};
|
|
5318
5318
|
|
|
5319
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5319
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js
|
|
5320
5320
|
function parsePromiseDef(def, refs) {
|
|
5321
5321
|
return parseDef(def.type._def, refs);
|
|
5322
5322
|
}
|
|
5323
5323
|
|
|
5324
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5324
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/set.js
|
|
5325
5325
|
function parseSetDef(def, refs) {
|
|
5326
5326
|
const items = parseDef(def.valueType._def, {
|
|
5327
5327
|
...refs,
|
|
@@ -5341,7 +5341,7 @@ function parseSetDef(def, refs) {
|
|
|
5341
5341
|
return schema;
|
|
5342
5342
|
}
|
|
5343
5343
|
|
|
5344
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5344
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js
|
|
5345
5345
|
function parseTupleDef(def, refs) {
|
|
5346
5346
|
if (def.rest) {
|
|
5347
5347
|
return {
|
|
@@ -5369,24 +5369,24 @@ function parseTupleDef(def, refs) {
|
|
|
5369
5369
|
}
|
|
5370
5370
|
}
|
|
5371
5371
|
|
|
5372
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5372
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js
|
|
5373
5373
|
function parseUndefinedDef() {
|
|
5374
5374
|
return {
|
|
5375
5375
|
not: {}
|
|
5376
5376
|
};
|
|
5377
5377
|
}
|
|
5378
5378
|
|
|
5379
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5379
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js
|
|
5380
5380
|
function parseUnknownDef() {
|
|
5381
5381
|
return {};
|
|
5382
5382
|
}
|
|
5383
5383
|
|
|
5384
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5384
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js
|
|
5385
5385
|
var parseReadonlyDef = (def, refs) => {
|
|
5386
5386
|
return parseDef(def.innerType._def, refs);
|
|
5387
5387
|
};
|
|
5388
5388
|
|
|
5389
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5389
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/selectParser.js
|
|
5390
5390
|
var selectParser = (def, typeName, refs) => {
|
|
5391
5391
|
switch (typeName) {
|
|
5392
5392
|
case ZodFirstPartyTypeKind.ZodString:
|
|
@@ -5462,7 +5462,7 @@ var selectParser = (def, typeName, refs) => {
|
|
|
5462
5462
|
}
|
|
5463
5463
|
};
|
|
5464
5464
|
|
|
5465
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5465
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parseDef.js
|
|
5466
5466
|
function parseDef(def, refs, forceResolution = false) {
|
|
5467
5467
|
const seenItem = refs.seen.get(def);
|
|
5468
5468
|
if (refs.override) {
|
|
@@ -5526,7 +5526,7 @@ var addMeta = (def, refs, jsonSchema) => {
|
|
|
5526
5526
|
return jsonSchema;
|
|
5527
5527
|
};
|
|
5528
5528
|
|
|
5529
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5529
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js
|
|
5530
5530
|
var zodToJsonSchema = (schema, options) => {
|
|
5531
5531
|
const refs = getRefs(options);
|
|
5532
5532
|
const definitions = typeof options === "object" && options.definitions ? Object.entries(options.definitions).reduce((acc, [name2, schema2]) => ({
|
|
@@ -5570,7 +5570,7 @@ var zodToJsonSchema = (schema, options) => {
|
|
|
5570
5570
|
return combined;
|
|
5571
5571
|
};
|
|
5572
5572
|
|
|
5573
|
-
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.
|
|
5573
|
+
// ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/index.js
|
|
5574
5574
|
var esm_default = zodToJsonSchema;
|
|
5575
5575
|
|
|
5576
5576
|
export { esm_default, stringify };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk5SWCVTNL_cjs = require('./chunk-5SWCVTNL.cjs');
|
|
4
4
|
var chunkZLBRQFDD_cjs = require('./chunk-ZLBRQFDD.cjs');
|
|
5
5
|
var chunkFV45V6WC_cjs = require('./chunk-FV45V6WC.cjs');
|
|
6
6
|
var web = require('stream/web');
|
|
@@ -30,13 +30,13 @@ async function getWorkflowsHandler({ mastra }) {
|
|
|
30
30
|
serializedStepGraph: workflow.serializedStepGraph,
|
|
31
31
|
serializedStepSubscriberGraph: workflow.serializedStepSubscriberGraph,
|
|
32
32
|
name: workflow.name,
|
|
33
|
-
triggerSchema: workflow.triggerSchema ?
|
|
33
|
+
triggerSchema: workflow.triggerSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(workflow.triggerSchema)) : void 0,
|
|
34
34
|
steps: Object.entries(workflow.steps).reduce((acc2, [key2, step]) => {
|
|
35
35
|
const _step = step;
|
|
36
36
|
acc2[key2] = {
|
|
37
37
|
..._step,
|
|
38
|
-
inputSchema: _step.inputSchema ?
|
|
39
|
-
outputSchema: _step.outputSchema ?
|
|
38
|
+
inputSchema: _step.inputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(_step.inputSchema)) : void 0,
|
|
39
|
+
outputSchema: _step.outputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(_step.outputSchema)) : void 0
|
|
40
40
|
};
|
|
41
41
|
return acc2;
|
|
42
42
|
}, {})
|
|
@@ -63,13 +63,13 @@ async function getWorkflowByIdHandler({ mastra, workflowId }) {
|
|
|
63
63
|
serializedStepGraph: workflow.serializedStepGraph,
|
|
64
64
|
serializedStepSubscriberGraph: workflow.serializedStepSubscriberGraph,
|
|
65
65
|
name: workflow.name,
|
|
66
|
-
triggerSchema: workflow.triggerSchema ?
|
|
66
|
+
triggerSchema: workflow.triggerSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(workflow.triggerSchema)) : void 0,
|
|
67
67
|
steps: Object.entries(workflow.steps).reduce((acc, [key, step]) => {
|
|
68
68
|
const _step = step;
|
|
69
69
|
acc[key] = {
|
|
70
70
|
..._step,
|
|
71
|
-
inputSchema: _step.inputSchema ?
|
|
72
|
-
outputSchema: _step.outputSchema ?
|
|
71
|
+
inputSchema: _step.inputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(_step.inputSchema)) : void 0,
|
|
72
|
+
outputSchema: _step.outputSchema ? chunk5SWCVTNL_cjs.stringify(chunk5SWCVTNL_cjs.esm_default(_step.outputSchema)) : void 0
|
|
73
73
|
};
|
|
74
74
|
return acc;
|
|
75
75
|
}, {})
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { stringify, esm_default } from './chunk-
|
|
1
|
+
import { stringify, esm_default } from './chunk-OMN3UI6X.js';
|
|
2
2
|
import { validateBody } from './chunk-L7XE5QTW.js';
|
|
3
3
|
import { handleError } from './chunk-3AHQ5RGN.js';
|
|
4
4
|
import { __export, HTTPException } from './chunk-TRDNDNGQ.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { stringify, esm_default } from './chunk-
|
|
1
|
+
import { stringify, esm_default } from './chunk-OMN3UI6X.js';
|
|
2
2
|
import { validateBody } from './chunk-L7XE5QTW.js';
|
|
3
3
|
import { handleError } from './chunk-3AHQ5RGN.js';
|
|
4
4
|
import { __export, HTTPException } from './chunk-TRDNDNGQ.js';
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk4WJ5GHRG_cjs = require('../../chunk-4WJ5GHRG.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "generateHandler", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunk4WJ5GHRG_cjs.generateHandler; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "getAgentByIdHandler", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunk4WJ5GHRG_cjs.getAgentByIdHandler; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "getAgentsHandler", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunk4WJ5GHRG_cjs.getAgentsHandler; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "getEvalsByAgentIdHandler", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunk4WJ5GHRG_cjs.getEvalsByAgentIdHandler; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "getLiveEvalsByAgentIdHandler", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunk4WJ5GHRG_cjs.getLiveEvalsByAgentIdHandler; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "streamGenerateHandler", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunk4WJ5GHRG_cjs.streamGenerateHandler; }
|
|
30
30
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { generateHandler, getAgentByIdHandler, getAgentsHandler, getEvalsByAgentIdHandler, getLiveEvalsByAgentIdHandler, streamGenerateHandler } from '../../chunk-
|
|
1
|
+
export { generateHandler, getAgentByIdHandler, getAgentsHandler, getEvalsByAgentIdHandler, getLiveEvalsByAgentIdHandler, streamGenerateHandler } from '../../chunk-TFFNX7FI.js';
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkHABV7TZK_cjs = require('../../chunk-HABV7TZK.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "executeAgentToolHandler", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkHABV7TZK_cjs.executeAgentToolHandler; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "executeToolHandler", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkHABV7TZK_cjs.executeToolHandler; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "getToolByIdHandler", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkHABV7TZK_cjs.getToolByIdHandler; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "getToolsHandler", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkHABV7TZK_cjs.getToolsHandler; }
|
|
22
22
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { executeAgentToolHandler, executeToolHandler, getToolByIdHandler, getToolsHandler } from '../../chunk-
|
|
1
|
+
export { executeAgentToolHandler, executeToolHandler, getToolByIdHandler, getToolsHandler } from '../../chunk-XISBMH56.js';
|
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkRNU4JMLM_cjs = require('../../chunk-RNU4JMLM.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "createRunHandler", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkRNU4JMLM_cjs.createRunHandler; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "getWorkflowByIdHandler", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkRNU4JMLM_cjs.getWorkflowByIdHandler; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "getWorkflowRunHandler", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkRNU4JMLM_cjs.getWorkflowRunHandler; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "getWorkflowRunsHandler", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkRNU4JMLM_cjs.getWorkflowRunsHandler; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "getWorkflowsHandler", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkRNU4JMLM_cjs.getWorkflowsHandler; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "resumeAsyncWorkflowHandler", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkRNU4JMLM_cjs.resumeAsyncWorkflowHandler; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "resumeWorkflowHandler", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkRNU4JMLM_cjs.resumeWorkflowHandler; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "startAsyncWorkflowHandler", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkRNU4JMLM_cjs.startAsyncWorkflowHandler; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "startWorkflowRunHandler", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkRNU4JMLM_cjs.startWorkflowRunHandler; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "watchWorkflowHandler", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkRNU4JMLM_cjs.watchWorkflowHandler; }
|
|
46
46
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { createRunHandler, getWorkflowByIdHandler, getWorkflowRunHandler, getWorkflowRunsHandler, getWorkflowsHandler, resumeAsyncWorkflowHandler, resumeWorkflowHandler, startAsyncWorkflowHandler, startWorkflowRunHandler, watchWorkflowHandler } from '../../chunk-
|
|
1
|
+
export { createRunHandler, getWorkflowByIdHandler, getWorkflowRunHandler, getWorkflowRunsHandler, getWorkflowsHandler, resumeAsyncWorkflowHandler, resumeWorkflowHandler, startAsyncWorkflowHandler, startWorkflowRunHandler, watchWorkflowHandler } from '../../chunk-4B7OUZXW.js';
|
package/dist/server/handlers.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkHABV7TZK_cjs = require('../chunk-HABV7TZK.cjs');
|
|
4
4
|
var chunkM56ECCHK_cjs = require('../chunk-M56ECCHK.cjs');
|
|
5
5
|
var chunkA7DF4ETD_cjs = require('../chunk-A7DF4ETD.cjs');
|
|
6
|
-
var
|
|
7
|
-
var
|
|
6
|
+
var chunkRNU4JMLM_cjs = require('../chunk-RNU4JMLM.cjs');
|
|
7
|
+
var chunk4WJ5GHRG_cjs = require('../chunk-4WJ5GHRG.cjs');
|
|
8
8
|
var chunkSKBVVI24_cjs = require('../chunk-SKBVVI24.cjs');
|
|
9
9
|
var chunk2FJURXCL_cjs = require('../chunk-2FJURXCL.cjs');
|
|
10
10
|
var chunkJLDXUWK7_cjs = require('../chunk-JLDXUWK7.cjs');
|
|
@@ -14,7 +14,7 @@ var chunk7IWQE76Z_cjs = require('../chunk-7IWQE76Z.cjs');
|
|
|
14
14
|
|
|
15
15
|
Object.defineProperty(exports, "tools", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkHABV7TZK_cjs.tools_exports; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "vector", {
|
|
20
20
|
enumerable: true,
|
|
@@ -26,11 +26,11 @@ Object.defineProperty(exports, "voice", {
|
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "workflows", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkRNU4JMLM_cjs.workflows_exports; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "agents", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunk4WJ5GHRG_cjs.agents_exports; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "logs", {
|
|
36
36
|
enumerable: true,
|
package/dist/server/handlers.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { tools_exports as tools } from '../chunk-
|
|
1
|
+
export { tools_exports as tools } from '../chunk-XISBMH56.js';
|
|
2
2
|
export { vector_exports as vector } from '../chunk-4JINXASC.js';
|
|
3
3
|
export { voice_exports as voice } from '../chunk-3RVHWGWO.js';
|
|
4
|
-
export { workflows_exports as workflows } from '../chunk-
|
|
5
|
-
export { agents_exports as agents } from '../chunk-
|
|
4
|
+
export { workflows_exports as workflows } from '../chunk-4B7OUZXW.js';
|
|
5
|
+
export { agents_exports as agents } from '../chunk-TFFNX7FI.js';
|
|
6
6
|
export { logs_exports as logs } from '../chunk-3EJZQ6TQ.js';
|
|
7
7
|
export { memory_exports as memory } from '../chunk-RBQASTUP.js';
|
|
8
8
|
export { network_exports as network } from '../chunk-YANVFOYA.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/server",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"license": "Elastic-2.0",
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@mastra/core": "^0.9.0-alpha.
|
|
49
|
+
"@mastra/core": "^0.9.0-alpha.5"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@ai-sdk/openai": "^1.3.2",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"typescript": "^5.8.2",
|
|
59
59
|
"vitest": "^2.1.9",
|
|
60
60
|
"zod-to-json-schema": "^3.24.3",
|
|
61
|
-
"@mastra/core": "0.9.0-alpha.
|
|
61
|
+
"@mastra/core": "0.9.0-alpha.5",
|
|
62
62
|
"@internal/lint": "0.0.2"
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|