@graphrefly/ts 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (333) hide show
  1. package/README.md +197 -117
  2. package/dist/actions-types-CH-XCU9O.d.cts +657 -0
  3. package/dist/actions-types-w2iPQTkv.d.ts +657 -0
  4. package/dist/adapters/index.cjs +5157 -2951
  5. package/dist/adapters/index.cjs.map +1 -1
  6. package/dist/adapters/index.d.cts +207 -70
  7. package/dist/adapters/index.d.ts +207 -70
  8. package/dist/adapters/index.js +3738 -1688
  9. package/dist/adapters/index.js.map +1 -1
  10. package/dist/adapters/nestjs/microservices.cjs +841 -0
  11. package/dist/adapters/nestjs/microservices.cjs.map +1 -0
  12. package/dist/adapters/nestjs/microservices.d.cts +45 -0
  13. package/dist/adapters/nestjs/microservices.d.ts +45 -0
  14. package/dist/adapters/nestjs/microservices.js +206 -0
  15. package/dist/adapters/nestjs/microservices.js.map +1 -0
  16. package/dist/adapters/nestjs/native.cjs +1391 -0
  17. package/dist/adapters/nestjs/native.cjs.map +1 -0
  18. package/dist/adapters/nestjs/native.d.cts +111 -0
  19. package/dist/adapters/nestjs/native.d.ts +111 -0
  20. package/dist/adapters/nestjs/native.js +577 -0
  21. package/dist/adapters/nestjs/native.js.map +1 -0
  22. package/dist/adapters/nestjs/websockets.cjs +924 -0
  23. package/dist/adapters/nestjs/websockets.cjs.map +1 -0
  24. package/dist/adapters/nestjs/websockets.d.cts +47 -0
  25. package/dist/adapters/nestjs/websockets.d.ts +47 -0
  26. package/dist/adapters/nestjs/websockets.js +286 -0
  27. package/dist/adapters/nestjs/websockets.js.map +1 -0
  28. package/dist/adapters/nestjs.cjs +1085 -0
  29. package/dist/adapters/nestjs.cjs.map +1 -0
  30. package/dist/adapters/nestjs.d.cts +385 -0
  31. package/dist/adapters/nestjs.d.ts +385 -0
  32. package/dist/adapters/nestjs.js +112 -0
  33. package/dist/adapters/nestjs.js.map +1 -0
  34. package/dist/adapters/observe-storage.d.cts +3 -3
  35. package/dist/adapters/observe-storage.d.ts +3 -3
  36. package/dist/adapters/observe-storage.js +4 -4
  37. package/dist/adapters/react.cjs.map +1 -1
  38. package/dist/adapters/react.d.cts +2 -2
  39. package/dist/adapters/react.d.ts +2 -2
  40. package/dist/adapters/react.js +1 -1
  41. package/dist/adapters/solid.cjs.map +1 -1
  42. package/dist/adapters/solid.d.cts +2 -2
  43. package/dist/adapters/solid.d.ts +2 -2
  44. package/dist/adapters/solid.js +1 -1
  45. package/dist/adapters/svelte.cjs.map +1 -1
  46. package/dist/adapters/svelte.d.cts +2 -2
  47. package/dist/adapters/svelte.d.ts +2 -2
  48. package/dist/adapters/svelte.js +1 -1
  49. package/dist/adapters/vue.cjs.map +1 -1
  50. package/dist/adapters/vue.d.cts +2 -2
  51. package/dist/adapters/vue.d.ts +2 -2
  52. package/dist/adapters/vue.js +1 -1
  53. package/dist/{agent-runtime-BesGDZcB.d.ts → agent-runtime-types-core-CKwrBDyi.d.ts} +171 -320
  54. package/dist/{agent-runtime-DZTJ3C-p.d.cts → agent-runtime-types-core-bfl4m0vM.d.cts} +171 -320
  55. package/dist/agent-runtime-types-tool-BLPV3azj.d.cts +695 -0
  56. package/dist/agent-runtime-types-tool-hwqvVqNt.d.ts +695 -0
  57. package/dist/agentic-memory-retention-CLwI76JK.d.ts +14 -0
  58. package/dist/agentic-memory-retention-Cz8GR6ie.d.cts +14 -0
  59. package/dist/{agentic-memory-DfuVZ-lY.d.cts → agentic-memory-types-JDr7MPhh.d.cts} +13 -57
  60. package/dist/{agentic-memory-BmRCvh0d.d.ts → agentic-memory-types-khYJgzKL.d.ts} +13 -57
  61. package/dist/{capability-admission-B0BzqAm5.d.cts → capability-admission-B8RNFyaZ.d.cts} +3 -3
  62. package/dist/{capability-admission-g0mn9hpq.d.ts → capability-admission-Dkw1Xz3r.d.ts} +3 -3
  63. package/dist/chunk-2KUAG2GZ.js +9693 -0
  64. package/dist/chunk-2KUAG2GZ.js.map +1 -0
  65. package/dist/{chunk-CZNV3VXM.js → chunk-3J7UPZL5.js} +11 -11
  66. package/dist/{chunk-HKK2JD7Z.js → chunk-3LYI6ADX.js} +12 -125
  67. package/dist/chunk-3LYI6ADX.js.map +1 -0
  68. package/dist/{chunk-YXMZ2N6J.js → chunk-4M37FH2I.js} +1071 -1025
  69. package/dist/chunk-4M37FH2I.js.map +1 -0
  70. package/dist/{chunk-YDSIVHRR.js → chunk-4NWSNI4K.js} +1598 -1584
  71. package/dist/chunk-4NWSNI4K.js.map +1 -0
  72. package/dist/{chunk-Z2ANQ6JW.js → chunk-4Q77MMJY.js} +2 -2
  73. package/dist/{chunk-SS2A464I.js → chunk-54WPEODM.js} +3 -3
  74. package/dist/chunk-54WPEODM.js.map +1 -0
  75. package/dist/chunk-6E76H4OU.js +132 -0
  76. package/dist/chunk-6E76H4OU.js.map +1 -0
  77. package/dist/chunk-7GOTIIQ7.js +819 -0
  78. package/dist/chunk-7GOTIIQ7.js.map +1 -0
  79. package/dist/{chunk-V7CIJE4B.js → chunk-DKFWDTVY.js} +92 -9
  80. package/dist/chunk-DKFWDTVY.js.map +1 -0
  81. package/dist/{chunk-FBUU43PM.js → chunk-E4QCH32M.js} +448 -446
  82. package/dist/chunk-E4QCH32M.js.map +1 -0
  83. package/dist/{chunk-XKXWK2KP.js → chunk-GXU6WFEJ.js} +1157 -1021
  84. package/dist/chunk-GXU6WFEJ.js.map +1 -0
  85. package/dist/{chunk-K3FXTC3I.js → chunk-HJACH5PU.js} +3 -3
  86. package/dist/{chunk-GTPCOEOZ.js → chunk-IDMLXLLG.js} +3 -3
  87. package/dist/{chunk-DKP56CSW.js → chunk-JKAYLDQV.js} +2 -2
  88. package/dist/{chunk-4VLAQHZI.js → chunk-K7FB3JTD.js} +17 -1
  89. package/dist/chunk-K7FB3JTD.js.map +1 -0
  90. package/dist/{chunk-43BKLFZU.js → chunk-KFURM6FM.js} +10 -10
  91. package/dist/{chunk-H75VXTGT.js → chunk-L6LDXRWE.js} +3 -3
  92. package/dist/{chunk-H75VXTGT.js.map → chunk-L6LDXRWE.js.map} +1 -1
  93. package/dist/chunk-MCOFHMUU.js +4131 -0
  94. package/dist/chunk-MCOFHMUU.js.map +1 -0
  95. package/dist/chunk-MQEQMS7B.js +1009 -0
  96. package/dist/chunk-MQEQMS7B.js.map +1 -0
  97. package/dist/chunk-MTELVIYR.js +1421 -0
  98. package/dist/chunk-MTELVIYR.js.map +1 -0
  99. package/dist/{chunk-3JR3EDB2.js → chunk-NNDIFUKX.js} +121 -115
  100. package/dist/chunk-NNDIFUKX.js.map +1 -0
  101. package/dist/{chunk-2747WN4Y.js → chunk-PUSRRALM.js} +3 -3
  102. package/dist/{chunk-QFY4AFY4.js → chunk-PVC7WDKI.js} +58 -52
  103. package/dist/chunk-PVC7WDKI.js.map +1 -0
  104. package/dist/{chunk-VTHLCFN4.js → chunk-RAHNUYA5.js} +2 -2
  105. package/dist/chunk-TQPCAIQI.js +612 -0
  106. package/dist/chunk-TQPCAIQI.js.map +1 -0
  107. package/dist/{chunk-IXZBUWSP.js → chunk-UEMN5URK.js} +2 -2
  108. package/dist/chunk-WOS7RJYZ.js +1320 -0
  109. package/dist/chunk-WOS7RJYZ.js.map +1 -0
  110. package/dist/{chunk-6PHB5CJS.js → chunk-ZLFRB6FI.js} +2 -2
  111. package/dist/composition/index.cjs +1228 -1076
  112. package/dist/composition/index.cjs.map +1 -1
  113. package/dist/composition/index.d.cts +3 -3
  114. package/dist/composition/index.d.ts +3 -3
  115. package/dist/composition/index.js +4 -4
  116. package/dist/core/index.cjs +1198 -1046
  117. package/dist/core/index.cjs.map +1 -1
  118. package/dist/core/index.d.cts +23 -2
  119. package/dist/core/index.d.ts +23 -2
  120. package/dist/core/index.js +2 -2
  121. package/dist/cqrs/index.d.cts +3 -3
  122. package/dist/cqrs/index.d.ts +3 -3
  123. package/dist/cqrs/messaging.d.cts +4 -4
  124. package/dist/cqrs/messaging.d.ts +4 -4
  125. package/dist/cqrs/work-queue.d.cts +5 -5
  126. package/dist/cqrs/work-queue.d.ts +5 -5
  127. package/dist/data-structures/index.cjs +1226 -1074
  128. package/dist/data-structures/index.cjs.map +1 -1
  129. package/dist/data-structures/index.d.cts +8 -7
  130. package/dist/data-structures/index.d.ts +8 -7
  131. package/dist/data-structures/index.js +6 -5
  132. package/dist/{describe-DYMw_l1C.d.cts → describe-BumQ-3_0.d.cts} +1 -1
  133. package/dist/{describe-BpyJuWkw.d.ts → describe-cYr_Z5zm.d.ts} +1 -1
  134. package/dist/executors/tool-provider-adapters.cjs +3091 -0
  135. package/dist/executors/tool-provider-adapters.cjs.map +1 -0
  136. package/dist/executors/tool-provider-adapters.d.cts +174 -0
  137. package/dist/executors/tool-provider-adapters.d.ts +174 -0
  138. package/dist/executors/tool-provider-adapters.js +1336 -0
  139. package/dist/executors/tool-provider-adapters.js.map +1 -0
  140. package/dist/executors/tool-provider-runtime.cjs +5178 -0
  141. package/dist/executors/tool-provider-runtime.cjs.map +1 -0
  142. package/dist/executors/tool-provider-runtime.d.cts +17 -0
  143. package/dist/executors/tool-provider-runtime.d.ts +17 -0
  144. package/dist/executors/tool-provider-runtime.js +15 -0
  145. package/dist/executors/tool-provider-runtime.js.map +1 -0
  146. package/dist/executors/tool-provider.cjs +6392 -0
  147. package/dist/executors/tool-provider.cjs.map +1 -0
  148. package/dist/executors/tool-provider.d.cts +60 -0
  149. package/dist/executors/tool-provider.d.ts +60 -0
  150. package/dist/executors/tool-provider.js +89 -0
  151. package/dist/executors/tool-provider.js.map +1 -0
  152. package/dist/executors/work-queue.d.cts +6 -6
  153. package/dist/executors/work-queue.d.ts +6 -6
  154. package/dist/graph/index.cjs +1499 -1341
  155. package/dist/graph/index.cjs.map +1 -1
  156. package/dist/graph/index.d.cts +9 -8
  157. package/dist/graph/index.d.ts +9 -8
  158. package/dist/graph/index.js +23 -22
  159. package/dist/{graph-DCEWh4T2.d.cts → graph-C1C-wb0L.d.cts} +266 -137
  160. package/dist/{graph-D-1-SQeC.d.ts → graph-CS0b4V9B.d.ts} +266 -137
  161. package/dist/{index-72VZC0-E.d.cts → index-DLrNopda.d.cts} +151 -10
  162. package/dist/{index-Bmxeu0nK.d.ts → index-DzJni3_6.d.ts} +151 -10
  163. package/dist/index.cjs +3397 -3140
  164. package/dist/index.cjs.map +1 -1
  165. package/dist/index.d.cts +12 -9
  166. package/dist/index.d.ts +12 -9
  167. package/dist/index.js +110 -109
  168. package/dist/inspection/boundary.d.cts +4 -4
  169. package/dist/inspection/boundary.d.ts +4 -4
  170. package/dist/measurements-BWAnochv.d.ts +294 -0
  171. package/dist/measurements-B_gJfD8h.d.cts +294 -0
  172. package/dist/messaging/index.cjs +57 -51
  173. package/dist/messaging/index.cjs.map +1 -1
  174. package/dist/messaging/index.d.cts +11 -276
  175. package/dist/messaging/index.d.ts +11 -276
  176. package/dist/messaging/index.js +1 -1
  177. package/dist/operators/index.cjs +1228 -1076
  178. package/dist/operators/index.cjs.map +1 -1
  179. package/dist/operators/index.d.cts +5 -5
  180. package/dist/operators/index.d.ts +5 -5
  181. package/dist/operators/index.js +5 -5
  182. package/dist/orchestration/index.cjs +8844 -6071
  183. package/dist/orchestration/index.cjs.map +1 -1
  184. package/dist/orchestration/index.d.cts +171 -224
  185. package/dist/orchestration/index.d.ts +171 -224
  186. package/dist/orchestration/index.js +42 -991
  187. package/dist/orchestration/index.js.map +1 -1
  188. package/dist/orchestration/messaging.d.cts +5 -8
  189. package/dist/orchestration/messaging.d.ts +5 -8
  190. package/dist/orchestration/work-queue.cjs +1243 -5
  191. package/dist/orchestration/work-queue.cjs.map +1 -1
  192. package/dist/orchestration/work-queue.d.cts +121 -10
  193. package/dist/orchestration/work-queue.d.ts +121 -10
  194. package/dist/orchestration/work-queue.js +1067 -4
  195. package/dist/orchestration/work-queue.js.map +1 -1
  196. package/dist/patterns/event-flow.cjs +6 -20
  197. package/dist/patterns/event-flow.cjs.map +1 -1
  198. package/dist/patterns/event-flow.d.cts +4 -4
  199. package/dist/patterns/event-flow.d.ts +4 -4
  200. package/dist/patterns/event-flow.js +2 -2
  201. package/dist/patterns/index.cjs +453 -465
  202. package/dist/patterns/index.cjs.map +1 -1
  203. package/dist/patterns/index.d.cts +6 -5
  204. package/dist/patterns/index.d.ts +6 -5
  205. package/dist/patterns/index.js +3 -3
  206. package/dist/process-types-BB7oRhX3.d.cts +200 -0
  207. package/dist/process-types-QNhyoYJ8.d.ts +200 -0
  208. package/dist/{reactive-collection-DNV0-gFi.d.cts → reactive-collection-BYlWvtnp.d.cts} +4 -34
  209. package/dist/{reactive-collection-BAmfrGjd.d.ts → reactive-collection-efOEdGFN.d.ts} +4 -34
  210. package/dist/{reactive-collection-storage-BNEldDyi.d.cts → reactive-collection-storage-BjoLsoiC.d.cts} +5 -5
  211. package/dist/{reactive-collection-storage-YZsAQsWK.d.ts → reactive-collection-storage-DwW6UuK_.d.ts} +5 -5
  212. package/dist/{reactive-map-DRD1LJ2H.d.cts → reactive-map-BHacbIqz.d.cts} +7 -2
  213. package/dist/{reactive-map-EsDiCmJk.d.ts → reactive-map-DN4Jyqnf.d.ts} +7 -2
  214. package/dist/render/index.d.cts +2 -2
  215. package/dist/render/index.d.ts +2 -2
  216. package/dist/scheduled-readiness-BmqXxnzX.d.ts +91 -0
  217. package/dist/scheduled-readiness-CYSw7KDE.d.cts +91 -0
  218. package/dist/semantic-memory-graph-B_LwbM-E.d.cts +30 -0
  219. package/dist/semantic-memory-graph-rsFNNhwn.d.ts +30 -0
  220. package/dist/{semantic-memory-graph-DKuNzuWw.d.cts → semantic-memory-graph-types-Y73bbwVI.d.cts} +2 -28
  221. package/dist/{semantic-memory-graph-uwbwJdhe.d.ts → semantic-memory-graph-types-safmPkuX.d.ts} +2 -28
  222. package/dist/solutions/index.cjs +6353 -6169
  223. package/dist/solutions/index.cjs.map +1 -1
  224. package/dist/solutions/index.d.cts +12 -10
  225. package/dist/solutions/index.d.ts +12 -10
  226. package/dist/solutions/index.js +5 -5
  227. package/dist/solutions/reactive-layout/browser/index.cjs +116 -108
  228. package/dist/solutions/reactive-layout/browser/index.cjs.map +1 -1
  229. package/dist/solutions/reactive-layout/browser/index.d.cts +4 -4
  230. package/dist/solutions/reactive-layout/browser/index.d.ts +4 -4
  231. package/dist/solutions/reactive-layout/browser/index.js +3 -3
  232. package/dist/solutions/reactive-layout/index.cjs +3578 -3350
  233. package/dist/solutions/reactive-layout/index.cjs.map +1 -1
  234. package/dist/solutions/reactive-layout/index.d.cts +32 -576
  235. package/dist/solutions/reactive-layout/index.d.ts +32 -576
  236. package/dist/solutions/reactive-layout/index.js +65 -5
  237. package/dist/solutions/reactive-layout/node-canvas/index.cjs +127 -117
  238. package/dist/solutions/reactive-layout/node-canvas/index.cjs.map +1 -1
  239. package/dist/solutions/reactive-layout/node-canvas/index.d.cts +4 -4
  240. package/dist/solutions/reactive-layout/node-canvas/index.d.ts +4 -4
  241. package/dist/solutions/reactive-layout/node-canvas/index.js +3 -3
  242. package/dist/solutions/reactive-layout/react-native/index.cjs +127 -117
  243. package/dist/solutions/reactive-layout/react-native/index.cjs.map +1 -1
  244. package/dist/solutions/reactive-layout/react-native/index.d.cts +4 -4
  245. package/dist/solutions/reactive-layout/react-native/index.d.ts +4 -4
  246. package/dist/solutions/reactive-layout/react-native/index.js +3 -3
  247. package/dist/solutions/reactive-layout/skia/index.cjs +127 -117
  248. package/dist/solutions/reactive-layout/skia/index.cjs.map +1 -1
  249. package/dist/solutions/reactive-layout/skia/index.d.cts +4 -4
  250. package/dist/solutions/reactive-layout/skia/index.d.ts +4 -4
  251. package/dist/solutions/reactive-layout/skia/index.js +3 -3
  252. package/dist/solutions/work-item/actions.cjs +1609 -1428
  253. package/dist/solutions/work-item/actions.cjs.map +1 -1
  254. package/dist/solutions/work-item/actions.d.cts +23 -184
  255. package/dist/solutions/work-item/actions.d.ts +23 -184
  256. package/dist/solutions/work-item/actions.js +1558 -934
  257. package/dist/solutions/work-item/actions.js.map +1 -1
  258. package/dist/solutions/work-item/scheduling.cjs +9181 -1838
  259. package/dist/solutions/work-item/scheduling.cjs.map +1 -1
  260. package/dist/solutions/work-item/scheduling.d.cts +1763 -328
  261. package/dist/solutions/work-item/scheduling.d.ts +1763 -328
  262. package/dist/solutions/work-item/scheduling.js +117 -3
  263. package/dist/solutions/work-item/work-queue.d.cts +7 -7
  264. package/dist/solutions/work-item/work-queue.d.ts +7 -7
  265. package/dist/sources/browser.cjs +1318 -1083
  266. package/dist/sources/browser.cjs.map +1 -1
  267. package/dist/sources/browser.d.cts +22 -6
  268. package/dist/sources/browser.d.ts +22 -6
  269. package/dist/sources/browser.js +4 -4
  270. package/dist/sources/browser.js.map +1 -1
  271. package/dist/sources/index.cjs +1318 -1083
  272. package/dist/sources/index.cjs.map +1 -1
  273. package/dist/sources/index.d.cts +4 -4
  274. package/dist/sources/index.d.ts +4 -4
  275. package/dist/sources/index.js +4 -4
  276. package/dist/sources/node.d.cts +3 -3
  277. package/dist/sources/node.d.ts +3 -3
  278. package/dist/storage/browser.cjs +16 -0
  279. package/dist/storage/browser.cjs.map +1 -1
  280. package/dist/storage/browser.js +3 -3
  281. package/dist/storage/index.cjs +16 -0
  282. package/dist/storage/index.cjs.map +1 -1
  283. package/dist/storage/index.d.cts +5 -4
  284. package/dist/storage/index.d.ts +5 -4
  285. package/dist/storage/index.js +6 -6
  286. package/dist/storage/node.cjs +16 -0
  287. package/dist/storage/node.cjs.map +1 -1
  288. package/dist/storage/node.js +3 -3
  289. package/dist/{store-C-joM4gh.d.ts → store-6_CHF6Ge.d.ts} +1 -1
  290. package/dist/{store-CNJwmT-h.d.cts → store-BljX8RkQ.d.cts} +1 -1
  291. package/dist/types-BAw2QVVE.d.cts +274 -0
  292. package/dist/types-BUbbbh4f.d.cts +34 -0
  293. package/dist/types-CMnzoL54.d.cts +457 -0
  294. package/dist/{types-CcPIn7sy.d.cts → types-CTN3XoMl.d.cts} +57 -108
  295. package/dist/types-CV_ohy5T.d.cts +357 -0
  296. package/dist/{types-BsJvElYZ.d.ts → types-DChxk1vK.d.ts} +57 -108
  297. package/dist/types-DRu7SnLV.d.ts +274 -0
  298. package/dist/types-DeID_FRl.d.ts +34 -0
  299. package/dist/types-IhKH0hGW.d.ts +357 -0
  300. package/dist/types-ePlD2uyT.d.ts +457 -0
  301. package/dist/{work-item-runtime-qaVgsL0T.d.cts → work-item-runtime-types-BTxLskN5.d.cts} +3 -93
  302. package/dist/{work-item-runtime-C3M79vE9.d.ts → work-item-runtime-types-DAsZbb2y.d.ts} +3 -93
  303. package/dist/work-queue/index.cjs +957 -953
  304. package/dist/work-queue/index.cjs.map +1 -1
  305. package/dist/work-queue/index.d.cts +9 -357
  306. package/dist/work-queue/index.d.ts +9 -357
  307. package/dist/work-queue/index.js +957 -953
  308. package/dist/work-queue/index.js.map +1 -1
  309. package/package.json +611 -513
  310. package/dist/chunk-3JR3EDB2.js.map +0 -1
  311. package/dist/chunk-4VLAQHZI.js.map +0 -1
  312. package/dist/chunk-6XAIOL3X.js +0 -2407
  313. package/dist/chunk-6XAIOL3X.js.map +0 -1
  314. package/dist/chunk-FBUU43PM.js.map +0 -1
  315. package/dist/chunk-HKK2JD7Z.js.map +0 -1
  316. package/dist/chunk-PC3BTTBE.js +0 -3217
  317. package/dist/chunk-PC3BTTBE.js.map +0 -1
  318. package/dist/chunk-QFY4AFY4.js.map +0 -1
  319. package/dist/chunk-SS2A464I.js.map +0 -1
  320. package/dist/chunk-V7CIJE4B.js.map +0 -1
  321. package/dist/chunk-XKXWK2KP.js.map +0 -1
  322. package/dist/chunk-YDSIVHRR.js.map +0 -1
  323. package/dist/chunk-YXMZ2N6J.js.map +0 -1
  324. /package/dist/{chunk-CZNV3VXM.js.map → chunk-3J7UPZL5.js.map} +0 -0
  325. /package/dist/{chunk-Z2ANQ6JW.js.map → chunk-4Q77MMJY.js.map} +0 -0
  326. /package/dist/{chunk-K3FXTC3I.js.map → chunk-HJACH5PU.js.map} +0 -0
  327. /package/dist/{chunk-GTPCOEOZ.js.map → chunk-IDMLXLLG.js.map} +0 -0
  328. /package/dist/{chunk-DKP56CSW.js.map → chunk-JKAYLDQV.js.map} +0 -0
  329. /package/dist/{chunk-43BKLFZU.js.map → chunk-KFURM6FM.js.map} +0 -0
  330. /package/dist/{chunk-2747WN4Y.js.map → chunk-PUSRRALM.js.map} +0 -0
  331. /package/dist/{chunk-VTHLCFN4.js.map → chunk-RAHNUYA5.js.map} +0 -0
  332. /package/dist/{chunk-IXZBUWSP.js.map → chunk-UEMN5URK.js.map} +0 -0
  333. /package/dist/{chunk-6PHB5CJS.js.map → chunk-ZLFRB6FI.js.map} +0 -0
