@mastra/server 1.64.0 → 1.65.0-alpha.1
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/{agent-builder-D8JyDQ5J.cjs → agent-builder-B2GCn_tS.cjs} +2 -2
- package/dist/{agent-builder-D8JyDQ5J.cjs.map → agent-builder-B2GCn_tS.cjs.map} +1 -1
- package/dist/{agent-builder-DNTFty1u.js → agent-builder-DUM8fGTt.js} +2 -2
- package/dist/{agent-builder-DNTFty1u.js.map → agent-builder-DUM8fGTt.js.map} +1 -1
- package/dist/{api-schema-manifest-BqgRfP-2.cjs → api-schema-manifest-BxLfDBP-.cjs} +2 -2
- package/dist/{api-schema-manifest-BqgRfP-2.cjs.map → api-schema-manifest-BxLfDBP-.cjs.map} +1 -1
- package/dist/{api-schema-manifest-BiPbewoh.js → api-schema-manifest-CenKfsu1.js} +2 -2
- package/dist/{api-schema-manifest-BiPbewoh.js.map → api-schema-manifest-CenKfsu1.js.map} +1 -1
- package/dist/{datasets-DYhcB-od.cjs → datasets-B3DTc52y.cjs} +12 -1
- package/dist/datasets-B3DTc52y.cjs.map +1 -0
- package/dist/{datasets-CInAtVdf.js → datasets-dzuIwMeB.js} +7 -2
- package/dist/datasets-dzuIwMeB.js.map +1 -0
- package/dist/{dist-BwPO-2NT.js → dist-BW8S4tCf.js} +40 -15
- package/dist/dist-BW8S4tCf.js.map +1 -0
- package/dist/{dist-mj70vroq.cjs → dist-C8lAYOI6.cjs} +40 -15
- package/dist/dist-C8lAYOI6.cjs.map +1 -0
- package/dist/docs/SKILL.md +1 -1
- package/dist/docs/assets/SOURCE_MAP.json +1 -1
- package/dist/docs/references/reference-server-routes.md +1 -0
- package/dist/{dynamic-workflows-CzkrhMwZ.js → dynamic-workflows-Cn9MXevC.js} +16 -1
- package/dist/dynamic-workflows-Cn9MXevC.js.map +1 -0
- package/dist/{dynamic-workflows-BT_ryQUl.cjs → dynamic-workflows-DSg9_yec.cjs} +16 -1
- package/dist/dynamic-workflows-DSg9_yec.cjs.map +1 -0
- package/dist/{routes-CCD8Q7x1.js → routes-bRlxNTKn.js} +4 -3
- package/dist/routes-bRlxNTKn.js.map +1 -0
- package/dist/{routes-DYQWvd_y.cjs → routes-wp2lb2LI.cjs} +3 -2
- package/dist/routes-wp2lb2LI.cjs.map +1 -0
- package/dist/server/handlers/agent-builder.cjs +3 -3
- package/dist/server/handlers/agent-builder.d.ts +30 -0
- package/dist/server/handlers/agent-builder.d.ts.map +1 -1
- package/dist/server/handlers/agent-builder.js +3 -3
- package/dist/server/handlers/datasets.cjs +28 -1
- package/dist/server/handlers/datasets.cjs.map +1 -1
- package/dist/server/handlers/datasets.d.ts +115 -0
- package/dist/server/handlers/datasets.d.ts.map +1 -1
- package/dist/server/handlers/datasets.js +28 -2
- package/dist/server/handlers/datasets.js.map +1 -1
- package/dist/server/handlers/dynamic-workflows.cjs +1 -1
- package/dist/server/handlers/dynamic-workflows.d.ts +96 -0
- package/dist/server/handlers/dynamic-workflows.d.ts.map +1 -1
- package/dist/server/handlers/dynamic-workflows.js +1 -1
- package/dist/server/handlers/mcp-client-versions.cjs +1 -1
- package/dist/server/handlers/mcp-client-versions.js +1 -1
- package/dist/server/handlers/prompt-block-versions.cjs +1 -1
- package/dist/server/handlers/prompt-block-versions.js +1 -1
- package/dist/server/handlers/scorer-versions.cjs +1 -1
- package/dist/server/handlers/scorer-versions.js +1 -1
- package/dist/server/handlers/stored-mcp-clients.cjs +1 -1
- package/dist/server/handlers/stored-mcp-clients.js +1 -1
- package/dist/server/handlers/stored-prompt-blocks.cjs +1 -1
- package/dist/server/handlers/stored-prompt-blocks.js +1 -1
- package/dist/server/handlers/stored-scorers.cjs +1 -1
- package/dist/server/handlers/stored-scorers.js +1 -1
- package/dist/server/handlers/stored-skill-favorites.cjs +1 -1
- package/dist/server/handlers/stored-skill-favorites.js +1 -1
- package/dist/server/handlers/stored-skills.cjs +1 -1
- package/dist/server/handlers/stored-skills.js +1 -1
- package/dist/server/handlers/system.cjs +1 -1
- package/dist/server/handlers/system.js +1 -1
- package/dist/server/handlers/workflows.cjs +1 -1
- package/dist/server/handlers/workflows.d.ts +42 -0
- package/dist/server/handlers/workflows.d.ts.map +1 -1
- package/dist/server/handlers/workflows.js +1 -1
- package/dist/server/handlers.cjs +1 -1
- package/dist/server/handlers.js +1 -1
- package/dist/server/schemas/datasets.d.ts +5 -0
- package/dist/server/schemas/datasets.d.ts.map +1 -1
- package/dist/server/schemas/dynamic-workflows.d.ts +72 -0
- package/dist/server/schemas/dynamic-workflows.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 +12 -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/agent-builder.d.ts +30 -0
- package/dist/server/server-adapter/routes/agent-builder.d.ts.map +1 -1
- package/dist/server/server-adapter/routes/datasets.d.ts +114 -0
- package/dist/server/server-adapter/routes/datasets.d.ts.map +1 -1
- package/dist/server/server-adapter/routes/workflows.d.ts +42 -0
- package/dist/server/server-adapter/routes/workflows.d.ts.map +1 -1
- package/dist/{workflows--79xhOOb.cjs → workflows-BNnfyZhn.cjs} +20 -15
- package/dist/workflows-BNnfyZhn.cjs.map +1 -0
- package/dist/{workflows-B2ooCiwN.js → workflows-CUgR3bTL.js} +20 -15
- package/dist/workflows-CUgR3bTL.js.map +1 -0
- package/package.json +6 -6
- package/dist/datasets-CInAtVdf.js.map +0 -1
- package/dist/datasets-DYhcB-od.cjs.map +0 -1
- package/dist/dist-BwPO-2NT.js.map +0 -1
- package/dist/dist-mj70vroq.cjs.map +0 -1
- package/dist/dynamic-workflows-BT_ryQUl.cjs.map +0 -1
- package/dist/dynamic-workflows-CzkrhMwZ.js.map +0 -1
- package/dist/routes-CCD8Q7x1.js.map +0 -1
- package/dist/routes-DYQWvd_y.cjs.map +0 -1
- package/dist/workflows--79xhOOb.cjs.map +0 -1
- package/dist/workflows-B2ooCiwN.js.map +0 -1
|
@@ -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-5ZZuR6wj.js";
|
|
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-
|
|
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-CUgR3bTL.js";
|
|
3
|
+
import { a as streamAgentBuilderBodySchema, i as startAsyncAgentBuilderBodySchema, n as actionRunPathParams, o as streamLegacyAgentBuilderBodySchema, r as resumeAgentBuilderBodySchema, t as actionIdPathParams } from "../../agent-builder-DUM8fGTt.js";
|
|
4
4
|
import { t as defaultOptionsSchema } from "../../default-options-C9JVjlto.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 providersResponseSchema, B as serializedAgentDefinitionSchema, C as listSuspendedRunsResponseSchema, D as observeAgentBodySchema, E as modelManagementResponseSchema, F as resumeStreamUntilIdleBodySchema, G as serializedWorkflowSchema, H as serializedAgentWithIdSchema, I as sendAgentMessageBodySchema, J as subscribeAgentThreadBodySchema, K as streamResponseSchema, L as sendAgentSignalBodySchema, M as recoverBodySchema, N as reorderAgentModelListBodySchema, O as observeAgentResponseSchema, P as resumeStreamBodySchema, Q as updateAgentModelInModelListBodySchema, R as sendToolApprovalBodySchema, S as listSuspendedRunsQuerySchema, T as modelConfigIdPathParams, U as serializedProcessorSchema$1, V as serializedAgentSchema, W as serializedToolSchema, X as toolIdPathParams, Y as toolCallResponseSchema, Z as updateAgentModelBodySchema, _ as executeToolBodySchema, a as agentIdPathParams, b as generateResponseSchema, c as agentSkillPathParams, d as approveNetworkToolCallBodySchema, f as approveToolCallBodySchema, g as enhanceInstructionsResponseSchema, h as enhanceInstructionsBodySchema, i as agentExecutionLegacyBodySchema, j as queueAgentMessageBodySchema, k as providerSchema, l as agentToolPathParams, m as declineToolCallBodySchema, n as abortAgentThreadResponseSchema, o as agentPlanQuerySchema, p as declineNetworkToolCallBodySchema, q as streamUntilIdleBodySchema, r as agentExecutionBodySchema$1, s as agentPlanResponseSchema, t as abortAgentThreadBodySchema, u as agentVersionQuerySchema, v as executeToolContextBodySchema, w as listToolsResponseSchema, x as listAgentsResponseSchema, y as executeToolResponseSchema, z as sendToolApprovalResponseSchema } from "../../agents-BetrUB_N.js";
|
|
@@ -20,11 +20,10 @@ 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-Ck7Qu6yz.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-CudZ_WuW.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-mFXaw5ma.js";
|
|
23
|
-
import { A as listDatasetsResponseSchema, B as runExperimentItemResponseSchema, C as experimentReviewCountsSchema, D as itemIdPathParams, E as generateItemsResponseSchema, F as listItemsQuerySchema, G as updateDatasetBodySchema, H as submitExperimentResultBodySchema, I as listItemsResponseSchema, K as
|
|
23
|
+
import { A as listDatasetsResponseSchema, B as runExperimentItemResponseSchema, C as experimentReviewCountsSchema, D as itemIdPathParams, E as generateItemsResponseSchema, F as listItemsQuerySchema, G as updateDatasetBodySchema, H as submitExperimentResultBodySchema, I as listItemsResponseSchema, J as updateItemBodySchema, K as updateExperimentBodySchema, L as paginationQuerySchema, M as listExperimentsQuerySchema, N as listExperimentsResponseSchema, O as itemVersionResponseSchema, P as listItemVersionsResponseSchema, R as reviewSummaryResponseSchema, S as experimentResultResponseSchema, T as generateItemsBodySchema, U as tenancyQuerySchema, V as scorerResultSchema, W as triggerExperimentBodySchema, _ as datasetResponseSchema, a as batchInsertItemsResponseSchema, b as experimentResponseSchema, c as compareExperimentsBodySchema, d as datasetAndExperimentIdPathParams, f as datasetAndItemIdPathParams, g as datasetItemVersionPathParams, h as datasetItemResponseSchema, i as batchInsertItemsBodySchema, j as listExperimentResultsResponseSchema, k as listDatasetVersionsResponseSchema, l as comparisonResponseSchema, m as datasetIdPathParams, n as batchDeleteItemsBodySchema, o as clusterFailuresBodySchema, p as datasetExperimentAndItemIdPathParams, q as updateExperimentResultBodySchema, r as batchDeleteItemsResponseSchema, s as clusterFailuresResponseSchema, t as addItemBodySchema, u as createDatasetBodySchema, v as datasetVersionResponseSchema, w as experimentSummaryResponseSchema, x as experimentResultIdPathParams, y as experimentIdPathParams, z as runExperimentItemBodySchema } from "../../datasets-dzuIwMeB.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-BDEm-gZe.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-Co8d39A6.js";
|
|
26
26
|
import { n as getProcessorProvidersResponseSchema, r as processorProviderIdPathParams, t as getProcessorProviderResponseSchema } from "../../processor-providers-DBhZC6-4.js";
|
|
27
|
-
import { a as processorIdPathParams, i as processorConfigurationSchema, n as executeProcessorResponseSchema, o as serializedProcessorDetailSchema, r as listProcessorsResponseSchema, s as serializedProcessorSchema, t as executeProcessorBodySchema } from "../../processors-88oJ_4J-.js";
|
|
28
27
|
import { a as createPromptBlockVersionResponseSchema, c as listPromptBlockVersionsQuerySchema, d as promptBlockVersionPathParams, f as promptBlockVersionSchema, i as createPromptBlockVersionBodySchema, l as listPromptBlockVersionsResponseSchema, n as comparePromptBlockVersionsQuerySchema, o as deletePromptBlockVersionResponseSchema, p as restorePromptBlockVersionResponseSchema, r as comparePromptBlockVersionsResponseSchema, s as getPromptBlockVersionResponseSchema, t as activatePromptBlockVersionResponseSchema, u as promptBlockVersionIdPathParams } from "../../prompt-block-versions-CBjHhMVK.js";
|
|
29
28
|
import { a as createScorerVersionResponseSchema, c as listScorerVersionsQuerySchema, d as scorerVersionIdPathParams, f as scorerVersionPathParams, i as createScorerVersionBodySchema, l as listScorerVersionsResponseSchema, n as compareScorerVersionsQuerySchema, o as deleteScorerVersionResponseSchema, p as scorerVersionSchema, r as compareScorerVersionsResponseSchema, s as getScorerVersionResponseSchema, t as activateScorerVersionResponseSchema, u as restoreScorerVersionResponseSchema } from "../../scorer-versions-D0_KP67E.js";
|
|
30
29
|
import { a as listStoredMCPClientsQuerySchema, c as storedMCPClientSchema, i as getStoredMCPClientResponseSchema, l as updateStoredMCPClientBodySchema, n as createStoredMCPClientResponseSchema, o as listStoredMCPClientsResponseSchema, r as deleteStoredMCPClientResponseSchema, s as storedMCPClientIdPathParams, t as createStoredMCPClientBodySchema, u as updateStoredMCPClientResponseSchema } from "../../stored-mcp-clients-CoCfZRhw.js";
|
|
@@ -32,4 +31,5 @@ import { a as listStoredPromptBlocksQuerySchema, c as storedPromptBlockSchema, i
|
|
|
32
31
|
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-BA4suzgn.js";
|
|
33
32
|
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-JTWbMybs.js";
|
|
34
33
|
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, agentPlanQuerySchema, agentPlanResponseSchema, 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, datasetExperimentAndItemIdPathParams, 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, runExperimentItemBodySchema, runExperimentItemResponseSchema, 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, submitExperimentResultBodySchema, 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 };
|
|
34
|
+
import { a as processorIdPathParams, i as processorConfigurationSchema, n as executeProcessorResponseSchema, o as serializedProcessorDetailSchema, r as listProcessorsResponseSchema, s as serializedProcessorSchema, t as executeProcessorBodySchema } from "../../processors-88oJ_4J-.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, agentPlanQuerySchema, agentPlanResponseSchema, 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, datasetExperimentAndItemIdPathParams, 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, runExperimentItemBodySchema, runExperimentItemResponseSchema, 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, submitExperimentResultBodySchema, 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, updateExperimentBodySchema, 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 };
|
|
@@ -67,6 +67,9 @@ export declare const workflowInfoSchema: z.ZodObject<{
|
|
|
67
67
|
waitForEvent: "waitForEvent";
|
|
68
68
|
workflow: "workflow";
|
|
69
69
|
}>;
|
|
70
|
+
id: z.ZodOptional<z.ZodString>;
|
|
71
|
+
description: z.ZodOptional<z.ZodString>;
|
|
72
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
70
73
|
}, z.core.$strip>>;
|
|
71
74
|
inputSchema: z.ZodOptional<z.ZodString>;
|
|
72
75
|
outputSchema: z.ZodOptional<z.ZodString>;
|
|
@@ -125,6 +128,9 @@ export declare const listWorkflowsResponseSchema: z.ZodRecord<z.ZodString, z.Zod
|
|
|
125
128
|
waitForEvent: "waitForEvent";
|
|
126
129
|
workflow: "workflow";
|
|
127
130
|
}>;
|
|
131
|
+
id: z.ZodOptional<z.ZodString>;
|
|
132
|
+
description: z.ZodOptional<z.ZodString>;
|
|
133
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
128
134
|
}, z.core.$strip>>;
|
|
129
135
|
inputSchema: z.ZodOptional<z.ZodString>;
|
|
130
136
|
outputSchema: z.ZodOptional<z.ZodString>;
|
|
@@ -351,6 +357,9 @@ export declare const workflowExecutionResultSchema: z.ZodObject<{
|
|
|
351
357
|
waitForEvent: "waitForEvent";
|
|
352
358
|
workflow: "workflow";
|
|
353
359
|
}>;
|
|
360
|
+
id: z.ZodOptional<z.ZodString>;
|
|
361
|
+
description: z.ZodOptional<z.ZodString>;
|
|
362
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
354
363
|
}, z.core.$strip>>>;
|
|
355
364
|
}, z.core.$strip>;
|
|
356
365
|
/**
|
|
@@ -407,6 +416,9 @@ export declare const workflowRunResultSchema: z.ZodObject<{
|
|
|
407
416
|
waitForEvent: "waitForEvent";
|
|
408
417
|
workflow: "workflow";
|
|
409
418
|
}>;
|
|
419
|
+
id: z.ZodOptional<z.ZodString>;
|
|
420
|
+
description: z.ZodOptional<z.ZodString>;
|
|
421
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
410
422
|
}, z.core.$strip>>>;
|
|
411
423
|
}, z.core.$strip>;
|
|
412
424
|
/**
|
|
@@ -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;
|
|
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;AA8CH;;;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"}
|
|
@@ -5,7 +5,7 @@ const require_utils = require("../../utils-CmYnjLcY.cjs");
|
|
|
5
5
|
const require_constants = require("../../constants-4IJp_uzj.cjs");
|
|
6
6
|
const require_server_handlers_error = require("../handlers/error.cjs");
|
|
7
7
|
const require_helpers = require("../../helpers-BWxRRShz.cjs");
|
|
8
|
-
const require_routes = require("../../routes-
|
|
8
|
+
const require_routes = require("../../routes-wp2lb2LI.cjs");
|
|
9
9
|
let zod_v4 = require("zod/v4");
|
|
10
10
|
let stream = require("stream");
|
|
11
11
|
let _mastra_core_utils = require("@mastra/core/utils");
|
|
@@ -3,7 +3,7 @@ import { o as normalizeRoutePath, t as WorkflowRegistry } from "../../utils-B2vd
|
|
|
3
3
|
import { i as MASTRA_IS_STUDIO_KEY, l as MASTRA_USER_KEY, m as isStudioClientTypeHeader, n as MASTRA_AUTH_TOKEN_KEY, o as MASTRA_RESOURCE_ID_KEY$1, p as isReservedRequestContextKey, r as MASTRA_CLIENT_TYPE_HEADER, s as MASTRA_STUDIO_CLIENT_TYPE, t as MASTRA_AUTH_MODE_KEY } from "../../constants-0jFCWoex.js";
|
|
4
4
|
import { formatZodError, isZodError } from "../handlers/error.js";
|
|
5
5
|
import { d as pathMatchesPattern, i as findMatchingCustomRoute, o as isCustomRoutePublic, r as coreAuthMiddleware } from "../../helpers-DBAYsA50.js";
|
|
6
|
-
import { t as SERVER_ROUTES } from "../../routes-
|
|
6
|
+
import { t as SERVER_ROUTES } from "../../routes-bRlxNTKn.js";
|
|
7
7
|
import { z } from "zod/v4";
|
|
8
8
|
import { Readable } from "stream";
|
|
9
9
|
import { safeStringify } from "@mastra/core/utils";
|
|
@@ -34,6 +34,9 @@ export declare const AGENT_BUILDER_ROUTES: readonly [Omit<import("@mastra/core/s
|
|
|
34
34
|
metadata?: Record<string, unknown> | undefined;
|
|
35
35
|
stepGraph: {
|
|
36
36
|
type: "agent" | "conditional" | "foreach" | "loop" | "mapping" | "parallel" | "sleep" | "sleepUntil" | "step" | "tool" | "waitForEvent" | "workflow";
|
|
37
|
+
id?: string | undefined;
|
|
38
|
+
description?: string | undefined;
|
|
39
|
+
metadata?: Record<string, unknown> | undefined;
|
|
37
40
|
}[];
|
|
38
41
|
inputSchema?: string | undefined;
|
|
39
42
|
outputSchema?: string | undefined;
|
|
@@ -95,6 +98,9 @@ export declare const AGENT_BUILDER_ROUTES: readonly [Omit<import("@mastra/core/s
|
|
|
95
98
|
waitForEvent: "waitForEvent";
|
|
96
99
|
workflow: "workflow";
|
|
97
100
|
}>;
|
|
101
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
102
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
103
|
+
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
98
104
|
}, import("zod/v4/core").$strip>>;
|
|
99
105
|
inputSchema: import("zod").ZodOptional<import("zod").ZodString>;
|
|
100
106
|
outputSchema: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -146,6 +152,9 @@ export declare const AGENT_BUILDER_ROUTES: readonly [Omit<import("@mastra/core/s
|
|
|
146
152
|
metadata?: Record<string, unknown> | undefined;
|
|
147
153
|
stepGraph: {
|
|
148
154
|
type: "agent" | "conditional" | "foreach" | "loop" | "mapping" | "parallel" | "sleep" | "sleepUntil" | "step" | "tool" | "waitForEvent" | "workflow";
|
|
155
|
+
id?: string | undefined;
|
|
156
|
+
description?: string | undefined;
|
|
157
|
+
metadata?: Record<string, unknown> | undefined;
|
|
149
158
|
}[];
|
|
150
159
|
inputSchema?: string | undefined;
|
|
151
160
|
outputSchema?: string | undefined;
|
|
@@ -209,6 +218,9 @@ export declare const AGENT_BUILDER_ROUTES: readonly [Omit<import("@mastra/core/s
|
|
|
209
218
|
waitForEvent: "waitForEvent";
|
|
210
219
|
workflow: "workflow";
|
|
211
220
|
}>;
|
|
221
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
222
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
223
|
+
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
212
224
|
}, import("zod/v4/core").$strip>>;
|
|
213
225
|
inputSchema: import("zod").ZodOptional<import("zod").ZodString>;
|
|
214
226
|
outputSchema: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -323,6 +335,9 @@ export declare const AGENT_BUILDER_ROUTES: readonly [Omit<import("@mastra/core/s
|
|
|
323
335
|
activeStepsPath?: Record<string, number[]> | undefined;
|
|
324
336
|
serializedStepGraph?: {
|
|
325
337
|
type: "agent" | "conditional" | "foreach" | "loop" | "mapping" | "parallel" | "sleep" | "sleepUntil" | "step" | "tool" | "waitForEvent" | "workflow";
|
|
338
|
+
id?: string | undefined;
|
|
339
|
+
description?: string | undefined;
|
|
340
|
+
metadata?: Record<string, unknown> | undefined;
|
|
326
341
|
}[] | undefined;
|
|
327
342
|
}>;
|
|
328
343
|
pathParamSchema?: import("zod").ZodType;
|
|
@@ -384,6 +399,9 @@ export declare const AGENT_BUILDER_ROUTES: readonly [Omit<import("@mastra/core/s
|
|
|
384
399
|
waitForEvent: "waitForEvent";
|
|
385
400
|
workflow: "workflow";
|
|
386
401
|
}>;
|
|
402
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
403
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
404
|
+
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
387
405
|
}, import("zod/v4/core").$strip>>>;
|
|
388
406
|
}, import("zod/v4/core").$strip>> | undefined;
|
|
389
407
|
} & {
|
|
@@ -573,6 +591,9 @@ export declare const AGENT_BUILDER_ROUTES: readonly [Omit<import("@mastra/core/s
|
|
|
573
591
|
activeStepsPath?: Record<string, number[]> | undefined;
|
|
574
592
|
serializedStepGraph?: {
|
|
575
593
|
type: "agent" | "conditional" | "foreach" | "loop" | "mapping" | "parallel" | "sleep" | "sleepUntil" | "step" | "tool" | "waitForEvent" | "workflow";
|
|
594
|
+
id?: string | undefined;
|
|
595
|
+
description?: string | undefined;
|
|
596
|
+
metadata?: Record<string, unknown> | undefined;
|
|
576
597
|
}[] | undefined;
|
|
577
598
|
}>;
|
|
578
599
|
pathParamSchema?: import("zod").ZodType;
|
|
@@ -639,6 +660,9 @@ export declare const AGENT_BUILDER_ROUTES: readonly [Omit<import("@mastra/core/s
|
|
|
639
660
|
waitForEvent: "waitForEvent";
|
|
640
661
|
workflow: "workflow";
|
|
641
662
|
}>;
|
|
663
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
664
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
665
|
+
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
642
666
|
}, import("zod/v4/core").$strip>>>;
|
|
643
667
|
}, import("zod/v4/core").$strip>> | undefined;
|
|
644
668
|
} & {
|
|
@@ -796,6 +820,9 @@ export declare const AGENT_BUILDER_ROUTES: readonly [Omit<import("@mastra/core/s
|
|
|
796
820
|
activeStepsPath?: Record<string, number[]> | undefined;
|
|
797
821
|
serializedStepGraph?: {
|
|
798
822
|
type: "agent" | "conditional" | "foreach" | "loop" | "mapping" | "parallel" | "sleep" | "sleepUntil" | "step" | "tool" | "waitForEvent" | "workflow";
|
|
823
|
+
id?: string | undefined;
|
|
824
|
+
description?: string | undefined;
|
|
825
|
+
metadata?: Record<string, unknown> | undefined;
|
|
799
826
|
}[] | undefined;
|
|
800
827
|
}>;
|
|
801
828
|
pathParamSchema?: import("zod").ZodType;
|
|
@@ -862,6 +889,9 @@ export declare const AGENT_BUILDER_ROUTES: readonly [Omit<import("@mastra/core/s
|
|
|
862
889
|
waitForEvent: "waitForEvent";
|
|
863
890
|
workflow: "workflow";
|
|
864
891
|
}>;
|
|
892
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
893
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
894
|
+
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
865
895
|
}, import("zod/v4/core").$strip>>>;
|
|
866
896
|
}, import("zod/v4/core").$strip>> | undefined;
|
|
867
897
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent-builder.d.ts","sourceRoot":"","sources":["../../../../src/server/server-adapter/routes/agent-builder.ts"],"names":[],"mappings":"AAmBA,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"agent-builder.d.ts","sourceRoot":"","sources":["../../../../src/server/server-adapter/routes/agent-builder.ts"],"names":[],"mappings":"AAmBA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBvB,CAAC"}
|
|
@@ -2977,6 +2977,120 @@ export declare const DATASETS_ROUTES: readonly [Omit<import("@mastra/core/server
|
|
|
2977
2977
|
}, import("zod/v4/core").$strip>>> | undefined;
|
|
2978
2978
|
} & {
|
|
2979
2979
|
readonly _mastraSchemaRoute: true;
|
|
2980
|
+
}, Omit<import("@mastra/core/server").ApiRoute, "createHandler" | "handler" | "method" | "openapi" | "path"> & {
|
|
2981
|
+
method: "PATCH";
|
|
2982
|
+
path: "/datasets/:datasetId/experiments/:experimentId";
|
|
2983
|
+
responseType: "json";
|
|
2984
|
+
streamFormat?: 'sse' | 'stream';
|
|
2985
|
+
sseFlushOnConnect?: boolean;
|
|
2986
|
+
handler(params: {
|
|
2987
|
+
datasetId: string;
|
|
2988
|
+
experimentId: string;
|
|
2989
|
+
} & {
|
|
2990
|
+
name?: string | undefined;
|
|
2991
|
+
description?: string | undefined;
|
|
2992
|
+
metadata?: Record<string, unknown> | undefined;
|
|
2993
|
+
} & import(".").ServerContext): Promise<{
|
|
2994
|
+
id: string;
|
|
2995
|
+
datasetId: string | null;
|
|
2996
|
+
datasetVersion: number | null;
|
|
2997
|
+
agentVersion?: string | null | undefined;
|
|
2998
|
+
targetType: "agent" | "processor" | "scorer" | "workflow" | null;
|
|
2999
|
+
targetId: string | null;
|
|
3000
|
+
scorerIds?: string[] | null | undefined;
|
|
3001
|
+
name?: string | undefined;
|
|
3002
|
+
description?: string | undefined;
|
|
3003
|
+
metadata?: Record<string, unknown> | undefined;
|
|
3004
|
+
provenance?: {
|
|
3005
|
+
source?: string | undefined;
|
|
3006
|
+
sourceId?: string | undefined;
|
|
3007
|
+
sourceVersion?: string | undefined;
|
|
3008
|
+
metadata?: Record<string, unknown> | undefined;
|
|
3009
|
+
} | null | undefined;
|
|
3010
|
+
runnerAttestation?: {
|
|
3011
|
+
runnerId: string;
|
|
3012
|
+
invocationId: string;
|
|
3013
|
+
runnerVersion?: string | undefined;
|
|
3014
|
+
} | null | undefined;
|
|
3015
|
+
experimentSetId?: string | null | undefined;
|
|
3016
|
+
comparisonId?: string | null | undefined;
|
|
3017
|
+
variantId?: string | null | undefined;
|
|
3018
|
+
trialIndex?: number | null | undefined;
|
|
3019
|
+
status: "completed" | "failed" | "pending" | "running";
|
|
3020
|
+
totalItems: number;
|
|
3021
|
+
succeededCount: number;
|
|
3022
|
+
failedCount: number;
|
|
3023
|
+
skippedCount: number;
|
|
3024
|
+
startedAt: Date | null;
|
|
3025
|
+
completedAt: Date | null;
|
|
3026
|
+
createdAt: Date;
|
|
3027
|
+
updatedAt: Date;
|
|
3028
|
+
}>;
|
|
3029
|
+
pathParamSchema?: import("zod").ZodType;
|
|
3030
|
+
queryParamSchema?: import("zod").ZodType;
|
|
3031
|
+
bodySchema?: import("zod").ZodType;
|
|
3032
|
+
responseSchema?: import("zod").ZodType;
|
|
3033
|
+
openapi?: import("../openapi-utils").OpenAPIRoute;
|
|
3034
|
+
maxBodySize?: number;
|
|
3035
|
+
deprecated?: boolean;
|
|
3036
|
+
requiresPermission?: import("@mastra/core/auth").MastraFGAPermissionInput | import("@mastra/core/auth").MastraFGAPermissionInput[];
|
|
3037
|
+
fga?: import("@mastra/core/auth").FGARouteConfig;
|
|
3038
|
+
onValidationError?: import("@mastra/core/server").ValidationErrorHook;
|
|
3039
|
+
readonly __schemas?: import(".").RouteSchemas<import("zod").ZodObject<{
|
|
3040
|
+
datasetId: import("zod").ZodString;
|
|
3041
|
+
experimentId: import("zod").ZodString;
|
|
3042
|
+
}, import("zod/v4/core").$strip>, undefined, import("zod").ZodObject<{
|
|
3043
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3044
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3045
|
+
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3046
|
+
}, import("zod/v4/core").$strict>, import("zod").ZodObject<{
|
|
3047
|
+
id: import("zod").ZodString;
|
|
3048
|
+
datasetId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3049
|
+
datasetVersion: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
3050
|
+
agentVersion: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3051
|
+
targetType: import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
3052
|
+
agent: "agent";
|
|
3053
|
+
processor: "processor";
|
|
3054
|
+
scorer: "scorer";
|
|
3055
|
+
workflow: "workflow";
|
|
3056
|
+
}>>;
|
|
3057
|
+
targetId: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3058
|
+
scorerIds: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString>>>;
|
|
3059
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3060
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3061
|
+
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3062
|
+
provenance: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3063
|
+
source: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3064
|
+
sourceId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3065
|
+
sourceVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3066
|
+
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
3067
|
+
}, import("zod/v4/core").$strip>>>;
|
|
3068
|
+
runnerAttestation: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3069
|
+
runnerId: import("zod").ZodString;
|
|
3070
|
+
invocationId: import("zod").ZodString;
|
|
3071
|
+
runnerVersion: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3072
|
+
}, import("zod/v4/core").$strip>>>;
|
|
3073
|
+
experimentSetId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3074
|
+
comparisonId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3075
|
+
variantId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3076
|
+
trialIndex: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
3077
|
+
status: import("zod").ZodEnum<{
|
|
3078
|
+
completed: "completed";
|
|
3079
|
+
failed: "failed";
|
|
3080
|
+
pending: "pending";
|
|
3081
|
+
running: "running";
|
|
3082
|
+
}>;
|
|
3083
|
+
totalItems: import("zod").ZodNumber;
|
|
3084
|
+
succeededCount: import("zod").ZodNumber;
|
|
3085
|
+
failedCount: import("zod").ZodNumber;
|
|
3086
|
+
skippedCount: import("zod").ZodNumber;
|
|
3087
|
+
startedAt: import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>;
|
|
3088
|
+
completedAt: import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>;
|
|
3089
|
+
createdAt: import("zod").ZodCoercedDate<unknown>;
|
|
3090
|
+
updatedAt: import("zod").ZodCoercedDate<unknown>;
|
|
3091
|
+
}, import("zod/v4/core").$strip>> | undefined;
|
|
3092
|
+
} & {
|
|
3093
|
+
readonly _mastraSchemaRoute: true;
|
|
2980
3094
|
}, Omit<import("@mastra/core/server").ApiRoute, "createHandler" | "handler" | "method" | "openapi" | "path"> & {
|
|
2981
3095
|
method: "GET";
|
|
2982
3096
|
path: "/datasets/:datasetId/experiments/:experimentId/results";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datasets.d.ts","sourceRoot":"","sources":["../../../../src/server/server-adapter/routes/datasets.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"datasets.d.ts","sourceRoot":"","sources":["../../../../src/server/server-adapter/routes/datasets.ts"],"names":[],"mappings":"AAgCA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0ClB,CAAC"}
|
|
@@ -36,6 +36,9 @@ export declare const WORKFLOWS_ROUTES: readonly [Omit<import("@mastra/core/serve
|
|
|
36
36
|
metadata?: Record<string, unknown> | undefined;
|
|
37
37
|
stepGraph: {
|
|
38
38
|
type: "agent" | "conditional" | "foreach" | "loop" | "mapping" | "parallel" | "sleep" | "sleepUntil" | "step" | "tool" | "waitForEvent" | "workflow";
|
|
39
|
+
id?: string | undefined;
|
|
40
|
+
description?: string | undefined;
|
|
41
|
+
metadata?: Record<string, unknown> | undefined;
|
|
39
42
|
}[];
|
|
40
43
|
inputSchema?: string | undefined;
|
|
41
44
|
outputSchema?: string | undefined;
|
|
@@ -99,6 +102,9 @@ export declare const WORKFLOWS_ROUTES: readonly [Omit<import("@mastra/core/serve
|
|
|
99
102
|
waitForEvent: "waitForEvent";
|
|
100
103
|
workflow: "workflow";
|
|
101
104
|
}>;
|
|
105
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
106
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
107
|
+
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
102
108
|
}, import("zod/v4/core").$strip>>;
|
|
103
109
|
inputSchema: import("zod").ZodOptional<import("zod").ZodString>;
|
|
104
110
|
outputSchema: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -176,6 +182,9 @@ export declare const WORKFLOWS_ROUTES: readonly [Omit<import("@mastra/core/serve
|
|
|
176
182
|
metadata?: Record<string, unknown> | undefined;
|
|
177
183
|
stepGraph: {
|
|
178
184
|
type: "agent" | "conditional" | "foreach" | "loop" | "mapping" | "parallel" | "sleep" | "sleepUntil" | "step" | "tool" | "waitForEvent" | "workflow";
|
|
185
|
+
id?: string | undefined;
|
|
186
|
+
description?: string | undefined;
|
|
187
|
+
metadata?: Record<string, unknown> | undefined;
|
|
179
188
|
}[];
|
|
180
189
|
inputSchema?: string | undefined;
|
|
181
190
|
outputSchema?: string | undefined;
|
|
@@ -239,6 +248,9 @@ export declare const WORKFLOWS_ROUTES: readonly [Omit<import("@mastra/core/serve
|
|
|
239
248
|
waitForEvent: "waitForEvent";
|
|
240
249
|
workflow: "workflow";
|
|
241
250
|
}>;
|
|
251
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
252
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
253
|
+
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
242
254
|
}, import("zod/v4/core").$strip>>;
|
|
243
255
|
inputSchema: import("zod").ZodOptional<import("zod").ZodString>;
|
|
244
256
|
outputSchema: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -353,6 +365,9 @@ export declare const WORKFLOWS_ROUTES: readonly [Omit<import("@mastra/core/serve
|
|
|
353
365
|
activeStepsPath?: Record<string, number[]> | undefined;
|
|
354
366
|
serializedStepGraph?: {
|
|
355
367
|
type: "agent" | "conditional" | "foreach" | "loop" | "mapping" | "parallel" | "sleep" | "sleepUntil" | "step" | "tool" | "waitForEvent" | "workflow";
|
|
368
|
+
id?: string | undefined;
|
|
369
|
+
description?: string | undefined;
|
|
370
|
+
metadata?: Record<string, unknown> | undefined;
|
|
356
371
|
}[] | undefined;
|
|
357
372
|
}>;
|
|
358
373
|
pathParamSchema?: import("zod").ZodType;
|
|
@@ -414,6 +429,9 @@ export declare const WORKFLOWS_ROUTES: readonly [Omit<import("@mastra/core/serve
|
|
|
414
429
|
waitForEvent: "waitForEvent";
|
|
415
430
|
workflow: "workflow";
|
|
416
431
|
}>;
|
|
432
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
433
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
434
|
+
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
417
435
|
}, import("zod/v4/core").$strip>>>;
|
|
418
436
|
}, import("zod/v4/core").$strip>> | undefined;
|
|
419
437
|
} & {
|
|
@@ -639,6 +657,9 @@ export declare const WORKFLOWS_ROUTES: readonly [Omit<import("@mastra/core/serve
|
|
|
639
657
|
activeStepsPath?: Record<string, number[]> | undefined;
|
|
640
658
|
serializedStepGraph?: {
|
|
641
659
|
type: "agent" | "conditional" | "foreach" | "loop" | "mapping" | "parallel" | "sleep" | "sleepUntil" | "step" | "tool" | "waitForEvent" | "workflow";
|
|
660
|
+
id?: string | undefined;
|
|
661
|
+
description?: string | undefined;
|
|
662
|
+
metadata?: Record<string, unknown> | undefined;
|
|
642
663
|
}[] | undefined;
|
|
643
664
|
}>;
|
|
644
665
|
pathParamSchema?: import("zod").ZodType;
|
|
@@ -705,6 +726,9 @@ export declare const WORKFLOWS_ROUTES: readonly [Omit<import("@mastra/core/serve
|
|
|
705
726
|
waitForEvent: "waitForEvent";
|
|
706
727
|
workflow: "workflow";
|
|
707
728
|
}>;
|
|
729
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
730
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
731
|
+
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
708
732
|
}, import("zod/v4/core").$strip>>>;
|
|
709
733
|
}, import("zod/v4/core").$strip>> | undefined;
|
|
710
734
|
} & {
|
|
@@ -836,6 +860,9 @@ export declare const WORKFLOWS_ROUTES: readonly [Omit<import("@mastra/core/serve
|
|
|
836
860
|
activeStepsPath?: Record<string, number[]> | undefined;
|
|
837
861
|
serializedStepGraph?: {
|
|
838
862
|
type: "agent" | "conditional" | "foreach" | "loop" | "mapping" | "parallel" | "sleep" | "sleepUntil" | "step" | "tool" | "waitForEvent" | "workflow";
|
|
863
|
+
id?: string | undefined;
|
|
864
|
+
description?: string | undefined;
|
|
865
|
+
metadata?: Record<string, unknown> | undefined;
|
|
839
866
|
}[] | undefined;
|
|
840
867
|
}>;
|
|
841
868
|
pathParamSchema?: import("zod").ZodType;
|
|
@@ -902,6 +929,9 @@ export declare const WORKFLOWS_ROUTES: readonly [Omit<import("@mastra/core/serve
|
|
|
902
929
|
waitForEvent: "waitForEvent";
|
|
903
930
|
workflow: "workflow";
|
|
904
931
|
}>;
|
|
932
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
933
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
934
|
+
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
905
935
|
}, import("zod/v4/core").$strip>>>;
|
|
906
936
|
}, import("zod/v4/core").$strip>> | undefined;
|
|
907
937
|
} & {
|
|
@@ -1166,6 +1196,9 @@ export declare const WORKFLOWS_ROUTES: readonly [Omit<import("@mastra/core/serve
|
|
|
1166
1196
|
activeStepsPath?: Record<string, number[]> | undefined;
|
|
1167
1197
|
serializedStepGraph?: {
|
|
1168
1198
|
type: "agent" | "conditional" | "foreach" | "loop" | "mapping" | "parallel" | "sleep" | "sleepUntil" | "step" | "tool" | "waitForEvent" | "workflow";
|
|
1199
|
+
id?: string | undefined;
|
|
1200
|
+
description?: string | undefined;
|
|
1201
|
+
metadata?: Record<string, unknown> | undefined;
|
|
1169
1202
|
}[] | undefined;
|
|
1170
1203
|
}>;
|
|
1171
1204
|
pathParamSchema?: import("zod").ZodType;
|
|
@@ -1235,6 +1268,9 @@ export declare const WORKFLOWS_ROUTES: readonly [Omit<import("@mastra/core/serve
|
|
|
1235
1268
|
waitForEvent: "waitForEvent";
|
|
1236
1269
|
workflow: "workflow";
|
|
1237
1270
|
}>;
|
|
1271
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1272
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1273
|
+
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1238
1274
|
}, import("zod/v4/core").$strip>>>;
|
|
1239
1275
|
}, import("zod/v4/core").$strip>> | undefined;
|
|
1240
1276
|
} & {
|
|
@@ -1388,6 +1424,9 @@ export declare const WORKFLOWS_ROUTES: readonly [Omit<import("@mastra/core/serve
|
|
|
1388
1424
|
activeStepsPath?: Record<string, number[]> | undefined;
|
|
1389
1425
|
serializedStepGraph?: {
|
|
1390
1426
|
type: "agent" | "conditional" | "foreach" | "loop" | "mapping" | "parallel" | "sleep" | "sleepUntil" | "step" | "tool" | "waitForEvent" | "workflow";
|
|
1427
|
+
id?: string | undefined;
|
|
1428
|
+
description?: string | undefined;
|
|
1429
|
+
metadata?: Record<string, unknown> | undefined;
|
|
1391
1430
|
}[] | undefined;
|
|
1392
1431
|
}>;
|
|
1393
1432
|
pathParamSchema?: import("zod").ZodType;
|
|
@@ -1450,6 +1489,9 @@ export declare const WORKFLOWS_ROUTES: readonly [Omit<import("@mastra/core/serve
|
|
|
1450
1489
|
waitForEvent: "waitForEvent";
|
|
1451
1490
|
workflow: "workflow";
|
|
1452
1491
|
}>;
|
|
1492
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1493
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1494
|
+
metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
1453
1495
|
}, import("zod/v4/core").$strip>>>;
|
|
1454
1496
|
}, import("zod/v4/core").$strip>> | undefined;
|
|
1455
1497
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflows.d.ts","sourceRoot":"","sources":["../../../../src/server/server-adapter/routes/workflows.ts"],"names":[],"mappings":"AA4BA,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"workflows.d.ts","sourceRoot":"","sources":["../../../../src/server/server-adapter/routes/workflows.ts"],"names":[],"mappings":"AA4BA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BnB,CAAC"}
|