@mastra/core 1.0.0-beta.13 → 1.0.0-beta.15
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 +477 -0
- package/dist/agent/agent-legacy.d.ts.map +1 -1
- package/dist/agent/agent.d.ts +2 -2
- package/dist/agent/agent.d.ts.map +1 -1
- package/dist/agent/agent.types.d.ts +6 -7
- package/dist/agent/agent.types.d.ts.map +1 -1
- package/dist/agent/index.cjs +17 -9
- package/dist/agent/index.d.ts +1 -1
- package/dist/agent/index.d.ts.map +1 -1
- package/dist/agent/index.js +2 -2
- package/dist/agent/message-list/index.cjs +3 -3
- package/dist/agent/message-list/index.d.ts +1 -1
- package/dist/agent/message-list/index.d.ts.map +1 -1
- package/dist/agent/message-list/index.js +1 -1
- package/dist/agent/message-list/prompt/attachments-to-parts.d.ts.map +1 -1
- package/dist/agent/trip-wire.d.ts +2 -2
- package/dist/agent/trip-wire.d.ts.map +1 -1
- package/dist/agent/utils.d.ts +4 -1
- package/dist/agent/utils.d.ts.map +1 -1
- package/dist/agent/workflows/prepare-stream/index.d.ts +3 -3
- package/dist/agent/workflows/prepare-stream/index.d.ts.map +1 -1
- package/dist/agent/workflows/prepare-stream/map-results-step.d.ts +3 -3
- package/dist/agent/workflows/prepare-stream/map-results-step.d.ts.map +1 -1
- package/dist/agent/workflows/prepare-stream/prepare-memory-step.d.ts +3 -3
- package/dist/agent/workflows/prepare-stream/prepare-memory-step.d.ts.map +1 -1
- package/dist/agent/workflows/prepare-stream/prepare-tools-step.d.ts +3 -3
- package/dist/agent/workflows/prepare-stream/prepare-tools-step.d.ts.map +1 -1
- package/dist/bundler/types.d.ts +1 -0
- package/dist/bundler/types.d.ts.map +1 -1
- package/dist/chunk-2AU5ZHBL.js +79 -0
- package/dist/chunk-2AU5ZHBL.js.map +1 -0
- package/dist/{chunk-7HEAVZRS.cjs → chunk-2OOMJRXZ.cjs} +15 -15
- package/dist/{chunk-7HEAVZRS.cjs.map → chunk-2OOMJRXZ.cjs.map} +1 -1
- package/dist/chunk-37YWZMBX.js +27 -0
- package/dist/chunk-37YWZMBX.js.map +1 -0
- package/dist/{chunk-VETAQUW3.js → chunk-3HDRO3GG.js} +790 -1206
- package/dist/chunk-3HDRO3GG.js.map +1 -0
- package/dist/{chunk-MRRFTNF4.js → chunk-4DFWV4IR.js} +3 -4
- package/dist/chunk-4DFWV4IR.js.map +1 -0
- package/dist/{chunk-373OC54J.js → chunk-4HP7CS6L.js} +7 -6
- package/dist/chunk-4HP7CS6L.js.map +1 -0
- package/dist/{chunk-62Q7K656.js → chunk-4J4M2Q5R.js} +125 -121
- package/dist/chunk-4J4M2Q5R.js.map +1 -0
- package/dist/{chunk-HWMMIRIF.cjs → chunk-4U7ZLI36.cjs} +3 -2
- package/dist/chunk-4U7ZLI36.cjs.map +1 -0
- package/dist/{chunk-Z55SJVEC.cjs → chunk-6HJFCSJ4.cjs} +7 -6
- package/dist/chunk-6HJFCSJ4.cjs.map +1 -0
- package/dist/{chunk-Y7MZ5LJT.cjs → chunk-AAX7ZOM7.cjs} +101 -102
- package/dist/chunk-AAX7ZOM7.cjs.map +1 -0
- package/dist/{chunk-WPTTKULS.js → chunk-AR5CF3IN.js} +4 -4
- package/dist/{chunk-WPTTKULS.js.map → chunk-AR5CF3IN.js.map} +1 -1
- package/dist/{chunk-5VZGJTPR.js → chunk-BAZHNX5P.js} +57 -11
- package/dist/chunk-BAZHNX5P.js.map +1 -0
- package/dist/{chunk-MLKE7HRS.cjs → chunk-BC2VKOH4.cjs} +43 -21
- package/dist/chunk-BC2VKOH4.cjs.map +1 -0
- package/dist/{chunk-2IU4RGU5.js → chunk-BCUKD2XG.js} +59 -19
- package/dist/chunk-BCUKD2XG.js.map +1 -0
- package/dist/{chunk-WYGUWVTF.js → chunk-CBQ6WDUJ.js} +9 -9
- package/dist/chunk-CBQ6WDUJ.js.map +1 -0
- package/dist/chunk-CBVHOGXX.cjs +674 -0
- package/dist/chunk-CBVHOGXX.cjs.map +1 -0
- package/dist/{chunk-PJAK4U6R.cjs → chunk-CBY37FTP.cjs} +28 -28
- package/dist/chunk-CBY37FTP.cjs.map +1 -0
- package/dist/{chunk-BQDZIQ3G.js → chunk-D2IFWD7A.js} +365 -137
- package/dist/chunk-D2IFWD7A.js.map +1 -0
- package/dist/{chunk-R5AJGM55.cjs → chunk-DDK3URK2.cjs} +987 -519
- package/dist/chunk-DDK3URK2.cjs.map +1 -0
- package/dist/chunk-DRJTNGI4.cjs +263 -0
- package/dist/chunk-DRJTNGI4.cjs.map +1 -0
- package/dist/{chunk-X6IBA7FP.cjs → chunk-EMLEZXTQ.cjs} +22 -120
- package/dist/chunk-EMLEZXTQ.cjs.map +1 -0
- package/dist/{chunk-OWIEOL55.cjs → chunk-F75EQ574.cjs} +695 -254
- package/dist/chunk-F75EQ574.cjs.map +1 -0
- package/dist/{chunk-YPLZDWG7.js → chunk-FJEVLHJT.js} +3 -2
- package/dist/chunk-FJEVLHJT.js.map +1 -0
- package/dist/chunk-GVAPYQRO.cjs +252 -0
- package/dist/chunk-GVAPYQRO.cjs.map +1 -0
- package/dist/{chunk-MXBVP7HX.cjs → chunk-GXMJ5URG.cjs} +227 -181
- package/dist/chunk-GXMJ5URG.cjs.map +1 -0
- package/dist/chunk-H2NHG7QL.cjs +32 -0
- package/dist/chunk-H2NHG7QL.cjs.map +1 -0
- package/dist/chunk-HAYBGFPA.js +259 -0
- package/dist/chunk-HAYBGFPA.js.map +1 -0
- package/dist/{chunk-GIWC35YQ.js → chunk-IHISDRFV.js} +299 -49
- package/dist/chunk-IHISDRFV.js.map +1 -0
- package/dist/{chunk-VEPP75C4.cjs → chunk-IRTICXRZ.cjs} +101 -61
- package/dist/chunk-IRTICXRZ.cjs.map +1 -0
- package/dist/{chunk-ARAQIW6E.js → chunk-K66U47VL.js} +617 -188
- package/dist/chunk-K66U47VL.js.map +1 -0
- package/dist/{chunk-LGB4VNZI.cjs → chunk-LOV5NNGK.cjs} +811 -1235
- package/dist/chunk-LOV5NNGK.cjs.map +1 -0
- package/dist/{chunk-E5BQRAJK.js → chunk-NGWTSHNA.js} +823 -362
- package/dist/chunk-NGWTSHNA.js.map +1 -0
- package/dist/{chunk-72YCRTEX.cjs → chunk-O2CAMK4A.cjs} +13 -2
- package/dist/chunk-O2CAMK4A.cjs.map +1 -0
- package/dist/{chunk-4BC5FUAO.js → chunk-O7M7DR4E.js} +6 -5
- package/dist/chunk-O7M7DR4E.js.map +1 -0
- package/dist/chunk-OTIGV7CL.js +10215 -0
- package/dist/chunk-OTIGV7CL.js.map +1 -0
- package/dist/{chunk-WYWRMIQC.js → chunk-QXL3F3T2.js} +9 -105
- package/dist/chunk-QXL3F3T2.js.map +1 -0
- package/dist/{chunk-U4CSOY6T.cjs → chunk-RA2CHJCY.cjs} +399 -171
- package/dist/chunk-RA2CHJCY.cjs.map +1 -0
- package/dist/chunk-RMV5HJM7.cjs +10237 -0
- package/dist/chunk-RMV5HJM7.cjs.map +1 -0
- package/dist/{chunk-AGHLXC4I.cjs → chunk-S23TNDXG.cjs} +300 -50
- package/dist/chunk-S23TNDXG.cjs.map +1 -0
- package/dist/{chunk-H4VUIOWU.cjs → chunk-SSB4AVHU.cjs} +20 -19
- package/dist/chunk-SSB4AVHU.cjs.map +1 -0
- package/dist/chunk-ST7NBF4H.cjs +84 -0
- package/dist/chunk-ST7NBF4H.cjs.map +1 -0
- package/dist/{chunk-SZYSDJTN.cjs → chunk-T2LVULCK.cjs} +142 -137
- package/dist/chunk-T2LVULCK.cjs.map +1 -0
- package/dist/chunk-VE6HQ7H6.js +250 -0
- package/dist/chunk-VE6HQ7H6.js.map +1 -0
- package/dist/{chunk-RCJLMMTO.js → chunk-XJB7J4UT.js} +30 -8
- package/dist/chunk-XJB7J4UT.js.map +1 -0
- package/dist/chunk-YV43YEZ6.js +598 -0
- package/dist/chunk-YV43YEZ6.js.map +1 -0
- package/dist/{chunk-Y36Y5MTD.js → chunk-ZGIVAQRI.js} +13 -3
- package/dist/chunk-ZGIVAQRI.js.map +1 -0
- package/dist/error/index.cjs +6 -6
- package/dist/error/index.d.ts +1 -0
- package/dist/error/index.d.ts.map +1 -1
- package/dist/error/index.js +1 -1
- package/dist/evals/index.cjs +49 -9
- package/dist/evals/index.js +2 -2
- package/dist/evals/run/index.d.ts.map +1 -1
- package/dist/evals/scoreTraces/index.cjs +70 -22
- package/dist/evals/scoreTraces/index.cjs.map +1 -1
- package/dist/evals/scoreTraces/index.js +63 -15
- package/dist/evals/scoreTraces/index.js.map +1 -1
- package/dist/evals/scoreTraces/scoreTracesWorkflow.d.ts.map +1 -1
- package/dist/evals/scoreTraces/utils.d.ts.map +1 -1
- package/dist/evals/types.d.ts +568 -116
- package/dist/evals/types.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/dist/integration/index.cjs +2 -2
- package/dist/integration/index.js +1 -1
- package/dist/llm/index.cjs +21 -21
- package/dist/llm/index.js +5 -5
- package/dist/llm/model/aisdk/generate-to-stream.d.ts +20 -0
- package/dist/llm/model/aisdk/generate-to-stream.d.ts.map +1 -0
- package/dist/llm/model/aisdk/v5/model.d.ts +4 -0
- package/dist/llm/model/aisdk/v5/model.d.ts.map +1 -1
- package/dist/llm/model/aisdk/v6/model.d.ts +43 -0
- package/dist/llm/model/aisdk/v6/model.d.ts.map +1 -0
- package/dist/llm/model/embedding-router.d.ts +1 -1
- package/dist/llm/model/model.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 +2 -1
- package/dist/llm/model/provider-options.d.ts.map +1 -1
- package/dist/llm/model/provider-types.generated.d.ts +126 -17
- package/dist/llm/model/resolve-model.d.ts +2 -2
- package/dist/llm/model/resolve-model.d.ts.map +1 -1
- package/dist/llm/model/shared.types.d.ts +18 -7
- package/dist/llm/model/shared.types.d.ts.map +1 -1
- package/dist/loop/index.cjs +2 -2
- package/dist/loop/index.js +1 -1
- package/dist/loop/network/index.d.ts +8 -8
- package/dist/loop/network/index.d.ts.map +1 -1
- package/dist/loop/test-utils/MastraLanguageModelV2Mock.d.ts +1 -1
- package/dist/loop/test-utils/MastraLanguageModelV2Mock.d.ts.map +1 -1
- package/dist/loop/test-utils/MastraLanguageModelV3Mock.d.ts +29 -0
- package/dist/loop/test-utils/MastraLanguageModelV3Mock.d.ts.map +1 -0
- package/dist/loop/test-utils/fullStream.d.ts +2 -1
- package/dist/loop/test-utils/fullStream.d.ts.map +1 -1
- package/dist/loop/test-utils/resultObject.d.ts +2 -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/utils-v3.d.ts +55 -0
- package/dist/loop/test-utils/utils-v3.d.ts.map +1 -0
- package/dist/loop/types.d.ts +10 -8
- package/dist/loop/types.d.ts.map +1 -1
- package/dist/loop/workflows/agentic-execution/index.d.ts +36 -36
- package/dist/loop/workflows/agentic-execution/llm-execution-step.d.ts +25 -25
- 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 +12 -12
- package/dist/loop/workflows/agentic-execution/tool-call-step.d.ts.map +1 -1
- package/dist/loop/workflows/agentic-loop/index.d.ts +36 -36
- package/dist/loop/workflows/agentic-loop/index.d.ts.map +1 -1
- package/dist/loop/workflows/run-state.d.ts +2 -2
- package/dist/loop/workflows/run-state.d.ts.map +1 -1
- package/dist/loop/workflows/schema.d.ts +12 -12
- package/dist/mastra/hooks.d.ts.map +1 -1
- package/dist/mastra/index.cjs +2 -2
- package/dist/mastra/index.d.ts +7 -2
- package/dist/mastra/index.d.ts.map +1 -1
- package/dist/mastra/index.js +1 -1
- package/dist/mcp/index.cjs +4 -4
- package/dist/mcp/index.js +1 -1
- package/dist/memory/index.cjs +26 -6
- package/dist/memory/index.d.ts +1 -0
- package/dist/memory/index.d.ts.map +1 -1
- package/dist/memory/index.js +1 -1
- package/dist/memory/memory.d.ts +9 -8
- package/dist/memory/memory.d.ts.map +1 -1
- package/dist/memory/mock.d.ts +2 -1
- package/dist/memory/mock.d.ts.map +1 -1
- package/dist/memory/types.d.ts +3 -4
- package/dist/memory/types.d.ts.map +1 -1
- package/dist/memory/working-memory-utils.d.ts +20 -0
- package/dist/memory/working-memory-utils.d.ts.map +1 -0
- package/dist/models-dev-26XLUKVK.cjs +12 -0
- package/dist/{models-dev-D3EKFGAO.cjs.map → models-dev-26XLUKVK.cjs.map} +1 -1
- package/dist/models-dev-HUFLQFPB.js +3 -0
- package/dist/{models-dev-EO22XOXQ.js.map → models-dev-HUFLQFPB.js.map} +1 -1
- package/dist/netlify-CUYK2MZ2.cjs +12 -0
- package/dist/{netlify-WE42TZIT.cjs.map → netlify-CUYK2MZ2.cjs.map} +1 -1
- package/dist/netlify-J4QPOROO.js +3 -0
- package/dist/{netlify-AE4LNCAI.js.map → netlify-J4QPOROO.js.map} +1 -1
- package/dist/observability/index.cjs +14 -10
- package/dist/observability/index.js +1 -1
- package/dist/observability/types/tracing.d.ts +32 -19
- package/dist/observability/types/tracing.d.ts.map +1 -1
- package/dist/processors/index.cjs +37 -37
- package/dist/processors/index.d.ts +9 -7
- package/dist/processors/index.d.ts.map +1 -1
- package/dist/processors/index.js +1 -1
- package/dist/processors/memory/message-history.d.ts +7 -1
- package/dist/processors/memory/message-history.d.ts.map +1 -1
- package/dist/processors/processors/language-detector.d.ts.map +1 -1
- package/dist/processors/processors/moderation.d.ts.map +1 -1
- package/dist/processors/processors/pii-detector.d.ts.map +1 -1
- package/dist/processors/processors/prompt-injection-detector.d.ts.map +1 -1
- package/dist/processors/processors/token-limiter.d.ts +5 -2
- package/dist/processors/processors/token-limiter.d.ts.map +1 -1
- package/dist/processors/runner.d.ts +2 -0
- package/dist/processors/runner.d.ts.map +1 -1
- package/dist/processors/step-schema.d.ts +26 -26
- package/dist/processors/step-schema.d.ts.map +1 -1
- package/dist/provider-registry-6CIGRQVZ.js +3 -0
- package/dist/{provider-registry-6LF3NGC5.js.map → provider-registry-6CIGRQVZ.js.map} +1 -1
- package/dist/provider-registry-7O7FJ4BS.cjs +40 -0
- package/dist/{provider-registry-73FKMXJV.cjs.map → provider-registry-7O7FJ4BS.cjs.map} +1 -1
- package/dist/provider-registry.json +295 -45
- package/dist/relevance/index.cjs +3 -3
- package/dist/relevance/index.cjs.map +1 -1
- package/dist/relevance/index.js +2 -2
- package/dist/relevance/index.js.map +1 -1
- package/dist/server/index.cjs +5 -5
- package/dist/server/index.js +1 -1
- package/dist/storage/base.d.ts +40 -292
- package/dist/storage/base.d.ts.map +1 -1
- package/dist/storage/constants.cjs +60 -0
- package/dist/storage/constants.cjs.map +1 -0
- package/dist/storage/constants.d.ts +6 -1
- package/dist/storage/constants.d.ts.map +1 -1
- package/dist/storage/constants.js +3 -0
- package/dist/storage/constants.js.map +1 -0
- package/dist/storage/domains/agents/base.d.ts +2 -2
- package/dist/storage/domains/agents/base.d.ts.map +1 -1
- package/dist/storage/domains/agents/inmemory.d.ts +5 -4
- package/dist/storage/domains/agents/inmemory.d.ts.map +1 -1
- package/dist/storage/domains/base.d.ts +20 -0
- package/dist/storage/domains/base.d.ts.map +1 -0
- package/dist/storage/domains/index.d.ts +3 -0
- package/dist/storage/domains/index.d.ts.map +1 -1
- package/dist/storage/domains/inmemory-db.d.ts +57 -0
- package/dist/storage/domains/inmemory-db.d.ts.map +1 -0
- package/dist/storage/domains/memory/base.d.ts +2 -2
- package/dist/storage/domains/memory/base.d.ts.map +1 -1
- package/dist/storage/domains/memory/inmemory.d.ts +5 -13
- package/dist/storage/domains/memory/inmemory.d.ts.map +1 -1
- package/dist/storage/domains/observability/base.d.ts +24 -29
- package/dist/storage/domains/observability/base.d.ts.map +1 -1
- package/dist/storage/domains/observability/index.d.ts +1 -0
- package/dist/storage/domains/observability/index.d.ts.map +1 -1
- package/dist/storage/domains/observability/inmemory.d.ts +46 -35
- package/dist/storage/domains/observability/inmemory.d.ts.map +1 -1
- package/dist/storage/domains/observability/types.d.ts +2365 -0
- package/dist/storage/domains/observability/types.d.ts.map +1 -0
- package/dist/storage/domains/scores/base.d.ts +9 -20
- package/dist/storage/domains/scores/base.d.ts.map +1 -1
- package/dist/storage/domains/scores/inmemory.d.ts +11 -22
- package/dist/storage/domains/scores/inmemory.d.ts.map +1 -1
- package/dist/storage/domains/shared.d.ts +76 -0
- package/dist/storage/domains/shared.d.ts.map +1 -0
- package/dist/storage/domains/workflows/base.d.ts +4 -2
- package/dist/storage/domains/workflows/base.d.ts.map +1 -1
- package/dist/storage/domains/workflows/inmemory.d.ts +10 -9
- package/dist/storage/domains/workflows/inmemory.d.ts.map +1 -1
- package/dist/storage/index.cjs +272 -59
- package/dist/storage/index.js +2 -1
- package/dist/storage/mock.d.ts +28 -174
- package/dist/storage/mock.d.ts.map +1 -1
- package/dist/storage/types.d.ts +39 -44
- package/dist/storage/types.d.ts.map +1 -1
- package/dist/storage/utils.d.ts +5 -0
- package/dist/storage/utils.d.ts.map +1 -1
- package/dist/stream/MastraAgentNetworkStream.d.ts +1 -1
- package/dist/stream/MastraAgentNetworkStream.d.ts.map +1 -1
- package/dist/stream/MastraWorkflowStream.d.ts +1 -1
- package/dist/stream/MastraWorkflowStream.d.ts.map +1 -1
- package/dist/stream/RunOutput.d.ts.map +1 -1
- package/dist/stream/aisdk/v5/execute.d.ts +4 -4
- package/dist/stream/aisdk/v5/execute.d.ts.map +1 -1
- package/dist/stream/aisdk/v5/output.d.ts +2 -2
- package/dist/stream/aisdk/v5/output.d.ts.map +1 -1
- package/dist/stream/aisdk/v5/transform.d.ts.map +1 -1
- package/dist/stream/base/output.d.ts +7 -5
- package/dist/stream/base/output.d.ts.map +1 -1
- package/dist/stream/index.cjs +12 -12
- package/dist/stream/index.js +2 -2
- package/dist/stream/types.d.ts +32 -21
- package/dist/stream/types.d.ts.map +1 -1
- package/dist/test-utils/llm-mock.cjs +4 -4
- package/dist/test-utils/llm-mock.cjs.map +1 -1
- package/dist/test-utils/llm-mock.js +1 -1
- package/dist/test-utils/llm-mock.js.map +1 -1
- package/dist/token-6GSAFR2W-LTZ7QQUP.js +61 -0
- package/dist/token-6GSAFR2W-LTZ7QQUP.js.map +1 -0
- package/dist/token-6GSAFR2W-UEEINYAN.cjs +63 -0
- package/dist/token-6GSAFR2W-UEEINYAN.cjs.map +1 -0
- package/dist/token-util-NEHG7TUY-QTFZ26EN.js +8 -0
- package/dist/token-util-NEHG7TUY-QTFZ26EN.js.map +1 -0
- package/dist/token-util-NEHG7TUY-WZL2DNCG.cjs +10 -0
- package/dist/token-util-NEHG7TUY-WZL2DNCG.cjs.map +1 -0
- package/dist/tool-loop-agent/index.cjs +20 -0
- package/dist/tool-loop-agent/index.cjs.map +1 -0
- package/dist/tool-loop-agent/index.d.ts +36 -0
- package/dist/tool-loop-agent/index.d.ts.map +1 -0
- package/dist/tool-loop-agent/index.js +3 -0
- package/dist/tool-loop-agent/index.js.map +1 -0
- package/dist/tool-loop-agent/tool-loop-processor.d.ts +30 -0
- package/dist/tool-loop-agent/tool-loop-processor.d.ts.map +1 -0
- package/dist/tool-loop-agent/utils.d.ts +17 -0
- package/dist/tool-loop-agent/utils.d.ts.map +1 -0
- package/dist/tools/index.cjs +4 -4
- package/dist/tools/index.js +1 -1
- package/dist/tools/is-vercel-tool.cjs +2 -2
- package/dist/tools/is-vercel-tool.js +1 -1
- package/dist/tools/tool-builder/builder.d.ts.map +1 -1
- package/dist/tools/toolchecks.d.ts +1 -1
- package/dist/tools/toolchecks.d.ts.map +1 -1
- package/dist/tools/validation.d.ts +1 -1
- package/dist/tools/validation.d.ts.map +1 -1
- package/dist/utils/zod-utils.d.ts +34 -0
- package/dist/utils/zod-utils.d.ts.map +1 -0
- package/dist/utils.cjs +39 -22
- package/dist/utils.d.ts +3 -3
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +2 -1
- package/dist/vector/embed.d.ts +1 -0
- package/dist/vector/embed.d.ts.map +1 -1
- package/dist/vector/index.cjs +18 -5
- package/dist/vector/index.cjs.map +1 -1
- package/dist/vector/index.js +9 -2
- package/dist/vector/index.js.map +1 -1
- package/dist/vector/vector.d.ts +26 -3
- package/dist/vector/vector.d.ts.map +1 -1
- package/dist/voice/composite-voice.d.ts.map +1 -1
- package/dist/voice/index.cjs +6 -6
- package/dist/voice/index.js +1 -1
- package/dist/workflows/default.d.ts +2 -0
- package/dist/workflows/default.d.ts.map +1 -1
- package/dist/workflows/evented/execution-engine.d.ts +1 -0
- package/dist/workflows/evented/execution-engine.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/step-executor.d.ts +5 -0
- package/dist/workflows/evented/step-executor.d.ts.map +1 -1
- package/dist/workflows/evented/workflow-event-processor/index.d.ts +20 -4
- package/dist/workflows/evented/workflow-event-processor/index.d.ts.map +1 -1
- package/dist/workflows/evented/workflow-event-processor/loop.d.ts +2 -2
- package/dist/workflows/evented/workflow-event-processor/loop.d.ts.map +1 -1
- package/dist/workflows/evented/workflow-event-processor/parallel.d.ts +2 -2
- package/dist/workflows/evented/workflow-event-processor/parallel.d.ts.map +1 -1
- package/dist/workflows/evented/workflow-event-processor/sleep.d.ts +2 -2
- package/dist/workflows/evented/workflow-event-processor/sleep.d.ts.map +1 -1
- package/dist/workflows/evented/workflow.d.ts +10 -2
- package/dist/workflows/evented/workflow.d.ts.map +1 -1
- package/dist/workflows/execution-engine.d.ts +1 -0
- package/dist/workflows/execution-engine.d.ts.map +1 -1
- package/dist/workflows/handlers/control-flow.d.ts +4 -0
- package/dist/workflows/handlers/control-flow.d.ts.map +1 -1
- package/dist/workflows/handlers/entry.d.ts +3 -2
- package/dist/workflows/handlers/entry.d.ts.map +1 -1
- package/dist/workflows/handlers/step.d.ts +1 -0
- package/dist/workflows/handlers/step.d.ts.map +1 -1
- package/dist/workflows/index.cjs +23 -23
- package/dist/workflows/index.js +1 -1
- package/dist/workflows/types.d.ts +23 -3
- package/dist/workflows/types.d.ts.map +1 -1
- package/dist/workflows/utils.d.ts +1 -0
- package/dist/workflows/utils.d.ts.map +1 -1
- package/dist/workflows/workflow.d.ts +26 -9
- package/dist/workflows/workflow.d.ts.map +1 -1
- package/package.json +20 -12
- package/src/llm/model/provider-types.generated.d.ts +126 -17
- package/storage/constants.d.ts +1 -0
- package/tool-loop-agent.d.ts +1 -0
- package/dist/chunk-2IU4RGU5.js.map +0 -1
- package/dist/chunk-373OC54J.js.map +0 -1
- package/dist/chunk-4BC5FUAO.js.map +0 -1
- package/dist/chunk-5VZGJTPR.js.map +0 -1
- package/dist/chunk-62Q7K656.js.map +0 -1
- package/dist/chunk-72YCRTEX.cjs.map +0 -1
- package/dist/chunk-ADADLFDR.js +0 -42
- package/dist/chunk-ADADLFDR.js.map +0 -1
- package/dist/chunk-AGHLXC4I.cjs.map +0 -1
- package/dist/chunk-ARAQIW6E.js.map +0 -1
- package/dist/chunk-BQDZIQ3G.js.map +0 -1
- package/dist/chunk-E5BQRAJK.js.map +0 -1
- package/dist/chunk-GIWC35YQ.js.map +0 -1
- package/dist/chunk-H4VUIOWU.cjs.map +0 -1
- package/dist/chunk-HWMMIRIF.cjs.map +0 -1
- package/dist/chunk-IXZ2T2QX.cjs +0 -448
- package/dist/chunk-IXZ2T2QX.cjs.map +0 -1
- package/dist/chunk-LGB4VNZI.cjs.map +0 -1
- package/dist/chunk-MLKE7HRS.cjs.map +0 -1
- package/dist/chunk-MRRFTNF4.js.map +0 -1
- package/dist/chunk-MXBVP7HX.cjs.map +0 -1
- package/dist/chunk-OWIEOL55.cjs.map +0 -1
- package/dist/chunk-PJAK4U6R.cjs.map +0 -1
- package/dist/chunk-R5AJGM55.cjs.map +0 -1
- package/dist/chunk-RCJLMMTO.js.map +0 -1
- package/dist/chunk-SZYSDJTN.cjs.map +0 -1
- package/dist/chunk-T2VLUFGG.cjs +0 -47
- package/dist/chunk-T2VLUFGG.cjs.map +0 -1
- package/dist/chunk-U4CSOY6T.cjs.map +0 -1
- package/dist/chunk-UBSPZTQX.js +0 -434
- package/dist/chunk-UBSPZTQX.js.map +0 -1
- package/dist/chunk-VEPP75C4.cjs.map +0 -1
- package/dist/chunk-VETAQUW3.js.map +0 -1
- package/dist/chunk-WYGUWVTF.js.map +0 -1
- package/dist/chunk-WYWRMIQC.js.map +0 -1
- package/dist/chunk-X6IBA7FP.cjs.map +0 -1
- package/dist/chunk-Y36Y5MTD.js.map +0 -1
- package/dist/chunk-Y7MZ5LJT.cjs.map +0 -1
- package/dist/chunk-YPLZDWG7.js.map +0 -1
- package/dist/chunk-Z55SJVEC.cjs.map +0 -1
- package/dist/llm/model/is-v2-model.d.ts +0 -3
- package/dist/llm/model/is-v2-model.d.ts.map +0 -1
- package/dist/models-dev-D3EKFGAO.cjs +0 -12
- package/dist/models-dev-EO22XOXQ.js +0 -3
- package/dist/netlify-AE4LNCAI.js +0 -3
- package/dist/netlify-WE42TZIT.cjs +0 -12
- package/dist/provider-registry-6LF3NGC5.js +0 -3
- package/dist/provider-registry-73FKMXJV.cjs +0 -40
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils-v3.d.ts","sourceRoot":"","sources":["../../../src/loop/test-utils/utils-v3.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,yBAAyB,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAE,yBAAyB,IAAI,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAE/F,eAAO,MAAM,QAAQ,MAAmC,CAAC;AAEzD,eAAO,MAAM,eAAe;;;;;;;;;CAUf,CAAC;AAGd,eAAO,MAAM,WAAW;;;;;;;;;;;;CAGvB,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;CAGzB,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,EACjC,QAAa,EACb,MAwBE,EACF,OAAmB,EACnB,QAAoB,GACrB,GAAE;IACD,MAAM,CAAC,EAAE,cAAc,CAAC,yBAAyB,CAAC,CAAC;IACnD,OAAO,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;KAAE,CAAC;IAC/C,QAAQ,CAAC,EAAE,eAAe,EAAE,CAAC;CACzB,GAAG,uBAAuB,EAAE,CAwBjC;AAED,eAAO,MAAM,kBAAkB,qBAqD7B,CAAC;AAEH,eAAO,MAAM,gBAAgB,qBAyC3B,CAAC;AAEH,eAAO,MAAM,oBAAoB,qBAwI/B,CAAC;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,SAAS,CAAC"}
|
package/dist/loop/types.d.ts
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import type { LanguageModelV2
|
|
2
|
-
import type { CallSettings, IdGenerator, StopCondition, ToolChoice, ToolSet } from '../_types/@internal_ai-sdk-v5/dist/index.js';
|
|
1
|
+
import type { LanguageModelV2 } from '@ai-sdk/provider-v5';
|
|
2
|
+
import type { CallSettings, IdGenerator, StopCondition as StopConditionV5, ToolChoice, ToolSet } from '../_types/@internal_ai-sdk-v5/dist/index.js';
|
|
3
|
+
import type { StopCondition as StopConditionV6 } from '@internal/ai-v6';
|
|
3
4
|
import z from 'zod';
|
|
4
5
|
import type { MessageInput, MessageList } from '../agent/message-list/index.js';
|
|
5
6
|
import type { SaveQueueManager } from '../agent/save-queue/index.js';
|
|
6
7
|
import type { StructuredOutputOptions } from '../agent/types.js';
|
|
7
8
|
import type { ModelRouterModelId } from '../llm/model/index.js';
|
|
8
9
|
import type { ModelMethodType } from '../llm/model/model.loop.types.js';
|
|
9
|
-
import type { MastraLanguageModelV2, OpenAICompatibleConfig } from '../llm/model/shared.types.js';
|
|
10
|
+
import type { MastraLanguageModelV2, OpenAICompatibleConfig, SharedProviderOptions } from '../llm/model/shared.types.js';
|
|
10
11
|
import type { IMastraLogger } from '../logger/index.js';
|
|
11
12
|
import type { Mastra } from '../mastra/index.js';
|
|
12
13
|
import type { MastraMemory, MemoryConfig } from '../memory/index.js';
|
|
@@ -17,6 +18,7 @@ import type { OutputSchema } from '../stream/base/schema.js';
|
|
|
17
18
|
import type { ChunkType, MastraOnFinishCallback, MastraOnStepFinishCallback, ModelManagerModelConfig } from '../stream/types.js';
|
|
18
19
|
import type { MastraIdGenerator } from '../types/index.js';
|
|
19
20
|
import type { OutputWriter } from '../workflows/types.js';
|
|
21
|
+
type StopCondition = StopConditionV5<any> | StopConditionV6<any>;
|
|
20
22
|
export type StreamInternal = {
|
|
21
23
|
now?: () => number;
|
|
22
24
|
generateId?: IdGenerator;
|
|
@@ -44,8 +46,8 @@ export type LoopConfig<OUTPUT extends OutputSchema = undefined> = {
|
|
|
44
46
|
onError?: ({ error }: {
|
|
45
47
|
error: Error | string;
|
|
46
48
|
}) => Promise<void> | void;
|
|
47
|
-
onFinish?: MastraOnFinishCallback
|
|
48
|
-
onStepFinish?: MastraOnStepFinishCallback
|
|
49
|
+
onFinish?: MastraOnFinishCallback<OUTPUT>;
|
|
50
|
+
onStepFinish?: MastraOnStepFinishCallback<OUTPUT>;
|
|
49
51
|
onAbort?: (event: any) => Promise<void> | void;
|
|
50
52
|
abortSignal?: AbortSignal;
|
|
51
53
|
returnScorerData?: boolean;
|
|
@@ -67,16 +69,15 @@ export type LoopOptions<TOOLS extends ToolSet = ToolSet, OUTPUT extends OutputSc
|
|
|
67
69
|
messageList: MessageList;
|
|
68
70
|
includeRawChunks?: boolean;
|
|
69
71
|
modelSettings?: Omit<CallSettings, 'abortSignal'>;
|
|
70
|
-
headers?: Record<string, string>;
|
|
71
72
|
toolChoice?: ToolChoice<TOOLS>;
|
|
72
73
|
activeTools?: Array<keyof TOOLS>;
|
|
73
74
|
options?: LoopConfig<OUTPUT>;
|
|
74
|
-
providerOptions?:
|
|
75
|
+
providerOptions?: SharedProviderOptions;
|
|
75
76
|
outputProcessors?: OutputProcessorOrWorkflow[];
|
|
76
77
|
inputProcessors?: InputProcessorOrWorkflow[];
|
|
77
78
|
tools?: TOOLS;
|
|
78
79
|
experimental_generateMessageId?: () => string;
|
|
79
|
-
stopWhen?: StopCondition
|
|
80
|
+
stopWhen?: StopCondition | Array<StopCondition>;
|
|
80
81
|
maxSteps?: number;
|
|
81
82
|
_internal?: StreamInternal;
|
|
82
83
|
structuredOutput?: StructuredOutputOptions<OUTPUT>;
|
|
@@ -116,4 +117,5 @@ export type OuterLLMRun<Tools extends ToolSet = ToolSet, OUTPUT extends OutputSc
|
|
|
116
117
|
outputWriter: OutputWriter;
|
|
117
118
|
} & LoopRun<Tools, OUTPUT>;
|
|
118
119
|
export declare const PRIMITIVE_TYPES: z.ZodEnum<["agent", "workflow", "none", "tool"]>;
|
|
120
|
+
export {};
|
|
119
121
|
//# sourceMappingURL=types.d.ts.map
|
package/dist/loop/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/loop/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/loop/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -67,11 +67,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
67
67
|
files?: any[] | undefined;
|
|
68
68
|
toolCalls?: any[] | undefined;
|
|
69
69
|
toolResults?: any[] | undefined;
|
|
70
|
-
reasoningText?: string | undefined;
|
|
71
|
-
staticToolCalls?: any[] | undefined;
|
|
72
70
|
dynamicToolCalls?: any[] | undefined;
|
|
73
|
-
staticToolResults?: any[] | undefined;
|
|
74
71
|
dynamicToolResults?: any[] | undefined;
|
|
72
|
+
staticToolCalls?: any[] | undefined;
|
|
73
|
+
staticToolResults?: any[] | undefined;
|
|
74
|
+
reasoningText?: string | undefined;
|
|
75
75
|
}, {
|
|
76
76
|
usage: {
|
|
77
77
|
inputTokens: number;
|
|
@@ -87,11 +87,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
87
87
|
files?: any[] | undefined;
|
|
88
88
|
toolCalls?: any[] | undefined;
|
|
89
89
|
toolResults?: any[] | undefined;
|
|
90
|
-
reasoningText?: string | undefined;
|
|
91
|
-
staticToolCalls?: any[] | undefined;
|
|
92
90
|
dynamicToolCalls?: any[] | undefined;
|
|
93
|
-
staticToolResults?: any[] | undefined;
|
|
94
91
|
dynamicToolResults?: any[] | undefined;
|
|
92
|
+
staticToolCalls?: any[] | undefined;
|
|
93
|
+
staticToolResults?: any[] | undefined;
|
|
94
|
+
reasoningText?: string | undefined;
|
|
95
95
|
}>;
|
|
96
96
|
metadata: import("zod").ZodObject<{
|
|
97
97
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -217,11 +217,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
217
217
|
files?: any[] | undefined;
|
|
218
218
|
toolCalls?: any[] | undefined;
|
|
219
219
|
toolResults?: any[] | undefined;
|
|
220
|
-
reasoningText?: string | undefined;
|
|
221
|
-
staticToolCalls?: any[] | undefined;
|
|
222
220
|
dynamicToolCalls?: any[] | undefined;
|
|
223
|
-
staticToolResults?: any[] | undefined;
|
|
224
221
|
dynamicToolResults?: any[] | undefined;
|
|
222
|
+
staticToolCalls?: any[] | undefined;
|
|
223
|
+
staticToolResults?: any[] | undefined;
|
|
224
|
+
reasoningText?: string | undefined;
|
|
225
225
|
};
|
|
226
226
|
messageId: string;
|
|
227
227
|
metadata: {
|
|
@@ -277,11 +277,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
277
277
|
files?: any[] | undefined;
|
|
278
278
|
toolCalls?: any[] | undefined;
|
|
279
279
|
toolResults?: any[] | undefined;
|
|
280
|
-
reasoningText?: string | undefined;
|
|
281
|
-
staticToolCalls?: any[] | undefined;
|
|
282
280
|
dynamicToolCalls?: any[] | undefined;
|
|
283
|
-
staticToolResults?: any[] | undefined;
|
|
284
281
|
dynamicToolResults?: any[] | undefined;
|
|
282
|
+
staticToolCalls?: any[] | undefined;
|
|
283
|
+
staticToolResults?: any[] | undefined;
|
|
284
|
+
reasoningText?: string | undefined;
|
|
285
285
|
};
|
|
286
286
|
messageId: string;
|
|
287
287
|
metadata: {
|
|
@@ -383,11 +383,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
383
383
|
files?: any[] | undefined;
|
|
384
384
|
toolCalls?: any[] | undefined;
|
|
385
385
|
toolResults?: any[] | undefined;
|
|
386
|
-
reasoningText?: string | undefined;
|
|
387
|
-
staticToolCalls?: any[] | undefined;
|
|
388
386
|
dynamicToolCalls?: any[] | undefined;
|
|
389
|
-
staticToolResults?: any[] | undefined;
|
|
390
387
|
dynamicToolResults?: any[] | undefined;
|
|
388
|
+
staticToolCalls?: any[] | undefined;
|
|
389
|
+
staticToolResults?: any[] | undefined;
|
|
390
|
+
reasoningText?: string | undefined;
|
|
391
391
|
}, {
|
|
392
392
|
usage: {
|
|
393
393
|
inputTokens: number;
|
|
@@ -403,11 +403,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
403
403
|
files?: any[] | undefined;
|
|
404
404
|
toolCalls?: any[] | undefined;
|
|
405
405
|
toolResults?: any[] | undefined;
|
|
406
|
-
reasoningText?: string | undefined;
|
|
407
|
-
staticToolCalls?: any[] | undefined;
|
|
408
406
|
dynamicToolCalls?: any[] | undefined;
|
|
409
|
-
staticToolResults?: any[] | undefined;
|
|
410
407
|
dynamicToolResults?: any[] | undefined;
|
|
408
|
+
staticToolCalls?: any[] | undefined;
|
|
409
|
+
staticToolResults?: any[] | undefined;
|
|
410
|
+
reasoningText?: string | undefined;
|
|
411
411
|
}>;
|
|
412
412
|
metadata: import("zod").ZodObject<{
|
|
413
413
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -533,11 +533,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
533
533
|
files?: any[] | undefined;
|
|
534
534
|
toolCalls?: any[] | undefined;
|
|
535
535
|
toolResults?: any[] | undefined;
|
|
536
|
-
reasoningText?: string | undefined;
|
|
537
|
-
staticToolCalls?: any[] | undefined;
|
|
538
536
|
dynamicToolCalls?: any[] | undefined;
|
|
539
|
-
staticToolResults?: any[] | undefined;
|
|
540
537
|
dynamicToolResults?: any[] | undefined;
|
|
538
|
+
staticToolCalls?: any[] | undefined;
|
|
539
|
+
staticToolResults?: any[] | undefined;
|
|
540
|
+
reasoningText?: string | undefined;
|
|
541
541
|
};
|
|
542
542
|
messageId: string;
|
|
543
543
|
metadata: {
|
|
@@ -593,11 +593,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
593
593
|
files?: any[] | undefined;
|
|
594
594
|
toolCalls?: any[] | undefined;
|
|
595
595
|
toolResults?: any[] | undefined;
|
|
596
|
-
reasoningText?: string | undefined;
|
|
597
|
-
staticToolCalls?: any[] | undefined;
|
|
598
596
|
dynamicToolCalls?: any[] | undefined;
|
|
599
|
-
staticToolResults?: any[] | undefined;
|
|
600
597
|
dynamicToolResults?: any[] | undefined;
|
|
598
|
+
staticToolCalls?: any[] | undefined;
|
|
599
|
+
staticToolResults?: any[] | undefined;
|
|
600
|
+
reasoningText?: string | undefined;
|
|
601
601
|
};
|
|
602
602
|
messageId: string;
|
|
603
603
|
metadata: {
|
|
@@ -699,11 +699,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
699
699
|
files?: any[] | undefined;
|
|
700
700
|
toolCalls?: any[] | undefined;
|
|
701
701
|
toolResults?: any[] | undefined;
|
|
702
|
-
reasoningText?: string | undefined;
|
|
703
|
-
staticToolCalls?: any[] | undefined;
|
|
704
702
|
dynamicToolCalls?: any[] | undefined;
|
|
705
|
-
staticToolResults?: any[] | undefined;
|
|
706
703
|
dynamicToolResults?: any[] | undefined;
|
|
704
|
+
staticToolCalls?: any[] | undefined;
|
|
705
|
+
staticToolResults?: any[] | undefined;
|
|
706
|
+
reasoningText?: string | undefined;
|
|
707
707
|
}, {
|
|
708
708
|
usage: {
|
|
709
709
|
inputTokens: number;
|
|
@@ -719,11 +719,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
719
719
|
files?: any[] | undefined;
|
|
720
720
|
toolCalls?: any[] | undefined;
|
|
721
721
|
toolResults?: any[] | undefined;
|
|
722
|
-
reasoningText?: string | undefined;
|
|
723
|
-
staticToolCalls?: any[] | undefined;
|
|
724
722
|
dynamicToolCalls?: any[] | undefined;
|
|
725
|
-
staticToolResults?: any[] | undefined;
|
|
726
723
|
dynamicToolResults?: any[] | undefined;
|
|
724
|
+
staticToolCalls?: any[] | undefined;
|
|
725
|
+
staticToolResults?: any[] | undefined;
|
|
726
|
+
reasoningText?: string | undefined;
|
|
727
727
|
}>;
|
|
728
728
|
metadata: import("zod").ZodObject<{
|
|
729
729
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -849,11 +849,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
849
849
|
files?: any[] | undefined;
|
|
850
850
|
toolCalls?: any[] | undefined;
|
|
851
851
|
toolResults?: any[] | undefined;
|
|
852
|
-
reasoningText?: string | undefined;
|
|
853
|
-
staticToolCalls?: any[] | undefined;
|
|
854
852
|
dynamicToolCalls?: any[] | undefined;
|
|
855
|
-
staticToolResults?: any[] | undefined;
|
|
856
853
|
dynamicToolResults?: any[] | undefined;
|
|
854
|
+
staticToolCalls?: any[] | undefined;
|
|
855
|
+
staticToolResults?: any[] | undefined;
|
|
856
|
+
reasoningText?: string | undefined;
|
|
857
857
|
};
|
|
858
858
|
messageId: string;
|
|
859
859
|
metadata: {
|
|
@@ -909,11 +909,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
|
|
|
909
909
|
files?: any[] | undefined;
|
|
910
910
|
toolCalls?: any[] | undefined;
|
|
911
911
|
toolResults?: any[] | undefined;
|
|
912
|
-
reasoningText?: string | undefined;
|
|
913
|
-
staticToolCalls?: any[] | undefined;
|
|
914
912
|
dynamicToolCalls?: any[] | undefined;
|
|
915
|
-
staticToolResults?: any[] | undefined;
|
|
916
913
|
dynamicToolResults?: any[] | undefined;
|
|
914
|
+
staticToolCalls?: any[] | undefined;
|
|
915
|
+
staticToolResults?: any[] | undefined;
|
|
916
|
+
reasoningText?: string | undefined;
|
|
917
917
|
};
|
|
918
918
|
messageId: string;
|
|
919
919
|
metadata: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ToolSet } from '../../../_types/@internal_ai-sdk-v5/dist/index.js';
|
|
2
2
|
import type { OutputSchema } from '../../../stream/base/schema.js';
|
|
3
3
|
import type { OuterLLMRun } from '../../types.js';
|
|
4
|
-
export declare function createLLMExecutionStep<TOOLS extends ToolSet = ToolSet, OUTPUT extends OutputSchema = undefined>({ models, _internal, messageId, runId, tools, toolChoice, activeTools, messageList, includeRawChunks, modelSettings, providerOptions, options, toolCallStreaming, controller, structuredOutput, outputProcessors, inputProcessors, logger, agentId,
|
|
4
|
+
export declare function createLLMExecutionStep<TOOLS extends ToolSet = ToolSet, OUTPUT extends OutputSchema = undefined>({ models, _internal, messageId, runId, tools, toolChoice, activeTools, messageList, includeRawChunks, modelSettings, providerOptions, options, toolCallStreaming, controller, structuredOutput, outputProcessors, inputProcessors, logger, agentId, downloadRetries, downloadConcurrency, processorStates, requestContext, methodType, modelSpanTracker, autoResumeSuspendedTools, maxProcessorRetries, }: OuterLLMRun<TOOLS, OUTPUT>): import("../../../workflows").Step<"llm-execution", import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
5
5
|
[x: string]: any;
|
|
6
6
|
}, {
|
|
7
7
|
[x: string]: any;
|
|
@@ -67,11 +67,11 @@ export declare function createLLMExecutionStep<TOOLS extends ToolSet = ToolSet,
|
|
|
67
67
|
files?: any[] | undefined;
|
|
68
68
|
toolCalls?: any[] | undefined;
|
|
69
69
|
toolResults?: any[] | undefined;
|
|
70
|
-
reasoningText?: string | undefined;
|
|
71
|
-
staticToolCalls?: any[] | undefined;
|
|
72
70
|
dynamicToolCalls?: any[] | undefined;
|
|
73
|
-
staticToolResults?: any[] | undefined;
|
|
74
71
|
dynamicToolResults?: any[] | undefined;
|
|
72
|
+
staticToolCalls?: any[] | undefined;
|
|
73
|
+
staticToolResults?: any[] | undefined;
|
|
74
|
+
reasoningText?: string | undefined;
|
|
75
75
|
}, {
|
|
76
76
|
usage: {
|
|
77
77
|
inputTokens: number;
|
|
@@ -87,11 +87,11 @@ export declare function createLLMExecutionStep<TOOLS extends ToolSet = ToolSet,
|
|
|
87
87
|
files?: any[] | undefined;
|
|
88
88
|
toolCalls?: any[] | undefined;
|
|
89
89
|
toolResults?: any[] | undefined;
|
|
90
|
-
reasoningText?: string | undefined;
|
|
91
|
-
staticToolCalls?: any[] | undefined;
|
|
92
90
|
dynamicToolCalls?: any[] | undefined;
|
|
93
|
-
staticToolResults?: any[] | undefined;
|
|
94
91
|
dynamicToolResults?: any[] | undefined;
|
|
92
|
+
staticToolCalls?: any[] | undefined;
|
|
93
|
+
staticToolResults?: any[] | undefined;
|
|
94
|
+
reasoningText?: string | undefined;
|
|
95
95
|
}>;
|
|
96
96
|
metadata: import("zod").ZodObject<{
|
|
97
97
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -217,11 +217,11 @@ export declare function createLLMExecutionStep<TOOLS extends ToolSet = ToolSet,
|
|
|
217
217
|
files?: any[] | undefined;
|
|
218
218
|
toolCalls?: any[] | undefined;
|
|
219
219
|
toolResults?: any[] | undefined;
|
|
220
|
-
reasoningText?: string | undefined;
|
|
221
|
-
staticToolCalls?: any[] | undefined;
|
|
222
220
|
dynamicToolCalls?: any[] | undefined;
|
|
223
|
-
staticToolResults?: any[] | undefined;
|
|
224
221
|
dynamicToolResults?: any[] | undefined;
|
|
222
|
+
staticToolCalls?: any[] | undefined;
|
|
223
|
+
staticToolResults?: any[] | undefined;
|
|
224
|
+
reasoningText?: string | undefined;
|
|
225
225
|
};
|
|
226
226
|
messageId: string;
|
|
227
227
|
metadata: {
|
|
@@ -277,11 +277,11 @@ export declare function createLLMExecutionStep<TOOLS extends ToolSet = ToolSet,
|
|
|
277
277
|
files?: any[] | undefined;
|
|
278
278
|
toolCalls?: any[] | undefined;
|
|
279
279
|
toolResults?: any[] | undefined;
|
|
280
|
-
reasoningText?: string | undefined;
|
|
281
|
-
staticToolCalls?: any[] | undefined;
|
|
282
280
|
dynamicToolCalls?: any[] | undefined;
|
|
283
|
-
staticToolResults?: any[] | undefined;
|
|
284
281
|
dynamicToolResults?: any[] | undefined;
|
|
282
|
+
staticToolCalls?: any[] | undefined;
|
|
283
|
+
staticToolResults?: any[] | undefined;
|
|
284
|
+
reasoningText?: string | undefined;
|
|
285
285
|
};
|
|
286
286
|
messageId: string;
|
|
287
287
|
metadata: {
|
|
@@ -383,11 +383,11 @@ export declare function createLLMExecutionStep<TOOLS extends ToolSet = ToolSet,
|
|
|
383
383
|
files?: any[] | undefined;
|
|
384
384
|
toolCalls?: any[] | undefined;
|
|
385
385
|
toolResults?: any[] | undefined;
|
|
386
|
-
reasoningText?: string | undefined;
|
|
387
|
-
staticToolCalls?: any[] | undefined;
|
|
388
386
|
dynamicToolCalls?: any[] | undefined;
|
|
389
|
-
staticToolResults?: any[] | undefined;
|
|
390
387
|
dynamicToolResults?: any[] | undefined;
|
|
388
|
+
staticToolCalls?: any[] | undefined;
|
|
389
|
+
staticToolResults?: any[] | undefined;
|
|
390
|
+
reasoningText?: string | undefined;
|
|
391
391
|
}, {
|
|
392
392
|
usage: {
|
|
393
393
|
inputTokens: number;
|
|
@@ -403,11 +403,11 @@ export declare function createLLMExecutionStep<TOOLS extends ToolSet = ToolSet,
|
|
|
403
403
|
files?: any[] | undefined;
|
|
404
404
|
toolCalls?: any[] | undefined;
|
|
405
405
|
toolResults?: any[] | undefined;
|
|
406
|
-
reasoningText?: string | undefined;
|
|
407
|
-
staticToolCalls?: any[] | undefined;
|
|
408
406
|
dynamicToolCalls?: any[] | undefined;
|
|
409
|
-
staticToolResults?: any[] | undefined;
|
|
410
407
|
dynamicToolResults?: any[] | undefined;
|
|
408
|
+
staticToolCalls?: any[] | undefined;
|
|
409
|
+
staticToolResults?: any[] | undefined;
|
|
410
|
+
reasoningText?: string | undefined;
|
|
411
411
|
}>;
|
|
412
412
|
metadata: import("zod").ZodObject<{
|
|
413
413
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -533,11 +533,11 @@ export declare function createLLMExecutionStep<TOOLS extends ToolSet = ToolSet,
|
|
|
533
533
|
files?: any[] | undefined;
|
|
534
534
|
toolCalls?: any[] | undefined;
|
|
535
535
|
toolResults?: any[] | undefined;
|
|
536
|
-
reasoningText?: string | undefined;
|
|
537
|
-
staticToolCalls?: any[] | undefined;
|
|
538
536
|
dynamicToolCalls?: any[] | undefined;
|
|
539
|
-
staticToolResults?: any[] | undefined;
|
|
540
537
|
dynamicToolResults?: any[] | undefined;
|
|
538
|
+
staticToolCalls?: any[] | undefined;
|
|
539
|
+
staticToolResults?: any[] | undefined;
|
|
540
|
+
reasoningText?: string | undefined;
|
|
541
541
|
};
|
|
542
542
|
messageId: string;
|
|
543
543
|
metadata: {
|
|
@@ -593,11 +593,11 @@ export declare function createLLMExecutionStep<TOOLS extends ToolSet = ToolSet,
|
|
|
593
593
|
files?: any[] | undefined;
|
|
594
594
|
toolCalls?: any[] | undefined;
|
|
595
595
|
toolResults?: any[] | undefined;
|
|
596
|
-
reasoningText?: string | undefined;
|
|
597
|
-
staticToolCalls?: any[] | undefined;
|
|
598
596
|
dynamicToolCalls?: any[] | undefined;
|
|
599
|
-
staticToolResults?: any[] | undefined;
|
|
600
597
|
dynamicToolResults?: any[] | undefined;
|
|
598
|
+
staticToolCalls?: any[] | undefined;
|
|
599
|
+
staticToolResults?: any[] | undefined;
|
|
600
|
+
reasoningText?: string | undefined;
|
|
601
601
|
};
|
|
602
602
|
messageId: string;
|
|
603
603
|
metadata: {
|
|
@@ -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,EAA4B,OAAO,EAAE,MAAM,qBAAqB,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,EAA4B,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAc7E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAShE,OAAO,KAAK,EAAc,WAAW,EAAE,MAAM,aAAa,CAAC;AA8a3D,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,KAAK,EACL,UAAU,EACV,WAAW,EACX,WAAW,EACX,gBAAgB,EAChB,aAAa,EACb,eAAe,EACf,OAAO,EACP,iBAAiB,EACjB,UAAU,EACV,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,MAAM,EACN,OAAO,EACP,eAAe,EACf,mBAAmB,EACnB,eAAe,EACf,cAAc,EACd,UAAU,EACV,gBAAgB,EAChB,wBAAwB,EACxB,mBAAmB,GACpB,EAAE,WAAW,CAAC,KAAK,EAAE,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0KA8jB5B"}
|
|
@@ -96,11 +96,11 @@ export declare function createLLMMappingStep<Tools extends ToolSet = ToolSet, OU
|
|
|
96
96
|
files?: any[] | undefined;
|
|
97
97
|
toolCalls?: any[] | undefined;
|
|
98
98
|
toolResults?: any[] | undefined;
|
|
99
|
-
reasoningText?: string | undefined;
|
|
100
|
-
staticToolCalls?: any[] | undefined;
|
|
101
99
|
dynamicToolCalls?: any[] | undefined;
|
|
102
|
-
staticToolResults?: any[] | undefined;
|
|
103
100
|
dynamicToolResults?: any[] | undefined;
|
|
101
|
+
staticToolCalls?: any[] | undefined;
|
|
102
|
+
staticToolResults?: any[] | undefined;
|
|
103
|
+
reasoningText?: string | undefined;
|
|
104
104
|
}, {
|
|
105
105
|
usage: {
|
|
106
106
|
inputTokens: number;
|
|
@@ -116,11 +116,11 @@ export declare function createLLMMappingStep<Tools extends ToolSet = ToolSet, OU
|
|
|
116
116
|
files?: any[] | undefined;
|
|
117
117
|
toolCalls?: any[] | undefined;
|
|
118
118
|
toolResults?: any[] | undefined;
|
|
119
|
-
reasoningText?: string | undefined;
|
|
120
|
-
staticToolCalls?: any[] | undefined;
|
|
121
119
|
dynamicToolCalls?: any[] | undefined;
|
|
122
|
-
staticToolResults?: any[] | undefined;
|
|
123
120
|
dynamicToolResults?: any[] | undefined;
|
|
121
|
+
staticToolCalls?: any[] | undefined;
|
|
122
|
+
staticToolResults?: any[] | undefined;
|
|
123
|
+
reasoningText?: string | undefined;
|
|
124
124
|
}>;
|
|
125
125
|
metadata: z.ZodObject<{
|
|
126
126
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -246,11 +246,11 @@ export declare function createLLMMappingStep<Tools extends ToolSet = ToolSet, OU
|
|
|
246
246
|
files?: any[] | undefined;
|
|
247
247
|
toolCalls?: any[] | undefined;
|
|
248
248
|
toolResults?: any[] | undefined;
|
|
249
|
-
reasoningText?: string | undefined;
|
|
250
|
-
staticToolCalls?: any[] | undefined;
|
|
251
249
|
dynamicToolCalls?: any[] | undefined;
|
|
252
|
-
staticToolResults?: any[] | undefined;
|
|
253
250
|
dynamicToolResults?: any[] | undefined;
|
|
251
|
+
staticToolCalls?: any[] | undefined;
|
|
252
|
+
staticToolResults?: any[] | undefined;
|
|
253
|
+
reasoningText?: string | undefined;
|
|
254
254
|
};
|
|
255
255
|
messageId: string;
|
|
256
256
|
metadata: {
|
|
@@ -306,11 +306,11 @@ export declare function createLLMMappingStep<Tools extends ToolSet = ToolSet, OU
|
|
|
306
306
|
files?: any[] | undefined;
|
|
307
307
|
toolCalls?: any[] | undefined;
|
|
308
308
|
toolResults?: any[] | undefined;
|
|
309
|
-
reasoningText?: string | undefined;
|
|
310
|
-
staticToolCalls?: any[] | undefined;
|
|
311
309
|
dynamicToolCalls?: any[] | undefined;
|
|
312
|
-
staticToolResults?: any[] | undefined;
|
|
313
310
|
dynamicToolResults?: any[] | undefined;
|
|
311
|
+
staticToolCalls?: any[] | undefined;
|
|
312
|
+
staticToolResults?: any[] | undefined;
|
|
313
|
+
reasoningText?: string | undefined;
|
|
314
314
|
};
|
|
315
315
|
messageId: string;
|
|
316
316
|
metadata: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tool-call-step.d.ts","sourceRoot":"","sources":["../../../../src/loop/workflows/agentic-execution/tool-call-step.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAKhE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAmB/C,wBAAgB,kBAAkB,CAChC,KAAK,SAAS,OAAO,GAAG,OAAO,EAC/B,MAAM,SAAS,YAAY,GAAG,SAAS,GAAG,SAAS,EACnD,EACA,KAAK,EACL,WAAW,EACX,OAAO,EACP,YAAY,EACZ,UAAU,EACV,KAAK,EACL,WAAW,EACX,gBAAgB,EAChB,SAAS,GACV,EAAE,WAAW,CAAC,KAAK,EAAE,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"tool-call-step.d.ts","sourceRoot":"","sources":["../../../../src/loop/workflows/agentic-execution/tool-call-step.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AACnD,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAKhE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAmB/C,wBAAgB,kBAAkB,CAChC,KAAK,SAAS,OAAO,GAAG,OAAO,EAC/B,MAAM,SAAS,YAAY,GAAG,SAAS,GAAG,SAAS,EACnD,EACA,KAAK,EACL,WAAW,EACX,OAAO,EACP,YAAY,EACZ,UAAU,EACV,KAAK,EACL,WAAW,EACX,gBAAgB,EAChB,SAAS,GACV,EAAE,WAAW,CAAC,KAAK,EAAE,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAuU5B"}
|
|
@@ -73,11 +73,11 @@ export declare function createAgenticLoopWorkflow<Tools extends ToolSet = ToolSe
|
|
|
73
73
|
files?: any[] | undefined;
|
|
74
74
|
toolCalls?: any[] | undefined;
|
|
75
75
|
toolResults?: any[] | undefined;
|
|
76
|
-
reasoningText?: string | undefined;
|
|
77
|
-
staticToolCalls?: any[] | undefined;
|
|
78
76
|
dynamicToolCalls?: any[] | undefined;
|
|
79
|
-
staticToolResults?: any[] | undefined;
|
|
80
77
|
dynamicToolResults?: any[] | undefined;
|
|
78
|
+
staticToolCalls?: any[] | undefined;
|
|
79
|
+
staticToolResults?: any[] | undefined;
|
|
80
|
+
reasoningText?: string | undefined;
|
|
81
81
|
}, {
|
|
82
82
|
usage: {
|
|
83
83
|
inputTokens: number;
|
|
@@ -93,11 +93,11 @@ export declare function createAgenticLoopWorkflow<Tools extends ToolSet = ToolSe
|
|
|
93
93
|
files?: any[] | undefined;
|
|
94
94
|
toolCalls?: any[] | undefined;
|
|
95
95
|
toolResults?: any[] | undefined;
|
|
96
|
-
reasoningText?: string | undefined;
|
|
97
|
-
staticToolCalls?: any[] | undefined;
|
|
98
96
|
dynamicToolCalls?: any[] | undefined;
|
|
99
|
-
staticToolResults?: any[] | undefined;
|
|
100
97
|
dynamicToolResults?: any[] | undefined;
|
|
98
|
+
staticToolCalls?: any[] | undefined;
|
|
99
|
+
staticToolResults?: any[] | undefined;
|
|
100
|
+
reasoningText?: string | undefined;
|
|
101
101
|
}>;
|
|
102
102
|
metadata: import("zod").ZodObject<{
|
|
103
103
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -223,11 +223,11 @@ export declare function createAgenticLoopWorkflow<Tools extends ToolSet = ToolSe
|
|
|
223
223
|
files?: any[] | undefined;
|
|
224
224
|
toolCalls?: any[] | undefined;
|
|
225
225
|
toolResults?: any[] | undefined;
|
|
226
|
-
reasoningText?: string | undefined;
|
|
227
|
-
staticToolCalls?: any[] | undefined;
|
|
228
226
|
dynamicToolCalls?: any[] | undefined;
|
|
229
|
-
staticToolResults?: any[] | undefined;
|
|
230
227
|
dynamicToolResults?: any[] | undefined;
|
|
228
|
+
staticToolCalls?: any[] | undefined;
|
|
229
|
+
staticToolResults?: any[] | undefined;
|
|
230
|
+
reasoningText?: string | undefined;
|
|
231
231
|
};
|
|
232
232
|
messageId: string;
|
|
233
233
|
metadata: {
|
|
@@ -283,11 +283,11 @@ export declare function createAgenticLoopWorkflow<Tools extends ToolSet = ToolSe
|
|
|
283
283
|
files?: any[] | undefined;
|
|
284
284
|
toolCalls?: any[] | undefined;
|
|
285
285
|
toolResults?: any[] | undefined;
|
|
286
|
-
reasoningText?: string | undefined;
|
|
287
|
-
staticToolCalls?: any[] | undefined;
|
|
288
286
|
dynamicToolCalls?: any[] | undefined;
|
|
289
|
-
staticToolResults?: any[] | undefined;
|
|
290
287
|
dynamicToolResults?: any[] | undefined;
|
|
288
|
+
staticToolCalls?: any[] | undefined;
|
|
289
|
+
staticToolResults?: any[] | undefined;
|
|
290
|
+
reasoningText?: string | undefined;
|
|
291
291
|
};
|
|
292
292
|
messageId: string;
|
|
293
293
|
metadata: {
|
|
@@ -389,11 +389,11 @@ export declare function createAgenticLoopWorkflow<Tools extends ToolSet = ToolSe
|
|
|
389
389
|
files?: any[] | undefined;
|
|
390
390
|
toolCalls?: any[] | undefined;
|
|
391
391
|
toolResults?: any[] | undefined;
|
|
392
|
-
reasoningText?: string | undefined;
|
|
393
|
-
staticToolCalls?: any[] | undefined;
|
|
394
392
|
dynamicToolCalls?: any[] | undefined;
|
|
395
|
-
staticToolResults?: any[] | undefined;
|
|
396
393
|
dynamicToolResults?: any[] | undefined;
|
|
394
|
+
staticToolCalls?: any[] | undefined;
|
|
395
|
+
staticToolResults?: any[] | undefined;
|
|
396
|
+
reasoningText?: string | undefined;
|
|
397
397
|
}, {
|
|
398
398
|
usage: {
|
|
399
399
|
inputTokens: number;
|
|
@@ -409,11 +409,11 @@ export declare function createAgenticLoopWorkflow<Tools extends ToolSet = ToolSe
|
|
|
409
409
|
files?: any[] | undefined;
|
|
410
410
|
toolCalls?: any[] | undefined;
|
|
411
411
|
toolResults?: any[] | undefined;
|
|
412
|
-
reasoningText?: string | undefined;
|
|
413
|
-
staticToolCalls?: any[] | undefined;
|
|
414
412
|
dynamicToolCalls?: any[] | undefined;
|
|
415
|
-
staticToolResults?: any[] | undefined;
|
|
416
413
|
dynamicToolResults?: any[] | undefined;
|
|
414
|
+
staticToolCalls?: any[] | undefined;
|
|
415
|
+
staticToolResults?: any[] | undefined;
|
|
416
|
+
reasoningText?: string | undefined;
|
|
417
417
|
}>;
|
|
418
418
|
metadata: import("zod").ZodObject<{
|
|
419
419
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -539,11 +539,11 @@ export declare function createAgenticLoopWorkflow<Tools extends ToolSet = ToolSe
|
|
|
539
539
|
files?: any[] | undefined;
|
|
540
540
|
toolCalls?: any[] | undefined;
|
|
541
541
|
toolResults?: any[] | undefined;
|
|
542
|
-
reasoningText?: string | undefined;
|
|
543
|
-
staticToolCalls?: any[] | undefined;
|
|
544
542
|
dynamicToolCalls?: any[] | undefined;
|
|
545
|
-
staticToolResults?: any[] | undefined;
|
|
546
543
|
dynamicToolResults?: any[] | undefined;
|
|
544
|
+
staticToolCalls?: any[] | undefined;
|
|
545
|
+
staticToolResults?: any[] | undefined;
|
|
546
|
+
reasoningText?: string | undefined;
|
|
547
547
|
};
|
|
548
548
|
messageId: string;
|
|
549
549
|
metadata: {
|
|
@@ -599,11 +599,11 @@ export declare function createAgenticLoopWorkflow<Tools extends ToolSet = ToolSe
|
|
|
599
599
|
files?: any[] | undefined;
|
|
600
600
|
toolCalls?: any[] | undefined;
|
|
601
601
|
toolResults?: any[] | undefined;
|
|
602
|
-
reasoningText?: string | undefined;
|
|
603
|
-
staticToolCalls?: any[] | undefined;
|
|
604
602
|
dynamicToolCalls?: any[] | undefined;
|
|
605
|
-
staticToolResults?: any[] | undefined;
|
|
606
603
|
dynamicToolResults?: any[] | undefined;
|
|
604
|
+
staticToolCalls?: any[] | undefined;
|
|
605
|
+
staticToolResults?: any[] | undefined;
|
|
606
|
+
reasoningText?: string | undefined;
|
|
607
607
|
};
|
|
608
608
|
messageId: string;
|
|
609
609
|
metadata: {
|
|
@@ -705,11 +705,11 @@ export declare function createAgenticLoopWorkflow<Tools extends ToolSet = ToolSe
|
|
|
705
705
|
files?: any[] | undefined;
|
|
706
706
|
toolCalls?: any[] | undefined;
|
|
707
707
|
toolResults?: any[] | undefined;
|
|
708
|
-
reasoningText?: string | undefined;
|
|
709
|
-
staticToolCalls?: any[] | undefined;
|
|
710
708
|
dynamicToolCalls?: any[] | undefined;
|
|
711
|
-
staticToolResults?: any[] | undefined;
|
|
712
709
|
dynamicToolResults?: any[] | undefined;
|
|
710
|
+
staticToolCalls?: any[] | undefined;
|
|
711
|
+
staticToolResults?: any[] | undefined;
|
|
712
|
+
reasoningText?: string | undefined;
|
|
713
713
|
}, {
|
|
714
714
|
usage: {
|
|
715
715
|
inputTokens: number;
|
|
@@ -725,11 +725,11 @@ export declare function createAgenticLoopWorkflow<Tools extends ToolSet = ToolSe
|
|
|
725
725
|
files?: any[] | undefined;
|
|
726
726
|
toolCalls?: any[] | undefined;
|
|
727
727
|
toolResults?: any[] | undefined;
|
|
728
|
-
reasoningText?: string | undefined;
|
|
729
|
-
staticToolCalls?: any[] | undefined;
|
|
730
728
|
dynamicToolCalls?: any[] | undefined;
|
|
731
|
-
staticToolResults?: any[] | undefined;
|
|
732
729
|
dynamicToolResults?: any[] | undefined;
|
|
730
|
+
staticToolCalls?: any[] | undefined;
|
|
731
|
+
staticToolResults?: any[] | undefined;
|
|
732
|
+
reasoningText?: string | undefined;
|
|
733
733
|
}>;
|
|
734
734
|
metadata: import("zod").ZodObject<{
|
|
735
735
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -855,11 +855,11 @@ export declare function createAgenticLoopWorkflow<Tools extends ToolSet = ToolSe
|
|
|
855
855
|
files?: any[] | undefined;
|
|
856
856
|
toolCalls?: any[] | undefined;
|
|
857
857
|
toolResults?: any[] | undefined;
|
|
858
|
-
reasoningText?: string | undefined;
|
|
859
|
-
staticToolCalls?: any[] | undefined;
|
|
860
858
|
dynamicToolCalls?: any[] | undefined;
|
|
861
|
-
staticToolResults?: any[] | undefined;
|
|
862
859
|
dynamicToolResults?: any[] | undefined;
|
|
860
|
+
staticToolCalls?: any[] | undefined;
|
|
861
|
+
staticToolResults?: any[] | undefined;
|
|
862
|
+
reasoningText?: string | undefined;
|
|
863
863
|
};
|
|
864
864
|
messageId: string;
|
|
865
865
|
metadata: {
|
|
@@ -915,11 +915,11 @@ export declare function createAgenticLoopWorkflow<Tools extends ToolSet = ToolSe
|
|
|
915
915
|
files?: any[] | undefined;
|
|
916
916
|
toolCalls?: any[] | undefined;
|
|
917
917
|
toolResults?: any[] | undefined;
|
|
918
|
-
reasoningText?: string | undefined;
|
|
919
|
-
staticToolCalls?: any[] | undefined;
|
|
920
918
|
dynamicToolCalls?: any[] | undefined;
|
|
921
|
-
staticToolResults?: any[] | undefined;
|
|
922
919
|
dynamicToolResults?: any[] | undefined;
|
|
920
|
+
staticToolCalls?: any[] | undefined;
|
|
921
|
+
staticToolResults?: any[] | undefined;
|
|
922
|
+
reasoningText?: string | undefined;
|
|
923
923
|
};
|
|
924
924
|
messageId: string;
|
|
925
925
|
metadata: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/loop/workflows/agentic-loop/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAc,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAGvD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAM3C,UAAU,iBAAiB,CAAC,KAAK,SAAS,OAAO,GAAG,OAAO,EAAE,MAAM,SAAS,YAAY,GAAG,SAAS,CAClG,SAAQ,OAAO,CAAC,KAAK,EAAE,MAAM,CAAC;IAC9B,UAAU,EAAE,+BAA+B,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC;IAC/D,YAAY,EAAE,YAAY,CAAC;CAC5B;AAED,wBAAgB,yBAAyB,CAAC,KAAK,SAAS,OAAO,GAAG,OAAO,EAAE,MAAM,SAAS,YAAY,GAAG,SAAS,EAChH,MAAM,EAAE,iBAAiB,CAAC,KAAK,EAAE,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/loop/workflows/agentic-loop/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAc,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE/D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAGvD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACvD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAM3C,UAAU,iBAAiB,CAAC,KAAK,SAAS,OAAO,GAAG,OAAO,EAAE,MAAM,SAAS,YAAY,GAAG,SAAS,CAClG,SAAQ,OAAO,CAAC,KAAK,EAAE,MAAM,CAAC;IAC9B,UAAU,EAAE,+BAA+B,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC;IAC/D,YAAY,EAAE,YAAY,CAAC;CAC5B;AAED,wBAAgB,yBAAyB,CAAC,KAAK,SAAS,OAAO,GAAG,OAAO,EAAE,MAAM,SAAS,YAAY,GAAG,SAAS,EAChH,MAAM,EAAE,iBAAiB,CAAC,KAAK,EAAE,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyIzC"}
|