@mastra/core 0.21.1 → 0.22.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/CHANGELOG.md +121 -0
- package/dist/agent/__tests__/mock-model.d.ts +6 -0
- package/dist/agent/__tests__/mock-model.d.ts.map +1 -0
- package/dist/agent/agent.d.ts +10 -4
- package/dist/agent/agent.d.ts.map +1 -1
- package/dist/agent/agent.types.d.ts +4 -3
- package/dist/agent/agent.types.d.ts.map +1 -1
- package/dist/agent/index.cjs +13 -13
- package/dist/agent/index.js +2 -2
- package/dist/agent/input-processor/index.cjs +6 -6
- package/dist/agent/input-processor/index.js +1 -1
- package/dist/agent/message-list/index.d.ts +14 -1
- package/dist/agent/message-list/index.d.ts.map +1 -1
- package/dist/agent/message-list/utils/ai-v5/gemini-compatibility.d.ts +22 -0
- package/dist/agent/message-list/utils/ai-v5/gemini-compatibility.d.ts.map +1 -0
- package/dist/agent/test-utils.d.ts +1 -0
- package/dist/agent/test-utils.d.ts.map +1 -1
- package/dist/agent/types.d.ts +11 -1
- package/dist/agent/types.d.ts.map +1 -1
- package/dist/agent/utils.d.ts +1 -1
- package/dist/agent/utils.d.ts.map +1 -1
- package/dist/agent/workflows/prepare-stream/index.d.ts +7 -4
- package/dist/agent/workflows/prepare-stream/index.d.ts.map +1 -1
- package/dist/agent/workflows/prepare-stream/prepare-memory-step.d.ts +7 -4
- package/dist/agent/workflows/prepare-stream/prepare-memory-step.d.ts.map +1 -1
- package/dist/agent/workflows/prepare-stream/schema.d.ts +4 -4
- package/dist/agent/workflows/prepare-stream/stream-step.d.ts +3 -0
- package/dist/agent/workflows/prepare-stream/stream-step.d.ts.map +1 -1
- package/dist/ai-tracing/chunk-tracing.d.ts +76 -0
- package/dist/ai-tracing/chunk-tracing.d.ts.map +1 -0
- package/dist/ai-tracing/exporters/base.d.ts +111 -0
- package/dist/ai-tracing/exporters/base.d.ts.map +1 -0
- package/dist/ai-tracing/exporters/cloud.d.ts +6 -8
- package/dist/ai-tracing/exporters/cloud.d.ts.map +1 -1
- package/dist/ai-tracing/exporters/console.d.ts +6 -6
- package/dist/ai-tracing/exporters/console.d.ts.map +1 -1
- package/dist/ai-tracing/exporters/index.d.ts +1 -0
- package/dist/ai-tracing/exporters/index.d.ts.map +1 -1
- package/dist/ai-tracing/index.cjs +48 -32
- package/dist/ai-tracing/index.d.ts +1 -0
- package/dist/ai-tracing/index.d.ts.map +1 -1
- package/dist/ai-tracing/index.js +1 -1
- package/dist/ai-tracing/spans/base.d.ts +4 -1
- package/dist/ai-tracing/spans/base.d.ts.map +1 -1
- package/dist/ai-tracing/spans/default.d.ts.map +1 -1
- package/dist/ai-tracing/tracers/base.d.ts +15 -1
- package/dist/ai-tracing/tracers/base.d.ts.map +1 -1
- package/dist/ai-tracing/types.d.ts +85 -11
- package/dist/ai-tracing/types.d.ts.map +1 -1
- package/dist/ai-tracing/utils.d.ts +14 -0
- package/dist/ai-tracing/utils.d.ts.map +1 -1
- package/dist/{chunk-FESSBG5D.cjs → chunk-34L2Z6PH.cjs} +12 -12
- package/dist/{chunk-FESSBG5D.cjs.map → chunk-34L2Z6PH.cjs.map} +1 -1
- package/dist/{chunk-3V4O35FO.js → chunk-3CVE7NQC.js} +729 -268
- package/dist/chunk-3CVE7NQC.js.map +1 -0
- package/dist/{chunk-44ODA6L3.cjs → chunk-5GIAZ3CH.cjs} +736 -271
- package/dist/chunk-5GIAZ3CH.cjs.map +1 -0
- package/dist/{chunk-5DZ4RYWL.js → chunk-5NYWRAJN.js} +3 -3
- package/dist/{chunk-5DZ4RYWL.js.map → chunk-5NYWRAJN.js.map} +1 -1
- package/dist/{chunk-APY2BE4K.cjs → chunk-634YFL42.cjs} +75 -49
- package/dist/chunk-634YFL42.cjs.map +1 -0
- package/dist/{chunk-HP7B2TQQ.js → chunk-A3TQYIIR.js} +198 -37
- package/dist/chunk-A3TQYIIR.js.map +1 -0
- package/dist/{chunk-KAV4EP3T.cjs → chunk-A4B6IAKN.cjs} +4 -4
- package/dist/{chunk-KAV4EP3T.cjs.map → chunk-A4B6IAKN.cjs.map} +1 -1
- package/dist/{chunk-T3PBU7JK.js → chunk-AGD5B3FB.js} +74 -48
- package/dist/chunk-AGD5B3FB.js.map +1 -0
- package/dist/{chunk-AJK7QPSD.cjs → chunk-CAZTWPDK.cjs} +11 -11
- package/dist/{chunk-AJK7QPSD.cjs.map → chunk-CAZTWPDK.cjs.map} +1 -1
- package/dist/{chunk-HBJVAMCS.js → chunk-F7OMDF5K.js} +93 -58
- package/dist/chunk-F7OMDF5K.js.map +1 -0
- package/dist/{chunk-DGQW5VRR.cjs → chunk-FMNZ3BPT.cjs} +202 -40
- package/dist/chunk-FMNZ3BPT.cjs.map +1 -0
- package/dist/{chunk-5NR2GY4U.js → chunk-GB5BIA4V.js} +5 -3
- package/dist/chunk-GB5BIA4V.js.map +1 -0
- package/dist/{chunk-A3QHQYMC.js → chunk-HGNRQ3OG.js} +12 -2
- package/dist/chunk-HGNRQ3OG.js.map +1 -0
- package/dist/{chunk-NHKXTGR6.js → chunk-HZIF7HQC.js} +3 -3
- package/dist/{chunk-NHKXTGR6.js.map → chunk-HZIF7HQC.js.map} +1 -1
- package/dist/{chunk-MUAFIPD7.js → chunk-ITFEGBP2.js} +4 -4
- package/dist/{chunk-MUAFIPD7.js.map → chunk-ITFEGBP2.js.map} +1 -1
- package/dist/{chunk-J2OKI2L3.js → chunk-KQBF5ZEN.js} +10 -5
- package/dist/chunk-KQBF5ZEN.js.map +1 -0
- package/dist/chunk-LJFJTTZQ.cjs +4 -0
- package/dist/chunk-LJFJTTZQ.cjs.map +1 -0
- package/dist/{chunk-OXAN5SM7.cjs → chunk-LRSB62Z6.cjs} +12 -2
- package/dist/chunk-LRSB62Z6.cjs.map +1 -0
- package/dist/{chunk-3ORA5EFD.cjs → chunk-LZUSZT7R.cjs} +5 -3
- package/dist/chunk-LZUSZT7R.cjs.map +1 -0
- package/dist/{chunk-U6CUPKV2.js → chunk-MHICZASQ.js} +5 -5
- package/dist/{chunk-U6CUPKV2.js.map → chunk-MHICZASQ.js.map} +1 -1
- package/dist/{chunk-H4KO46HZ.js → chunk-MKCC5K77.js} +3 -3
- package/dist/{chunk-H4KO46HZ.js.map → chunk-MKCC5K77.js.map} +1 -1
- package/dist/{chunk-W3DS6F6G.cjs → chunk-O4KVF3MI.cjs} +4 -4
- package/dist/{chunk-W3DS6F6G.cjs.map → chunk-O4KVF3MI.cjs.map} +1 -1
- package/dist/{chunk-462DRETM.cjs → chunk-QBPTDMR7.cjs} +121 -85
- package/dist/chunk-QBPTDMR7.cjs.map +1 -0
- package/dist/{chunk-XVREJCOW.cjs → chunk-RWWOJXMF.cjs} +6 -6
- package/dist/{chunk-XVREJCOW.cjs.map → chunk-RWWOJXMF.cjs.map} +1 -1
- package/dist/{chunk-NUURZ3AY.js → chunk-RXBG6UV2.js} +7 -4
- package/dist/chunk-RXBG6UV2.js.map +1 -0
- package/dist/{chunk-F6BMIPYW.js → chunk-SF75RENF.js} +3 -3
- package/dist/{chunk-F6BMIPYW.js.map → chunk-SF75RENF.js.map} +1 -1
- package/dist/{chunk-SE4PA467.cjs → chunk-VF676YCO.cjs} +2 -2
- package/dist/chunk-VF676YCO.cjs.map +1 -0
- package/dist/{chunk-FLXB6WXO.js → chunk-VQLW7LPO.js} +5 -3
- package/dist/chunk-VQLW7LPO.js.map +1 -0
- package/dist/{chunk-6OLRLZJ3.js → chunk-WM4RO23J.js} +2 -2
- package/dist/chunk-WM4RO23J.js.map +1 -0
- package/dist/{chunk-OY6UJ3QL.cjs → chunk-YGL6E6PD.cjs} +5 -3
- package/dist/chunk-YGL6E6PD.cjs.map +1 -0
- package/dist/{chunk-XHPBKALR.cjs → chunk-YOVX3R5U.cjs} +17 -14
- package/dist/chunk-YOVX3R5U.cjs.map +1 -0
- package/dist/{chunk-L5A4MRCK.cjs → chunk-ZABG3SZ2.cjs} +4 -4
- package/dist/{chunk-L5A4MRCK.cjs.map → chunk-ZABG3SZ2.cjs.map} +1 -1
- package/dist/{chunk-BV6CD4IZ.cjs → chunk-ZDW322JC.cjs} +12 -7
- package/dist/chunk-ZDW322JC.cjs.map +1 -0
- package/dist/chunk-ZV5CC35D.js +3 -0
- package/dist/chunk-ZV5CC35D.js.map +1 -0
- package/dist/index.cjs +56 -52
- package/dist/index.js +11 -11
- package/dist/integration/index.cjs +3 -3
- package/dist/integration/index.js +1 -1
- package/dist/llm/index.cjs +10 -6
- package/dist/llm/index.d.ts +1 -0
- package/dist/llm/index.d.ts.map +1 -1
- package/dist/llm/index.js +1 -1
- package/dist/llm/model/embedding-router.d.ts +50 -0
- package/dist/llm/model/embedding-router.d.ts.map +1 -0
- package/dist/llm/model/gateways/models-dev.d.ts.map +1 -1
- package/dist/llm/model/gateways/netlify.d.ts.map +1 -1
- package/dist/llm/model/index.d.ts +1 -0
- package/dist/llm/model/index.d.ts.map +1 -1
- package/dist/llm/model/model.loop.d.ts +1 -1
- package/dist/llm/model/model.loop.d.ts.map +1 -1
- package/dist/llm/model/provider-options.d.ts +42 -0
- package/dist/llm/model/provider-options.d.ts.map +1 -0
- package/dist/llm/model/provider-types.generated.d.ts +30 -3
- package/dist/llm/model/router.d.ts.map +1 -1
- package/dist/loop/index.cjs +2 -2
- package/dist/loop/index.js +1 -1
- package/dist/loop/loop.d.ts.map +1 -1
- package/dist/loop/network/index.d.ts +4 -1
- package/dist/loop/network/index.d.ts.map +1 -1
- package/dist/loop/test-utils/fullStream.d.ts.map +1 -1
- package/dist/loop/test-utils/generateText.d.ts.map +1 -1
- package/dist/loop/test-utils/mock-server-response.d.ts +7 -2
- package/dist/loop/test-utils/mock-server-response.d.ts.map +1 -1
- package/dist/loop/test-utils/options.d.ts.map +1 -1
- package/dist/loop/test-utils/resultObject.d.ts.map +1 -1
- package/dist/loop/test-utils/streamObject.d.ts.map +1 -1
- package/dist/loop/test-utils/telemetry.d.ts.map +1 -1
- package/dist/loop/test-utils/textStream.d.ts.map +1 -1
- package/dist/loop/test-utils/toUIMessageStream.d.ts.map +1 -1
- package/dist/loop/test-utils/tools.d.ts.map +1 -1
- package/dist/loop/test-utils/utils.d.ts +2 -0
- package/dist/loop/test-utils/utils.d.ts.map +1 -1
- package/dist/loop/types.d.ts +2 -1
- package/dist/loop/types.d.ts.map +1 -1
- package/dist/loop/workflows/agentic-execution/index.d.ts +42 -42
- package/dist/loop/workflows/agentic-execution/llm-execution-step.d.ts +28 -28
- package/dist/loop/workflows/agentic-execution/llm-execution-step.d.ts.map +1 -1
- package/dist/loop/workflows/agentic-execution/llm-mapping-step.d.ts +14 -14
- package/dist/loop/workflows/agentic-execution/tool-call-step.d.ts +1 -1
- package/dist/loop/workflows/agentic-execution/tool-call-step.d.ts.map +1 -1
- package/dist/loop/workflows/agentic-loop/index.d.ts +42 -42
- package/dist/loop/workflows/schema.d.ts +14 -14
- package/dist/mastra/index.cjs +2 -2
- package/dist/mastra/index.js +1 -1
- package/dist/memory/index.cjs +4 -4
- package/dist/memory/index.js +1 -1
- package/dist/memory/memory.d.ts +3 -2
- package/dist/memory/memory.d.ts.map +1 -1
- package/dist/memory/types.d.ts +10 -1
- package/dist/memory/types.d.ts.map +1 -1
- package/dist/models-dev-4VGIWYS3.js +3 -0
- package/dist/{models-dev-3VEABUH4.js.map → models-dev-4VGIWYS3.js.map} +1 -1
- package/dist/models-dev-AXZASLL2.cjs +12 -0
- package/dist/{models-dev-L42ORGVT.cjs.map → models-dev-AXZASLL2.cjs.map} +1 -1
- package/dist/netlify-26MMY5X4.js +3 -0
- package/dist/{netlify-NYFKA6UB.js.map → netlify-26MMY5X4.js.map} +1 -1
- package/dist/netlify-F3MVGV4Y.cjs +12 -0
- package/dist/{netlify-3B6HDHRP.cjs.map → netlify-F3MVGV4Y.cjs.map} +1 -1
- package/dist/processors/index.cjs +11 -11
- package/dist/processors/index.js +1 -1
- package/dist/provider-registry.json +62 -8
- package/dist/relevance/index.cjs +4 -4
- package/dist/relevance/index.js +1 -1
- package/dist/scores/index.cjs +9 -9
- package/dist/scores/index.js +2 -2
- package/dist/scores/scoreTraces/index.cjs +8 -8
- package/dist/scores/scoreTraces/index.js +3 -3
- package/dist/storage/domains/workflows/inmemory.d.ts.map +1 -1
- package/dist/storage/index.cjs +5 -3
- package/dist/storage/index.cjs.map +1 -1
- package/dist/storage/index.js +3 -1
- package/dist/storage/index.js.map +1 -1
- package/dist/stream/RunOutput.d.ts +72 -0
- package/dist/stream/RunOutput.d.ts.map +1 -0
- package/dist/stream/aisdk/v5/execute.d.ts.map +1 -1
- package/dist/stream/aisdk/v5/output.d.ts +11 -12
- package/dist/stream/aisdk/v5/output.d.ts.map +1 -1
- package/dist/stream/base/base.d.ts +7 -0
- package/dist/stream/base/base.d.ts.map +1 -0
- package/dist/stream/base/consume-stream.d.ts +5 -0
- package/dist/stream/base/consume-stream.d.ts.map +1 -0
- package/dist/stream/base/output-format-handlers.d.ts +1 -2
- package/dist/stream/base/output-format-handlers.d.ts.map +1 -1
- package/dist/stream/base/output.d.ts.map +1 -1
- package/dist/stream/index.cjs +14 -10
- package/dist/stream/index.d.ts +2 -1
- package/dist/stream/index.d.ts.map +1 -1
- package/dist/stream/index.js +2 -2
- package/dist/stream/types.d.ts +18 -2
- package/dist/stream/types.d.ts.map +1 -1
- package/dist/test-utils/llm-mock.cjs +2 -2
- package/dist/test-utils/llm-mock.js +1 -1
- package/dist/tools/index.cjs +6 -6
- package/dist/tools/index.js +2 -2
- package/dist/tools/is-vercel-tool.cjs +2 -2
- package/dist/tools/is-vercel-tool.js +1 -1
- package/dist/tools/stream.d.ts +7 -0
- package/dist/tools/stream.d.ts.map +1 -1
- package/dist/tools/tool-builder/builder.d.ts +75 -2
- package/dist/tools/tool-builder/builder.d.ts.map +1 -1
- package/dist/tools/tool.d.ts +2 -2
- package/dist/tools/tool.d.ts.map +1 -1
- package/dist/tools/types.d.ts +17 -12
- package/dist/tools/types.d.ts.map +1 -1
- package/dist/utils.cjs +17 -17
- package/dist/utils.d.ts +1 -0
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +1 -1
- package/dist/workflows/default.d.ts +1 -0
- package/dist/workflows/default.d.ts.map +1 -1
- package/dist/workflows/evented/index.cjs +10 -10
- package/dist/workflows/evented/index.js +1 -1
- package/dist/workflows/evented/workflow-event-processor/index.d.ts.map +1 -1
- package/dist/workflows/evented/workflow.d.ts +5 -3
- package/dist/workflows/evented/workflow.d.ts.map +1 -1
- package/dist/workflows/index.cjs +12 -12
- package/dist/workflows/index.js +1 -1
- package/dist/workflows/legacy/index.cjs +22 -22
- package/dist/workflows/legacy/index.js +1 -1
- package/dist/workflows/legacy/machine.d.ts +1 -1
- package/dist/workflows/step.d.ts +4 -1
- package/dist/workflows/step.d.ts.map +1 -1
- package/dist/workflows/types.d.ts +1 -0
- package/dist/workflows/types.d.ts.map +1 -1
- package/dist/workflows/workflow.d.ts +33 -24
- package/dist/workflows/workflow.d.ts.map +1 -1
- package/package.json +15 -12
- package/src/llm/model/provider-types.generated.d.ts +30 -3
- package/dist/chunk-3ORA5EFD.cjs.map +0 -1
- package/dist/chunk-3V4O35FO.js.map +0 -1
- package/dist/chunk-44ODA6L3.cjs.map +0 -1
- package/dist/chunk-462DRETM.cjs.map +0 -1
- package/dist/chunk-5NR2GY4U.js.map +0 -1
- package/dist/chunk-6OLRLZJ3.js.map +0 -1
- package/dist/chunk-A3QHQYMC.js.map +0 -1
- package/dist/chunk-APY2BE4K.cjs.map +0 -1
- package/dist/chunk-BV6CD4IZ.cjs.map +0 -1
- package/dist/chunk-DGQW5VRR.cjs.map +0 -1
- package/dist/chunk-FLXB6WXO.js.map +0 -1
- package/dist/chunk-HBJVAMCS.js.map +0 -1
- package/dist/chunk-HP7B2TQQ.js.map +0 -1
- package/dist/chunk-J2OKI2L3.js.map +0 -1
- package/dist/chunk-NUURZ3AY.js.map +0 -1
- package/dist/chunk-OXAN5SM7.cjs.map +0 -1
- package/dist/chunk-OY6UJ3QL.cjs.map +0 -1
- package/dist/chunk-SE4PA467.cjs.map +0 -1
- package/dist/chunk-T3PBU7JK.js.map +0 -1
- package/dist/chunk-XHPBKALR.cjs.map +0 -1
- package/dist/models-dev-3VEABUH4.js +0 -3
- package/dist/models-dev-L42ORGVT.cjs +0 -12
- package/dist/netlify-3B6HDHRP.cjs +0 -12
- package/dist/netlify-NYFKA6UB.js +0 -3
|
@@ -63,8 +63,8 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
63
63
|
steps: any[];
|
|
64
64
|
text?: string | undefined;
|
|
65
65
|
reasoning?: any[] | undefined;
|
|
66
|
-
files?: any[] | undefined;
|
|
67
66
|
sources?: any[] | undefined;
|
|
67
|
+
files?: any[] | undefined;
|
|
68
68
|
toolCalls?: any[] | undefined;
|
|
69
69
|
toolResults?: any[] | undefined;
|
|
70
70
|
reasoningText?: string | undefined;
|
|
@@ -83,8 +83,8 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
83
83
|
steps: any[];
|
|
84
84
|
text?: string | undefined;
|
|
85
85
|
reasoning?: any[] | undefined;
|
|
86
|
-
files?: any[] | undefined;
|
|
87
86
|
sources?: any[] | undefined;
|
|
87
|
+
files?: any[] | undefined;
|
|
88
88
|
toolCalls?: any[] | undefined;
|
|
89
89
|
toolResults?: any[] | undefined;
|
|
90
90
|
reasoningText?: string | undefined;
|
|
@@ -103,12 +103,12 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
103
103
|
modelProvider: import("zod").ZodString;
|
|
104
104
|
}, "strip", import("zod").ZodTypeAny, {
|
|
105
105
|
modelId: string;
|
|
106
|
-
modelProvider: string;
|
|
107
106
|
modelVersion: string;
|
|
107
|
+
modelProvider: string;
|
|
108
108
|
}, {
|
|
109
109
|
modelId: string;
|
|
110
|
-
modelProvider: string;
|
|
111
110
|
modelVersion: string;
|
|
111
|
+
modelProvider: string;
|
|
112
112
|
}>>;
|
|
113
113
|
timestamp: import("zod").ZodOptional<import("zod").ZodDate>;
|
|
114
114
|
providerMetadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>>;
|
|
@@ -117,28 +117,28 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
117
117
|
}, "strip", import("zod").ZodTypeAny, {
|
|
118
118
|
id?: string | undefined;
|
|
119
119
|
providerMetadata?: Record<string, any> | undefined;
|
|
120
|
-
model?: string | undefined;
|
|
121
120
|
headers?: Record<string, string> | undefined;
|
|
121
|
+
model?: string | undefined;
|
|
122
122
|
request?: Record<string, any> | undefined;
|
|
123
123
|
timestamp?: Date | undefined;
|
|
124
124
|
modelId?: string | undefined;
|
|
125
125
|
modelMetadata?: {
|
|
126
126
|
modelId: string;
|
|
127
|
-
modelProvider: string;
|
|
128
127
|
modelVersion: string;
|
|
128
|
+
modelProvider: string;
|
|
129
129
|
} | undefined;
|
|
130
130
|
}, {
|
|
131
131
|
id?: string | undefined;
|
|
132
132
|
providerMetadata?: Record<string, any> | undefined;
|
|
133
|
-
model?: string | undefined;
|
|
134
133
|
headers?: Record<string, string> | undefined;
|
|
134
|
+
model?: string | undefined;
|
|
135
135
|
request?: Record<string, any> | undefined;
|
|
136
136
|
timestamp?: Date | undefined;
|
|
137
137
|
modelId?: string | undefined;
|
|
138
138
|
modelMetadata?: {
|
|
139
139
|
modelId: string;
|
|
140
|
-
modelProvider: string;
|
|
141
140
|
modelVersion: string;
|
|
141
|
+
modelProvider: string;
|
|
142
142
|
} | undefined;
|
|
143
143
|
}>;
|
|
144
144
|
stepResult: import("zod").ZodObject<{
|
|
@@ -211,8 +211,8 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
211
211
|
steps: any[];
|
|
212
212
|
text?: string | undefined;
|
|
213
213
|
reasoning?: any[] | undefined;
|
|
214
|
-
files?: any[] | undefined;
|
|
215
214
|
sources?: any[] | undefined;
|
|
215
|
+
files?: any[] | undefined;
|
|
216
216
|
toolCalls?: any[] | undefined;
|
|
217
217
|
toolResults?: any[] | undefined;
|
|
218
218
|
reasoningText?: string | undefined;
|
|
@@ -225,15 +225,15 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
225
225
|
metadata: {
|
|
226
226
|
id?: string | undefined;
|
|
227
227
|
providerMetadata?: Record<string, any> | undefined;
|
|
228
|
-
model?: string | undefined;
|
|
229
228
|
headers?: Record<string, string> | undefined;
|
|
229
|
+
model?: string | undefined;
|
|
230
230
|
request?: Record<string, any> | undefined;
|
|
231
231
|
timestamp?: Date | undefined;
|
|
232
232
|
modelId?: string | undefined;
|
|
233
233
|
modelMetadata?: {
|
|
234
234
|
modelId: string;
|
|
235
|
-
modelProvider: string;
|
|
236
235
|
modelVersion: string;
|
|
236
|
+
modelProvider: string;
|
|
237
237
|
} | undefined;
|
|
238
238
|
};
|
|
239
239
|
messages: {
|
|
@@ -269,8 +269,8 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
269
269
|
steps: any[];
|
|
270
270
|
text?: string | undefined;
|
|
271
271
|
reasoning?: any[] | undefined;
|
|
272
|
-
files?: any[] | undefined;
|
|
273
272
|
sources?: any[] | undefined;
|
|
273
|
+
files?: any[] | undefined;
|
|
274
274
|
toolCalls?: any[] | undefined;
|
|
275
275
|
toolResults?: any[] | undefined;
|
|
276
276
|
reasoningText?: string | undefined;
|
|
@@ -283,15 +283,15 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
283
283
|
metadata: {
|
|
284
284
|
id?: string | undefined;
|
|
285
285
|
providerMetadata?: Record<string, any> | undefined;
|
|
286
|
-
model?: string | undefined;
|
|
287
286
|
headers?: Record<string, string> | undefined;
|
|
287
|
+
model?: string | undefined;
|
|
288
288
|
request?: Record<string, any> | undefined;
|
|
289
289
|
timestamp?: Date | undefined;
|
|
290
290
|
modelId?: string | undefined;
|
|
291
291
|
modelMetadata?: {
|
|
292
292
|
modelId: string;
|
|
293
|
-
modelProvider: string;
|
|
294
293
|
modelVersion: string;
|
|
294
|
+
modelProvider: string;
|
|
295
295
|
} | undefined;
|
|
296
296
|
};
|
|
297
297
|
messages: {
|
|
@@ -373,8 +373,8 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
373
373
|
steps: any[];
|
|
374
374
|
text?: string | undefined;
|
|
375
375
|
reasoning?: any[] | undefined;
|
|
376
|
-
files?: any[] | undefined;
|
|
377
376
|
sources?: any[] | undefined;
|
|
377
|
+
files?: any[] | undefined;
|
|
378
378
|
toolCalls?: any[] | undefined;
|
|
379
379
|
toolResults?: any[] | undefined;
|
|
380
380
|
reasoningText?: string | undefined;
|
|
@@ -393,8 +393,8 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
393
393
|
steps: any[];
|
|
394
394
|
text?: string | undefined;
|
|
395
395
|
reasoning?: any[] | undefined;
|
|
396
|
-
files?: any[] | undefined;
|
|
397
396
|
sources?: any[] | undefined;
|
|
397
|
+
files?: any[] | undefined;
|
|
398
398
|
toolCalls?: any[] | undefined;
|
|
399
399
|
toolResults?: any[] | undefined;
|
|
400
400
|
reasoningText?: string | undefined;
|
|
@@ -413,12 +413,12 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
413
413
|
modelProvider: import("zod").ZodString;
|
|
414
414
|
}, "strip", import("zod").ZodTypeAny, {
|
|
415
415
|
modelId: string;
|
|
416
|
-
modelProvider: string;
|
|
417
416
|
modelVersion: string;
|
|
417
|
+
modelProvider: string;
|
|
418
418
|
}, {
|
|
419
419
|
modelId: string;
|
|
420
|
-
modelProvider: string;
|
|
421
420
|
modelVersion: string;
|
|
421
|
+
modelProvider: string;
|
|
422
422
|
}>>;
|
|
423
423
|
timestamp: import("zod").ZodOptional<import("zod").ZodDate>;
|
|
424
424
|
providerMetadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>>;
|
|
@@ -427,28 +427,28 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
427
427
|
}, "strip", import("zod").ZodTypeAny, {
|
|
428
428
|
id?: string | undefined;
|
|
429
429
|
providerMetadata?: Record<string, any> | undefined;
|
|
430
|
-
model?: string | undefined;
|
|
431
430
|
headers?: Record<string, string> | undefined;
|
|
431
|
+
model?: string | undefined;
|
|
432
432
|
request?: Record<string, any> | undefined;
|
|
433
433
|
timestamp?: Date | undefined;
|
|
434
434
|
modelId?: string | undefined;
|
|
435
435
|
modelMetadata?: {
|
|
436
436
|
modelId: string;
|
|
437
|
-
modelProvider: string;
|
|
438
437
|
modelVersion: string;
|
|
438
|
+
modelProvider: string;
|
|
439
439
|
} | undefined;
|
|
440
440
|
}, {
|
|
441
441
|
id?: string | undefined;
|
|
442
442
|
providerMetadata?: Record<string, any> | undefined;
|
|
443
|
-
model?: string | undefined;
|
|
444
443
|
headers?: Record<string, string> | undefined;
|
|
444
|
+
model?: string | undefined;
|
|
445
445
|
request?: Record<string, any> | undefined;
|
|
446
446
|
timestamp?: Date | undefined;
|
|
447
447
|
modelId?: string | undefined;
|
|
448
448
|
modelMetadata?: {
|
|
449
449
|
modelId: string;
|
|
450
|
-
modelProvider: string;
|
|
451
450
|
modelVersion: string;
|
|
451
|
+
modelProvider: string;
|
|
452
452
|
} | undefined;
|
|
453
453
|
}>;
|
|
454
454
|
stepResult: import("zod").ZodObject<{
|
|
@@ -521,8 +521,8 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
521
521
|
steps: any[];
|
|
522
522
|
text?: string | undefined;
|
|
523
523
|
reasoning?: any[] | undefined;
|
|
524
|
-
files?: any[] | undefined;
|
|
525
524
|
sources?: any[] | undefined;
|
|
525
|
+
files?: any[] | undefined;
|
|
526
526
|
toolCalls?: any[] | undefined;
|
|
527
527
|
toolResults?: any[] | undefined;
|
|
528
528
|
reasoningText?: string | undefined;
|
|
@@ -535,15 +535,15 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
535
535
|
metadata: {
|
|
536
536
|
id?: string | undefined;
|
|
537
537
|
providerMetadata?: Record<string, any> | undefined;
|
|
538
|
-
model?: string | undefined;
|
|
539
538
|
headers?: Record<string, string> | undefined;
|
|
539
|
+
model?: string | undefined;
|
|
540
540
|
request?: Record<string, any> | undefined;
|
|
541
541
|
timestamp?: Date | undefined;
|
|
542
542
|
modelId?: string | undefined;
|
|
543
543
|
modelMetadata?: {
|
|
544
544
|
modelId: string;
|
|
545
|
-
modelProvider: string;
|
|
546
545
|
modelVersion: string;
|
|
546
|
+
modelProvider: string;
|
|
547
547
|
} | undefined;
|
|
548
548
|
};
|
|
549
549
|
messages: {
|
|
@@ -579,8 +579,8 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
579
579
|
steps: any[];
|
|
580
580
|
text?: string | undefined;
|
|
581
581
|
reasoning?: any[] | undefined;
|
|
582
|
-
files?: any[] | undefined;
|
|
583
582
|
sources?: any[] | undefined;
|
|
583
|
+
files?: any[] | undefined;
|
|
584
584
|
toolCalls?: any[] | undefined;
|
|
585
585
|
toolResults?: any[] | undefined;
|
|
586
586
|
reasoningText?: string | undefined;
|
|
@@ -593,15 +593,15 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
593
593
|
metadata: {
|
|
594
594
|
id?: string | undefined;
|
|
595
595
|
providerMetadata?: Record<string, any> | undefined;
|
|
596
|
-
model?: string | undefined;
|
|
597
596
|
headers?: Record<string, string> | undefined;
|
|
597
|
+
model?: string | undefined;
|
|
598
598
|
request?: Record<string, any> | undefined;
|
|
599
599
|
timestamp?: Date | undefined;
|
|
600
600
|
modelId?: string | undefined;
|
|
601
601
|
modelMetadata?: {
|
|
602
602
|
modelId: string;
|
|
603
|
-
modelProvider: string;
|
|
604
603
|
modelVersion: string;
|
|
604
|
+
modelProvider: string;
|
|
605
605
|
} | undefined;
|
|
606
606
|
};
|
|
607
607
|
messages: {
|
|
@@ -683,8 +683,8 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
683
683
|
steps: any[];
|
|
684
684
|
text?: string | undefined;
|
|
685
685
|
reasoning?: any[] | undefined;
|
|
686
|
-
files?: any[] | undefined;
|
|
687
686
|
sources?: any[] | undefined;
|
|
687
|
+
files?: any[] | undefined;
|
|
688
688
|
toolCalls?: any[] | undefined;
|
|
689
689
|
toolResults?: any[] | undefined;
|
|
690
690
|
reasoningText?: string | undefined;
|
|
@@ -703,8 +703,8 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
703
703
|
steps: any[];
|
|
704
704
|
text?: string | undefined;
|
|
705
705
|
reasoning?: any[] | undefined;
|
|
706
|
-
files?: any[] | undefined;
|
|
707
706
|
sources?: any[] | undefined;
|
|
707
|
+
files?: any[] | undefined;
|
|
708
708
|
toolCalls?: any[] | undefined;
|
|
709
709
|
toolResults?: any[] | undefined;
|
|
710
710
|
reasoningText?: string | undefined;
|
|
@@ -723,12 +723,12 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
723
723
|
modelProvider: import("zod").ZodString;
|
|
724
724
|
}, "strip", import("zod").ZodTypeAny, {
|
|
725
725
|
modelId: string;
|
|
726
|
-
modelProvider: string;
|
|
727
726
|
modelVersion: string;
|
|
727
|
+
modelProvider: string;
|
|
728
728
|
}, {
|
|
729
729
|
modelId: string;
|
|
730
|
-
modelProvider: string;
|
|
731
730
|
modelVersion: string;
|
|
731
|
+
modelProvider: string;
|
|
732
732
|
}>>;
|
|
733
733
|
timestamp: import("zod").ZodOptional<import("zod").ZodDate>;
|
|
734
734
|
providerMetadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>>;
|
|
@@ -737,28 +737,28 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
737
737
|
}, "strip", import("zod").ZodTypeAny, {
|
|
738
738
|
id?: string | undefined;
|
|
739
739
|
providerMetadata?: Record<string, any> | undefined;
|
|
740
|
-
model?: string | undefined;
|
|
741
740
|
headers?: Record<string, string> | undefined;
|
|
741
|
+
model?: string | undefined;
|
|
742
742
|
request?: Record<string, any> | undefined;
|
|
743
743
|
timestamp?: Date | undefined;
|
|
744
744
|
modelId?: string | undefined;
|
|
745
745
|
modelMetadata?: {
|
|
746
746
|
modelId: string;
|
|
747
|
-
modelProvider: string;
|
|
748
747
|
modelVersion: string;
|
|
748
|
+
modelProvider: string;
|
|
749
749
|
} | undefined;
|
|
750
750
|
}, {
|
|
751
751
|
id?: string | undefined;
|
|
752
752
|
providerMetadata?: Record<string, any> | undefined;
|
|
753
|
-
model?: string | undefined;
|
|
754
753
|
headers?: Record<string, string> | undefined;
|
|
754
|
+
model?: string | undefined;
|
|
755
755
|
request?: Record<string, any> | undefined;
|
|
756
756
|
timestamp?: Date | undefined;
|
|
757
757
|
modelId?: string | undefined;
|
|
758
758
|
modelMetadata?: {
|
|
759
759
|
modelId: string;
|
|
760
|
-
modelProvider: string;
|
|
761
760
|
modelVersion: string;
|
|
761
|
+
modelProvider: string;
|
|
762
762
|
} | undefined;
|
|
763
763
|
}>;
|
|
764
764
|
stepResult: import("zod").ZodObject<{
|
|
@@ -831,8 +831,8 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
831
831
|
steps: any[];
|
|
832
832
|
text?: string | undefined;
|
|
833
833
|
reasoning?: any[] | undefined;
|
|
834
|
-
files?: any[] | undefined;
|
|
835
834
|
sources?: any[] | undefined;
|
|
835
|
+
files?: any[] | undefined;
|
|
836
836
|
toolCalls?: any[] | undefined;
|
|
837
837
|
toolResults?: any[] | undefined;
|
|
838
838
|
reasoningText?: string | undefined;
|
|
@@ -845,15 +845,15 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
845
845
|
metadata: {
|
|
846
846
|
id?: string | undefined;
|
|
847
847
|
providerMetadata?: Record<string, any> | undefined;
|
|
848
|
-
model?: string | undefined;
|
|
849
848
|
headers?: Record<string, string> | undefined;
|
|
849
|
+
model?: string | undefined;
|
|
850
850
|
request?: Record<string, any> | undefined;
|
|
851
851
|
timestamp?: Date | undefined;
|
|
852
852
|
modelId?: string | undefined;
|
|
853
853
|
modelMetadata?: {
|
|
854
854
|
modelId: string;
|
|
855
|
-
modelProvider: string;
|
|
856
855
|
modelVersion: string;
|
|
856
|
+
modelProvider: string;
|
|
857
857
|
} | undefined;
|
|
858
858
|
};
|
|
859
859
|
messages: {
|
|
@@ -889,8 +889,8 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
889
889
|
steps: any[];
|
|
890
890
|
text?: string | undefined;
|
|
891
891
|
reasoning?: any[] | undefined;
|
|
892
|
-
files?: any[] | undefined;
|
|
893
892
|
sources?: any[] | undefined;
|
|
893
|
+
files?: any[] | undefined;
|
|
894
894
|
toolCalls?: any[] | undefined;
|
|
895
895
|
toolResults?: any[] | undefined;
|
|
896
896
|
reasoningText?: string | undefined;
|
|
@@ -903,15 +903,15 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
903
903
|
metadata: {
|
|
904
904
|
id?: string | undefined;
|
|
905
905
|
providerMetadata?: Record<string, any> | undefined;
|
|
906
|
-
model?: string | undefined;
|
|
907
906
|
headers?: Record<string, string> | undefined;
|
|
907
|
+
model?: string | undefined;
|
|
908
908
|
request?: Record<string, any> | undefined;
|
|
909
909
|
timestamp?: Date | undefined;
|
|
910
910
|
modelId?: string | undefined;
|
|
911
911
|
modelMetadata?: {
|
|
912
912
|
modelId: string;
|
|
913
|
-
modelProvider: string;
|
|
914
913
|
modelVersion: string;
|
|
914
|
+
modelProvider: string;
|
|
915
915
|
} | undefined;
|
|
916
916
|
};
|
|
917
917
|
messages: {
|
|
@@ -63,8 +63,8 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
63
63
|
steps: any[];
|
|
64
64
|
text?: string | undefined;
|
|
65
65
|
reasoning?: any[] | undefined;
|
|
66
|
-
files?: any[] | undefined;
|
|
67
66
|
sources?: any[] | undefined;
|
|
67
|
+
files?: any[] | undefined;
|
|
68
68
|
toolCalls?: any[] | undefined;
|
|
69
69
|
toolResults?: any[] | undefined;
|
|
70
70
|
reasoningText?: string | undefined;
|
|
@@ -83,8 +83,8 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
83
83
|
steps: any[];
|
|
84
84
|
text?: string | undefined;
|
|
85
85
|
reasoning?: any[] | undefined;
|
|
86
|
-
files?: any[] | undefined;
|
|
87
86
|
sources?: any[] | undefined;
|
|
87
|
+
files?: any[] | undefined;
|
|
88
88
|
toolCalls?: any[] | undefined;
|
|
89
89
|
toolResults?: any[] | undefined;
|
|
90
90
|
reasoningText?: string | undefined;
|
|
@@ -103,12 +103,12 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
103
103
|
modelProvider: import("zod").ZodString;
|
|
104
104
|
}, "strip", import("zod").ZodTypeAny, {
|
|
105
105
|
modelId: string;
|
|
106
|
-
modelProvider: string;
|
|
107
106
|
modelVersion: string;
|
|
107
|
+
modelProvider: string;
|
|
108
108
|
}, {
|
|
109
109
|
modelId: string;
|
|
110
|
-
modelProvider: string;
|
|
111
110
|
modelVersion: string;
|
|
111
|
+
modelProvider: string;
|
|
112
112
|
}>>;
|
|
113
113
|
timestamp: import("zod").ZodOptional<import("zod").ZodDate>;
|
|
114
114
|
providerMetadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>>;
|
|
@@ -117,28 +117,28 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
117
117
|
}, "strip", import("zod").ZodTypeAny, {
|
|
118
118
|
id?: string | undefined;
|
|
119
119
|
providerMetadata?: Record<string, any> | undefined;
|
|
120
|
-
model?: string | undefined;
|
|
121
120
|
headers?: Record<string, string> | undefined;
|
|
121
|
+
model?: string | undefined;
|
|
122
122
|
request?: Record<string, any> | undefined;
|
|
123
123
|
timestamp?: Date | undefined;
|
|
124
124
|
modelId?: string | undefined;
|
|
125
125
|
modelMetadata?: {
|
|
126
126
|
modelId: string;
|
|
127
|
-
modelProvider: string;
|
|
128
127
|
modelVersion: string;
|
|
128
|
+
modelProvider: string;
|
|
129
129
|
} | undefined;
|
|
130
130
|
}, {
|
|
131
131
|
id?: string | undefined;
|
|
132
132
|
providerMetadata?: Record<string, any> | undefined;
|
|
133
|
-
model?: string | undefined;
|
|
134
133
|
headers?: Record<string, string> | undefined;
|
|
134
|
+
model?: string | undefined;
|
|
135
135
|
request?: Record<string, any> | undefined;
|
|
136
136
|
timestamp?: Date | undefined;
|
|
137
137
|
modelId?: string | undefined;
|
|
138
138
|
modelMetadata?: {
|
|
139
139
|
modelId: string;
|
|
140
|
-
modelProvider: string;
|
|
141
140
|
modelVersion: string;
|
|
141
|
+
modelProvider: string;
|
|
142
142
|
} | undefined;
|
|
143
143
|
}>;
|
|
144
144
|
stepResult: import("zod").ZodObject<{
|
|
@@ -211,8 +211,8 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
211
211
|
steps: any[];
|
|
212
212
|
text?: string | undefined;
|
|
213
213
|
reasoning?: any[] | undefined;
|
|
214
|
-
files?: any[] | undefined;
|
|
215
214
|
sources?: any[] | undefined;
|
|
215
|
+
files?: any[] | undefined;
|
|
216
216
|
toolCalls?: any[] | undefined;
|
|
217
217
|
toolResults?: any[] | undefined;
|
|
218
218
|
reasoningText?: string | undefined;
|
|
@@ -225,15 +225,15 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
225
225
|
metadata: {
|
|
226
226
|
id?: string | undefined;
|
|
227
227
|
providerMetadata?: Record<string, any> | undefined;
|
|
228
|
-
model?: string | undefined;
|
|
229
228
|
headers?: Record<string, string> | undefined;
|
|
229
|
+
model?: string | undefined;
|
|
230
230
|
request?: Record<string, any> | undefined;
|
|
231
231
|
timestamp?: Date | undefined;
|
|
232
232
|
modelId?: string | undefined;
|
|
233
233
|
modelMetadata?: {
|
|
234
234
|
modelId: string;
|
|
235
|
-
modelProvider: string;
|
|
236
235
|
modelVersion: string;
|
|
236
|
+
modelProvider: string;
|
|
237
237
|
} | undefined;
|
|
238
238
|
};
|
|
239
239
|
messages: {
|
|
@@ -269,8 +269,8 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
269
269
|
steps: any[];
|
|
270
270
|
text?: string | undefined;
|
|
271
271
|
reasoning?: any[] | undefined;
|
|
272
|
-
files?: any[] | undefined;
|
|
273
272
|
sources?: any[] | undefined;
|
|
273
|
+
files?: any[] | undefined;
|
|
274
274
|
toolCalls?: any[] | undefined;
|
|
275
275
|
toolResults?: any[] | undefined;
|
|
276
276
|
reasoningText?: string | undefined;
|
|
@@ -283,15 +283,15 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
283
283
|
metadata: {
|
|
284
284
|
id?: string | undefined;
|
|
285
285
|
providerMetadata?: Record<string, any> | undefined;
|
|
286
|
-
model?: string | undefined;
|
|
287
286
|
headers?: Record<string, string> | undefined;
|
|
287
|
+
model?: string | undefined;
|
|
288
288
|
request?: Record<string, any> | undefined;
|
|
289
289
|
timestamp?: Date | undefined;
|
|
290
290
|
modelId?: string | undefined;
|
|
291
291
|
modelMetadata?: {
|
|
292
292
|
modelId: string;
|
|
293
|
-
modelProvider: string;
|
|
294
293
|
modelVersion: string;
|
|
294
|
+
modelProvider: string;
|
|
295
295
|
} | undefined;
|
|
296
296
|
};
|
|
297
297
|
messages: {
|
|
@@ -373,8 +373,8 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
373
373
|
steps: any[];
|
|
374
374
|
text?: string | undefined;
|
|
375
375
|
reasoning?: any[] | undefined;
|
|
376
|
-
files?: any[] | undefined;
|
|
377
376
|
sources?: any[] | undefined;
|
|
377
|
+
files?: any[] | undefined;
|
|
378
378
|
toolCalls?: any[] | undefined;
|
|
379
379
|
toolResults?: any[] | undefined;
|
|
380
380
|
reasoningText?: string | undefined;
|
|
@@ -393,8 +393,8 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
393
393
|
steps: any[];
|
|
394
394
|
text?: string | undefined;
|
|
395
395
|
reasoning?: any[] | undefined;
|
|
396
|
-
files?: any[] | undefined;
|
|
397
396
|
sources?: any[] | undefined;
|
|
397
|
+
files?: any[] | undefined;
|
|
398
398
|
toolCalls?: any[] | undefined;
|
|
399
399
|
toolResults?: any[] | undefined;
|
|
400
400
|
reasoningText?: string | undefined;
|
|
@@ -413,12 +413,12 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
413
413
|
modelProvider: import("zod").ZodString;
|
|
414
414
|
}, "strip", import("zod").ZodTypeAny, {
|
|
415
415
|
modelId: string;
|
|
416
|
-
modelProvider: string;
|
|
417
416
|
modelVersion: string;
|
|
417
|
+
modelProvider: string;
|
|
418
418
|
}, {
|
|
419
419
|
modelId: string;
|
|
420
|
-
modelProvider: string;
|
|
421
420
|
modelVersion: string;
|
|
421
|
+
modelProvider: string;
|
|
422
422
|
}>>;
|
|
423
423
|
timestamp: import("zod").ZodOptional<import("zod").ZodDate>;
|
|
424
424
|
providerMetadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>>;
|
|
@@ -427,28 +427,28 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
427
427
|
}, "strip", import("zod").ZodTypeAny, {
|
|
428
428
|
id?: string | undefined;
|
|
429
429
|
providerMetadata?: Record<string, any> | undefined;
|
|
430
|
-
model?: string | undefined;
|
|
431
430
|
headers?: Record<string, string> | undefined;
|
|
431
|
+
model?: string | undefined;
|
|
432
432
|
request?: Record<string, any> | undefined;
|
|
433
433
|
timestamp?: Date | undefined;
|
|
434
434
|
modelId?: string | undefined;
|
|
435
435
|
modelMetadata?: {
|
|
436
436
|
modelId: string;
|
|
437
|
-
modelProvider: string;
|
|
438
437
|
modelVersion: string;
|
|
438
|
+
modelProvider: string;
|
|
439
439
|
} | undefined;
|
|
440
440
|
}, {
|
|
441
441
|
id?: string | undefined;
|
|
442
442
|
providerMetadata?: Record<string, any> | undefined;
|
|
443
|
-
model?: string | undefined;
|
|
444
443
|
headers?: Record<string, string> | undefined;
|
|
444
|
+
model?: string | undefined;
|
|
445
445
|
request?: Record<string, any> | undefined;
|
|
446
446
|
timestamp?: Date | undefined;
|
|
447
447
|
modelId?: string | undefined;
|
|
448
448
|
modelMetadata?: {
|
|
449
449
|
modelId: string;
|
|
450
|
-
modelProvider: string;
|
|
451
450
|
modelVersion: string;
|
|
451
|
+
modelProvider: string;
|
|
452
452
|
} | undefined;
|
|
453
453
|
}>;
|
|
454
454
|
stepResult: import("zod").ZodObject<{
|
|
@@ -521,8 +521,8 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
521
521
|
steps: any[];
|
|
522
522
|
text?: string | undefined;
|
|
523
523
|
reasoning?: any[] | undefined;
|
|
524
|
-
files?: any[] | undefined;
|
|
525
524
|
sources?: any[] | undefined;
|
|
525
|
+
files?: any[] | undefined;
|
|
526
526
|
toolCalls?: any[] | undefined;
|
|
527
527
|
toolResults?: any[] | undefined;
|
|
528
528
|
reasoningText?: string | undefined;
|
|
@@ -535,15 +535,15 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
535
535
|
metadata: {
|
|
536
536
|
id?: string | undefined;
|
|
537
537
|
providerMetadata?: Record<string, any> | undefined;
|
|
538
|
-
model?: string | undefined;
|
|
539
538
|
headers?: Record<string, string> | undefined;
|
|
539
|
+
model?: string | undefined;
|
|
540
540
|
request?: Record<string, any> | undefined;
|
|
541
541
|
timestamp?: Date | undefined;
|
|
542
542
|
modelId?: string | undefined;
|
|
543
543
|
modelMetadata?: {
|
|
544
544
|
modelId: string;
|
|
545
|
-
modelProvider: string;
|
|
546
545
|
modelVersion: string;
|
|
546
|
+
modelProvider: string;
|
|
547
547
|
} | undefined;
|
|
548
548
|
};
|
|
549
549
|
messages: {
|
|
@@ -579,8 +579,8 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
579
579
|
steps: any[];
|
|
580
580
|
text?: string | undefined;
|
|
581
581
|
reasoning?: any[] | undefined;
|
|
582
|
-
files?: any[] | undefined;
|
|
583
582
|
sources?: any[] | undefined;
|
|
583
|
+
files?: any[] | undefined;
|
|
584
584
|
toolCalls?: any[] | undefined;
|
|
585
585
|
toolResults?: any[] | undefined;
|
|
586
586
|
reasoningText?: string | undefined;
|
|
@@ -593,15 +593,15 @@ export declare function createLLMExecutionStep<Tools extends ToolSet = ToolSet,
|
|
|
593
593
|
metadata: {
|
|
594
594
|
id?: string | undefined;
|
|
595
595
|
providerMetadata?: Record<string, any> | undefined;
|
|
596
|
-
model?: string | undefined;
|
|
597
596
|
headers?: Record<string, string> | undefined;
|
|
597
|
+
model?: string | undefined;
|
|
598
598
|
request?: Record<string, any> | undefined;
|
|
599
599
|
timestamp?: Date | undefined;
|
|
600
600
|
modelId?: string | undefined;
|
|
601
601
|
modelMetadata?: {
|
|
602
602
|
modelId: string;
|
|
603
|
-
modelProvider: string;
|
|
604
603
|
modelVersion: string;
|
|
604
|
+
modelProvider: string;
|
|
605
605
|
} | undefined;
|
|
606
606
|
};
|
|
607
607
|
messages: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"llm-execution-step.d.ts","sourceRoot":"","sources":["../../../../src/loop/workflows/agentic-execution/llm-execution-step.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAOrC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"llm-execution-step.d.ts","sourceRoot":"","sources":["../../../../src/loop/workflows/agentic-execution/llm-execution-step.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAOrC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAShE,OAAO,KAAK,EAAc,WAAW,EAAE,MAAM,aAAa,CAAC;AAma3D,wBAAgB,sBAAsB,CAAC,KAAK,SAAS,OAAO,GAAG,OAAO,EAAE,MAAM,SAAS,YAAY,GAAG,SAAS,EAAE,EAC/G,MAAM,EACN,SAAS,EACT,SAAS,EACT,KAAK,EACL,eAAe,EACf,kBAAkB,EAClB,KAAK,EACL,UAAU,EACV,WAAW,EACX,gBAAgB,EAChB,aAAa,EACb,eAAe,EACf,OAAO,EACP,iBAAiB,EACjB,UAAU,EACV,gBAAgB,EAChB,gBAAgB,EAChB,OAAO,EACP,eAAe,EACf,mBAAmB,EACnB,eAAe,GAChB,EAAE,WAAW,CAAC,KAAK,EAAE,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gKAuV5B"}
|