@@ -1,6 +1,135 @@
1
1
  import { DataIssue } from './data/index.cjs';
2
- import { d as Graph } from './graph-DCEWh4T2.cjs';
3
- import { N as Node } from './types-CcPIn7sy.cjs';
2
+ import { N as Node } from './types-CTN3XoMl.cjs';
3
+
4
+ interface ContextContribution {
5
+ readonly kind: "context-contribution";
6
+ readonly contributionId: string;
7
+ readonly requestId: string;
8
+ readonly operationId: string;
9
+ readonly status: "ready" | "pending" | "issue";
10
+ readonly frameId?: string;
11
+ readonly issues?: readonly DataIssue[];
12
+ readonly sourceRefs?: readonly SourceRef[];
13
+ readonly metadata?: Record<string, unknown>;
14
+ }
15
+ interface PromptBundle {
16
+ readonly kind: "prompt-bundle";
17
+ readonly promptId: string;
18
+ readonly requestId: string;
19
+ readonly operationId: string;
20
+ readonly status: "ready" | "partial" | "issue";
21
+ readonly sourceFrameIds?: readonly string[];
22
+ readonly issues?: readonly DataIssue[];
23
+ readonly sourceRefs?: readonly SourceRef[];
24
+ readonly metadata?: Record<string, unknown>;
25
+ }
26
+ interface AgentRequestSatisfactionBundle {
27
+ readonly status: Node<AgentRequestStatusChanged>;
28
+ readonly issues: Node<DataIssue>;
29
+ readonly audit: Node<AgentRuntimeAuditRecord>;
30
+ }
31
+ type AgentDecisionKind = "continue" | "final" | "blocked";
32
+ interface AgentNeed {
33
+ readonly kind: string;
34
+ readonly message?: string;
35
+ readonly refs?: readonly SourceRef[];
36
+ readonly metadata?: Record<string, unknown>;
37
+ }
38
+ interface AgentDecisionBase {
39
+ readonly kind: AgentDecisionKind;
40
+ readonly decisionId: string;
41
+ readonly effectRunId: string;
42
+ readonly agentRunId: string;
43
+ readonly source: {
44
+ readonly requestId: string;
45
+ readonly operationId: string;
46
+ readonly outcomeId: string;
47
+ };
48
+ readonly reason?: string;
49
+ readonly confidence?: number;
50
+ readonly evidenceRefs?: readonly SourceRef[];
51
+ readonly metadata?: Record<string, unknown>;
52
+ }
53
+ interface AgentDecisionContinue extends AgentDecisionBase {
54
+ readonly kind: "continue";
55
+ readonly next: readonly AgentRequestProposal[];
56
+ }
57
+ interface AgentDecisionFinal extends AgentDecisionBase {
58
+ readonly kind: "final";
59
+ readonly output: AgentOutputEnvelope;
60
+ readonly summary?: string;
61
+ }
62
+ interface AgentDecisionBlocked extends AgentDecisionBase {
63
+ readonly kind: "blocked";
64
+ readonly needs: readonly AgentNeed[];
65
+ }
66
+ type AgentDecision = AgentDecisionContinue | AgentDecisionFinal | AgentDecisionBlocked;
67
+ interface StructuredAgentDecisionEnvelope {
68
+ readonly kind: "agent-decision";
69
+ readonly decision: AgentDecision;
70
+ readonly schemaRef: string;
71
+ readonly sourceRefs?: readonly SourceRef[];
72
+ }
73
+ interface StructuredAgentDecisionInterpreterBundle {
74
+ readonly decisions: Node<AgentDecision>;
75
+ readonly issues: Node<DataIssue>;
76
+ readonly audit: Node<AgentRuntimeAuditRecord>;
77
+ }
78
+ type EffectRunResultStatus = "completed" | "failed" | "blocked" | "canceled" | "timeout" | "waived";
79
+ interface EffectRunResultBase {
80
+ readonly kind: "effect-run-result";
81
+ readonly resultId: string;
82
+ readonly status: EffectRunResultStatus;
83
+ readonly effectRunId: string;
84
+ readonly subjectRefs?: readonly SourceRef[];
85
+ readonly operationId?: string;
86
+ readonly sourceRefs?: readonly SourceRef[];
87
+ readonly issues?: readonly DataIssue[];
88
+ readonly auditRefs?: readonly string[];
89
+ readonly completedAtMs?: number;
90
+ readonly metadata?: Record<string, unknown>;
91
+ }
92
+ type EffectRunResult = (EffectRunResultBase & {
93
+ readonly status: "completed";
94
+ readonly output: AgentOutputEnvelope;
95
+ }) | (EffectRunResultBase & {
96
+ readonly status: "failed";
97
+ readonly error: DataIssue;
98
+ }) | (EffectRunResultBase & {
99
+ readonly status: "blocked";
100
+ readonly needs: readonly AgentNeed[];
101
+ }) | (EffectRunResultBase & {
102
+ readonly status: "canceled";
103
+ readonly reason?: string;
104
+ }) | (EffectRunResultBase & {
105
+ readonly status: "timeout";
106
+ readonly timeoutMs?: number;
107
+ }) | (EffectRunResultBase & {
108
+ readonly status: "waived";
109
+ readonly reason?: string;
110
+ });
111
+ interface EffectRunCompletionBundle {
112
+ readonly results: Node<EffectRunResult>;
113
+ readonly status: Node<EffectRunCompletionStatus>;
114
+ readonly issues: Node<DataIssue>;
115
+ readonly audit: Node<AgentRuntimeAuditRecord>;
116
+ }
117
+ interface EffectRunCompletionStatus {
118
+ readonly effectRunId: string;
119
+ readonly state: "pending" | "completed" | "failed" | "blocked" | "canceled" | "timeout" | "waived";
120
+ readonly requiredPending: readonly string[];
121
+ readonly requiredTerminal: readonly string[];
122
+ readonly sourceRefs?: readonly SourceRef[];
123
+ }
124
+ interface AgentRuntimeAuditRecord {
125
+ readonly id: string;
126
+ readonly kind: string;
127
+ readonly subjectId?: string;
128
+ readonly message?: string;
129
+ readonly sourceRefs?: readonly SourceRef[];
130
+ readonly issueCode?: string;
131
+ readonly metadata?: Record<string, unknown>;
132
+ }
4
133
 
