@mastra/server 1.58.0-alpha.0 → 1.58.0-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/CHANGELOG.md +119 -0
- package/dist/_types/@mastra_schema-compat/dist/provider-compats/anthropic.d.ts +1 -1
- package/dist/{a2a-CnU9zaGR.js → a2a-8C4O2dVJ.js} +41 -5
- package/dist/a2a-8C4O2dVJ.js.map +1 -0
- package/dist/{a2a-DKnwIgiw.cjs → a2a-B6YkZ2i9.cjs} +872 -227
- package/dist/a2a-B6YkZ2i9.cjs.map +1 -0
- package/dist/{a2a-oM7aqLz4.cjs → a2a-MPoM5lzS.cjs} +41 -5
- package/dist/a2a-MPoM5lzS.cjs.map +1 -0
- package/dist/{a2a-uPi5sPwb.js → a2a-_D2EA4oa.js} +861 -228
- package/dist/a2a-_D2EA4oa.js.map +1 -0
- package/dist/{agent-builder-BDYN3r89.cjs → agent-builder-DAiJH1u2.cjs} +2 -2
- package/dist/{agent-builder-BDYN3r89.cjs.map → agent-builder-DAiJH1u2.cjs.map} +1 -1
- package/dist/{agent-builder-Dqy_qumV.js → agent-builder-gGFywDVq.js} +2 -2
- package/dist/{agent-builder-Dqy_qumV.js.map → agent-builder-gGFywDVq.js.map} +1 -1
- package/dist/{api-schema-manifest-7-NC9Dyc.cjs → api-schema-manifest-B3bC-D98.cjs} +2 -2
- package/dist/{api-schema-manifest-7-NC9Dyc.cjs.map → api-schema-manifest-B3bC-D98.cjs.map} +1 -1
- package/dist/{api-schema-manifest-C5hpdIE_.js → api-schema-manifest-B4J_QYOr.js} +2 -2
- package/dist/{api-schema-manifest-C5hpdIE_.js.map → api-schema-manifest-B4J_QYOr.js.map} +1 -1
- package/dist/{datasets-Cvix7Rms.cjs → datasets-BMeFvFwT.cjs} +43 -1
- package/dist/datasets-BMeFvFwT.cjs.map +1 -0
- package/dist/{datasets-dhXnHLAL.js → datasets-BeBH9Seg.js} +38 -2
- package/dist/datasets-BeBH9Seg.js.map +1 -0
- package/dist/{dist-DGqlUp0b.js → dist-BKRMiJcn.js} +215 -74
- package/dist/dist-BKRMiJcn.js.map +1 -0
- package/dist/{dist-COHIL6fR.cjs → dist-C2-SedDQ.cjs} +215 -74
- package/dist/dist-C2-SedDQ.cjs.map +1 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/docs/references/docs-agents-a2a.md +75 -2
- package/dist/docs/references/reference-server-routes.md +25 -11
- package/dist/route-builder-CIk5k35M.js.map +1 -1
- package/dist/route-builder-CgLVYL1c.cjs.map +1 -1
- package/dist/{routes-hSY4wTeS.cjs → routes-CZwPlO3-.cjs} +3 -2
- package/dist/routes-CZwPlO3-.cjs.map +1 -0
- package/dist/{routes-CRoTKPvQ.js → routes-HUaCyUb7.js} +4 -3
- package/dist/{routes-CRoTKPvQ.js.map → routes-HUaCyUb7.js.map} +1 -1
- package/dist/server/a2a/store.cjs +30 -2
- package/dist/server/a2a/store.cjs.map +1 -1
- package/dist/server/a2a/store.d.ts +21 -2
- package/dist/server/a2a/store.d.ts.map +1 -1
- package/dist/server/a2a/store.js +30 -3
- package/dist/server/a2a/store.js.map +1 -1
- package/dist/server/a2a/task-state.d.ts +4 -0
- package/dist/server/a2a/task-state.d.ts.map +1 -0
- package/dist/server/a2a/tasks.d.ts +1 -1
- package/dist/server/a2a/tasks.d.ts.map +1 -1
- package/dist/server/handlers/a2a.cjs +3 -1
- package/dist/server/handlers/a2a.d.ts +155 -12
- package/dist/server/handlers/a2a.d.ts.map +1 -1
- package/dist/server/handlers/a2a.js +2 -2
- package/dist/server/handlers/agent-builder.cjs +3 -3
- package/dist/server/handlers/agent-builder.js +3 -3
- package/dist/server/handlers/agent-controller.cjs +25 -6
- package/dist/server/handlers/agent-controller.cjs.map +1 -1
- package/dist/server/handlers/agent-controller.d.ts +4 -3
- package/dist/server/handlers/agent-controller.d.ts.map +1 -1
- package/dist/server/handlers/agent-controller.js +25 -6
- package/dist/server/handlers/agent-controller.js.map +1 -1
- package/dist/server/handlers/agent-versions.cjs +6 -0
- package/dist/server/handlers/agent-versions.cjs.map +1 -1
- package/dist/server/handlers/agent-versions.d.ts.map +1 -1
- package/dist/server/handlers/agent-versions.js +6 -0
- package/dist/server/handlers/agent-versions.js.map +1 -1
- package/dist/server/handlers/datasets.cjs +26 -11
- package/dist/server/handlers/datasets.cjs.map +1 -1
- package/dist/server/handlers/datasets.d.ts +136 -0
- package/dist/server/handlers/datasets.d.ts.map +1 -1
- package/dist/server/handlers/datasets.js +26 -11
- package/dist/server/handlers/datasets.js.map +1 -1
- package/dist/server/handlers/observability.cjs +20 -9
- package/dist/server/handlers/observability.cjs.map +1 -1
- package/dist/server/handlers/observability.d.ts.map +1 -1
- package/dist/server/handlers/observability.js +20 -9
- package/dist/server/handlers/observability.js.map +1 -1
- package/dist/server/handlers/stored-agents.cjs +16 -1
- package/dist/server/handlers/stored-agents.cjs.map +1 -1
- package/dist/server/handlers/stored-agents.d.ts.map +1 -1
- package/dist/server/handlers/stored-agents.js +16 -1
- package/dist/server/handlers/stored-agents.js.map +1 -1
- package/dist/server/handlers/system.cjs +1 -1
- package/dist/server/handlers/system.js +1 -1
- package/dist/server/handlers/validate-agent-instructions.cjs +52 -0
- package/dist/server/handlers/validate-agent-instructions.cjs.map +1 -0
- package/dist/server/handlers/validate-agent-instructions.d.ts +13 -0
- package/dist/server/handlers/validate-agent-instructions.d.ts.map +1 -0
- package/dist/server/handlers/validate-agent-instructions.js +51 -0
- package/dist/server/handlers/validate-agent-instructions.js.map +1 -0
- package/dist/server/handlers/workflows.cjs +105 -2
- package/dist/server/handlers/workflows.cjs.map +1 -1
- package/dist/server/handlers/workflows.d.ts +9 -0
- package/dist/server/handlers/workflows.d.ts.map +1 -1
- package/dist/server/handlers/workflows.js +104 -3
- package/dist/server/handlers/workflows.js.map +1 -1
- package/dist/server/handlers.cjs +1 -1
- package/dist/server/handlers.js +1 -1
- package/dist/server/schemas/a2a.d.ts +70 -6
- package/dist/server/schemas/a2a.d.ts.map +1 -1
- package/dist/server/schemas/datasets.d.ts +53 -0
- package/dist/server/schemas/datasets.d.ts.map +1 -1
- package/dist/server/schemas/index.cjs +5 -4
- package/dist/server/schemas/index.js +5 -5
- package/dist/server/schemas/workflows.d.ts +8 -0
- package/dist/server/schemas/workflows.d.ts.map +1 -1
- package/dist/server/server-adapter/index.cjs +1 -1
- package/dist/server/server-adapter/index.js +1 -1
- package/dist/server/server-adapter/routes/a2a.d.ts +116 -8
- package/dist/server/server-adapter/routes/a2a.d.ts.map +1 -1
- package/dist/server/server-adapter/routes/datasets.d.ts +136 -0
- package/dist/server/server-adapter/routes/datasets.d.ts.map +1 -1
- package/dist/server/server-adapter/routes/workflows.d.ts +7 -1
- package/dist/server/server-adapter/routes/workflows.d.ts.map +1 -1
- package/dist/{workflows-DPW6FrY0.js → workflows-CMU5dz_4.js} +7 -2
- package/dist/workflows-CMU5dz_4.js.map +1 -0
- package/dist/{workflows-XfiENvkF.cjs → workflows-Dzxr6cmf.cjs} +12 -1
- package/dist/workflows-Dzxr6cmf.cjs.map +1 -0
- package/package.json +8 -8
- package/dist/a2a-CnU9zaGR.js.map +0 -1
- package/dist/a2a-DKnwIgiw.cjs.map +0 -1
- package/dist/a2a-oM7aqLz4.cjs.map +0 -1
- package/dist/a2a-uPi5sPwb.js.map +0 -1
- package/dist/datasets-Cvix7Rms.cjs.map +0 -1
- package/dist/datasets-dhXnHLAL.js.map +0 -1
- package/dist/dist-COHIL6fR.cjs.map +0 -1
- package/dist/dist-DGqlUp0b.js.map +0 -1
- package/dist/routes-hSY4wTeS.cjs.map +0 -1
- package/dist/workflows-DPW6FrY0.js.map +0 -1
- package/dist/workflows-XfiENvkF.cjs.map +0 -1
|
@@ -33,13 +33,15 @@ export declare const deletePushNotificationConfigParamsSchema: z.ZodObject<{
|
|
|
33
33
|
}, z.core.$strip>;
|
|
34
34
|
export declare const messageSendBodySchema: z.ZodObject<{
|
|
35
35
|
message: z.ZodObject<{
|
|
36
|
-
kind: z.ZodLiteral<"message"
|
|
36
|
+
kind: z.ZodOptional<z.ZodLiteral<"message">>;
|
|
37
37
|
messageId: z.ZodString;
|
|
38
38
|
role: z.ZodEnum<{
|
|
39
39
|
agent: "agent";
|
|
40
40
|
user: "user";
|
|
41
|
+
ROLE_USER: "ROLE_USER";
|
|
42
|
+
ROLE_AGENT: "ROLE_AGENT";
|
|
41
43
|
}>;
|
|
42
|
-
parts: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
44
|
+
parts: z.ZodArray<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
43
45
|
kind: z.ZodLiteral<"text">;
|
|
44
46
|
text: z.ZodString;
|
|
45
47
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -59,6 +61,14 @@ export declare const messageSendBodySchema: z.ZodObject<{
|
|
|
59
61
|
kind: z.ZodLiteral<"data">;
|
|
60
62
|
data: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
61
63
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
64
|
+
}, z.core.$strip>]>, z.ZodObject<{
|
|
65
|
+
text: z.ZodOptional<z.ZodString>;
|
|
66
|
+
raw: z.ZodOptional<z.ZodString>;
|
|
67
|
+
url: z.ZodOptional<z.ZodString>;
|
|
68
|
+
data: z.ZodOptional<z.ZodUnknown>;
|
|
69
|
+
filename: z.ZodOptional<z.ZodString>;
|
|
70
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
71
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
62
72
|
}, z.core.$strip>]>>;
|
|
63
73
|
contextId: z.ZodOptional<z.ZodString>;
|
|
64
74
|
taskId: z.ZodOptional<z.ZodString>;
|
|
@@ -75,13 +85,15 @@ export declare const agentExecutionBodySchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
75
85
|
method: z.ZodLiteral<"message/send">;
|
|
76
86
|
params: z.ZodObject<{
|
|
77
87
|
message: z.ZodObject<{
|
|
78
|
-
kind: z.ZodLiteral<"message"
|
|
88
|
+
kind: z.ZodOptional<z.ZodLiteral<"message">>;
|
|
79
89
|
messageId: z.ZodString;
|
|
80
90
|
role: z.ZodEnum<{
|
|
81
91
|
agent: "agent";
|
|
82
92
|
user: "user";
|
|
93
|
+
ROLE_USER: "ROLE_USER";
|
|
94
|
+
ROLE_AGENT: "ROLE_AGENT";
|
|
83
95
|
}>;
|
|
84
|
-
parts: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
96
|
+
parts: z.ZodArray<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
85
97
|
kind: z.ZodLiteral<"text">;
|
|
86
98
|
text: z.ZodString;
|
|
87
99
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -101,6 +113,14 @@ export declare const agentExecutionBodySchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
101
113
|
kind: z.ZodLiteral<"data">;
|
|
102
114
|
data: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
103
115
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
116
|
+
}, z.core.$strip>]>, z.ZodObject<{
|
|
117
|
+
text: z.ZodOptional<z.ZodString>;
|
|
118
|
+
raw: z.ZodOptional<z.ZodString>;
|
|
119
|
+
url: z.ZodOptional<z.ZodString>;
|
|
120
|
+
data: z.ZodOptional<z.ZodUnknown>;
|
|
121
|
+
filename: z.ZodOptional<z.ZodString>;
|
|
122
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
123
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
104
124
|
}, z.core.$strip>]>>;
|
|
105
125
|
contextId: z.ZodOptional<z.ZodString>;
|
|
106
126
|
taskId: z.ZodOptional<z.ZodString>;
|
|
@@ -111,6 +131,7 @@ export declare const agentExecutionBodySchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
111
131
|
configuration: z.ZodOptional<z.ZodObject<{
|
|
112
132
|
acceptedOutputModes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
113
133
|
blocking: z.ZodOptional<z.ZodBoolean>;
|
|
134
|
+
returnImmediately: z.ZodOptional<z.ZodBoolean>;
|
|
114
135
|
historyLength: z.ZodOptional<z.ZodNumber>;
|
|
115
136
|
pushNotificationConfig: z.ZodOptional<z.ZodObject<{
|
|
116
137
|
url: z.ZodString;
|
|
@@ -121,6 +142,15 @@ export declare const agentExecutionBodySchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
121
142
|
credentials: z.ZodOptional<z.ZodString>;
|
|
122
143
|
}, z.core.$strip>>;
|
|
123
144
|
}, z.core.$strip>>;
|
|
145
|
+
taskPushNotificationConfig: z.ZodOptional<z.ZodObject<{
|
|
146
|
+
url: z.ZodString;
|
|
147
|
+
id: z.ZodOptional<z.ZodString>;
|
|
148
|
+
token: z.ZodOptional<z.ZodString>;
|
|
149
|
+
authentication: z.ZodOptional<z.ZodObject<{
|
|
150
|
+
schemes: z.ZodArray<z.ZodString>;
|
|
151
|
+
credentials: z.ZodOptional<z.ZodString>;
|
|
152
|
+
}, z.core.$strip>>;
|
|
153
|
+
}, z.core.$strip>>;
|
|
124
154
|
}, z.core.$strip>>;
|
|
125
155
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
126
156
|
}, z.core.$strip>;
|
|
@@ -130,13 +160,15 @@ export declare const agentExecutionBodySchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
130
160
|
method: z.ZodLiteral<"message/stream">;
|
|
131
161
|
params: z.ZodObject<{
|
|
132
162
|
message: z.ZodObject<{
|
|
133
|
-
kind: z.ZodLiteral<"message"
|
|
163
|
+
kind: z.ZodOptional<z.ZodLiteral<"message">>;
|
|
134
164
|
messageId: z.ZodString;
|
|
135
165
|
role: z.ZodEnum<{
|
|
136
166
|
agent: "agent";
|
|
137
167
|
user: "user";
|
|
168
|
+
ROLE_USER: "ROLE_USER";
|
|
169
|
+
ROLE_AGENT: "ROLE_AGENT";
|
|
138
170
|
}>;
|
|
139
|
-
parts: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
171
|
+
parts: z.ZodArray<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodObject<{
|
|
140
172
|
kind: z.ZodLiteral<"text">;
|
|
141
173
|
text: z.ZodString;
|
|
142
174
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -156,6 +188,14 @@ export declare const agentExecutionBodySchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
156
188
|
kind: z.ZodLiteral<"data">;
|
|
157
189
|
data: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
158
190
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
191
|
+
}, z.core.$strip>]>, z.ZodObject<{
|
|
192
|
+
text: z.ZodOptional<z.ZodString>;
|
|
193
|
+
raw: z.ZodOptional<z.ZodString>;
|
|
194
|
+
url: z.ZodOptional<z.ZodString>;
|
|
195
|
+
data: z.ZodOptional<z.ZodUnknown>;
|
|
196
|
+
filename: z.ZodOptional<z.ZodString>;
|
|
197
|
+
mediaType: z.ZodOptional<z.ZodString>;
|
|
198
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
159
199
|
}, z.core.$strip>]>>;
|
|
160
200
|
contextId: z.ZodOptional<z.ZodString>;
|
|
161
201
|
taskId: z.ZodOptional<z.ZodString>;
|
|
@@ -166,6 +206,7 @@ export declare const agentExecutionBodySchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
166
206
|
configuration: z.ZodOptional<z.ZodObject<{
|
|
167
207
|
acceptedOutputModes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
168
208
|
blocking: z.ZodOptional<z.ZodBoolean>;
|
|
209
|
+
returnImmediately: z.ZodOptional<z.ZodBoolean>;
|
|
169
210
|
historyLength: z.ZodOptional<z.ZodNumber>;
|
|
170
211
|
pushNotificationConfig: z.ZodOptional<z.ZodObject<{
|
|
171
212
|
url: z.ZodString;
|
|
@@ -176,6 +217,15 @@ export declare const agentExecutionBodySchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
176
217
|
credentials: z.ZodOptional<z.ZodString>;
|
|
177
218
|
}, z.core.$strip>>;
|
|
178
219
|
}, z.core.$strip>>;
|
|
220
|
+
taskPushNotificationConfig: z.ZodOptional<z.ZodObject<{
|
|
221
|
+
url: z.ZodString;
|
|
222
|
+
id: z.ZodOptional<z.ZodString>;
|
|
223
|
+
token: z.ZodOptional<z.ZodString>;
|
|
224
|
+
authentication: z.ZodOptional<z.ZodObject<{
|
|
225
|
+
schemes: z.ZodArray<z.ZodString>;
|
|
226
|
+
credentials: z.ZodOptional<z.ZodString>;
|
|
227
|
+
}, z.core.$strip>>;
|
|
228
|
+
}, z.core.$strip>>;
|
|
179
229
|
}, z.core.$strip>>;
|
|
180
230
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
181
231
|
}, z.core.$strip>;
|
|
@@ -190,6 +240,20 @@ export declare const agentExecutionBodySchema: z.ZodDiscriminatedUnion<[z.ZodObj
|
|
|
190
240
|
}, z.core.$strip>;
|
|
191
241
|
jsonrpc: z.ZodLiteral<"2.0">;
|
|
192
242
|
id: z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
|
|
243
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
244
|
+
method: z.ZodLiteral<"tasks/list">;
|
|
245
|
+
params: z.ZodObject<{
|
|
246
|
+
tenant: z.ZodOptional<z.ZodString>;
|
|
247
|
+
contextId: z.ZodOptional<z.ZodString>;
|
|
248
|
+
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
|
|
249
|
+
pageSize: z.ZodOptional<z.ZodNumber>;
|
|
250
|
+
pageToken: z.ZodOptional<z.ZodString>;
|
|
251
|
+
historyLength: z.ZodOptional<z.ZodNumber>;
|
|
252
|
+
statusTimestampAfter: z.ZodOptional<z.ZodString>;
|
|
253
|
+
includeArtifacts: z.ZodOptional<z.ZodBoolean>;
|
|
254
|
+
}, z.core.$strip>;
|
|
255
|
+
jsonrpc: z.ZodLiteral<"2.0">;
|
|
256
|
+
id: z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
|
|
193
257
|
}, z.core.$strip>, z.ZodObject<{
|
|
194
258
|
method: z.ZodLiteral<"tasks/cancel">;
|
|
195
259
|
params: z.ZodObject<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"a2a.d.ts","sourceRoot":"","sources":["../../../src/server/schemas/a2a.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAG3B,eAAO,MAAM,oBAAoB;;iBAE/B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;iBAE5B,CAAC;
|
|
1
|
+
{"version":3,"file":"a2a.d.ts","sourceRoot":"","sources":["../../../src/server/schemas/a2a.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAG3B,eAAO,MAAM,oBAAoB;;iBAE/B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;iBAE5B,CAAC;AAwHH,eAAO,MAAM,2BAA2B;;;iBAAqB,CAAC;AAE9D,eAAO,MAAM,qCAAqC;;;;;;;;;;;iBAGhD,CAAC;AAMH,eAAO,MAAM,sCAAsC;;;iBAAqB,CAAC;AAEzE,eAAO,MAAM,wCAAwC;;;;iBAEnD,CAAC;AAGH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGhC,CAAC;AAEH,eAAO,MAAM,mBAAmB;;iBAE9B,CAAC;AAOH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuDnC,CAAC;AAGH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAyClC,CAAC;AAEH,eAAO,MAAM,kBAAkB,cAAc,CAAC;AAE9C,eAAO,MAAM,4BAA4B,cAAc,CAAC"}
|
|
@@ -25,6 +25,14 @@ export declare const paginationQuerySchema: z.ZodObject<{
|
|
|
25
25
|
page: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
26
26
|
perPage: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
27
27
|
}, z.core.$strip>;
|
|
28
|
+
export declare const listExperimentsQuerySchema: z.ZodObject<{
|
|
29
|
+
page: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
30
|
+
perPage: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
31
|
+
experimentSetId: z.ZodOptional<z.ZodString>;
|
|
32
|
+
comparisonId: z.ZodOptional<z.ZodString>;
|
|
33
|
+
variantId: z.ZodOptional<z.ZodString>;
|
|
34
|
+
trialIndex: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
35
|
+
}, z.core.$strip>;
|
|
28
36
|
export declare const tenancyQuerySchema: z.ZodObject<{
|
|
29
37
|
organizationId: z.ZodOptional<z.ZodString>;
|
|
30
38
|
projectId: z.ZodOptional<z.ZodString>;
|
|
@@ -372,10 +380,25 @@ export declare const triggerExperimentBodySchema: z.ZodObject<{
|
|
|
372
380
|
scorer: "scorer";
|
|
373
381
|
}>;
|
|
374
382
|
targetId: z.ZodString;
|
|
383
|
+
name: z.ZodOptional<z.ZodString>;
|
|
384
|
+
description: z.ZodOptional<z.ZodString>;
|
|
385
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
375
386
|
scorerIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
376
387
|
version: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
377
388
|
agentVersion: z.ZodOptional<z.ZodString>;
|
|
378
389
|
maxConcurrency: z.ZodOptional<z.ZodNumber>;
|
|
390
|
+
provenance: z.ZodOptional<z.ZodObject<{
|
|
391
|
+
source: z.ZodOptional<z.ZodString>;
|
|
392
|
+
sourceId: z.ZodOptional<z.ZodString>;
|
|
393
|
+
sourceVersion: z.ZodOptional<z.ZodString>;
|
|
394
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
395
|
+
}, z.core.$strip>>;
|
|
396
|
+
grouping: z.ZodOptional<z.ZodObject<{
|
|
397
|
+
experimentSetId: z.ZodOptional<z.ZodString>;
|
|
398
|
+
comparisonId: z.ZodOptional<z.ZodString>;
|
|
399
|
+
variantId: z.ZodOptional<z.ZodString>;
|
|
400
|
+
trialIndex: z.ZodOptional<z.ZodNumber>;
|
|
401
|
+
}, z.core.$strip>>;
|
|
379
402
|
requestContext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
380
403
|
versions: z.ZodOptional<z.ZodObject<{
|
|
381
404
|
agents: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -465,6 +488,21 @@ export declare const experimentResponseSchema: z.ZodObject<{
|
|
|
465
488
|
name: z.ZodOptional<z.ZodString>;
|
|
466
489
|
description: z.ZodOptional<z.ZodString>;
|
|
467
490
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
491
|
+
provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
492
|
+
source: z.ZodOptional<z.ZodString>;
|
|
493
|
+
sourceId: z.ZodOptional<z.ZodString>;
|
|
494
|
+
sourceVersion: z.ZodOptional<z.ZodString>;
|
|
495
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
496
|
+
}, z.core.$strip>>>;
|
|
497
|
+
runnerAttestation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
498
|
+
runnerId: z.ZodString;
|
|
499
|
+
invocationId: z.ZodString;
|
|
500
|
+
runnerVersion: z.ZodOptional<z.ZodString>;
|
|
501
|
+
}, z.core.$strip>>>;
|
|
502
|
+
experimentSetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
503
|
+
comparisonId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
504
|
+
variantId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
505
|
+
trialIndex: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
468
506
|
status: z.ZodEnum<{
|
|
469
507
|
running: "running";
|
|
470
508
|
failed: "failed";
|
|
@@ -703,6 +741,21 @@ export declare const listExperimentsResponseSchema: z.ZodObject<{
|
|
|
703
741
|
name: z.ZodOptional<z.ZodString>;
|
|
704
742
|
description: z.ZodOptional<z.ZodString>;
|
|
705
743
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
744
|
+
provenance: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
745
|
+
source: z.ZodOptional<z.ZodString>;
|
|
746
|
+
sourceId: z.ZodOptional<z.ZodString>;
|
|
747
|
+
sourceVersion: z.ZodOptional<z.ZodString>;
|
|
748
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
749
|
+
}, z.core.$strip>>>;
|
|
750
|
+
runnerAttestation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
751
|
+
runnerId: z.ZodString;
|
|
752
|
+
invocationId: z.ZodString;
|
|
753
|
+
runnerVersion: z.ZodOptional<z.ZodString>;
|
|
754
|
+
}, z.core.$strip>>>;
|
|
755
|
+
experimentSetId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
756
|
+
comparisonId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
757
|
+
variantId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
758
|
+
trialIndex: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
706
759
|
status: z.ZodEnum<{
|
|
707
760
|
running: "running";
|
|
708
761
|
failed: "failed";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datasets.d.ts","sourceRoot":"","sources":["../../../src/server/schemas/datasets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAkO3B,eAAO,MAAM,mBAAmB;;iBAE9B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;iBAEjC,CAAC;AAEH,eAAO,MAAM,gBAAgB;;iBAE3B,CAAC;AAEH,eAAO,MAAM,gCAAgC;;;iBAG3C,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;iBAIvC,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;iBAGrC,CAAC;AAMH,eAAO,MAAM,qBAAqB;;;iBAGhC,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;iBAG7B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;iBAK/B,CAAC;AAMH,eAAO,MAAM,uBAAuB;;;;;;;;;;iBAUlC,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;iBAWlC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAW5B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAU/B,CAAC;AAEH,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"datasets.d.ts","sourceRoot":"","sources":["../../../src/server/schemas/datasets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAkO3B,eAAO,MAAM,mBAAmB;;iBAE9B,CAAC;AAEH,eAAO,MAAM,sBAAsB;;iBAEjC,CAAC;AAEH,eAAO,MAAM,gBAAgB;;iBAE3B,CAAC;AAEH,eAAO,MAAM,gCAAgC;;;iBAG3C,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;iBAIvC,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;iBAGrC,CAAC;AAMH,eAAO,MAAM,qBAAqB;;;iBAGhC,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;iBAKrC,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;iBAG7B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;iBAK/B,CAAC;AAMH,eAAO,MAAM,uBAAuB;;;;;;;;;;iBAUlC,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;iBAWlC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAW5B,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAU/B,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAyCtC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;iBAGvC,CAAC;AAOH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;iBAehC,CAAC;AAGH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgBpC,CAAC;AAGH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAwCnC,CAAC;AAGH,eAAO,MAAM,kBAAkB;;;;;;iBAM7B,CAAC;AAGH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAyBzC,CAAC;AAEH,eAAO,MAAM,gCAAgC;;;;;;;;iBAI3C,CAAC;AAmBH,eAAO,MAAM,wBAAwB;;;;;;;;;;;iBAGnC,CAAC;AAIH,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA+B1C,CAAC;AAMH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;iBAGrC,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGlC,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGxC,CAAC;AAEH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAG9C,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;iBAMvC,CAAC;AAEH,eAAO,MAAM,2BAA2B;;;;;;;;iBAEtC,CAAC;AAOH,eAAO,MAAM,4BAA4B;;;;iBAIvC,CAAC;AAGH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;iBAepC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAEzC,CAAC;AAGH,eAAO,MAAM,4BAA4B;;;;;iBAKvC,CAAC;AAEH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;iBAG5C,CAAC;AAMH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAerC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGzC,CAAC;AAEH,eAAO,MAAM,0BAA0B;;iBAErC,CAAC;AAEH,eAAO,MAAM,8BAA8B;;;iBAGzC,CAAC;AAMH,eAAO,MAAM,uBAAuB;;;;;;;;;iBAYlC,CAAC;AAOH,eAAO,MAAM,2BAA2B;;;;;iBAEtC,CAAC;AAMH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;iBAwBpC,CAAC;AASH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;iBAYxC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_common = require("../../common-spbwhiWS.cjs");
|
|
3
|
-
const require_workflows = require("../../workflows-
|
|
4
|
-
const require_agent_builder = require("../../agent-builder-
|
|
3
|
+
const require_workflows = require("../../workflows-Dzxr6cmf.cjs");
|
|
4
|
+
const require_agent_builder = require("../../agent-builder-DAiJH1u2.cjs");
|
|
5
5
|
const require_default_options = require("../../default-options-BcPyp2Gx.cjs");
|
|
6
6
|
const require_routes = require("../../routes-BKUF5ZHA.cjs");
|
|
7
7
|
const require_agents = require("../../agents-Dk2qoJi_.cjs");
|
|
@@ -10,7 +10,7 @@ const require_rule_group = require("../../rule-group-Hyn4rN52.cjs");
|
|
|
10
10
|
const require_stored_workspaces = require("../../stored-workspaces-CbJQaFuP.cjs");
|
|
11
11
|
const require_tool_providers = require("../../tool-providers-DFQkhO4R.cjs");
|
|
12
12
|
const require_workspace = require("../../workspace-Cz9hE2ei.cjs");
|
|
13
|
-
const require_a2a = require("../../a2a-
|
|
13
|
+
const require_a2a = require("../../a2a-MPoM5lzS.cjs");
|
|
14
14
|
const require_auth = require("../../auth-B8fQdEg-.cjs");
|
|
15
15
|
const require_memory = require("../../memory-CxM2p78x.cjs");
|
|
16
16
|
const require_responses = require("../../responses-BI25doe1.cjs");
|
|
@@ -21,7 +21,7 @@ const require_scores = require("../../scores-Bm_sUKY1.cjs");
|
|
|
21
21
|
const require_vectors = require("../../vectors-Cj-SPxOy.cjs");
|
|
22
22
|
const require_version_common = require("../../version-common-CEBQY7M8.cjs");
|
|
23
23
|
const require_agent_versions = require("../../agent-versions-CdQGF-3e.cjs");
|
|
24
|
-
const require_datasets = require("../../datasets-
|
|
24
|
+
const require_datasets = require("../../datasets-BMeFvFwT.cjs");
|
|
25
25
|
const require_editor_builder = require("../../editor-builder-CWTGCtNu.cjs");
|
|
26
26
|
const require_mcp_client_versions = require("../../mcp-client-versions-Db71zP8j.cjs");
|
|
27
27
|
const require_processor_providers = require("../../processor-providers-DHvTA9AL.cjs");
|
|
@@ -262,6 +262,7 @@ exports.listDatasetVersionsResponseSchema = require_datasets.listDatasetVersions
|
|
|
262
262
|
exports.listDatasetsResponseSchema = require_datasets.listDatasetsResponseSchema;
|
|
263
263
|
exports.listEmbeddersResponseSchema = require_vectors.listEmbeddersResponseSchema;
|
|
264
264
|
exports.listExperimentResultsResponseSchema = require_datasets.listExperimentResultsResponseSchema;
|
|
265
|
+
exports.listExperimentsQuerySchema = require_datasets.listExperimentsQuerySchema;
|
|
265
266
|
exports.listExperimentsResponseSchema = require_datasets.listExperimentsResponseSchema;
|
|
266
267
|
exports.listIndexesResponseSchema = require_vectors.listIndexesResponseSchema;
|
|
267
268
|
exports.listItemVersionsResponseSchema = require_datasets.listItemVersionsResponseSchema;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { a as messageResponseSchema, c as partialQuerySchema, d as successResponseSchema, f as tracingOptionsSchema, i as createPagePaginationSchema, l as runIdSchema, n as coreMessageSchema, o as optionalRunIdSchema, p as typedPermissive, r as createCombinedPaginationSchema, s as paginationInfoSchema, t as baseLogMessageSchema, u as statusQuerySchema } from "../../common-CPNOpqxA.js";
|
|
2
|
-
import { b as
|
|
3
|
-
import { a as streamAgentBuilderBodySchema, i as startAsyncAgentBuilderBodySchema, n as actionRunPathParams, o as streamLegacyAgentBuilderBodySchema, r as resumeAgentBuilderBodySchema, t as actionIdPathParams } from "../../agent-builder-
|
|
2
|
+
import { b as workflowRunResultSchema, c as sendWorkflowRunEventBodySchema, g as workflowInfoSchema, i as listWorkflowsResponseSchema, m as workflowExecutionResultSchema, n as createWorkflowRunResponseSchema, p as workflowControlResponseSchema, r as listWorkflowRunsQuerySchema, x as workflowRunsResponseSchema, y as workflowRunResultQuerySchema } from "../../workflows-CMU5dz_4.js";
|
|
3
|
+
import { a as streamAgentBuilderBodySchema, i as startAsyncAgentBuilderBodySchema, n as actionRunPathParams, o as streamLegacyAgentBuilderBodySchema, r as resumeAgentBuilderBodySchema, t as actionIdPathParams } from "../../agent-builder-gGFywDVq.js";
|
|
4
4
|
import { t as defaultOptionsSchema } from "../../default-options-DGCDKR3I.js";
|
|
5
5
|
import { c as generateSpeechBodySchema, d as transcribeSpeechBodySchema, f as transcribeSpeechResponseSchema, l as getListenerResponseSchema, p as voiceSpeakersResponseSchema, u as speakResponseSchema } from "../../routes-zHhMx-9S.js";
|
|
6
6
|
import { A as recoverBodySchema, B as serializedAgentWithIdSchema, C as modelConfigIdPathParams, D as providerSchema, E as observeAgentResponseSchema, F as sendAgentSignalBodySchema, G as streamUntilIdleBodySchema, H as serializedToolSchema, I as sendToolApprovalBodySchema, J as toolIdPathParams, K as subscribeAgentThreadBodySchema, L as sendToolApprovalResponseSchema, M as resumeStreamBodySchema, N as resumeStreamUntilIdleBodySchema, O as providersResponseSchema, P as sendAgentMessageBodySchema, R as serializedAgentDefinitionSchema, S as listToolsResponseSchema, T as observeAgentBodySchema, U as serializedWorkflowSchema, V as serializedProcessorSchema$1, W as streamResponseSchema, X as updateAgentModelInModelListBodySchema, Y as updateAgentModelBodySchema, _ as executeToolResponseSchema, a as agentIdPathParams, b as listSuspendedRunsQuerySchema, c as agentVersionQuerySchema, d as declineNetworkToolCallBodySchema, f as declineToolCallBodySchema, g as executeToolContextBodySchema, h as executeToolBodySchema, i as agentExecutionLegacyBodySchema, j as reorderAgentModelListBodySchema, k as queueAgentMessageBodySchema, l as approveNetworkToolCallBodySchema, m as enhanceInstructionsResponseSchema, n as abortAgentThreadResponseSchema, o as agentSkillPathParams, p as enhanceInstructionsBodySchema, q as toolCallResponseSchema, r as agentExecutionBodySchema$1, s as agentToolPathParams, t as abortAgentThreadBodySchema, u as approveToolCallBodySchema, v as generateResponseSchema, w as modelManagementResponseSchema, x as listSuspendedRunsResponseSchema, y as listAgentsResponseSchema, z as serializedAgentSchema } from "../../agents-CYvun9iI.js";
|
|
@@ -9,7 +9,7 @@ import { n as ruleSchema, t as ruleGroupSchema } from "../../rule-group-C5eydl98
|
|
|
9
9
|
import { a as listStoredWorkspacesQuerySchema, c as storedWorkspaceIdPathParams, d as updateStoredWorkspaceResponseSchema, i as getStoredWorkspaceResponseSchema, l as storedWorkspaceSchema, n as createStoredWorkspaceResponseSchema, o as listStoredWorkspacesResponseSchema, r as deleteStoredWorkspaceResponseSchema, s as snapshotConfigSchema$1, t as createStoredWorkspaceBodySchema, u as updateStoredWorkspaceBodySchema } from "../../stored-workspaces-Dib-ClOP.js";
|
|
10
10
|
import { C as toolProviderConnectionPathParams, D as toolSlugPathParams, E as toolProvidersSchema, O as updateConnectionBodySchema, S as toolProviderConfigSchema, T as toolProviderIdPathParams, _ as listToolProviderToolkitsResponseSchema, a as connectionScopeSchema, b as listToolProvidersResponseSchema, c as connectionUsageQuerySchema, d as disconnectConnectionResponseSchema, f as getToolProviderToolSchemaResponseSchema, g as listConnectionsResponseSchema, h as listConnectionsQuerySchema, i as connectionSchema, k as updateConnectionResponseSchema, l as connectionUsageResponseSchema, m as listConnectionFieldsResponseSchema, n as authorizeToolProviderBodySchema, o as connectionStatusToolProviderBodySchema, p as listConnectionFieldsQuerySchema, r as authorizeToolProviderResponseSchema, s as connectionStatusToolProviderResponseSchema, t as authStatusToolProviderResponseSchema, u as disconnectConnectionQuerySchema, v as listToolProviderToolsQuerySchema, w as toolProviderHealthResponseSchema, x as toolProviderAuthStatusPathParams, y as listToolProviderToolsResponseSchema } from "../../tool-providers-CIESXi7M.js";
|
|
11
11
|
import { A as skillMetadataWithPathSchema, B as skillsShPopularQuerySchema, C as searchQuerySchema, D as searchSkillsResponseSchema, E as searchSkillsQuerySchema, F as skillSearchResultSchema, G as skillsShSearchQuerySchema, H as skillsShPreviewResponseSchema, I as skillSourceSchema, J as skillsShSourceSchema, K as skillsShSearchResponseSchema, L as skillsShInstallBodySchema, M as skillReferencePathParams, N as skillReferenceResponseSchema, O as skillDisambiguationQuerySchema, P as skillSchema, Q as workspaceInfoResponseSchema, R as skillsShInstallResponseSchema, S as mountInfoSchema, T as searchResultSchema, U as skillsShRemoveBodySchema, V as skillsShPreviewQuerySchema, W as skillsShRemoveResponseSchema, X as skillsShUpdateResponseSchema, Y as skillsShUpdateBodySchema, Z as workspaceIdPathParams, _ as indexBodySchema, a as fsListResponseSchema, b as listSkillsResponseSchema, c as fsPathParams, d as fsStatQuerySchema, f as fsStatResponseSchema, g as getSkillResponseSchema, h as getAgentSkillResponseSchema, i as fsListQuerySchema, j as skillNamePathParams, k as skillMetadataSchema, l as fsReadQuerySchema, m as fsWriteResponseSchema, n as fsDeleteQuerySchema, o as fsMkdirBodySchema, p as fsWriteBodySchema, q as skillsShSkillSchema, r as fsDeleteResponseSchema, s as fsMkdirResponseSchema, t as fileEntrySchema, u as fsReadResponseSchema, v as indexResponseSchema, w as searchResponseSchema, x as listWorkspacesResponseSchema, y as listReferencesResponseSchema, z as skillsShListResponseSchema } from "../../workspace-S5GiJ3Nx.js";
|
|
12
|
-
import { a as agentExecutionResponseSchema, c as taskResponseSchema, i as agentExecutionBodySchema, n as a2aTaskPathParams, o as messageSendBodySchema, r as agentCardResponseSchema, s as taskQueryBodySchema, t as a2aAgentIdPathParams } from "../../a2a-
|
|
12
|
+
import { a as agentExecutionResponseSchema, c as taskResponseSchema, i as agentExecutionBodySchema, n as a2aTaskPathParams, o as messageSendBodySchema, r as agentCardResponseSchema, s as taskQueryBodySchema, t as a2aAgentIdPathParams } from "../../a2a-8C4O2dVJ.js";
|
|
13
13
|
import { _ as ssoLoginQuerySchema, a as credentialsResponseSchema, c as currentUserResponseSchema, d as permissionPatternsResponseSchema, f as publicCapabilitiesSchema, g as ssoConfigSchema, h as ssoCallbackResponseSchema, i as capabilityFlagsSchema, l as loginConfigSchema, m as ssoCallbackQuerySchema, n as authenticatedUserSchema, o as credentialsSignInBodySchema, p as refreshResponseSchema, r as capabilitiesResponseSchema, s as credentialsSignUpBodySchema, t as authenticatedCapabilitiesSchema, u as logoutResponseSchema, v as ssoLoginResponseSchema, y as userAccessSchema } from "../../auth-CZFXpwba.js";
|
|
14
14
|
import { A as listThreadsResponseSchema, B as updateThreadBodySchema, C as getWorkingMemoryQuerySchema, D as listMessagesResponseSchema, E as listMessagesQuerySchema, F as saveMessagesNetworkQuerySchema, H as updateWorkingMemoryBodySchema, I as saveMessagesResponseSchema, L as searchMemoryQuerySchema, M as memoryStatusResponseSchema, N as optionalAgentIdQuerySchema, O as listThreadsNetworkQuerySchema, P as saveMessagesBodySchema, R as searchMemoryResponseSchema, S as getThreadByIdResponseSchema, T as listMessagesNetworkQuerySchema, U as updateWorkingMemoryResponseSchema, V as updateThreadNetworkQuerySchema, _ as getMemoryStatusQuerySchema, a as cloneThreadResponseSchema, b as getThreadByIdNetworkQuerySchema, c as deleteMessagesBodySchema, d as deleteMessagesResponseSchema, f as deleteThreadNetworkQuerySchema, g as getMemoryStatusNetworkQuerySchema, h as getMemoryConfigQuerySchema, i as cloneThreadBodySchema, j as memoryConfigResponseSchema, k as listThreadsQuerySchema, l as deleteMessagesNetworkQuerySchema, m as deleteThreadResponseSchema, n as awaitBufferStatusBodySchema, o as createThreadBodySchema, p as deleteThreadQuerySchema, r as awaitBufferStatusResponseSchema, s as createThreadNetworkQuerySchema, t as agentIdQuerySchema, u as deleteMessagesQuerySchema, v as getObservationalMemoryQuerySchema, w as getWorkingMemoryResponseSchema, x as getThreadByIdQuerySchema, y as getObservationalMemoryResponseSchema, z as threadIdPathParams } from "../../memory-BjemiyZJ.js";
|
|
15
15
|
import { _ as responseToolSchema, a as deleteResponseSchema, c as responseInputTextContentSchema, d as responseOutputFunctionCallOutputSchema, f as responseOutputFunctionCallSchema, g as responseTextFormatSchema, h as responseOutputTextSchema, i as createResponseBodySchema, l as responseInputTextPartSchema, m as responseOutputMessageSchema, n as conversationItemSchema, o as responseIdPathParams, p as responseOutputItemSchema, r as conversationMessageContentSchema, s as responseInputMessageSchema, t as conversationItemMessageSchema, u as responseObjectSchema, v as responseUsageSchema } from "../../responses-DJNJgCTg.js";
|
|
@@ -20,7 +20,7 @@ import { a as listScoresByScorerIdQuerySchema, c as scorerEntrySchema, i as list
|
|
|
20
20
|
import { a as listEmbeddersResponseSchema, c as queryVectorsBodySchema, d as upsertVectorsResponseSchema, f as vectorIndexPathParams, i as describeIndexResponseSchema, l as queryVectorsResponseSchema, n as createIndexResponseSchema, o as listIndexesResponseSchema, p as vectorNamePathParams, r as deleteIndexResponseSchema, s as listVectorsResponseSchema, t as createIndexBodySchema, u as upsertVectorsBodySchema } from "../../vectors-CZY34X8R.js";
|
|
21
21
|
import { a as createVersionBodySchema, c as versionDiffEntrySchema, i as createListVersionsResponseSchema, l as versionOrderBySchema, n as compareVersionsQuerySchema, o as deleteVersionResponseSchema, r as createCompareVersionsResponseSchema, s as listVersionsQuerySchema, t as activateVersionResponseSchema } from "../../version-common-Cmd1f9JX.js";
|
|
22
22
|
import { a as getVersionResponseSchema, c as versionIdPathParams, i as createVersionResponseSchema, n as agentVersionSchema, o as listVersionsResponseSchema, r as compareVersionsResponseSchema, s as restoreVersionResponseSchema, t as agentVersionPathParams } from "../../agent-versions-Bsrpa_zb.js";
|
|
23
|
-
import { A as listExperimentResultsResponseSchema, B as
|
|
23
|
+
import { A as listExperimentResultsResponseSchema, B as triggerExperimentBodySchema, C as experimentSummaryResponseSchema, D as itemVersionResponseSchema, E as itemIdPathParams, F as listItemsResponseSchema, H as updateExperimentResultBodySchema, I as paginationQuerySchema, L as reviewSummaryResponseSchema, M as listExperimentsResponseSchema, N as listItemVersionsResponseSchema, O as listDatasetVersionsResponseSchema, P as listItemsQuerySchema, R as scorerResultSchema, S as experimentReviewCountsSchema, T as generateItemsResponseSchema, U as updateItemBodySchema, V as updateDatasetBodySchema, _ as datasetVersionResponseSchema, a as batchInsertItemsResponseSchema, b as experimentResultIdPathParams, c as compareExperimentsBodySchema, d as datasetAndExperimentIdPathParams, f as datasetAndItemIdPathParams, g as datasetResponseSchema, h as datasetItemVersionPathParams, i as batchInsertItemsBodySchema, j as listExperimentsQuerySchema, k as listDatasetsResponseSchema, l as comparisonResponseSchema, m as datasetItemResponseSchema, n as batchDeleteItemsBodySchema, o as clusterFailuresBodySchema, p as datasetIdPathParams, r as batchDeleteItemsResponseSchema, s as clusterFailuresResponseSchema, t as addItemBodySchema, u as createDatasetBodySchema, v as experimentIdPathParams, w as generateItemsBodySchema, x as experimentResultResponseSchema, y as experimentResponseSchema, z as tenancyQuerySchema } from "../../datasets-BeBH9Seg.js";
|
|
24
24
|
import { a as builderModelPolicySchema, c as defaultModelEntrySchema, d as providerModelEntrySchema, i as builderAvailableModelsResponseSchema, l as infrastructureStatusResponseSchema, n as agentFeaturesSchema, o as builderPickerSchema, r as agentModelsSchema, s as builderSettingsResponseSchema, t as agentConfigurationSchema, u as pickerAllowlistSchema } from "../../editor-builder-fKbRRlK_.js";
|
|
25
25
|
import { a as createMCPClientVersionResponseSchema, c as listMCPClientVersionsQuerySchema, d as mcpClientVersionPathParams, f as mcpClientVersionSchema, i as createMCPClientVersionBodySchema, l as listMCPClientVersionsResponseSchema, n as compareMCPClientVersionsQuerySchema, o as deleteMCPClientVersionResponseSchema, p as restoreMCPClientVersionResponseSchema, r as compareMCPClientVersionsResponseSchema, s as getMCPClientVersionResponseSchema, t as activateMCPClientVersionResponseSchema, u as mcpClientVersionIdPathParams } from "../../mcp-client-versions-Dwbiav9P.js";
|
|
26
26
|
import { n as getProcessorProvidersResponseSchema, r as processorProviderIdPathParams, t as getProcessorProviderResponseSchema } from "../../processor-providers-DBhZC6-4.js";
|
|
@@ -32,4 +32,4 @@ import { a as listStoredPromptBlocksQuerySchema, c as storedPromptBlockSchema, i
|
|
|
32
32
|
import { a as listStoredScorersQuerySchema, c as storedScorerSchema, i as getStoredScorerResponseSchema, l as updateStoredScorerBodySchema, n as createStoredScorerResponseSchema, o as listStoredScorersResponseSchema, r as deleteStoredScorerResponseSchema, s as storedScorerIdPathParams, t as createStoredScorerBodySchema, u as updateStoredScorerResponseSchema } from "../../stored-scorers-BIKumDRO.js";
|
|
33
33
|
import { a as deleteStoredSkillResponseSchema, c as listStoredSkillsResponseSchema, d as readSkillOrigin, f as skillOriginSchema, g as updateStoredSkillResponseSchema, h as updateStoredSkillBodySchema, i as createStoredSkillResponseSchema, l as publishStoredSkillBodySchema, m as storedSkillSchema, n as buildOriginMetadata, o as getStoredSkillResponseSchema, p as storedSkillIdPathParams, r as createStoredSkillBodySchema, s as listStoredSkillsQuerySchema, t as SKILL_ORIGIN_METADATA_KEY, u as publishStoredSkillResponseSchema } from "../../stored-skills-B_aAMn5W.js";
|
|
34
34
|
import { a as editorSourceSchema, c as observabilityStorageCapabilitiesSchema, i as editorSourceCapabilitiesSchema, l as systemPackagesResponseSchema, n as apiSchemaManifestRouteSchema, o as mastraPackageSchema, r as apiSchemaResponseShapeSchema, s as observabilityRuntimeStrategySchema, t as apiSchemaManifestResponseSchema } from "../../system-0TbTYKJY.js";
|
|
35
|
-
export { SKILL_ORIGIN_METADATA_KEY, agentExecutionBodySchema as a2aAgentExecutionBodySchema, a2aAgentIdPathParams, a2aTaskPathParams, abortAgentThreadBodySchema, abortAgentThreadResponseSchema, actionIdPathParams, actionRunPathParams, activateMCPClientVersionResponseSchema, activatePromptBlockVersionResponseSchema, activateScorerVersionResponseSchema, activateVersionResponseSchema, addItemBodySchema, agentCardResponseSchema, agentConfigurationSchema, agentExecutionBodySchema$1 as agentExecutionBodySchema, agentExecutionLegacyBodySchema, agentExecutionResponseSchema, agentFeaturesSchema, agentIdPathParams, agentIdQuerySchema, agentModelsSchema, agentSkillPathParams, agentToolPathParams, agentVersionPathParams, agentVersionQuerySchema, agentVersionSchema, apiSchemaManifestResponseSchema, apiSchemaManifestRouteSchema, apiSchemaResponseShapeSchema, approveNetworkToolCallBodySchema, approveToolCallBodySchema, authStatusToolProviderResponseSchema, authenticatedCapabilitiesSchema, authenticatedUserSchema, authorizeToolProviderBodySchema, authorizeToolProviderResponseSchema, awaitBufferStatusBodySchema, awaitBufferStatusResponseSchema, baseLogMessageSchema, batchDeleteItemsBodySchema, batchDeleteItemsResponseSchema, batchInsertItemsBodySchema, batchInsertItemsResponseSchema, buildOriginMetadata, builderAvailableModelsResponseSchema, builderModelPolicySchema, builderPickerSchema, builderSettingsResponseSchema, capabilitiesResponseSchema, capabilityFlagsSchema, cloneThreadBodySchema, cloneThreadResponseSchema, clusterFailuresBodySchema, clusterFailuresResponseSchema, compareExperimentsBodySchema, compareMCPClientVersionsQuerySchema, compareMCPClientVersionsResponseSchema, comparePromptBlockVersionsQuerySchema, comparePromptBlockVersionsResponseSchema, compareScorerVersionsQuerySchema, compareScorerVersionsResponseSchema, compareVersionsQuerySchema, compareVersionsResponseSchema, comparisonResponseSchema, conditionalFieldSchema, connectionSchema, connectionScopeSchema, connectionStatusToolProviderBodySchema, connectionStatusToolProviderResponseSchema, connectionUsageQuerySchema, connectionUsageResponseSchema, conversationDeletedSchema, conversationIdPathParams, conversationItemMessageSchema, conversationItemSchema, conversationItemsListSchema, conversationMessageContentSchema, conversationObjectSchema, coreMessageSchema, createCombinedPaginationSchema, createCompareVersionsResponseSchema, createConversationBodySchema, createDatasetBodySchema, createIndexBodySchema, createIndexResponseSchema, createListVersionsResponseSchema, createMCPClientVersionBodySchema, createMCPClientVersionResponseSchema, createPagePaginationSchema, createPromptBlockVersionBodySchema, createPromptBlockVersionResponseSchema, createResponseBodySchema, createScorerVersionBodySchema, createScorerVersionResponseSchema, createStoredAgentBodySchema, createStoredAgentResponseSchema, createStoredMCPClientBodySchema, createStoredMCPClientResponseSchema, createStoredPromptBlockBodySchema, createStoredPromptBlockResponseSchema, createStoredScorerBodySchema, createStoredScorerResponseSchema, createStoredSkillBodySchema, createStoredSkillResponseSchema, createStoredWorkspaceBodySchema, createStoredWorkspaceResponseSchema, createThreadBodySchema, createThreadNetworkQuerySchema, createVersionBodySchema, createVersionResponseSchema, createWorkflowRunResponseSchema, credentialsResponseSchema, credentialsSignInBodySchema, credentialsSignUpBodySchema, currentUserResponseSchema, datasetAndExperimentIdPathParams, datasetAndItemIdPathParams, datasetIdPathParams, datasetItemResponseSchema, datasetItemVersionPathParams, datasetResponseSchema, datasetVersionResponseSchema, declineNetworkToolCallBodySchema, declineToolCallBodySchema, defaultModelEntrySchema, defaultOptionsSchema, deleteIndexResponseSchema, deleteMCPClientVersionResponseSchema, deleteMessagesBodySchema, deleteMessagesNetworkQuerySchema, deleteMessagesQuerySchema, deleteMessagesResponseSchema, deletePromptBlockVersionResponseSchema, deleteResponseSchema, deleteScorerVersionResponseSchema, deleteStoredAgentResponseSchema, deleteStoredMCPClientResponseSchema, deleteStoredPromptBlockResponseSchema, deleteStoredScorerResponseSchema, deleteStoredSkillResponseSchema, deleteStoredWorkspaceResponseSchema, deleteThreadNetworkQuerySchema, deleteThreadQuerySchema, deleteThreadResponseSchema, deleteVersionResponseSchema, describeIndexResponseSchema, disconnectConnectionQuerySchema, disconnectConnectionResponseSchema, editorSourceCapabilitiesSchema, editorSourceSchema, enhanceInstructionsBodySchema, enhanceInstructionsResponseSchema, entityPathParams, executeProcessorBodySchema, executeProcessorResponseSchema, executeToolBodySchema, executeToolContextBodySchema, executeToolResponseSchema, experimentIdPathParams, experimentResponseSchema, experimentResultIdPathParams, experimentResultResponseSchema, experimentReviewCountsSchema, experimentSummaryResponseSchema, exportStoredAgentBodySchema, exportStoredAgentResponseSchema, fileEntrySchema, fsDeleteQuerySchema, fsDeleteResponseSchema, fsListQuerySchema, fsListResponseSchema, fsMkdirBodySchema, fsMkdirResponseSchema, fsPathParams, fsReadQuerySchema, fsReadResponseSchema, fsStatQuerySchema, fsStatResponseSchema, fsWriteBodySchema, fsWriteResponseSchema, generateItemsBodySchema, generateItemsResponseSchema, generateResponseSchema, generateSpeechBodySchema, getAgentSkillResponseSchema, getListenerResponseSchema, getMCPClientVersionResponseSchema, getMcpServerDetailQuerySchema, getMemoryConfigQuerySchema, getMemoryStatusNetworkQuerySchema, getMemoryStatusQuerySchema, getObservationalMemoryQuerySchema, getObservationalMemoryResponseSchema, getProcessorProviderResponseSchema, getProcessorProvidersResponseSchema, getPromptBlockVersionResponseSchema, getScorerVersionResponseSchema, getSkillResponseSchema, getStoredAgentDependentsResponseSchema, getStoredAgentResponseSchema, getStoredMCPClientResponseSchema, getStoredPromptBlockResponseSchema, getStoredScorerResponseSchema, getStoredSkillResponseSchema, getStoredWorkspaceResponseSchema, getThreadByIdNetworkQuerySchema, getThreadByIdQuerySchema, getThreadByIdResponseSchema, getToolProviderToolSchemaResponseSchema, getVersionResponseSchema, getWorkingMemoryQuerySchema, getWorkingMemoryResponseSchema, indexBodySchema, indexResponseSchema, infrastructureStatusResponseSchema, instructionsSchema, itemIdPathParams, itemVersionResponseSchema, jsonRpcErrorSchema, listAgentsResponseSchema, listConnectionFieldsQuerySchema, listConnectionFieldsResponseSchema, listConnectionsQuerySchema, listConnectionsResponseSchema, listDatasetVersionsResponseSchema, listDatasetsResponseSchema, listEmbeddersResponseSchema, listExperimentResultsResponseSchema, listExperimentsResponseSchema, listIndexesResponseSchema, listItemVersionsResponseSchema, listItemsQuerySchema, listItemsResponseSchema, listLogTransportsResponseSchema, listLogsQuerySchema, listLogsResponseSchema, listMCPClientVersionsQuerySchema, listMCPClientVersionsResponseSchema, listMcpServerToolsResponseSchema, listMcpServersQuerySchema, listMcpServersResponseSchema, listMessagesNetworkQuerySchema, listMessagesQuerySchema, listMessagesResponseSchema, listProcessorsResponseSchema, listPromptBlockVersionsQuerySchema, listPromptBlockVersionsResponseSchema, listReferencesResponseSchema, listScorerVersionsQuerySchema, listScorerVersionsResponseSchema, listScorersResponseSchema, listScoresByEntityIdQuerySchema, listScoresByRunIdQuerySchema, listScoresByScorerIdQuerySchema, listSkillsResponseSchema, listStoredAgentsQuerySchema, listStoredAgentsResponseSchema, listStoredMCPClientsQuerySchema, listStoredMCPClientsResponseSchema, listStoredPromptBlocksQuerySchema, listStoredPromptBlocksResponseSchema, listStoredScorersQuerySchema, listStoredScorersResponseSchema, listStoredSkillsQuerySchema, listStoredSkillsResponseSchema, listStoredWorkspacesQuerySchema, listStoredWorkspacesResponseSchema, listSuspendedRunsQuerySchema, listSuspendedRunsResponseSchema, listThreadsNetworkQuerySchema, listThreadsQuerySchema, listThreadsResponseSchema, listToolProviderToolkitsResponseSchema, listToolProviderToolsQuerySchema, listToolProviderToolsResponseSchema, listToolProvidersResponseSchema, listToolsResponseSchema, listVectorsResponseSchema, listVersionsQuerySchema, listVersionsResponseSchema, listWorkflowRunsQuerySchema, listWorkflowsResponseSchema, listWorkspacesResponseSchema, loginConfigSchema, logoutResponseSchema, mastraPackageSchema, mcpClientVersionIdPathParams, mcpClientVersionPathParams, mcpClientVersionSchema, executeToolBodySchema$1 as mcpExecuteToolBodySchema, executeToolResponseSchema$1 as mcpExecuteToolResponseSchema, mcpServerDetailPathParams, mcpServerIdPathParams, mcpServerToolPathParams, mcpToolInfoSchema, memoryConfigResponseSchema, memoryStatusResponseSchema, messageResponseSchema, messageSendBodySchema, modelConfigIdPathParams, modelConfigSchema, modelManagementResponseSchema, mountInfoSchema, observabilityRuntimeStrategySchema, observabilityStorageCapabilitiesSchema, observeAgentBodySchema, observeAgentResponseSchema, openStoredAgentChangeRequestBodySchema, openStoredAgentChangeRequestResponseSchema, optionalAgentIdQuerySchema, optionalRunIdSchema, paginationInfoSchema, paginationQuerySchema, partialQuerySchema, permissionPatternsResponseSchema, pickerAllowlistSchema, previewInstructionsBodySchema, previewInstructionsResponseSchema, processorConfigurationSchema, processorGraphEntrySchema, processorGraphStepSchema, processorIdPathParams, processorPhaseSchema, processorProviderIdPathParams, serializedProcessorSchema as processorSerializedSchema, promptBlockVersionIdPathParams, promptBlockVersionPathParams, promptBlockVersionSchema, providerModelEntrySchema, providerSchema, providersResponseSchema, publicCapabilitiesSchema, publishStoredSkillBodySchema, publishStoredSkillResponseSchema, queryVectorsBodySchema, queryVectorsResponseSchema, queueAgentMessageBodySchema, readSkillOrigin, recoverBodySchema, refreshResponseSchema, reorderAgentModelListBodySchema, resolvedAuthorSchema, responseIdPathParams, responseInputMessageSchema, responseInputTextContentSchema, responseInputTextPartSchema, responseObjectSchema, responseOutputFunctionCallOutputSchema, responseOutputFunctionCallSchema, responseOutputItemSchema, responseOutputMessageSchema, responseOutputTextSchema, responseTextFormatSchema, responseToolSchema, responseUsageSchema, restoreMCPClientVersionResponseSchema, restorePromptBlockVersionResponseSchema, restoreScorerVersionResponseSchema, restoreVersionResponseSchema, resumeAgentBuilderBodySchema, resumeStreamBodySchema, resumeStreamUntilIdleBodySchema, reviewSummaryResponseSchema, ruleGroupSchema, ruleSchema, runIdSchema, saveMessagesBodySchema, saveMessagesNetworkQuerySchema, saveMessagesResponseSchema, saveScoreBodySchema, saveScoreResponseSchema, scorerConfigSchema, scorerEntrySchema, scorerIdPathParams, scorerResultSchema, scorerVersionIdPathParams, scorerVersionPathParams, scorerVersionSchema, scoresWithPaginationResponseSchema, searchMemoryQuerySchema, searchMemoryResponseSchema, searchQuerySchema, searchResponseSchema, searchResultSchema, searchSkillsQuerySchema, searchSkillsResponseSchema, semanticRecallSchema, sendAgentMessageBodySchema, sendAgentSignalBodySchema, sendToolApprovalBodySchema, sendToolApprovalResponseSchema, sendWorkflowRunEventBodySchema, serializedAgentDefinitionSchema, serializedAgentSchema, serializedAgentWithIdSchema, serializedMemoryConfigSchema, serializedObservationConfigSchema, serializedObservationalMemoryConfigObjectSchema, serializedObservationalMemoryConfigSchema, serializedProcessorDetailSchema, serializedProcessorSchema$1 as serializedProcessorSchema, serializedReflectionConfigSchema, serializedToolSchema, serializedWorkflowSchema, serverDetailSchema, serverInfoSchema, skillDisambiguationQuerySchema, skillMetadataSchema, skillMetadataWithPathSchema, skillNamePathParams, skillOriginSchema, skillReferencePathParams, skillReferenceResponseSchema, skillSchema, skillSearchResultSchema, skillSourceSchema, skillsShInstallBodySchema, skillsShInstallResponseSchema, skillsShListResponseSchema, skillsShPopularQuerySchema, skillsShPreviewQuerySchema, skillsShPreviewResponseSchema, skillsShRemoveBodySchema, skillsShRemoveResponseSchema, skillsShSearchQuerySchema, skillsShSearchResponseSchema, skillsShSkillSchema, skillsShSourceSchema, skillsShUpdateBodySchema, skillsShUpdateResponseSchema, snapshotConfigSchema, speakResponseSchema, ssoCallbackQuerySchema, ssoCallbackResponseSchema, ssoConfigSchema, ssoLoginQuerySchema, ssoLoginResponseSchema, startAsyncAgentBuilderBodySchema, statusQuerySchema, storedAgentIdPathParams, storedAgentSchema, storedMCPClientIdPathParams, storedMCPClientSchema, storedProcessorGraphSchema, storedPromptBlockIdPathParams, storedPromptBlockSchema, storedScorerIdPathParams, storedScorerSchema, storedSkillIdPathParams, storedSkillSchema, storedWorkspaceIdPathParams, storedWorkspaceSchema, streamAgentBuilderBodySchema, streamLegacyAgentBuilderBodySchema, streamResponseSchema, streamUntilIdleBodySchema, subscribeAgentThreadBodySchema, successResponseSchema, systemPackagesResponseSchema, taskQueryBodySchema, taskResponseSchema, tenancyQuerySchema, threadIdPathParams, titleGenerationSchema, toolCallResponseSchema, toolConfigSchema, toolIdPathParams, toolProviderAuthStatusPathParams, toolProviderConfigSchema, toolProviderConnectionPathParams, toolProviderHealthResponseSchema, toolProviderIdPathParams, toolProvidersSchema, toolSlugPathParams, toolsConfigSchema, tracingOptionsSchema, transcribeSpeechBodySchema, transcribeSpeechResponseSchema, triggerExperimentBodySchema, typedPermissive, updateAgentModelBodySchema, updateAgentModelInModelListBodySchema, updateConnectionBodySchema, updateConnectionResponseSchema, updateDatasetBodySchema, updateExperimentResultBodySchema, updateItemBodySchema, updateStoredAgentBodySchema, updateStoredAgentResponseSchema, updateStoredMCPClientBodySchema, updateStoredMCPClientResponseSchema, updateStoredPromptBlockBodySchema, updateStoredPromptBlockResponseSchema, updateStoredScorerBodySchema, updateStoredScorerResponseSchema, updateStoredSkillBodySchema, updateStoredSkillResponseSchema, updateStoredWorkspaceBodySchema, updateStoredWorkspaceResponseSchema, updateThreadBodySchema, updateThreadNetworkQuerySchema, updateWorkingMemoryBodySchema, updateWorkingMemoryResponseSchema, upsertVectorsBodySchema, upsertVectorsResponseSchema, userAccessSchema, vectorIndexPathParams, vectorNamePathParams, versionDetailSchema, versionDiffEntrySchema, versionIdPathParams, versionOrderBySchema, voiceSpeakersResponseSchema, workflowControlResponseSchema, workflowExecutionResultSchema, workflowInfoSchema, workflowRunResultQuerySchema, workflowRunResultSchema, workflowRunsResponseSchema, workspaceIdPathParams, workspaceInfoResponseSchema, snapshotConfigSchema$1 as workspaceSnapshotConfigSchema };
|
|
35
|
+
export { SKILL_ORIGIN_METADATA_KEY, agentExecutionBodySchema as a2aAgentExecutionBodySchema, a2aAgentIdPathParams, a2aTaskPathParams, abortAgentThreadBodySchema, abortAgentThreadResponseSchema, actionIdPathParams, actionRunPathParams, activateMCPClientVersionResponseSchema, activatePromptBlockVersionResponseSchema, activateScorerVersionResponseSchema, activateVersionResponseSchema, addItemBodySchema, agentCardResponseSchema, agentConfigurationSchema, agentExecutionBodySchema$1 as agentExecutionBodySchema, agentExecutionLegacyBodySchema, agentExecutionResponseSchema, agentFeaturesSchema, agentIdPathParams, agentIdQuerySchema, agentModelsSchema, agentSkillPathParams, agentToolPathParams, agentVersionPathParams, agentVersionQuerySchema, agentVersionSchema, apiSchemaManifestResponseSchema, apiSchemaManifestRouteSchema, apiSchemaResponseShapeSchema, approveNetworkToolCallBodySchema, approveToolCallBodySchema, authStatusToolProviderResponseSchema, authenticatedCapabilitiesSchema, authenticatedUserSchema, authorizeToolProviderBodySchema, authorizeToolProviderResponseSchema, awaitBufferStatusBodySchema, awaitBufferStatusResponseSchema, baseLogMessageSchema, batchDeleteItemsBodySchema, batchDeleteItemsResponseSchema, batchInsertItemsBodySchema, batchInsertItemsResponseSchema, buildOriginMetadata, builderAvailableModelsResponseSchema, builderModelPolicySchema, builderPickerSchema, builderSettingsResponseSchema, capabilitiesResponseSchema, capabilityFlagsSchema, cloneThreadBodySchema, cloneThreadResponseSchema, clusterFailuresBodySchema, clusterFailuresResponseSchema, compareExperimentsBodySchema, compareMCPClientVersionsQuerySchema, compareMCPClientVersionsResponseSchema, comparePromptBlockVersionsQuerySchema, comparePromptBlockVersionsResponseSchema, compareScorerVersionsQuerySchema, compareScorerVersionsResponseSchema, compareVersionsQuerySchema, compareVersionsResponseSchema, comparisonResponseSchema, conditionalFieldSchema, connectionSchema, connectionScopeSchema, connectionStatusToolProviderBodySchema, connectionStatusToolProviderResponseSchema, connectionUsageQuerySchema, connectionUsageResponseSchema, conversationDeletedSchema, conversationIdPathParams, conversationItemMessageSchema, conversationItemSchema, conversationItemsListSchema, conversationMessageContentSchema, conversationObjectSchema, coreMessageSchema, createCombinedPaginationSchema, createCompareVersionsResponseSchema, createConversationBodySchema, createDatasetBodySchema, createIndexBodySchema, createIndexResponseSchema, createListVersionsResponseSchema, createMCPClientVersionBodySchema, createMCPClientVersionResponseSchema, createPagePaginationSchema, createPromptBlockVersionBodySchema, createPromptBlockVersionResponseSchema, createResponseBodySchema, createScorerVersionBodySchema, createScorerVersionResponseSchema, createStoredAgentBodySchema, createStoredAgentResponseSchema, createStoredMCPClientBodySchema, createStoredMCPClientResponseSchema, createStoredPromptBlockBodySchema, createStoredPromptBlockResponseSchema, createStoredScorerBodySchema, createStoredScorerResponseSchema, createStoredSkillBodySchema, createStoredSkillResponseSchema, createStoredWorkspaceBodySchema, createStoredWorkspaceResponseSchema, createThreadBodySchema, createThreadNetworkQuerySchema, createVersionBodySchema, createVersionResponseSchema, createWorkflowRunResponseSchema, credentialsResponseSchema, credentialsSignInBodySchema, credentialsSignUpBodySchema, currentUserResponseSchema, datasetAndExperimentIdPathParams, datasetAndItemIdPathParams, datasetIdPathParams, datasetItemResponseSchema, datasetItemVersionPathParams, datasetResponseSchema, datasetVersionResponseSchema, declineNetworkToolCallBodySchema, declineToolCallBodySchema, defaultModelEntrySchema, defaultOptionsSchema, deleteIndexResponseSchema, deleteMCPClientVersionResponseSchema, deleteMessagesBodySchema, deleteMessagesNetworkQuerySchema, deleteMessagesQuerySchema, deleteMessagesResponseSchema, deletePromptBlockVersionResponseSchema, deleteResponseSchema, deleteScorerVersionResponseSchema, deleteStoredAgentResponseSchema, deleteStoredMCPClientResponseSchema, deleteStoredPromptBlockResponseSchema, deleteStoredScorerResponseSchema, deleteStoredSkillResponseSchema, deleteStoredWorkspaceResponseSchema, deleteThreadNetworkQuerySchema, deleteThreadQuerySchema, deleteThreadResponseSchema, deleteVersionResponseSchema, describeIndexResponseSchema, disconnectConnectionQuerySchema, disconnectConnectionResponseSchema, editorSourceCapabilitiesSchema, editorSourceSchema, enhanceInstructionsBodySchema, enhanceInstructionsResponseSchema, entityPathParams, executeProcessorBodySchema, executeProcessorResponseSchema, executeToolBodySchema, executeToolContextBodySchema, executeToolResponseSchema, experimentIdPathParams, experimentResponseSchema, experimentResultIdPathParams, experimentResultResponseSchema, experimentReviewCountsSchema, experimentSummaryResponseSchema, exportStoredAgentBodySchema, exportStoredAgentResponseSchema, fileEntrySchema, fsDeleteQuerySchema, fsDeleteResponseSchema, fsListQuerySchema, fsListResponseSchema, fsMkdirBodySchema, fsMkdirResponseSchema, fsPathParams, fsReadQuerySchema, fsReadResponseSchema, fsStatQuerySchema, fsStatResponseSchema, fsWriteBodySchema, fsWriteResponseSchema, generateItemsBodySchema, generateItemsResponseSchema, generateResponseSchema, generateSpeechBodySchema, getAgentSkillResponseSchema, getListenerResponseSchema, getMCPClientVersionResponseSchema, getMcpServerDetailQuerySchema, getMemoryConfigQuerySchema, getMemoryStatusNetworkQuerySchema, getMemoryStatusQuerySchema, getObservationalMemoryQuerySchema, getObservationalMemoryResponseSchema, getProcessorProviderResponseSchema, getProcessorProvidersResponseSchema, getPromptBlockVersionResponseSchema, getScorerVersionResponseSchema, getSkillResponseSchema, getStoredAgentDependentsResponseSchema, getStoredAgentResponseSchema, getStoredMCPClientResponseSchema, getStoredPromptBlockResponseSchema, getStoredScorerResponseSchema, getStoredSkillResponseSchema, getStoredWorkspaceResponseSchema, getThreadByIdNetworkQuerySchema, getThreadByIdQuerySchema, getThreadByIdResponseSchema, getToolProviderToolSchemaResponseSchema, getVersionResponseSchema, getWorkingMemoryQuerySchema, getWorkingMemoryResponseSchema, indexBodySchema, indexResponseSchema, infrastructureStatusResponseSchema, instructionsSchema, itemIdPathParams, itemVersionResponseSchema, jsonRpcErrorSchema, listAgentsResponseSchema, listConnectionFieldsQuerySchema, listConnectionFieldsResponseSchema, listConnectionsQuerySchema, listConnectionsResponseSchema, listDatasetVersionsResponseSchema, listDatasetsResponseSchema, listEmbeddersResponseSchema, listExperimentResultsResponseSchema, listExperimentsQuerySchema, listExperimentsResponseSchema, listIndexesResponseSchema, listItemVersionsResponseSchema, listItemsQuerySchema, listItemsResponseSchema, listLogTransportsResponseSchema, listLogsQuerySchema, listLogsResponseSchema, listMCPClientVersionsQuerySchema, listMCPClientVersionsResponseSchema, listMcpServerToolsResponseSchema, listMcpServersQuerySchema, listMcpServersResponseSchema, listMessagesNetworkQuerySchema, listMessagesQuerySchema, listMessagesResponseSchema, listProcessorsResponseSchema, listPromptBlockVersionsQuerySchema, listPromptBlockVersionsResponseSchema, listReferencesResponseSchema, listScorerVersionsQuerySchema, listScorerVersionsResponseSchema, listScorersResponseSchema, listScoresByEntityIdQuerySchema, listScoresByRunIdQuerySchema, listScoresByScorerIdQuerySchema, listSkillsResponseSchema, listStoredAgentsQuerySchema, listStoredAgentsResponseSchema, listStoredMCPClientsQuerySchema, listStoredMCPClientsResponseSchema, listStoredPromptBlocksQuerySchema, listStoredPromptBlocksResponseSchema, listStoredScorersQuerySchema, listStoredScorersResponseSchema, listStoredSkillsQuerySchema, listStoredSkillsResponseSchema, listStoredWorkspacesQuerySchema, listStoredWorkspacesResponseSchema, listSuspendedRunsQuerySchema, listSuspendedRunsResponseSchema, listThreadsNetworkQuerySchema, listThreadsQuerySchema, listThreadsResponseSchema, listToolProviderToolkitsResponseSchema, listToolProviderToolsQuerySchema, listToolProviderToolsResponseSchema, listToolProvidersResponseSchema, listToolsResponseSchema, listVectorsResponseSchema, listVersionsQuerySchema, listVersionsResponseSchema, listWorkflowRunsQuerySchema, listWorkflowsResponseSchema, listWorkspacesResponseSchema, loginConfigSchema, logoutResponseSchema, mastraPackageSchema, mcpClientVersionIdPathParams, mcpClientVersionPathParams, mcpClientVersionSchema, executeToolBodySchema$1 as mcpExecuteToolBodySchema, executeToolResponseSchema$1 as mcpExecuteToolResponseSchema, mcpServerDetailPathParams, mcpServerIdPathParams, mcpServerToolPathParams, mcpToolInfoSchema, memoryConfigResponseSchema, memoryStatusResponseSchema, messageResponseSchema, messageSendBodySchema, modelConfigIdPathParams, modelConfigSchema, modelManagementResponseSchema, mountInfoSchema, observabilityRuntimeStrategySchema, observabilityStorageCapabilitiesSchema, observeAgentBodySchema, observeAgentResponseSchema, openStoredAgentChangeRequestBodySchema, openStoredAgentChangeRequestResponseSchema, optionalAgentIdQuerySchema, optionalRunIdSchema, paginationInfoSchema, paginationQuerySchema, partialQuerySchema, permissionPatternsResponseSchema, pickerAllowlistSchema, previewInstructionsBodySchema, previewInstructionsResponseSchema, processorConfigurationSchema, processorGraphEntrySchema, processorGraphStepSchema, processorIdPathParams, processorPhaseSchema, processorProviderIdPathParams, serializedProcessorSchema as processorSerializedSchema, promptBlockVersionIdPathParams, promptBlockVersionPathParams, promptBlockVersionSchema, providerModelEntrySchema, providerSchema, providersResponseSchema, publicCapabilitiesSchema, publishStoredSkillBodySchema, publishStoredSkillResponseSchema, queryVectorsBodySchema, queryVectorsResponseSchema, queueAgentMessageBodySchema, readSkillOrigin, recoverBodySchema, refreshResponseSchema, reorderAgentModelListBodySchema, resolvedAuthorSchema, responseIdPathParams, responseInputMessageSchema, responseInputTextContentSchema, responseInputTextPartSchema, responseObjectSchema, responseOutputFunctionCallOutputSchema, responseOutputFunctionCallSchema, responseOutputItemSchema, responseOutputMessageSchema, responseOutputTextSchema, responseTextFormatSchema, responseToolSchema, responseUsageSchema, restoreMCPClientVersionResponseSchema, restorePromptBlockVersionResponseSchema, restoreScorerVersionResponseSchema, restoreVersionResponseSchema, resumeAgentBuilderBodySchema, resumeStreamBodySchema, resumeStreamUntilIdleBodySchema, reviewSummaryResponseSchema, ruleGroupSchema, ruleSchema, runIdSchema, saveMessagesBodySchema, saveMessagesNetworkQuerySchema, saveMessagesResponseSchema, saveScoreBodySchema, saveScoreResponseSchema, scorerConfigSchema, scorerEntrySchema, scorerIdPathParams, scorerResultSchema, scorerVersionIdPathParams, scorerVersionPathParams, scorerVersionSchema, scoresWithPaginationResponseSchema, searchMemoryQuerySchema, searchMemoryResponseSchema, searchQuerySchema, searchResponseSchema, searchResultSchema, searchSkillsQuerySchema, searchSkillsResponseSchema, semanticRecallSchema, sendAgentMessageBodySchema, sendAgentSignalBodySchema, sendToolApprovalBodySchema, sendToolApprovalResponseSchema, sendWorkflowRunEventBodySchema, serializedAgentDefinitionSchema, serializedAgentSchema, serializedAgentWithIdSchema, serializedMemoryConfigSchema, serializedObservationConfigSchema, serializedObservationalMemoryConfigObjectSchema, serializedObservationalMemoryConfigSchema, serializedProcessorDetailSchema, serializedProcessorSchema$1 as serializedProcessorSchema, serializedReflectionConfigSchema, serializedToolSchema, serializedWorkflowSchema, serverDetailSchema, serverInfoSchema, skillDisambiguationQuerySchema, skillMetadataSchema, skillMetadataWithPathSchema, skillNamePathParams, skillOriginSchema, skillReferencePathParams, skillReferenceResponseSchema, skillSchema, skillSearchResultSchema, skillSourceSchema, skillsShInstallBodySchema, skillsShInstallResponseSchema, skillsShListResponseSchema, skillsShPopularQuerySchema, skillsShPreviewQuerySchema, skillsShPreviewResponseSchema, skillsShRemoveBodySchema, skillsShRemoveResponseSchema, skillsShSearchQuerySchema, skillsShSearchResponseSchema, skillsShSkillSchema, skillsShSourceSchema, skillsShUpdateBodySchema, skillsShUpdateResponseSchema, snapshotConfigSchema, speakResponseSchema, ssoCallbackQuerySchema, ssoCallbackResponseSchema, ssoConfigSchema, ssoLoginQuerySchema, ssoLoginResponseSchema, startAsyncAgentBuilderBodySchema, statusQuerySchema, storedAgentIdPathParams, storedAgentSchema, storedMCPClientIdPathParams, storedMCPClientSchema, storedProcessorGraphSchema, storedPromptBlockIdPathParams, storedPromptBlockSchema, storedScorerIdPathParams, storedScorerSchema, storedSkillIdPathParams, storedSkillSchema, storedWorkspaceIdPathParams, storedWorkspaceSchema, streamAgentBuilderBodySchema, streamLegacyAgentBuilderBodySchema, streamResponseSchema, streamUntilIdleBodySchema, subscribeAgentThreadBodySchema, successResponseSchema, systemPackagesResponseSchema, taskQueryBodySchema, taskResponseSchema, tenancyQuerySchema, threadIdPathParams, titleGenerationSchema, toolCallResponseSchema, toolConfigSchema, toolIdPathParams, toolProviderAuthStatusPathParams, toolProviderConfigSchema, toolProviderConnectionPathParams, toolProviderHealthResponseSchema, toolProviderIdPathParams, toolProvidersSchema, toolSlugPathParams, toolsConfigSchema, tracingOptionsSchema, transcribeSpeechBodySchema, transcribeSpeechResponseSchema, triggerExperimentBodySchema, typedPermissive, updateAgentModelBodySchema, updateAgentModelInModelListBodySchema, updateConnectionBodySchema, updateConnectionResponseSchema, updateDatasetBodySchema, updateExperimentResultBodySchema, updateItemBodySchema, updateStoredAgentBodySchema, updateStoredAgentResponseSchema, updateStoredMCPClientBodySchema, updateStoredMCPClientResponseSchema, updateStoredPromptBlockBodySchema, updateStoredPromptBlockResponseSchema, updateStoredScorerBodySchema, updateStoredScorerResponseSchema, updateStoredSkillBodySchema, updateStoredSkillResponseSchema, updateStoredWorkspaceBodySchema, updateStoredWorkspaceResponseSchema, updateThreadBodySchema, updateThreadNetworkQuerySchema, updateWorkingMemoryBodySchema, updateWorkingMemoryResponseSchema, upsertVectorsBodySchema, upsertVectorsResponseSchema, userAccessSchema, vectorIndexPathParams, vectorNamePathParams, versionDetailSchema, versionDiffEntrySchema, versionIdPathParams, versionOrderBySchema, voiceSpeakersResponseSchema, workflowControlResponseSchema, workflowExecutionResultSchema, workflowInfoSchema, workflowRunResultQuerySchema, workflowRunResultSchema, workflowRunsResponseSchema, workspaceIdPathParams, workspaceInfoResponseSchema, snapshotConfigSchema$1 as workspaceSnapshotConfigSchema };
|
|
@@ -178,6 +178,14 @@ export declare const listWorkflowRunsQuerySchema: z.ZodObject<{
|
|
|
178
178
|
skipped: "skipped";
|
|
179
179
|
}>>;
|
|
180
180
|
}, z.core.$strip>;
|
|
181
|
+
export declare const workflowRunCountsEntrySchema: z.ZodObject<{
|
|
182
|
+
running: z.ZodNumber;
|
|
183
|
+
suspended: z.ZodNumber;
|
|
184
|
+
}, z.core.$strip>;
|
|
185
|
+
export declare const workflowRunCountsResponseSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
186
|
+
running: z.ZodNumber;
|
|
187
|
+
suspended: z.ZodNumber;
|
|
188
|
+
}, z.core.$strip>>;
|
|
181
189
|
/**
|
|
182
190
|
* Schema for legacy stream workflow body (no closeOnSuspend support)
|
|
183
191
|
* Used by /stream-legacy endpoints
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflows.d.ts","sourceRoot":"","sources":["../../../src/server/schemas/workflows.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAClF,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAG3B,eAAO,MAAM,uBAAuB;;;;;;;;;;;;EAYlC,CAAC;AAGH,eAAO,MAAM,oBAAoB;;iBAE/B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;iBAEhC,CAAC;AAwCH;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAa7B,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAA2C,CAAC;AAcpF;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;iBAGrC,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;iBAKtC,CAAC;
|
|
1
|
+
{"version":3,"file":"workflows.d.ts","sourceRoot":"","sources":["../../../src/server/schemas/workflows.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAClF,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAG3B,eAAO,MAAM,uBAAuB;;;;;;;;;;;;EAYlC,CAAC;AAGH,eAAO,MAAM,oBAAoB;;iBAE/B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;iBAEhC,CAAC;AAwCH;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAa7B,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAA2C,CAAC;AAcpF;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;iBAGrC,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;iBAKtC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;iBAGvC,CAAC;AAEH,eAAO,MAAM,+BAA+B;;;kBAAqD,CAAC;AAclG;;;GAGG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;iBAA8B,CAAC;AAE1E;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;iBAEnC,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;iBAO3B,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;iBAG5B,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;iBAc/B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;iBAA8B,CAAC;AAExE;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;iBAGzC,CAAC;AAkCH;;;GAGG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBASxC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,4BAA4B;;;;;;iBAKvC,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAmBlC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,6BAA6B;;iBAAwB,CAAC;AAEnE;;;GAGG;AACH,eAAO,MAAM,+BAA+B;;iBAE1C,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;iBAGtC,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;;iBAMrC,CAAC"}
|
|
@@ -4,7 +4,7 @@ const require_utils = require("../../utils-wESuBh27.cjs");
|
|
|
4
4
|
const require_constants = require("../../constants-ChBaIptn.cjs");
|
|
5
5
|
const require_server_handlers_error = require("../handlers/error.cjs");
|
|
6
6
|
const require_helpers = require("../../helpers-TmTGZi8e.cjs");
|
|
7
|
-
const require_routes = require("../../routes-
|
|
7
|
+
const require_routes = require("../../routes-CZwPlO3-.cjs");
|
|
8
8
|
let zod_v4 = require("zod/v4");
|
|
9
9
|
let stream = require("stream");
|
|
10
10
|
let _mastra_core_utils = require("@mastra/core/utils");
|
|
@@ -3,7 +3,7 @@ import { o as normalizeRoutePath, t as WorkflowRegistry } from "../../utils-BUK0
|
|
|
3
3
|
import { a as MASTRA_RESOURCE_ID_KEY$1, f as isReservedRequestContextKey, i as MASTRA_IS_STUDIO_KEY, o as MASTRA_STUDIO_CLIENT_TYPE, p as isStudioClientTypeHeader, r as MASTRA_CLIENT_TYPE_HEADER, t as MASTRA_AUTH_MODE_KEY } from "../../constants-Cp1x-6sJ.js";
|
|
4
4
|
import { formatZodError, isZodError } from "../handlers/error.js";
|
|
5
5
|
import { i as findMatchingCustomRoute, r as coreAuthMiddleware } from "../../helpers-GyeAi5YN.js";
|
|
6
|
-
import { t as SERVER_ROUTES } from "../../routes-
|
|
6
|
+
import { t as SERVER_ROUTES } from "../../routes-HUaCyUb7.js";
|
|
7
7
|
import { z } from "zod/v4";
|
|
8
8
|
import { Readable } from "stream";
|
|
9
9
|
import { safeStringify } from "@mastra/core/utils";
|