@mastra/core 0.20.2 → 0.21.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.
Files changed (314) hide show
  1. package/CHANGELOG.md +93 -0
  2. package/README.md +30 -121
  3. package/dist/agent/agent.d.ts +5 -10
  4. package/dist/agent/agent.d.ts.map +1 -1
  5. package/dist/agent/agent.types.d.ts +12 -14
  6. package/dist/agent/agent.types.d.ts.map +1 -1
  7. package/dist/agent/index.cjs +19 -11
  8. package/dist/agent/index.d.ts +2 -1
  9. package/dist/agent/index.d.ts.map +1 -1
  10. package/dist/agent/index.js +2 -2
  11. package/dist/agent/input-processor/index.cjs +6 -6
  12. package/dist/agent/input-processor/index.js +1 -1
  13. package/dist/agent/message-list/index.d.ts +4 -4
  14. package/dist/agent/message-list/index.d.ts.map +1 -1
  15. package/dist/agent/message-list/prompt/attachments-to-parts.d.ts +1 -1
  16. package/dist/agent/message-list/prompt/attachments-to-parts.d.ts.map +1 -1
  17. package/dist/agent/message-list/prompt/convert-file.d.ts +2 -2
  18. package/dist/agent/message-list/prompt/convert-file.d.ts.map +1 -1
  19. package/dist/agent/message-list/types.d.ts +2 -2
  20. package/dist/agent/message-list/types.d.ts.map +1 -1
  21. package/dist/agent/message-list/utils/convert-messages.d.ts +2 -2
  22. package/dist/agent/types.d.ts +13 -5
  23. package/dist/agent/types.d.ts.map +1 -1
  24. package/dist/agent/utils.d.ts +110 -0
  25. package/dist/agent/utils.d.ts.map +1 -0
  26. package/dist/agent/workflows/prepare-stream/index.d.ts +2 -2
  27. package/dist/agent/workflows/prepare-stream/index.d.ts.map +1 -1
  28. package/dist/agent/workflows/prepare-stream/map-results-step.d.ts.map +1 -1
  29. package/dist/agent/workflows/prepare-stream/prepare-memory-step.d.ts +2 -2
  30. package/dist/agent/workflows/prepare-stream/prepare-tools-step.d.ts +1 -2
  31. package/dist/agent/workflows/prepare-stream/prepare-tools-step.d.ts.map +1 -1
  32. package/dist/agent/workflows/prepare-stream/schema.d.ts +2 -2
  33. package/dist/ai-tracing/index.cjs +32 -32
  34. package/dist/ai-tracing/index.js +1 -1
  35. package/dist/ai-tracing/spans/base.d.ts +2 -0
  36. package/dist/ai-tracing/spans/base.d.ts.map +1 -1
  37. package/dist/ai-tracing/types.d.ts +24 -0
  38. package/dist/ai-tracing/types.d.ts.map +1 -1
  39. package/dist/{chunk-BWC4WQTS.js → chunk-24L3LVID.js} +21 -14
  40. package/dist/chunk-24L3LVID.js.map +1 -0
  41. package/dist/{chunk-7ZXDZXGD.cjs → chunk-2BTTHMDJ.cjs} +14 -2
  42. package/dist/chunk-2BTTHMDJ.cjs.map +1 -0
  43. package/dist/{chunk-KK5LUATU.js → chunk-2VSJYKJF.js} +4 -4
  44. package/dist/{chunk-KK5LUATU.js.map → chunk-2VSJYKJF.js.map} +1 -1
  45. package/dist/chunk-33JJWAVI.js +2077 -0
  46. package/dist/chunk-33JJWAVI.js.map +1 -0
  47. package/dist/chunk-3ZEJSGTJ.cjs +9289 -0
  48. package/dist/chunk-3ZEJSGTJ.cjs.map +1 -0
  49. package/dist/{chunk-6ZSVXXMJ.js → chunk-624FF2ZG.js} +14 -2
  50. package/dist/chunk-624FF2ZG.js.map +1 -0
  51. package/dist/{chunk-2QV245Q5.cjs → chunk-6OJROHMC.cjs} +25 -18
  52. package/dist/chunk-6OJROHMC.cjs.map +1 -0
  53. package/dist/{chunk-T5SM2HLV.cjs → chunk-74P72XBM.cjs} +4 -4
  54. package/dist/chunk-74P72XBM.cjs.map +1 -0
  55. package/dist/chunk-75CDUY5G.js +158 -0
  56. package/dist/chunk-75CDUY5G.js.map +1 -0
  57. package/dist/chunk-BLPOOPRL.js +3164 -0
  58. package/dist/chunk-BLPOOPRL.js.map +1 -0
  59. package/dist/{chunk-JZ5MQXUL.cjs → chunk-DUMAWQ7I.cjs} +4 -4
  60. package/dist/{chunk-JZ5MQXUL.cjs.map → chunk-DUMAWQ7I.cjs.map} +1 -1
  61. package/dist/chunk-EQV7XSTY.cjs +2090 -0
  62. package/dist/chunk-EQV7XSTY.cjs.map +1 -0
  63. package/dist/chunk-ILZI4MEU.js +9263 -0
  64. package/dist/chunk-ILZI4MEU.js.map +1 -0
  65. package/dist/{chunk-4PRV2Y55.cjs → chunk-LOUJSR3F.cjs} +5 -5
  66. package/dist/{chunk-4PRV2Y55.cjs.map → chunk-LOUJSR3F.cjs.map} +1 -1
  67. package/dist/{chunk-M2MHQQGJ.js → chunk-ONHTH5RH.js} +4 -4
  68. package/dist/chunk-ONHTH5RH.js.map +1 -0
  69. package/dist/{chunk-YBC4V5GE.js → chunk-PPW3SAWO.js} +5 -9
  70. package/dist/{chunk-YBC4V5GE.js.map → chunk-PPW3SAWO.js.map} +1 -1
  71. package/dist/{chunk-DBYLVMIV.js → chunk-Q4YVANA4.js} +25 -7
  72. package/dist/chunk-Q4YVANA4.js.map +1 -0
  73. package/dist/chunk-QMKBXESK.cjs +3186 -0
  74. package/dist/chunk-QMKBXESK.cjs.map +1 -0
  75. package/dist/{chunk-EB2KTBHB.js → chunk-R3W5CNKP.js} +100 -82
  76. package/dist/chunk-R3W5CNKP.js.map +1 -0
  77. package/dist/{chunk-ECMIW6W2.cjs → chunk-RXGL66T6.cjs} +134 -111
  78. package/dist/chunk-RXGL66T6.cjs.map +1 -0
  79. package/dist/{chunk-PPCSJI73.cjs → chunk-SL534RIL.cjs} +33 -14
  80. package/dist/chunk-SL534RIL.cjs.map +1 -0
  81. package/dist/{chunk-YICS4NNU.cjs → chunk-SQXKJWFX.cjs} +12 -12
  82. package/dist/{chunk-YICS4NNU.cjs.map → chunk-SQXKJWFX.cjs.map} +1 -1
  83. package/dist/{chunk-X5SB7NR3.cjs → chunk-SSDFGDFJ.cjs} +9 -10
  84. package/dist/chunk-SSDFGDFJ.cjs.map +1 -0
  85. package/dist/{chunk-OC7MSESV.cjs → chunk-TTJM3STK.cjs} +7 -11
  86. package/dist/{chunk-OC7MSESV.cjs.map → chunk-TTJM3STK.cjs.map} +1 -1
  87. package/dist/{chunk-RE7SRMBE.cjs → chunk-UPRLKS2E.cjs} +16 -16
  88. package/dist/chunk-UPRLKS2E.cjs.map +1 -0
  89. package/dist/{chunk-7H72OAZ3.js → chunk-UQCUAYWV.js} +3 -3
  90. package/dist/{chunk-7H72OAZ3.js.map → chunk-UQCUAYWV.js.map} +1 -1
  91. package/dist/{chunk-SWNIMD7I.js → chunk-XL5MZTLP.js} +3 -3
  92. package/dist/chunk-XL5MZTLP.js.map +1 -0
  93. package/dist/{chunk-HTX7EHW5.js → chunk-XQ5A3ISB.js} +3 -3
  94. package/dist/{chunk-HTX7EHW5.js.map → chunk-XQ5A3ISB.js.map} +1 -1
  95. package/dist/chunk-Y2PKC5BX.cjs +160 -0
  96. package/dist/chunk-Y2PKC5BX.cjs.map +1 -0
  97. package/dist/{chunk-VSTMNPZJ.js → chunk-YUV3LZMY.js} +7 -8
  98. package/dist/chunk-YUV3LZMY.js.map +1 -0
  99. package/dist/index.cjs +53 -49
  100. package/dist/index.js +10 -10
  101. package/dist/llm/index.cjs +9 -5
  102. package/dist/llm/index.d.ts +4 -3
  103. package/dist/llm/index.d.ts.map +1 -1
  104. package/dist/llm/index.js +1 -1
  105. package/dist/llm/model/base.types.d.ts +2 -2
  106. package/dist/llm/model/base.types.d.ts.map +1 -1
  107. package/dist/llm/model/gateways/base.d.ts +1 -1
  108. package/dist/llm/model/gateways/base.d.ts.map +1 -1
  109. package/dist/llm/model/gateways/models-dev.d.ts +1 -1
  110. package/dist/llm/model/gateways/models-dev.d.ts.map +1 -1
  111. package/dist/llm/model/gateways/netlify.d.ts +1 -1
  112. package/dist/llm/model/gateways/netlify.d.ts.map +1 -1
  113. package/dist/llm/model/index.d.ts +2 -1
  114. package/dist/llm/model/index.d.ts.map +1 -1
  115. package/dist/llm/model/model.d.ts +2 -2
  116. package/dist/llm/model/model.d.ts.map +1 -1
  117. package/dist/llm/model/model.loop.d.ts +3 -3
  118. package/dist/llm/model/model.loop.d.ts.map +1 -1
  119. package/dist/llm/model/model.loop.types.d.ts +2 -3
  120. package/dist/llm/model/model.loop.types.d.ts.map +1 -1
  121. package/dist/llm/model/provider-registry.d.ts +98 -0
  122. package/dist/llm/model/provider-registry.d.ts.map +1 -0
  123. package/dist/llm/model/provider-types.generated.d.ts +679 -0
  124. package/dist/llm/model/registry-generator.d.ts +29 -0
  125. package/dist/llm/model/registry-generator.d.ts.map +1 -0
  126. package/dist/llm/model/resolve-model.d.ts +46 -0
  127. package/dist/llm/model/resolve-model.d.ts.map +1 -0
  128. package/dist/llm/model/router.d.ts +2 -2
  129. package/dist/llm/model/router.d.ts.map +1 -1
  130. package/dist/llm/model/shared.types.d.ts +10 -4
  131. package/dist/llm/model/shared.types.d.ts.map +1 -1
  132. package/dist/loop/index.cjs +2 -2
  133. package/dist/loop/index.js +1 -1
  134. package/dist/loop/loop.d.ts +1 -1
  135. package/dist/loop/loop.d.ts.map +1 -1
  136. package/dist/loop/network/index.d.ts.map +1 -1
  137. package/dist/loop/telemetry/index.d.ts +1 -1
  138. package/dist/loop/telemetry/index.d.ts.map +1 -1
  139. package/dist/loop/test-utils/options.d.ts.map +1 -1
  140. package/dist/loop/test-utils/streamObject.d.ts +1 -1
  141. package/dist/loop/test-utils/streamObject.d.ts.map +1 -1
  142. package/dist/loop/test-utils/utils.d.ts +2 -2
  143. package/dist/loop/test-utils/utils.d.ts.map +1 -1
  144. package/dist/loop/types.d.ts +4 -3
  145. package/dist/loop/types.d.ts.map +1 -1
  146. package/dist/loop/workflows/agentic-execution/index.d.ts +73 -73
  147. package/dist/loop/workflows/agentic-execution/index.d.ts.map +1 -1
  148. package/dist/loop/workflows/agentic-execution/llm-execution-step.d.ts +50 -50
  149. package/dist/loop/workflows/agentic-execution/llm-execution-step.d.ts.map +1 -1
  150. package/dist/loop/workflows/agentic-execution/llm-mapping-step.d.ts +25 -25
  151. package/dist/loop/workflows/agentic-execution/llm-mapping-step.d.ts.map +1 -1
  152. package/dist/loop/workflows/agentic-execution/tool-call-step.d.ts +1 -1
  153. package/dist/loop/workflows/agentic-execution/tool-call-step.d.ts.map +1 -1
  154. package/dist/loop/workflows/agentic-loop/index.d.ts +73 -73
  155. package/dist/loop/workflows/agentic-loop/index.d.ts.map +1 -1
  156. package/dist/loop/workflows/run-state.d.ts +1 -1
  157. package/dist/loop/workflows/run-state.d.ts.map +1 -1
  158. package/dist/loop/workflows/schema.d.ts +33 -33
  159. package/dist/loop/workflows/schema.d.ts.map +1 -1
  160. package/dist/loop/workflows/stream.d.ts +1 -1
  161. package/dist/loop/workflows/stream.d.ts.map +1 -1
  162. package/dist/mastra/hooks.d.ts.map +1 -1
  163. package/dist/mastra/index.cjs +2 -2
  164. package/dist/mastra/index.js +1 -1
  165. package/dist/memory/index.cjs +4 -4
  166. package/dist/memory/index.js +1 -1
  167. package/dist/memory/memory.d.ts +3 -3
  168. package/dist/memory/memory.d.ts.map +1 -1
  169. package/dist/memory/types.d.ts +3 -3
  170. package/dist/memory/types.d.ts.map +1 -1
  171. package/dist/models-dev-A334FF64.js +3 -0
  172. package/dist/models-dev-A334FF64.js.map +1 -0
  173. package/dist/models-dev-ECOIQLLK.cjs +12 -0
  174. package/dist/models-dev-ECOIQLLK.cjs.map +1 -0
  175. package/dist/netlify-CEYZ5O54.js +3 -0
  176. package/dist/netlify-CEYZ5O54.js.map +1 -0
  177. package/dist/netlify-WFAL2AA4.cjs +12 -0
  178. package/dist/netlify-WFAL2AA4.cjs.map +1 -0
  179. package/dist/processors/index.cjs +11 -11
  180. package/dist/processors/index.js +1 -1
  181. package/dist/processors/processors/language-detector.d.ts +2 -0
  182. package/dist/processors/processors/language-detector.d.ts.map +1 -1
  183. package/dist/processors/processors/moderation.d.ts +6 -3
  184. package/dist/processors/processors/moderation.d.ts.map +1 -1
  185. package/dist/processors/processors/pii-detector.d.ts +8 -4
  186. package/dist/processors/processors/pii-detector.d.ts.map +1 -1
  187. package/dist/processors/processors/prompt-injection-detector.d.ts.map +1 -1
  188. package/dist/processors/processors/structured-output.d.ts +4 -2
  189. package/dist/processors/processors/structured-output.d.ts.map +1 -1
  190. package/dist/processors/processors/system-prompt-scrubber.d.ts +2 -1
  191. package/dist/processors/processors/system-prompt-scrubber.d.ts.map +1 -1
  192. package/dist/processors/runner.d.ts +8 -2
  193. package/dist/processors/runner.d.ts.map +1 -1
  194. package/dist/provider-registry.json +1625 -0
  195. package/dist/registry-generator-7XDUEFUT.cjs +111 -0
  196. package/dist/registry-generator-7XDUEFUT.cjs.map +1 -0
  197. package/dist/registry-generator-ZKIT6I3E.js +103 -0
  198. package/dist/registry-generator-ZKIT6I3E.js.map +1 -0
  199. package/dist/relevance/index.cjs +4 -4
  200. package/dist/relevance/index.js +1 -1
  201. package/dist/relevance/mastra-agent/index.d.ts +2 -2
  202. package/dist/relevance/mastra-agent/index.d.ts.map +1 -1
  203. package/dist/scores/base.d.ts +6 -6
  204. package/dist/scores/base.d.ts.map +1 -1
  205. package/dist/scores/index.cjs +9 -9
  206. package/dist/scores/index.js +2 -2
  207. package/dist/scores/run-experiment/index.d.ts +1 -1
  208. package/dist/scores/run-experiment/index.d.ts.map +1 -1
  209. package/dist/scores/scoreTraces/index.cjs +10 -10
  210. package/dist/scores/scoreTraces/index.cjs.map +1 -1
  211. package/dist/scores/scoreTraces/index.js +5 -5
  212. package/dist/scores/scoreTraces/index.js.map +1 -1
  213. package/dist/scores/types.d.ts +1 -1
  214. package/dist/scores/types.d.ts.map +1 -1
  215. package/dist/storage/index.cjs +3 -3
  216. package/dist/storage/index.js +1 -1
  217. package/dist/stream/aisdk/v4/input.d.ts +1 -1
  218. package/dist/stream/aisdk/v4/input.d.ts.map +1 -1
  219. package/dist/stream/aisdk/v5/compat/content.d.ts +2 -2
  220. package/dist/stream/aisdk/v5/compat/content.d.ts.map +1 -1
  221. package/dist/stream/aisdk/v5/compat/prepare-tools.d.ts +2 -2
  222. package/dist/stream/aisdk/v5/compat/prepare-tools.d.ts.map +1 -1
  223. package/dist/stream/aisdk/v5/compat/ui-message.d.ts +1 -1
  224. package/dist/stream/aisdk/v5/compat/ui-message.d.ts.map +1 -1
  225. package/dist/stream/aisdk/v5/compat/validation.d.ts +1 -1
  226. package/dist/stream/aisdk/v5/compat/validation.d.ts.map +1 -1
  227. package/dist/stream/aisdk/v5/execute.d.ts +5 -4
  228. package/dist/stream/aisdk/v5/execute.d.ts.map +1 -1
  229. package/dist/stream/aisdk/v5/input.d.ts +1 -1
  230. package/dist/stream/aisdk/v5/input.d.ts.map +1 -1
  231. package/dist/stream/aisdk/v5/output-helpers.d.ts +9 -9
  232. package/dist/stream/aisdk/v5/output-helpers.d.ts.map +1 -1
  233. package/dist/stream/aisdk/v5/output.d.ts +40 -39
  234. package/dist/stream/aisdk/v5/output.d.ts.map +1 -1
  235. package/dist/stream/aisdk/v5/test-utils.d.ts +1 -1
  236. package/dist/stream/aisdk/v5/test-utils.d.ts.map +1 -1
  237. package/dist/stream/aisdk/v5/transform.d.ts +2 -2
  238. package/dist/stream/aisdk/v5/transform.d.ts.map +1 -1
  239. package/dist/stream/base/input.d.ts +1 -1
  240. package/dist/stream/base/input.d.ts.map +1 -1
  241. package/dist/stream/base/output-format-handlers.d.ts +5 -2
  242. package/dist/stream/base/output-format-handlers.d.ts.map +1 -1
  243. package/dist/stream/base/output.d.ts +31 -25
  244. package/dist/stream/base/output.d.ts.map +1 -1
  245. package/dist/stream/base/schema.d.ts +1 -1
  246. package/dist/stream/base/schema.d.ts.map +1 -1
  247. package/dist/stream/index.cjs +13 -9
  248. package/dist/stream/index.d.ts +1 -0
  249. package/dist/stream/index.d.ts.map +1 -1
  250. package/dist/stream/index.js +2 -2
  251. package/dist/stream/types.d.ts +19 -6
  252. package/dist/stream/types.d.ts.map +1 -1
  253. package/dist/test-utils/llm-mock.cjs +6 -6
  254. package/dist/test-utils/llm-mock.cjs.map +1 -1
  255. package/dist/test-utils/llm-mock.d.ts +1 -1
  256. package/dist/test-utils/llm-mock.d.ts.map +1 -1
  257. package/dist/test-utils/llm-mock.js +3 -3
  258. package/dist/test-utils/llm-mock.js.map +1 -1
  259. package/dist/tools/types.d.ts +2 -2
  260. package/dist/tools/types.d.ts.map +1 -1
  261. package/dist/utils.cjs +17 -17
  262. package/dist/utils.d.ts +3 -2
  263. package/dist/utils.d.ts.map +1 -1
  264. package/dist/utils.js +1 -1
  265. package/dist/vector/embed.d.ts +2 -2
  266. package/dist/vector/embed.d.ts.map +1 -1
  267. package/dist/vector/index.cjs +4 -4
  268. package/dist/vector/index.js +1 -1
  269. package/dist/vector/vector.d.ts +2 -2
  270. package/dist/vector/vector.d.ts.map +1 -1
  271. package/dist/workflows/default.d.ts +2 -2
  272. package/dist/workflows/default.d.ts.map +1 -1
  273. package/dist/workflows/evented/execution-engine.d.ts +1 -1
  274. package/dist/workflows/evented/execution-engine.d.ts.map +1 -1
  275. package/dist/workflows/evented/index.cjs +10 -10
  276. package/dist/workflows/evented/index.js +1 -1
  277. package/dist/workflows/execution-engine.d.ts +1 -1
  278. package/dist/workflows/execution-engine.d.ts.map +1 -1
  279. package/dist/workflows/index.cjs +12 -12
  280. package/dist/workflows/index.js +1 -1
  281. package/dist/workflows/legacy/index.cjs +22 -22
  282. package/dist/workflows/legacy/index.js +1 -1
  283. package/dist/workflows/legacy/machine.d.ts +1 -1
  284. package/dist/workflows/legacy/workflow.d.ts +1 -1
  285. package/dist/workflows/step.d.ts +1 -1
  286. package/dist/workflows/step.d.ts.map +1 -1
  287. package/dist/workflows/types.d.ts +1 -1
  288. package/dist/workflows/types.d.ts.map +1 -1
  289. package/dist/workflows/workflow.d.ts +25 -8
  290. package/dist/workflows/workflow.d.ts.map +1 -1
  291. package/package.json +24 -19
  292. package/src/llm/model/provider-types.generated.d.ts +679 -0
  293. package/dist/chunk-2QV245Q5.cjs.map +0 -1
  294. package/dist/chunk-6ZSVXXMJ.js.map +0 -1
  295. package/dist/chunk-7ZXDZXGD.cjs.map +0 -1
  296. package/dist/chunk-BWC4WQTS.js.map +0 -1
  297. package/dist/chunk-BZ6BIHLE.js +0 -1418
  298. package/dist/chunk-BZ6BIHLE.js.map +0 -1
  299. package/dist/chunk-DBYLVMIV.js.map +0 -1
  300. package/dist/chunk-EB2KTBHB.js.map +0 -1
  301. package/dist/chunk-ECMIW6W2.cjs.map +0 -1
  302. package/dist/chunk-M2MHQQGJ.js.map +0 -1
  303. package/dist/chunk-PPCSJI73.cjs.map +0 -1
  304. package/dist/chunk-RE7SRMBE.cjs.map +0 -1
  305. package/dist/chunk-REVAU76X.cjs +0 -1423
  306. package/dist/chunk-REVAU76X.cjs.map +0 -1
  307. package/dist/chunk-SWNIMD7I.js.map +0 -1
  308. package/dist/chunk-T5SM2HLV.cjs.map +0 -1
  309. package/dist/chunk-VSTMNPZJ.js.map +0 -1
  310. package/dist/chunk-X5SB7NR3.cjs.map +0 -1
  311. package/dist/llm/model/provider-registry.generated.d.ts +0 -99
  312. package/dist/llm/model/provider-registry.generated.d.ts.map +0 -1
  313. package/dist/stream/aisdk/v5/model-supports.d.ts +0 -25
  314. package/dist/stream/aisdk/v5/model-supports.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- import type { ToolSet } from 'ai-v5';