5
134
  interface SourceRef {
6
135
  readonly kind: string;
@@ -165,6 +294,7 @@ interface ExecutorProfile {
165
294
  readonly acceptedResultKinds?: readonly string[];
166
295
  readonly capabilities?: Record<string, unknown>;
167
296
  readonly limits?: Record<string, number>;
297
+ readonly policyRefs?: readonly SourceRef[];
168
298
  readonly metadata?: Record<string, unknown>;
169
299
  }
170
300
  interface ExecutorRoute {
@@ -192,6 +322,21 @@ interface ExecutorUsage {
192
322
  readonly costUsd?: number;
193
323
  readonly latencyMs?: number;
194
324
  }
325
+ interface SizeCapacityEvidence {
326
+ readonly kind: "size-capacity-evidence";
327
+ readonly unit: string;
328
+ readonly quantity: number;
329
+ readonly measurementSource: string;
330
+ readonly estimated?: boolean;
331
+ readonly encoding?: string;
332
+ readonly mediaType?: string;
333
+ readonly sourceRefs?: readonly SourceRef[];
334
+ readonly refs?: readonly SourceRef[];
335
+ readonly issues?: readonly DataIssue[];
336
+ readonly sensitivity?: readonly string[];
337
+ readonly redaction?: Record<string, unknown>;
338
+ readonly metadata?: Record<string, unknown>;
339
+ }
195
340
  interface ExecutorOutcomeBase {
196
341
  readonly kind: ExecutorOutcomeStatus;
197
342
  readonly outcomeId: string;
@@ -214,6 +359,29 @@ interface AgentOutputEnvelope<T = unknown> {
214
359
  readonly value?: T;
215
360
  readonly refs?: readonly SourceRef[];
216
361
  readonly summary?: string;
362
+ readonly artifacts?: readonly ExecutorArtifactMaterial[];
363
+ readonly metadata?: Record<string, unknown>;
364
+ }
365
+ interface ExecutorArtifactMaterial<T = unknown> {
366
+ readonly kind: string;
367
+ readonly format?: string;
368
+ readonly schemaRef?: string;
369
+ readonly schemaKind?: string;
370
+ readonly mimeType?: string;
371
+ readonly mediaType?: string;
372
+ readonly filename?: string;
373
+ readonly byteLength?: number;
374
+ readonly digest?: string;
375
+ readonly encoding?: string;
376
+ readonly dataMode: "inline" | "summary" | "ref" | (string & {});
377
+ readonly summary?: string;
378
+ readonly value?: T;
379
+ readonly ref?: SourceRef;
380
+ readonly refs?: readonly SourceRef[];
381
+ readonly sourceRefs?: readonly SourceRef[];
382
+ readonly sizeEvidence?: readonly SizeCapacityEvidence[];
383
+ readonly sensitivity?: readonly string[];
384
+ readonly redaction?: Record<string, unknown>;
217
385
  readonly metadata?: Record<string, unknown>;
218
386
  }
219
387
  type ExecutorOutcome<T = unknown> = (ExecutorOutcomeBase & {
@@ -234,322 +402,5 @@ type ExecutorOutcome<T = unknown> = (ExecutorOutcomeBase & {
234
402
  readonly kind: "blocked";
235
403
  readonly needs: readonly AgentNeed[];
236
404
  });
237
- /**
238
- * Provider-neutral tool-call request input (D359). Concrete clients, secrets,
239
- * transports, and SDK handles stay in executor adapter bindings, not this fact.
240
- */
241
- interface ToolCallInput<TArguments = unknown> {
242
- readonly kind: "tool-call";
243
- readonly toolName: string;
244
- readonly operation?: string;
245
- readonly arguments?: TArguments;
246
- readonly argumentsRef?: string;
247
- readonly expectedOutput?: {
248
- readonly resultKind?: string;
249
- readonly schemaRef?: string;
250
- };
251
- readonly idempotency?: {
252
- readonly key?: string;
253
- readonly safeToRetry?: boolean;
254
- };
255
- readonly timeoutMs?: number;
256
- readonly subjectRefs?: readonly SourceRef[];
257
- readonly metadata?: Record<string, unknown>;
258
- }
259
- /**
260
- * Tool provider family label for optional Layer C adapters (D359). Builtin,
261
- * MCP, CLI, and Composio providers stay executor/tool recipes, not WorkItem
262
- * core or protocol semantics.
263
- */
264
- type ToolProviderKind = "local-builtin" | "mcp" | "cli" | "composio" | (string & {});
265
- /**
266
- * Graph-visible catalog entry for a tool exposed by an executor provider
267
- * (D359). Runtime clients and credentials remain private adapter state.
268
- */
269
- interface ToolProviderCatalogEntry {
270
- readonly kind: "tool-catalog-entry";
271
- readonly providerId: string;
272
- readonly toolName: string;
273
- readonly operation?: string;
274
- readonly inputKind: "tool-call";
275
- readonly profileId: string;
276
- readonly executorId: string;
277
- readonly resultKinds?: readonly string[];
278
- readonly schemaRefs?: readonly string[];
279
- readonly capabilities?: Record<string, unknown>;
280
- readonly limits?: Record<string, number>;
281
- readonly policyRefs?: readonly SourceRef[];
282
- readonly metadata?: Record<string, unknown>;
283
- }
284
- /**
285
- * Graph-visible tool provider catalog/status surface (D359). This is passive
286
- * DATA for routing/profile selection and UI inspection, not a provider runtime.
287
- */
288
- interface ToolProviderCatalog {
289
- readonly kind: "tool-provider-catalog";
290
- readonly providerId: string;
291
- readonly providerKind: ToolProviderKind;
292
- readonly profiles: readonly ExecutorProfile[];
293
- readonly tools: readonly ToolProviderCatalogEntry[];
294
- readonly status?: "ready" | "unavailable" | "misconfigured";
295
- readonly issues?: readonly DataIssue[];
296
- readonly audit?: readonly AgentRuntimeAuditRecord[];
297
- readonly metadata?: Record<string, unknown>;
298
- }
299
- /**
300
- * Options for producing a local builtin tool-provider catalog (D359). Limits and
301
- * capabilities are declarative policy hints; execution remains adapter-owned.
302
- */
303
- interface LocalBuiltinToolProviderCatalogOptions {
304
- readonly providerId?: string;
305
- readonly executorId?: string;
306
- readonly profileId?: string;
307
- readonly tools?: readonly Omit<ToolProviderCatalogEntry, "kind" | "providerId" | "inputKind" | "profileId" | "executorId">[];
308
- readonly limits?: Record<string, number>;
309
- readonly capabilities?: Record<string, unknown>;
310
- readonly metadata?: Record<string, unknown>;
311
- }
312
- /**
313
- * Audience selector for bounded ExecutorOutcome projections (D359).
314
- */
315
- type ExecutorOutcomeViewAudience = "agent-observation" | "ui" | "diagnostic" | "audit";
316
- /**
317
- * View policy for deriving bounded, audience-specific ExecutorOutcome summaries
318
- * (D359/D270/D293) without inlining large/raw provider material.
319
- */
320
- interface ExecutorOutcomeViewPolicy {
321
- readonly audience?: ExecutorOutcomeViewAudience;
322
- readonly maxSummaryChars?: number;
323
- readonly includeIssues?: boolean;
324
- readonly includeUsage?: boolean;
325
- readonly includeMetadata?: boolean;
326
- }
327
- /**
328
- * Bounded projection of ExecutorOutcome for agent, UI, diagnostic, or audit
329
- * consumers (D359). Large/raw material stays behind refs.
330
- */
331
- interface ExecutorOutcomeView {
332
- readonly kind: "executor-outcome-view";
333
- readonly viewId: string;
334
- readonly audience: ExecutorOutcomeViewAudience;
335
- readonly outcomeId: string;
336
- readonly requestId: string;
337
- readonly operationId: string;
338
- readonly routeId: string;
339
- readonly executorId: string;
340
- readonly profileId: string;
341
- readonly status: ExecutorOutcomeStatus;
342
- readonly summary: string;
343
- readonly summaryTruncated?: boolean;
344
- readonly summaryChars?: number;
345
- readonly summaryLimitChars?: number;
346
- readonly errorKind?: string;
347
- readonly retryable?: boolean;
348
- readonly nextActions?: readonly string[];
349
- readonly sourceRefs?: readonly SourceRef[];
350
- readonly materialRefs?: readonly SourceRef[];
351
- readonly issues?: readonly DataIssue[];
352
- readonly usage?: ExecutorUsage;
353
- readonly metadata?: Record<string, unknown>;
354
- }
355
- /**
356
- * Output bundle for ExecutorOutcome view projectors (D359).
357
- */
358
- interface ExecutorOutcomeViewBundle {
359
- readonly views: Node<ExecutorOutcomeView>;
360
- readonly issues: Node<DataIssue>;
361
- readonly audit: Node<AgentRuntimeAuditRecord>;
362
- }
363
- interface ContextContribution {
364
- readonly kind: "context-contribution";
365
- readonly contributionId: string;
366
- readonly requestId: string;
367
- readonly operationId: string;
368
- readonly status: "ready" | "pending" | "issue";
369
- readonly frameId?: string;
370
- readonly issues?: readonly DataIssue[];
371
- readonly sourceRefs?: readonly SourceRef[];
372
- readonly metadata?: Record<string, unknown>;
373
- }
374
- interface PromptBundle {
375
- readonly kind: "prompt-bundle";
376
- readonly promptId: string;
377
- readonly requestId: string;
378
- readonly operationId: string;
379
- readonly status: "ready" | "partial" | "issue";
380
- readonly sourceFrameIds?: readonly string[];
381
- readonly issues?: readonly DataIssue[];
382
- readonly sourceRefs?: readonly SourceRef[];
383
- readonly metadata?: Record<string, unknown>;
384
- }
385
- interface AgentRequestSatisfactionBundle {
386
- readonly status: Node<AgentRequestStatusChanged>;
387
- readonly issues: Node<DataIssue>;
388
- readonly audit: Node<AgentRuntimeAuditRecord>;
389
- }
390
- type AgentDecisionKind = "continue" | "final" | "blocked";
391
- interface AgentNeed {
392
- readonly kind: string;
393
- readonly message?: string;
394
- readonly refs?: readonly SourceRef[];
395
- readonly metadata?: Record<string, unknown>;
396
- }
397
- interface AgentDecisionBase {
398
- readonly kind: AgentDecisionKind;
399
- readonly decisionId: string;
400
- readonly effectRunId: string;
401
- readonly agentRunId: string;
402
- readonly source: {
403
- readonly requestId: string;
404
- readonly operationId: string;
405
- readonly outcomeId: string;
406
- };
407
- readonly reason?: string;
408
- readonly confidence?: number;
409
- readonly evidenceRefs?: readonly SourceRef[];
410
- readonly metadata?: Record<string, unknown>;
411
- }
412
- interface AgentDecisionContinue extends AgentDecisionBase {
413
- readonly kind: "continue";
414
- readonly next: readonly AgentRequestProposal[];
415
- }
416
- interface AgentDecisionFinal extends AgentDecisionBase {
417
- readonly kind: "final";
418
- readonly output: AgentOutputEnvelope;
419
- readonly summary?: string;
420
- }
421
- interface AgentDecisionBlocked extends AgentDecisionBase {
422
- readonly kind: "blocked";
423
- readonly needs: readonly AgentNeed[];
424
- }
425
- type AgentDecision = AgentDecisionContinue | AgentDecisionFinal | AgentDecisionBlocked;
426
- interface StructuredAgentDecisionEnvelope {
427
- readonly kind: "agent-decision";
428
- readonly decision: AgentDecision;
429
- readonly schemaRef: string;
430
- readonly sourceRefs?: readonly SourceRef[];
431
- }
432
- interface StructuredAgentDecisionInterpreterBundle {
433
- readonly decisions: Node<AgentDecision>;
434
- readonly issues: Node<DataIssue>;
435
- readonly audit: Node<AgentRuntimeAuditRecord>;
436
- }
437
- type EffectRunResultStatus = "completed" | "failed" | "blocked" | "canceled" | "timeout" | "waived";
438
- interface EffectRunResultBase {
439
- readonly kind: "effect-run-result";
440
- readonly resultId: string;
441
- readonly status: EffectRunResultStatus;
442
- readonly effectRunId: string;
443
- readonly subjectRefs?: readonly SourceRef[];
444
- readonly operationId?: string;
445
- readonly sourceRefs?: readonly SourceRef[];
446
- readonly issues?: readonly DataIssue[];
447
- readonly auditRefs?: readonly string[];
448
- readonly completedAtMs?: number;
449
- readonly metadata?: Record<string, unknown>;
450
- }
451
- type EffectRunResult = (EffectRunResultBase & {
452
- readonly status: "completed";
453
- readonly output: AgentOutputEnvelope;
454
- }) | (EffectRunResultBase & {
455
- readonly status: "failed";
456
- readonly error: DataIssue;
457
- }) | (EffectRunResultBase & {
458
- readonly status: "blocked";
459
- readonly needs: readonly AgentNeed[];
460
- }) | (EffectRunResultBase & {
461
- readonly status: "canceled";
462
- readonly reason?: string;
463
- }) | (EffectRunResultBase & {
464
- readonly status: "timeout";
465
- readonly timeoutMs?: number;
466
- }) | (EffectRunResultBase & {
467
- readonly status: "waived";
468
- readonly reason?: string;
469
- });
470
- interface EffectRunCompletionBundle {
471
- readonly results: Node<EffectRunResult>;
472
- readonly status: Node<EffectRunCompletionStatus>;
473
- readonly issues: Node<DataIssue>;
474
- readonly audit: Node<AgentRuntimeAuditRecord>;
475
- }
476
- interface EffectRunCompletionStatus {
477
- readonly effectRunId: string;
478
- readonly state: "pending" | "completed" | "failed" | "blocked" | "canceled" | "timeout" | "waived";
479
- readonly requiredPending: readonly string[];
480
- readonly requiredTerminal: readonly string[];
481
- readonly sourceRefs?: readonly SourceRef[];
482
- }
483
- interface AgentRuntimeAuditRecord {
484
- readonly id: string;
485
- readonly kind: string;
486
- readonly subjectId?: string;
487
- readonly message?: string;
488
- readonly sourceRefs?: readonly SourceRef[];
489
- readonly issueCode?: string;
490
- readonly metadata?: Record<string, unknown>;
491
- }
492
- declare function agentRequestProposalFromDecision(decision: AgentDecisionContinue, proposal: Omit<AgentRequestProposal, "kind" | "effectRunId" | "agentRunId" | "sourceDecisionId">): AgentRequestProposal;
493
- declare function admitAgentRequestProposal(proposal: AgentRequestProposal, opts: {
494
- readonly requestId: string;
495
- readonly operationId: string;
496
- readonly admittedAtMs?: number;
497
- readonly reason?: string;
498
- readonly sourceRefs?: readonly SourceRef[];
499
- readonly metadata?: Record<string, unknown>;
500
- }): AgentRequestAdmitted;
501
- declare function issueAgentRequest(proposal: AgentRequestProposal, admission: AgentRequestAdmitted, opts?: {
502
- readonly issuedAtMs?: number;
503
- readonly sourceRefs?: readonly SourceRef[];
504
- }): AgentRequestIssued;
505
- declare function agentRequestLedgerViews(graph: Graph, facts: Node<AgentRequestFact>, opts?: {
506
- readonly name?: string;
507
- }): AgentRequestLedgerBundle;
508
- declare function requestSatisfactionProjector(graph: Graph, opts: {
509
- readonly name?: string;
510
- readonly requestFacts: Node<AgentRequestFact>;
511
- readonly executorProfiles?: readonly Node<ExecutorProfile>[];
512
- readonly executorRoutes?: readonly Node<ExecutorRoute>[];
513
- readonly executorOutcomes?: readonly Node<ExecutorOutcome>[];
514
- readonly contextContributions?: readonly Node<ContextContribution>[];
515
- readonly promptBundles?: readonly Node<PromptBundle>[];
516
- }): AgentRequestSatisfactionBundle;
517
- declare function localBuiltinToolProviderCatalog(opts?: LocalBuiltinToolProviderCatalogOptions): ToolProviderCatalog;
518
- declare function executorOutcomeViewProjector(graph: Graph, opts: {
519
- readonly name?: string;
520
- readonly outcomes: Node<ExecutorOutcome>;
521
- readonly policy?: ExecutorOutcomeViewPolicy;
522
- }): ExecutorOutcomeViewBundle;
523
- declare function structuredAgentDecisionInterpreter(graph: Graph, outcomes: Node<ExecutorOutcome>, opts?: {
524
- readonly name?: string;
525
- readonly schemaRef?: string;
526
- readonly requestFacts?: readonly Node<AgentRequestFact>[];
527
- }): StructuredAgentDecisionInterpreterBundle;
528
- declare function effectRunCompletionProjector(graph: Graph, opts: {
529
- readonly name?: string;
530
- readonly effectRuns: Node<EffectRun>;
531
- readonly decisions?: readonly Node<AgentDecision>[];
532
- readonly requestStatuses?: readonly Node<AgentRequestStatusChanged>[];
533
- readonly requestFacts?: readonly Node<AgentRequestFact>[];
534
- readonly resultCandidates?: readonly Node<EffectRunResult>[];
535
- readonly now?: () => number;
536
- }): EffectRunCompletionBundle;
537
- declare function fakeExecutorResult<T>(opts: Omit<ExecutorOutcomeBase, "kind"> & {
538
- readonly result: AgentOutputEnvelope<T>;
539
- }): ExecutorOutcome<T>;
540
- declare function fakeExecutorFailure(opts: Omit<ExecutorOutcomeBase, "kind"> & {
541
- readonly error: DataIssue;
542
- readonly retryable?: boolean;
543
- }): ExecutorOutcome;
544
- declare function fakeExecutorBlocked(opts: Omit<ExecutorOutcomeBase, "kind"> & {
545
- readonly needs: readonly AgentNeed[];
546
- }): ExecutorOutcome;
547
- declare function fakeExecutorTimeout(opts: Omit<ExecutorOutcomeBase, "kind"> & {
548
- readonly timeoutMs?: number;
549
- readonly retryable?: boolean;
550
- }): ExecutorOutcome;
551
- declare function fakeExecutorCanceled(opts: Omit<ExecutorOutcomeBase, "kind"> & {
552
- readonly reason?: string;
553
- }): ExecutorOutcome;
554
405
 
555
- export { agentRequestLedgerViews as $, type AgentRequestIssued as A, type EffectRunLimits as B, type ContextContribution as C, type EffectRunOptions as D, type ExecutorOutcome as E, type EffectRunResult as F, type EffectRunResultBase as G, type EffectRunResultStatus as H, type ExecutorOutcomeBase as I, type ExecutorOutcomeStatus as J, type ExecutorOutcomeView as K, type ExecutorOutcomeViewAudience as L, type ExecutorOutcomeViewBundle as M, type ExecutorOutcomeViewPolicy as N, type ExecutorProfile as O, type ExecutorRoute as P, type ExecutorUsage as Q, type LocalBuiltinToolProviderCatalogOptions as R, type SourceRef as S, type PromptBundle as T, type StructuredAgentDecisionEnvelope as U, type StructuredAgentDecisionInterpreterBundle as V, type ToolCallInput as W, type ToolProviderCatalog as X, type ToolProviderCatalogEntry as Y, type ToolProviderKind as Z, admitAgentRequestProposal as _, type AgentDecision as a, agentRequestProposalFromDecision as a0, effectRun as a1, effectRunCompletionProjector as a2, executorOutcomeViewProjector as a3, fakeExecutorBlocked as a4, fakeExecutorCanceled as a5, fakeExecutorFailure as a6, fakeExecutorResult as a7, fakeExecutorTimeout as a8, issueAgentRequest as a9, localBuiltinToolProviderCatalog as aa, requestSatisfactionProjector as ab, structuredAgentDecisionInterpreter as ac, type AgentDecisionBase as b, type AgentDecisionBlocked as c, type AgentDecisionContinue as d, type AgentDecisionFinal as e, type AgentDecisionKind as f, type AgentNeed as g, type AgentOutputEnvelope as h, type AgentRequestAdmitted as i, type AgentRequestDeferred as j, type AgentRequestFact as k, type AgentRequestInput as l, type AgentRequestKind as m, type AgentRequestLedgerBundle as n, type AgentRequestMerged as o, type AgentRequestProposal as p, type AgentRequestRejected as q, type AgentRequestSatisfactionBundle as r, type AgentRequestStatus as s, type AgentRequestStatusChanged as t, type AgentRequestViews as u, type AgentRuntimeAuditRecord as v, type EffectRun as w, type EffectRunCompletionBundle as x, type EffectRunCompletionStatus as y, type EffectRunGoal as z };
406
+ export { type AgentRequestStatusChanged as A, type AgentDecisionFinal as B, type ContextContribution as C, type AgentDecisionKind as D, type ExecutorOutcome as E, type AgentRequestDeferred as F, type AgentRequestKind as G, type AgentRequestMerged as H, type AgentRequestRejected as I, type AgentRequestStatus as J, type AgentRequestViews as K, type EffectRunCompletionStatus as L, type EffectRunOptions as M, type EffectRunResultBase as N, type ExecutorArtifactMaterial as O, type PromptBundle as P, type SizeCapacityEvidence as Q, type StructuredAgentDecisionEnvelope as R, type SourceRef as S, effectRun as T, type AgentRuntimeAuditRecord as a, type AgentRequestFact as b, type ExecutorRoute as c, type AgentRequestIssued as d, type ExecutorProfile as e, type ExecutorOutcomeStatus as f, type AgentRequestInput as g, type AgentOutputEnvelope as h, type ExecutorUsage as i, type AgentNeed as j, type EffectRunResultStatus as k, type EffectRunGoal as l, type EffectRunLimits as m, type EffectRunResult as n, type EffectRun as o, type AgentDecision as p, type EffectRunCompletionBundle as q, type StructuredAgentDecisionInterpreterBundle as r, type ExecutorOutcomeBase as s, type AgentRequestProposal as t, type AgentRequestAdmitted as u, type AgentRequestLedgerBundle as v, type AgentDecisionContinue as w, type AgentRequestSatisfactionBundle as x, type AgentDecisionBase as y, type AgentDecisionBlocked as z };