1
+ import type { ToolSet } from 'ai';
2
2
  import type { OutputSchema } from '../../../stream/base/schema.js';
3
3
  import type { OuterLLMRun } from '../../types.js';
4
4
  export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = ToolSet, OUTPUT extends OutputSchema = undefined>({ models, telemetry_settings, _internal, modelStreamSpan, ...rest }: OuterLLMRun<Tools, OUTPUT>): import("../../../workflows").Workflow<import("../../..").DefaultEngineType, import("../../..").Step<string, any, any, any, any, any, import("../../..").DefaultEngineType>[], "executionWorkflow", import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
@@ -53,7 +53,6 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
53
53
  }>;
54
54
  steps: import("zod").ZodArray<import("zod").ZodAny, "many">;
55
55
  }, "strip", import("zod").ZodTypeAny, {
56
- steps: any[];
57
56
  usage: {
58
57
  inputTokens: number;
59
58
  outputTokens: number;
@@ -61,10 +60,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
61
60
  reasoningTokens?: number | undefined;
62
61
  cachedInputTokens?: number | undefined;
63
62
  };
63
+ steps: any[];
64
64
  text?: string | undefined;
65
65
  reasoning?: any[] | undefined;
66
- sources?: any[] | undefined;
67
66
  files?: any[] | undefined;
67
+ sources?: any[] | undefined;
68
68
  toolCalls?: any[] | undefined;
69
69
  toolResults?: any[] | undefined;
70
70
  reasoningText?: string | undefined;
@@ -73,7 +73,6 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
73
73
  staticToolResults?: any[] | undefined;
74
74
  dynamicToolResults?: any[] | undefined;
75
75
  }, {
76
- steps: any[];
77
76
  usage: {
78
77
  inputTokens: number;
79
78
  outputTokens: number;
@@ -81,10 +80,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
81
80
  reasoningTokens?: number | undefined;
82
81
  cachedInputTokens?: number | undefined;
83
82
  };
83
+ steps: any[];
84
84
  text?: string | undefined;
85
85
  reasoning?: any[] | undefined;
86
- sources?: any[] | undefined;
87
86
  files?: any[] | undefined;
87
+ sources?: any[] | undefined;
88
88
  toolCalls?: any[] | undefined;
89
89
  toolResults?: any[] | undefined;
90
90
  reasoningText?: string | undefined;
@@ -117,11 +117,11 @@ 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
- request?: Record<string, any> | undefined;
120
+ model?: string | undefined;
121
121
  headers?: Record<string, string> | undefined;
122
+ request?: Record<string, any> | undefined;
122
123
  timestamp?: Date | undefined;
123
124
  modelId?: string | undefined;
124
- model?: string | undefined;
125
125
  modelMetadata?: {
126
126
  modelId: string;
127
127
  modelProvider: string;
@@ -130,11 +130,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
130
130
  }, {
131
131
  id?: string | undefined;
132
132
  providerMetadata?: Record<string, any> | undefined;
133
- request?: Record<string, any> | undefined;
133
+ model?: string | undefined;
134
134
  headers?: Record<string, string> | undefined;
135
+ request?: Record<string, any> | undefined;
135
136
  timestamp?: Date | undefined;
136
137
  modelId?: string | undefined;
137
- model?: string | undefined;
138
138
  modelMetadata?: {
139
139
  modelId: string;
140
140
  modelProvider: string;
@@ -170,12 +170,12 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
170
170
  request: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>>;
171
171
  }, "strip", import("zod").ZodTypeAny, {
172
172
  reason: string;
173
- warnings: any[];
174
173
  isContinued: boolean;
174
+ warnings: any[];
175
175
  messageId?: string | undefined;
176
- request?: Record<string, any> | undefined;
177
176
  headers?: Record<string, string> | undefined;
178
177
  logprobs?: any;
178
+ request?: Record<string, any> | undefined;
179
179
  totalUsage?: {
180
180
  inputTokens: number;
181
181
  outputTokens: number;
@@ -185,12 +185,12 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
185
185
  } | undefined;
186
186
  }, {
187
187
  reason: string;
188
- warnings: any[];
189
188
  isContinued: boolean;
189
+ warnings: any[];
190
190
  messageId?: string | undefined;
191
- request?: Record<string, any> | undefined;
192
191
  headers?: Record<string, string> | undefined;
193
192
  logprobs?: any;
193
+ request?: Record<string, any> | undefined;
194
194
  totalUsage?: {
195
195
  inputTokens: number;
196
196
  outputTokens: number;
@@ -201,7 +201,6 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
201
201
  }>;
202
202
  }, "strip", import("zod").ZodTypeAny, {
203
203
  output: {
204
- steps: any[];
205
204
  usage: {
206
205
  inputTokens: number;
207
206
  outputTokens: number;
@@ -209,10 +208,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
209
208
  reasoningTokens?: number | undefined;
210
209
  cachedInputTokens?: number | undefined;
211
210
  };
211
+ steps: any[];
212
212
  text?: string | undefined;
213
213
  reasoning?: any[] | undefined;
214
- sources?: any[] | undefined;
215
214
  files?: any[] | undefined;
215
+ sources?: any[] | undefined;
216
216
  toolCalls?: any[] | undefined;
217
217
  toolResults?: any[] | undefined;
218
218
  reasoningText?: string | undefined;
@@ -225,11 +225,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
225
225
  metadata: {
226
226
  id?: string | undefined;
227
227
  providerMetadata?: Record<string, any> | undefined;
228
- request?: Record<string, any> | undefined;
228
+ model?: string | undefined;
229
229
  headers?: Record<string, string> | undefined;
230
+ request?: Record<string, any> | undefined;
230
231
  timestamp?: Date | undefined;
231
232
  modelId?: string | undefined;
232
- model?: string | undefined;
233
233
  modelMetadata?: {
234
234
  modelId: string;
235
235
  modelProvider: string;
@@ -243,12 +243,12 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
243
243
  };
244
244
  stepResult: {
245
245
  reason: string;
246
- warnings: any[];
247
246
  isContinued: boolean;
247
+ warnings: any[];
248
248
  messageId?: string | undefined;
249
- request?: Record<string, any> | undefined;
250
249
  headers?: Record<string, string> | undefined;
251
250
  logprobs?: any;
251
+ request?: Record<string, any> | undefined;
252
252
  totalUsage?: {
253
253
  inputTokens: number;
254
254
  outputTokens: number;
@@ -259,7 +259,6 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
259
259
  };
260
260
  }, {
261
261
  output: {
262
- steps: any[];
263
262
  usage: {
264
263
  inputTokens: number;
265
264
  outputTokens: number;
@@ -267,10 +266,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
267
266
  reasoningTokens?: number | undefined;
268
267
  cachedInputTokens?: number | undefined;
269
268
  };
269
+ steps: any[];
270
270
  text?: string | undefined;
271
271
  reasoning?: any[] | undefined;
272
- sources?: any[] | undefined;
273
272
  files?: any[] | undefined;
273
+ sources?: any[] | undefined;
274
274
  toolCalls?: any[] | undefined;
275
275
  toolResults?: any[] | undefined;
276
276
  reasoningText?: string | undefined;
@@ -283,11 +283,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
283
283
  metadata: {
284
284
  id?: string | undefined;
285
285
  providerMetadata?: Record<string, any> | undefined;
286
- request?: Record<string, any> | undefined;
286
+ model?: string | undefined;
287
287
  headers?: Record<string, string> | undefined;
288
+ request?: Record<string, any> | undefined;
288
289
  timestamp?: Date | undefined;
289
290
  modelId?: string | undefined;
290
- model?: string | undefined;
291
291
  modelMetadata?: {
292
292
  modelId: string;
293
293
  modelProvider: string;
@@ -301,12 +301,12 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
301
301
  };
302
302
  stepResult: {
303
303
  reason: string;
304
- warnings: any[];
305
304
  isContinued: boolean;
305
+ warnings: any[];
306
306
  messageId?: string | undefined;
307
- request?: Record<string, any> | undefined;
308
307
  headers?: Record<string, string> | undefined;
309
308
  logprobs?: any;
309
+ request?: Record<string, any> | undefined;
310
310
  totalUsage?: {
311
311
  inputTokens: number;
312
312
  outputTokens: number;
@@ -363,7 +363,6 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
363
363
  }>;
364
364
  steps: import("zod").ZodArray<import("zod").ZodAny, "many">;
365
365
  }, "strip", import("zod").ZodTypeAny, {
366
- steps: any[];
367
366
  usage: {
368
367
  inputTokens: number;
369
368
  outputTokens: number;
@@ -371,10 +370,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
371
370
  reasoningTokens?: number | undefined;
372
371
  cachedInputTokens?: number | undefined;
373
372
  };
373
+ steps: any[];
374
374
  text?: string | undefined;
375
375
  reasoning?: any[] | undefined;
376
- sources?: any[] | undefined;
377
376
  files?: any[] | undefined;
377
+ sources?: any[] | undefined;
378
378
  toolCalls?: any[] | undefined;
379
379
  toolResults?: any[] | undefined;
380
380
  reasoningText?: string | undefined;
@@ -383,7 +383,6 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
383
383
  staticToolResults?: any[] | undefined;
384
384
  dynamicToolResults?: any[] | undefined;
385
385
  }, {
386
- steps: any[];
387
386
  usage: {
388
387
  inputTokens: number;
389
388
  outputTokens: number;
@@ -391,10 +390,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
391
390
  reasoningTokens?: number | undefined;
392
391
  cachedInputTokens?: number | undefined;
393
392
  };
393
+ steps: any[];
394
394
  text?: string | undefined;
395
395
  reasoning?: any[] | undefined;
396
- sources?: any[] | undefined;
397
396
  files?: any[] | undefined;
397
+ sources?: any[] | undefined;
398
398
  toolCalls?: any[] | undefined;
399
399
  toolResults?: any[] | undefined;
400
400
  reasoningText?: string | undefined;
@@ -427,11 +427,11 @@ 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
- request?: Record<string, any> | undefined;
430
+ model?: string | undefined;
431
431
  headers?: Record<string, string> | undefined;
432
+ request?: Record<string, any> | undefined;
432
433
  timestamp?: Date | undefined;
433
434
  modelId?: string | undefined;
434
- model?: string | undefined;
435
435
  modelMetadata?: {
436
436
  modelId: string;
437
437
  modelProvider: string;
@@ -440,11 +440,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
440
440
  }, {
441
441
  id?: string | undefined;
442
442
  providerMetadata?: Record<string, any> | undefined;
443
- request?: Record<string, any> | undefined;
443
+ model?: string | undefined;
444
444
  headers?: Record<string, string> | undefined;
445
+ request?: Record<string, any> | undefined;
445
446
  timestamp?: Date | undefined;
446
447
  modelId?: string | undefined;
447
- model?: string | undefined;
448
448
  modelMetadata?: {
449
449
  modelId: string;
450
450
  modelProvider: string;
@@ -480,12 +480,12 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
480
480
  request: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>>;
481
481
  }, "strip", import("zod").ZodTypeAny, {
482
482
  reason: string;
483
- warnings: any[];
484
483
  isContinued: boolean;
484
+ warnings: any[];
485
485
  messageId?: string | undefined;
486
- request?: Record<string, any> | undefined;
487
486
  headers?: Record<string, string> | undefined;
488
487
  logprobs?: any;
488
+ request?: Record<string, any> | undefined;
489
489
  totalUsage?: {
490
490
  inputTokens: number;
491
491
  outputTokens: number;
@@ -495,12 +495,12 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
495
495
  } | undefined;
496
496
  }, {
497
497
  reason: string;
498
- warnings: any[];
499
498
  isContinued: boolean;
499
+ warnings: any[];
500
500
  messageId?: string | undefined;
501
- request?: Record<string, any> | undefined;
502
501
  headers?: Record<string, string> | undefined;
503
502
  logprobs?: any;
503
+ request?: Record<string, any> | undefined;
504
504
  totalUsage?: {
505
505
  inputTokens: number;
506
506
  outputTokens: number;
@@ -511,7 +511,6 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
511
511
  }>;
512
512
  }, "strip", import("zod").ZodTypeAny, {
513
513
  output: {
514
- steps: any[];
515
514
  usage: {
516
515
  inputTokens: number;
517
516
  outputTokens: number;
@@ -519,10 +518,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
519
518
  reasoningTokens?: number | undefined;
520
519
  cachedInputTokens?: number | undefined;
521
520
  };
521
+ steps: any[];
522
522
  text?: string | undefined;
523
523
  reasoning?: any[] | undefined;
524
- sources?: any[] | undefined;
525
524
  files?: any[] | undefined;
525
+ sources?: any[] | undefined;
526
526
  toolCalls?: any[] | undefined;
527
527
  toolResults?: any[] | undefined;
528
528
  reasoningText?: string | undefined;
@@ -535,11 +535,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
535
535
  metadata: {
536
536
  id?: string | undefined;
537
537
  providerMetadata?: Record<string, any> | undefined;
538
- request?: Record<string, any> | undefined;
538
+ model?: string | undefined;
539
539
  headers?: Record<string, string> | undefined;
540
+ request?: Record<string, any> | undefined;
540
541
  timestamp?: Date | undefined;
541
542
  modelId?: string | undefined;
542
- model?: string | undefined;
543
543
  modelMetadata?: {
544
544
  modelId: string;
545
545
  modelProvider: string;
@@ -553,12 +553,12 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
553
553
  };
554
554
  stepResult: {
555
555
  reason: string;
556
- warnings: any[];
557
556
  isContinued: boolean;
557
+ warnings: any[];
558
558
  messageId?: string | undefined;
559
- request?: Record<string, any> | undefined;
560
559
  headers?: Record<string, string> | undefined;
561
560
  logprobs?: any;
561
+ request?: Record<string, any> | undefined;
562
562
  totalUsage?: {
563
563
  inputTokens: number;
564
564
  outputTokens: number;
@@ -569,7 +569,6 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
569
569
  };
570
570
  }, {
571
571
  output: {
572
- steps: any[];
573
572
  usage: {
574
573
  inputTokens: number;
575
574
  outputTokens: number;
@@ -577,10 +576,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
577
576
  reasoningTokens?: number | undefined;
578
577
  cachedInputTokens?: number | undefined;
579
578
  };
579
+ steps: any[];
580
580
  text?: string | undefined;
581
581
  reasoning?: any[] | undefined;
582
- sources?: any[] | undefined;
583
582
  files?: any[] | undefined;
583
+ sources?: any[] | undefined;
584
584
  toolCalls?: any[] | undefined;
585
585
  toolResults?: any[] | undefined;
586
586
  reasoningText?: string | undefined;
@@ -593,11 +593,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
593
593
  metadata: {
594
594
  id?: string | undefined;
595
595
  providerMetadata?: Record<string, any> | undefined;
596
- request?: Record<string, any> | undefined;
596
+ model?: string | undefined;
597
597
  headers?: Record<string, string> | undefined;
598
+ request?: Record<string, any> | undefined;
598
599
  timestamp?: Date | undefined;
599
600
  modelId?: string | undefined;
600
- model?: string | undefined;
601
601
  modelMetadata?: {
602
602
  modelId: string;
603
603
  modelProvider: string;
@@ -611,12 +611,12 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
611
611
  };
612
612
  stepResult: {
613
613
  reason: string;
614
- warnings: any[];
615
614
  isContinued: boolean;
615
+ warnings: any[];
616
616
  messageId?: string | undefined;
617
- request?: Record<string, any> | undefined;
618
617
  headers?: Record<string, string> | undefined;
619
618
  logprobs?: any;
619
+ request?: Record<string, any> | undefined;
620
620
  totalUsage?: {
621
621
  inputTokens: number;
622
622
  outputTokens: number;
@@ -673,7 +673,6 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
673
673
  }>;
674
674
  steps: import("zod").ZodArray<import("zod").ZodAny, "many">;
675
675
  }, "strip", import("zod").ZodTypeAny, {
676
- steps: any[];
677
676
  usage: {
678
677
  inputTokens: number;
679
678
  outputTokens: number;
@@ -681,10 +680,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
681
680
  reasoningTokens?: number | undefined;
682
681
  cachedInputTokens?: number | undefined;
683
682
  };
683
+ steps: any[];
684
684
  text?: string | undefined;
685
685
  reasoning?: any[] | undefined;
686
- sources?: any[] | undefined;
687
686
  files?: any[] | undefined;
687
+ sources?: any[] | undefined;
688
688
  toolCalls?: any[] | undefined;
689
689
  toolResults?: any[] | undefined;
690
690
  reasoningText?: string | undefined;
@@ -693,7 +693,6 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
693
693
  staticToolResults?: any[] | undefined;
694
694
  dynamicToolResults?: any[] | undefined;
695
695
  }, {
696
- steps: any[];
697
696
  usage: {
698
697
  inputTokens: number;
699
698
  outputTokens: number;
@@ -701,10 +700,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
701
700
  reasoningTokens?: number | undefined;
702
701
  cachedInputTokens?: number | undefined;
703
702
  };
703
+ steps: any[];
704
704
  text?: string | undefined;
705
705
  reasoning?: any[] | undefined;
706
- sources?: any[] | undefined;
707
706
  files?: any[] | undefined;
707
+ sources?: any[] | undefined;
708
708
  toolCalls?: any[] | undefined;
709
709
  toolResults?: any[] | undefined;
710
710
  reasoningText?: string | undefined;
@@ -737,11 +737,11 @@ 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
- request?: Record<string, any> | undefined;
740
+ model?: string | undefined;
741
741
  headers?: Record<string, string> | undefined;
742
+ request?: Record<string, any> | undefined;
742
743
  timestamp?: Date | undefined;
743
744
  modelId?: string | undefined;
744
- model?: string | undefined;
745
745
  modelMetadata?: {
746
746
  modelId: string;
747
747
  modelProvider: string;
@@ -750,11 +750,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
750
750
  }, {
751
751
  id?: string | undefined;
752
752
  providerMetadata?: Record<string, any> | undefined;
753
- request?: Record<string, any> | undefined;
753
+ model?: string | undefined;
754
754
  headers?: Record<string, string> | undefined;
755
+ request?: Record<string, any> | undefined;
755
756
  timestamp?: Date | undefined;
756
757
  modelId?: string | undefined;
757
- model?: string | undefined;
758
758
  modelMetadata?: {
759
759
  modelId: string;
760
760
  modelProvider: string;
@@ -790,12 +790,12 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
790
790
  request: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>>;
791
791
  }, "strip", import("zod").ZodTypeAny, {
792
792
  reason: string;
793
- warnings: any[];
794
793
  isContinued: boolean;
794
+ warnings: any[];
795
795
  messageId?: string | undefined;
796
- request?: Record<string, any> | undefined;
797
796
  headers?: Record<string, string> | undefined;
798
797
  logprobs?: any;
798
+ request?: Record<string, any> | undefined;
799
799
  totalUsage?: {
800
800
  inputTokens: number;
801
801
  outputTokens: number;
@@ -805,12 +805,12 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
805
805
  } | undefined;
806
806
  }, {
807
807
  reason: string;
808
- warnings: any[];
809
808
  isContinued: boolean;
809
+ warnings: any[];
810
810
  messageId?: string | undefined;
811
- request?: Record<string, any> | undefined;
812
811
  headers?: Record<string, string> | undefined;
813
812
  logprobs?: any;
813
+ request?: Record<string, any> | undefined;
814
814
  totalUsage?: {
815
815
  inputTokens: number;
816
816
  outputTokens: number;
@@ -821,7 +821,6 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
821
821
  }>;
822
822
  }, "strip", import("zod").ZodTypeAny, {
823
823
  output: {
824
- steps: any[];
825
824
  usage: {
826
825
  inputTokens: number;
827
826
  outputTokens: number;
@@ -829,10 +828,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
829
828
  reasoningTokens?: number | undefined;
830
829
  cachedInputTokens?: number | undefined;
831
830
  };
831
+ steps: any[];
832
832
  text?: string | undefined;
833
833
  reasoning?: any[] | undefined;
834
- sources?: any[] | undefined;
835
834
  files?: any[] | undefined;
835
+ sources?: any[] | undefined;
836
836
  toolCalls?: any[] | undefined;
837
837
  toolResults?: any[] | undefined;
838
838
  reasoningText?: string | undefined;
@@ -845,11 +845,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
845
845
  metadata: {
846
846
  id?: string | undefined;
847
847
  providerMetadata?: Record<string, any> | undefined;
848
- request?: Record<string, any> | undefined;
848
+ model?: string | undefined;
849
849
  headers?: Record<string, string> | undefined;
850
+ request?: Record<string, any> | undefined;
850
851
  timestamp?: Date | undefined;
851
852
  modelId?: string | undefined;
852
- model?: string | undefined;
853
853
  modelMetadata?: {
854
854
  modelId: string;
855
855
  modelProvider: string;
@@ -863,12 +863,12 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
863
863
  };
864
864
  stepResult: {
865
865
  reason: string;
866
- warnings: any[];
867
866
  isContinued: boolean;
867
+ warnings: any[];
868
868
  messageId?: string | undefined;
869
- request?: Record<string, any> | undefined;
870
869
  headers?: Record<string, string> | undefined;
871
870
  logprobs?: any;
871
+ request?: Record<string, any> | undefined;
872
872
  totalUsage?: {
873
873
  inputTokens: number;
874
874
  outputTokens: number;
@@ -879,7 +879,6 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
879
879
  };
880
880
  }, {
881
881
  output: {
882
- steps: any[];
883
882
  usage: {
884
883
  inputTokens: number;
885
884
  outputTokens: number;
@@ -887,10 +886,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
887
886
  reasoningTokens?: number | undefined;
888
887
  cachedInputTokens?: number | undefined;
889
888
  };
889
+ steps: any[];
890
890
  text?: string | undefined;
891
891
  reasoning?: any[] | undefined;
892
- sources?: any[] | undefined;
893
892
  files?: any[] | undefined;
893
+ sources?: any[] | undefined;
894
894
  toolCalls?: any[] | undefined;
895
895
  toolResults?: any[] | undefined;
896
896
  reasoningText?: string | undefined;
@@ -903,11 +903,11 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
903
903
  metadata: {
904
904
  id?: string | undefined;
905
905
  providerMetadata?: Record<string, any> | undefined;
906
- request?: Record<string, any> | undefined;
906
+ model?: string | undefined;
907
907
  headers?: Record<string, string> | undefined;
908
+ request?: Record<string, any> | undefined;
908
909
  timestamp?: Date | undefined;
909
910
  modelId?: string | undefined;
910
- model?: string | undefined;
911
911
  modelMetadata?: {
912
912
  modelId: string;
913
913
  modelProvider: string;
@@ -921,12 +921,12 @@ export declare function createAgenticExecutionWorkflow<Tools extends ToolSet = T
921
921
  };
922
922
  stepResult: {
923
923
  reason: string;
924
- warnings: any[];
925
924
  isContinued: boolean;
925
+ warnings: any[];
926
926
  messageId?: string | undefined;
927
- request?: Record<string, any> | undefined;
928
927
  headers?: Record<string, string> | undefined;
929
928
  logprobs?: any;
929
+ request?: Record<string, any> | undefined;
930
930
  totalUsage?: {
931
931
  inputTokens: number;
932
932
  outputTokens: number;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/loop/workflows/agentic-execution/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAErC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAEhE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAO/C,wBAAgB,8BAA8B,CAC5C,KAAK,SAAS,OAAO,GAAG,OAAO,EAC/B,MAAM,SAAS,YAAY,GAAG,SAAS,EACvC,EAAE,MAAM,EAAE,kBAAkB,EAAE,SAAS,EAAE,eAAe,EAAE,GAAG,IAAI,EAAE,EAAE,WAAW,CAAC,KAAK,EAAE,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmEhG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/loop/workflows/agentic-execution/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,IAAI,CAAC;AAElC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAEhE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAO/C,wBAAgB,8BAA8B,CAC5C,KAAK,SAAS,OAAO,GAAG,OAAO,EAC/B,MAAM,SAAS,YAAY,GAAG,SAAS,EACvC,EAAE,MAAM,EAAE,kBAAkB,EAAE,SAAS,EAAE,eAAe,EAAE,GAAG,IAAI,EAAE,EAAE,WAAW,CAAC,KAAK,EAAE,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmEhG"}