@graphrefly/ts 0.0.0 → 0.0.2

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 (405) hide show
  1. package/README.md +135 -0
  2. package/dist/actions-types-CSC3NMDl.d.ts +657 -0
  3. package/dist/actions-types-wl9Mgkmr.d.cts +657 -0
  4. package/dist/adapters/index.cjs +5219 -2974
  5. package/dist/adapters/index.cjs.map +1 -1
  6. package/dist/adapters/index.d.cts +204 -192
  7. package/dist/adapters/index.d.ts +204 -192
  8. package/dist/adapters/index.js +3685 -1833
  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 +4 -4
  35. package/dist/adapters/observe-storage.d.ts +4 -4
  36. package/dist/adapters/observe-storage.js +5 -4
  37. package/dist/adapters/observe-storage.js.map +1 -1
  38. package/dist/adapters/react.cjs +166 -0
  39. package/dist/adapters/react.cjs.map +1 -0
  40. package/dist/adapters/react.d.cts +31 -0
  41. package/dist/adapters/react.d.ts +31 -0
  42. package/dist/adapters/react.js +51 -0
  43. package/dist/adapters/react.js.map +1 -0
  44. package/dist/adapters/solid.cjs +157 -0
  45. package/dist/adapters/solid.cjs.map +1 -0
  46. package/dist/adapters/solid.d.cts +26 -0
  47. package/dist/adapters/solid.d.ts +26 -0
  48. package/dist/adapters/solid.js +48 -0
  49. package/dist/adapters/solid.js.map +1 -0
  50. package/dist/adapters/svelte.cjs +148 -0
  51. package/dist/adapters/svelte.cjs.map +1 -0
  52. package/dist/adapters/svelte.d.cts +31 -0
  53. package/dist/adapters/svelte.d.ts +31 -0
  54. package/dist/adapters/svelte.js +46 -0
  55. package/dist/adapters/svelte.js.map +1 -0
  56. package/dist/adapters/vue.cjs +155 -0
  57. package/dist/adapters/vue.cjs.map +1 -0
  58. package/dist/adapters/vue.d.cts +26 -0
  59. package/dist/adapters/vue.d.ts +26 -0
  60. package/dist/adapters/vue.js +46 -0
  61. package/dist/adapters/vue.js.map +1 -0
  62. package/dist/agent-runtime-types-core-CaXfKNtY.d.cts +406 -0
  63. package/dist/agent-runtime-types-core-hU299uIC.d.ts +406 -0
  64. package/dist/agent-runtime-types-tool-BEpSINol.d.ts +695 -0
  65. package/dist/agent-runtime-types-tool-DninPEzk.d.cts +695 -0
  66. package/dist/agentic-memory-retention-BmGX368S.d.ts +14 -0
  67. package/dist/agentic-memory-retention-Ih1qhX9Z.d.cts +14 -0
  68. package/dist/agentic-memory-types-CVSUS6XR.d.ts +473 -0
  69. package/dist/agentic-memory-types-FnnYlVUs.d.cts +473 -0
  70. package/dist/capability-admission-BW2CziT6.d.ts +102 -0
  71. package/dist/capability-admission-lwSecxXs.d.cts +102 -0
  72. package/dist/chunk-2KUAG2GZ.js +9693 -0
  73. package/dist/chunk-2KUAG2GZ.js.map +1 -0
  74. package/dist/chunk-2NJP6GO4.js +1320 -0
  75. package/dist/chunk-2NJP6GO4.js.map +1 -0
  76. package/dist/{chunk-GDL26N2T.js → chunk-3KN7NJDR.js} +2 -2
  77. package/dist/{chunk-COHO25CZ.js → chunk-4NWSNI4K.js} +2232 -1672
  78. package/dist/chunk-4NWSNI4K.js.map +1 -0
  79. package/dist/{chunk-Z2ANQ6JW.js → chunk-4Q77MMJY.js} +2 -2
  80. package/dist/chunk-6E76H4OU.js +132 -0
  81. package/dist/chunk-6E76H4OU.js.map +1 -0
  82. package/dist/chunk-7GOTIIQ7.js +819 -0
  83. package/dist/chunk-7GOTIIQ7.js.map +1 -0
  84. package/dist/{chunk-D6BG7U6A.js → chunk-7HZRJMN6.js} +3 -3
  85. package/dist/{chunk-SCRFRCGR.js → chunk-BSQGE5PS.js} +1 -1
  86. package/dist/{chunk-PKVBHGBM.js → chunk-CJIFGJQG.js} +7 -7
  87. package/dist/{chunk-G4M3NHRJ.js → chunk-CX6B6PO2.js} +93 -10
  88. package/dist/chunk-CX6B6PO2.js.map +1 -0
  89. package/dist/chunk-DGUM43GV.js +11 -0
  90. package/dist/chunk-DGUM43GV.js.map +1 -0
  91. package/dist/{chunk-JIMUDQN3.js → chunk-E4QCH32M.js} +449 -447
  92. package/dist/chunk-E4QCH32M.js.map +1 -0
  93. package/dist/{chunk-RIIOUTGM.js → chunk-ECURQ3HD.js} +19 -129
  94. package/dist/chunk-ECURQ3HD.js.map +1 -0
  95. package/dist/{chunk-2ILL7HQI.js → chunk-EOKT4QFF.js} +134 -128
  96. package/dist/chunk-EOKT4QFF.js.map +1 -0
  97. package/dist/{chunk-K3FXTC3I.js → chunk-HJACH5PU.js} +3 -3
  98. package/dist/{chunk-GTPCOEOZ.js → chunk-IDMLXLLG.js} +3 -3
  99. package/dist/{chunk-DKP56CSW.js → chunk-JKAYLDQV.js} +2 -2
  100. package/dist/{chunk-4VLAQHZI.js → chunk-K7FB3JTD.js} +17 -1
  101. package/dist/chunk-K7FB3JTD.js.map +1 -0
  102. package/dist/chunk-L6LDXRWE.js +219 -0
  103. package/dist/chunk-L6LDXRWE.js.map +1 -0
  104. package/dist/chunk-M7J6Z4IJ.js +1930 -0
  105. package/dist/chunk-M7J6Z4IJ.js.map +1 -0
  106. package/dist/chunk-MQEQMS7B.js +1009 -0
  107. package/dist/chunk-MQEQMS7B.js.map +1 -0
  108. package/dist/chunk-MTELVIYR.js +1421 -0
  109. package/dist/chunk-MTELVIYR.js.map +1 -0
  110. package/dist/chunk-PVC7WDKI.js +885 -0
  111. package/dist/chunk-PVC7WDKI.js.map +1 -0
  112. package/dist/chunk-RAHNUYA5.js +368 -0
  113. package/dist/chunk-RAHNUYA5.js.map +1 -0
  114. package/dist/{chunk-DK554R7P.js → chunk-S6HXABGL.js} +2 -1
  115. package/dist/chunk-S6HXABGL.js.map +1 -0
  116. package/dist/{chunk-I3IHOHCJ.js → chunk-SHZDP2MQ.js} +1181 -1001
  117. package/dist/chunk-SHZDP2MQ.js.map +1 -0
  118. package/dist/{chunk-Y3ZLRGHC.js → chunk-SIDJO2T4.js} +16 -16
  119. package/dist/chunk-STXRMPW4.js +4131 -0
  120. package/dist/chunk-STXRMPW4.js.map +1 -0
  121. package/dist/{chunk-JR4IKCR2.js → chunk-TPND5MJS.js} +5 -5
  122. package/dist/chunk-TQPCAIQI.js +612 -0
  123. package/dist/chunk-TQPCAIQI.js.map +1 -0
  124. package/dist/chunk-UT3MHJCW.js +49 -0
  125. package/dist/chunk-UT3MHJCW.js.map +1 -0
  126. package/dist/{chunk-TEW47IVR.js → chunk-VPEFSDME.js} +2 -2
  127. package/dist/{chunk-SWTLEQL6.js → chunk-WQIA3GFB.js} +2 -2
  128. package/dist/chunk-WQIA3GFB.js.map +1 -0
  129. package/dist/{chunk-DJC4CHLQ.js → chunk-YDWBXXQZ.js} +5 -5
  130. package/dist/{chunk-6PHB5CJS.js → chunk-ZLFRB6FI.js} +2 -2
  131. package/dist/composition/index.cjs +1256 -1059
  132. package/dist/composition/index.cjs.map +1 -1
  133. package/dist/composition/index.d.cts +4 -4
  134. package/dist/composition/index.d.ts +4 -4
  135. package/dist/composition/index.js +7 -6
  136. package/dist/core/index.cjs +1218 -1021
  137. package/dist/core/index.cjs.map +1 -1
  138. package/dist/core/index.d.cts +2 -2
  139. package/dist/core/index.d.ts +2 -2
  140. package/dist/core/index.js +5 -4
  141. package/dist/cqrs/index.cjs.map +1 -1
  142. package/dist/cqrs/index.d.cts +4 -4
  143. package/dist/cqrs/index.d.ts +4 -4
  144. package/dist/cqrs/index.js +3 -2
  145. package/dist/cqrs/index.js.map +1 -1
  146. package/dist/cqrs/messaging.cjs +312 -0
  147. package/dist/cqrs/messaging.cjs.map +1 -0
  148. package/dist/cqrs/messaging.d.cts +57 -0
  149. package/dist/cqrs/messaging.d.ts +57 -0
  150. package/dist/cqrs/messaging.js +274 -0
  151. package/dist/cqrs/messaging.js.map +1 -0
  152. package/dist/cqrs/work-queue.cjs +329 -0
  153. package/dist/cqrs/work-queue.cjs.map +1 -0
  154. package/dist/cqrs/work-queue.d.cts +90 -0
  155. package/dist/cqrs/work-queue.d.ts +90 -0
  156. package/dist/cqrs/work-queue.js +292 -0
  157. package/dist/cqrs/work-queue.js.map +1 -0
  158. package/dist/data/index.cjs +19 -0
  159. package/dist/data/index.cjs.map +1 -0
  160. package/dist/data/index.d.cts +36 -0
  161. package/dist/data/index.d.ts +36 -0
  162. package/dist/data/index.js +1 -0
  163. package/dist/data/index.js.map +1 -0
  164. package/dist/data-structures/index.cjs +1252 -1052
  165. package/dist/data-structures/index.cjs.map +1 -1
  166. package/dist/data-structures/index.d.cts +9 -8
  167. package/dist/data-structures/index.d.ts +9 -8
  168. package/dist/data-structures/index.js +9 -7
  169. package/dist/{describe-BZb7AS2y.d.ts → describe-B_A5fbXH.d.ts} +1 -1
  170. package/dist/{describe-Ciu8SUnN.d.cts → describe-CQRrkv-Q.d.cts} +1 -1
  171. package/dist/executors/tool-provider-adapters.cjs +3091 -0
  172. package/dist/executors/tool-provider-adapters.cjs.map +1 -0
  173. package/dist/executors/tool-provider-adapters.d.cts +174 -0
  174. package/dist/executors/tool-provider-adapters.d.ts +174 -0
  175. package/dist/executors/tool-provider-adapters.js +1336 -0
  176. package/dist/executors/tool-provider-adapters.js.map +1 -0
  177. package/dist/executors/tool-provider-runtime.cjs +5178 -0
  178. package/dist/executors/tool-provider-runtime.cjs.map +1 -0
  179. package/dist/executors/tool-provider-runtime.d.cts +17 -0
  180. package/dist/executors/tool-provider-runtime.d.ts +17 -0
  181. package/dist/executors/tool-provider-runtime.js +15 -0
  182. package/dist/executors/tool-provider-runtime.js.map +1 -0
  183. package/dist/executors/tool-provider.cjs +6392 -0
  184. package/dist/executors/tool-provider.cjs.map +1 -0
  185. package/dist/executors/tool-provider.d.cts +60 -0
  186. package/dist/executors/tool-provider.d.ts +60 -0
  187. package/dist/executors/tool-provider.js +89 -0
  188. package/dist/executors/tool-provider.js.map +1 -0
  189. package/dist/executors/work-queue.cjs +342 -0
  190. package/dist/executors/work-queue.cjs.map +1 -0
  191. package/dist/executors/work-queue.d.cts +90 -0
  192. package/dist/executors/work-queue.d.ts +90 -0
  193. package/dist/executors/work-queue.js +306 -0
  194. package/dist/executors/work-queue.js.map +1 -0
  195. package/dist/graph/index.cjs +1536 -1324
  196. package/dist/graph/index.cjs.map +1 -1
  197. package/dist/graph/index.d.cts +10 -9
  198. package/dist/graph/index.d.ts +10 -9
  199. package/dist/graph/index.js +22 -20
  200. package/dist/{graph-s23RbbFO.d.cts → graph-CWK3HLPB.d.cts} +134 -132
  201. package/dist/{graph-DfdF9zy4.d.ts → graph-ho5sotHP.d.ts} +134 -132
  202. package/dist/{index-SnzZu3x7.d.ts → index-CQWcE0Dw.d.ts} +18 -4
  203. package/dist/{index-CAEmLCYF.d.cts → index-DHA1i67c.d.cts} +18 -4
  204. package/dist/index.cjs +3331 -3020
  205. package/dist/index.cjs.map +1 -1
  206. package/dist/index.d.cts +14 -10
  207. package/dist/index.d.ts +14 -10
  208. package/dist/index.js +114 -108
  209. package/dist/inspection/boundary.cjs +98 -0
  210. package/dist/inspection/boundary.cjs.map +1 -0
  211. package/dist/inspection/boundary.d.cts +61 -0
  212. package/dist/inspection/boundary.d.ts +61 -0
  213. package/dist/inspection/boundary.js +75 -0
  214. package/dist/inspection/boundary.js.map +1 -0
  215. package/dist/measurements-C0mAvWU1.d.cts +164 -0
  216. package/dist/measurements-OMpCeBwh.d.ts +164 -0
  217. package/dist/{messages-BZqrGGm1.d.ts → messages-CAzUPPJM.d.cts} +10 -5
  218. package/dist/{messages-BZqrGGm1.d.cts → messages-CAzUPPJM.d.ts} +10 -5
  219. package/dist/messaging/index.cjs +756 -619
  220. package/dist/messaging/index.cjs.map +1 -1
  221. package/dist/messaging/index.d.cts +17 -226
  222. package/dist/messaging/index.d.ts +17 -226
  223. package/dist/messaging/index.js +19 -749
  224. package/dist/messaging/index.js.map +1 -1
  225. package/dist/operators/index.cjs +1256 -1059
  226. package/dist/operators/index.cjs.map +1 -1
  227. package/dist/operators/index.d.cts +6 -6
  228. package/dist/operators/index.d.ts +6 -6
  229. package/dist/operators/index.js +9 -8
  230. package/dist/orchestration/index.cjs +8664 -2617
  231. package/dist/orchestration/index.cjs.map +1 -1
  232. package/dist/orchestration/index.d.cts +171 -221
  233. package/dist/orchestration/index.d.ts +171 -221
  234. package/dist/orchestration/index.js +74 -982
  235. package/dist/orchestration/index.js.map +1 -1
  236. package/dist/orchestration/messaging.cjs +314 -0
  237. package/dist/orchestration/messaging.cjs.map +1 -0
  238. package/dist/orchestration/messaging.d.cts +56 -0
  239. package/dist/orchestration/messaging.d.ts +56 -0
  240. package/dist/orchestration/messaging.js +276 -0
  241. package/dist/orchestration/messaging.js.map +1 -0
  242. package/dist/orchestration/work-queue.cjs +1500 -0
  243. package/dist/orchestration/work-queue.cjs.map +1 -0
  244. package/dist/orchestration/work-queue.d.cts +196 -0
  245. package/dist/orchestration/work-queue.d.ts +196 -0
  246. package/dist/orchestration/work-queue.js +1289 -0
  247. package/dist/orchestration/work-queue.js.map +1 -0
  248. package/dist/patterns/event-flow.cjs +433 -0
  249. package/dist/patterns/event-flow.cjs.map +1 -0
  250. package/dist/patterns/event-flow.d.cts +115 -0
  251. package/dist/patterns/event-flow.d.ts +115 -0
  252. package/dist/patterns/event-flow.js +14 -0
  253. package/dist/patterns/event-flow.js.map +1 -0
  254. package/dist/patterns/index.cjs +748 -355
  255. package/dist/patterns/index.cjs.map +1 -1
  256. package/dist/patterns/index.d.cts +9 -5
  257. package/dist/patterns/index.d.ts +9 -5
  258. package/dist/patterns/index.js +13 -4
  259. package/dist/process-types-C9uMYz3i.d.ts +200 -0
  260. package/dist/process-types-h3uRlzDc.d.cts +200 -0
  261. package/dist/{reactive-collection-BxBqtIOE.d.cts → reactive-collection-B9R0Bl1P.d.cts} +11 -41
  262. package/dist/{reactive-collection-Cb1II1Fi.d.ts → reactive-collection-BXFrH0U2.d.ts} +11 -41
  263. package/dist/{reactive-collection-storage-D-KmjE0J.d.cts → reactive-collection-storage-BLGv8Xp8.d.cts} +5 -5
  264. package/dist/{reactive-collection-storage-BNiEc-Gd.d.ts → reactive-collection-storage-a4zD3665.d.ts} +5 -5
  265. package/dist/{reactive-map-BcB4KsQR.d.ts → reactive-map-C_8sOfdS.d.cts} +7 -6
  266. package/dist/{reactive-map-D-g3dv8I.d.cts → reactive-map-jle5dnok.d.ts} +7 -6
  267. package/dist/render/index.d.cts +3 -3
  268. package/dist/render/index.d.ts +3 -3
  269. package/dist/render/index.js +1 -0
  270. package/dist/scheduled-readiness-5rwQlyjV.d.ts +91 -0
  271. package/dist/scheduled-readiness-DpRY8jI0.d.cts +91 -0
  272. package/dist/semantic-memory-graph-C2ZUwIlq.d.ts +30 -0
  273. package/dist/semantic-memory-graph-DlZBD_Eu.d.cts +30 -0
  274. package/dist/{semantic-memory-graph-BYoIlP35.d.cts → semantic-memory-graph-types-BvzdqmkY.d.cts} +2 -28
  275. package/dist/{semantic-memory-graph-CxyXLms3.d.ts → semantic-memory-graph-types-Ci-OtahO.d.ts} +2 -28
  276. package/dist/solutions/index.cjs +6788 -2128
  277. package/dist/solutions/index.cjs.map +1 -1
  278. package/dist/solutions/index.d.cts +15 -519
  279. package/dist/solutions/index.d.ts +15 -519
  280. package/dist/solutions/index.js +91 -7
  281. package/dist/solutions/reactive-layout/browser/index.cjs +457 -0
  282. package/dist/solutions/reactive-layout/browser/index.cjs.map +1 -0
  283. package/dist/solutions/reactive-layout/browser/index.d.cts +44 -0
  284. package/dist/solutions/reactive-layout/browser/index.d.ts +44 -0
  285. package/dist/solutions/reactive-layout/browser/index.js +69 -0
  286. package/dist/solutions/reactive-layout/browser/index.js.map +1 -0
  287. package/dist/solutions/reactive-layout/index.cjs +4494 -0
  288. package/dist/solutions/reactive-layout/index.cjs.map +1 -0
  289. package/dist/solutions/reactive-layout/index.d.cts +37 -0
  290. package/dist/solutions/reactive-layout/index.d.ts +37 -0
  291. package/dist/solutions/reactive-layout/index.js +146 -0
  292. package/dist/solutions/reactive-layout/index.js.map +1 -0
  293. package/dist/solutions/reactive-layout/node-canvas/index.cjs +555 -0
  294. package/dist/solutions/reactive-layout/node-canvas/index.cjs.map +1 -0
  295. package/dist/solutions/reactive-layout/node-canvas/index.d.cts +54 -0
  296. package/dist/solutions/reactive-layout/node-canvas/index.d.ts +54 -0
  297. package/dist/solutions/reactive-layout/node-canvas/index.js +131 -0
  298. package/dist/solutions/reactive-layout/node-canvas/index.js.map +1 -0
  299. package/dist/solutions/reactive-layout/react-native/index.cjs +504 -0
  300. package/dist/solutions/reactive-layout/react-native/index.cjs.map +1 -0
  301. package/dist/solutions/reactive-layout/react-native/index.d.cts +51 -0
  302. package/dist/solutions/reactive-layout/react-native/index.d.ts +51 -0
  303. package/dist/solutions/reactive-layout/react-native/index.js +77 -0
  304. package/dist/solutions/reactive-layout/react-native/index.js.map +1 -0
  305. package/dist/solutions/reactive-layout/skia/index.cjs +557 -0
  306. package/dist/solutions/reactive-layout/skia/index.cjs.map +1 -0
  307. package/dist/solutions/reactive-layout/skia/index.d.cts +64 -0
  308. package/dist/solutions/reactive-layout/skia/index.d.ts +64 -0
  309. package/dist/solutions/reactive-layout/skia/index.js +70 -0
  310. package/dist/solutions/reactive-layout/skia/index.js.map +1 -0
  311. package/dist/solutions/work-item/actions.cjs +2345 -0
  312. package/dist/solutions/work-item/actions.cjs.map +1 -0
  313. package/dist/solutions/work-item/actions.d.cts +40 -0
  314. package/dist/solutions/work-item/actions.d.ts +40 -0
  315. package/dist/solutions/work-item/actions.js +2078 -0
  316. package/dist/solutions/work-item/actions.js.map +1 -0
  317. package/dist/solutions/work-item/scheduling.cjs +9797 -0
  318. package/dist/solutions/work-item/scheduling.cjs.map +1 -0
  319. package/dist/solutions/work-item/scheduling.d.cts +1868 -0
  320. package/dist/solutions/work-item/scheduling.d.ts +1868 -0
  321. package/dist/solutions/work-item/scheduling.js +146 -0
  322. package/dist/solutions/work-item/scheduling.js.map +1 -0
  323. package/dist/solutions/work-item/work-queue.cjs +306 -0
  324. package/dist/solutions/work-item/work-queue.cjs.map +1 -0
  325. package/dist/solutions/work-item/work-queue.d.cts +71 -0
  326. package/dist/solutions/work-item/work-queue.d.ts +71 -0
  327. package/dist/solutions/work-item/work-queue.js +270 -0
  328. package/dist/solutions/work-item/work-queue.js.map +1 -0
  329. package/dist/sources/browser.cjs +1399 -1052
  330. package/dist/sources/browser.cjs.map +1 -1
  331. package/dist/sources/browser.d.cts +33 -6
  332. package/dist/sources/browser.d.ts +33 -6
  333. package/dist/sources/browser.js +73 -6
  334. package/dist/sources/browser.js.map +1 -1
  335. package/dist/sources/index.cjs +1345 -1065
  336. package/dist/sources/index.cjs.map +1 -1
  337. package/dist/sources/index.d.cts +5 -5
  338. package/dist/sources/index.d.ts +5 -5
  339. package/dist/sources/index.js +7 -6
  340. package/dist/sources/node.cjs.map +1 -1
  341. package/dist/sources/node.d.cts +4 -4
  342. package/dist/sources/node.d.ts +4 -4
  343. package/dist/sources/node.js +2 -1
  344. package/dist/sources/node.js.map +1 -1
  345. package/dist/storage/browser.cjs +16 -0
  346. package/dist/storage/browser.cjs.map +1 -1
  347. package/dist/storage/browser.js +4 -3
  348. package/dist/storage/browser.js.map +1 -1
  349. package/dist/storage/index.cjs +16 -0
  350. package/dist/storage/index.cjs.map +1 -1
  351. package/dist/storage/index.d.cts +6 -5
  352. package/dist/storage/index.d.ts +6 -5
  353. package/dist/storage/index.js +10 -9
  354. package/dist/storage/node.cjs +16 -0
  355. package/dist/storage/node.cjs.map +1 -1
  356. package/dist/storage/node.js +4 -3
  357. package/dist/storage/node.js.map +1 -1
  358. package/dist/store-BmtEs9mG.d.ts +123 -0
  359. package/dist/store-PAAsYvML.d.cts +123 -0
  360. package/dist/testing/index.cjs +1 -0
  361. package/dist/testing/index.cjs.map +1 -1
  362. package/dist/testing/index.d.cts +1 -1
  363. package/dist/testing/index.d.ts +1 -1
  364. package/dist/testing/index.js +3 -2
  365. package/dist/types-BRNKoFHj.d.ts +357 -0
  366. package/dist/{types-h12mNYbq.d.ts → types-BS6CyR-x.d.cts} +49 -130
  367. package/dist/types-BWK2ay3e.d.cts +457 -0
  368. package/dist/types-BXKSAoE1.d.cts +357 -0
  369. package/dist/types-BaPpZItj.d.ts +457 -0
  370. package/dist/types-BhveCMg5.d.cts +274 -0
  371. package/dist/{types-bNMSWKqF.d.cts → types-C9NOgNJw.d.ts} +49 -130
  372. package/dist/types-CTsQ8Ww4.d.ts +274 -0
  373. package/dist/types-DL_05n2M.d.ts +34 -0
  374. package/dist/types-XDoqxYO9.d.cts +34 -0
  375. package/dist/work-item-runtime-types-BqtWnSCS.d.ts +138 -0
  376. package/dist/work-item-runtime-types-CHO03AKh.d.cts +138 -0
  377. package/dist/work-queue/index.cjs +1136 -0
  378. package/dist/work-queue/index.cjs.map +1 -0
  379. package/dist/work-queue/index.d.cts +21 -0
  380. package/dist/work-queue/index.d.ts +21 -0
  381. package/dist/work-queue/index.js +1082 -0
  382. package/dist/work-queue/index.js.map +1 -0
  383. package/package.json +603 -249
  384. package/dist/chunk-2ILL7HQI.js.map +0 -1
  385. package/dist/chunk-4VLAQHZI.js.map +0 -1
  386. package/dist/chunk-COHO25CZ.js.map +0 -1
  387. package/dist/chunk-DK554R7P.js.map +0 -1
  388. package/dist/chunk-G4M3NHRJ.js.map +0 -1
  389. package/dist/chunk-I3IHOHCJ.js.map +0 -1
  390. package/dist/chunk-JIMUDQN3.js.map +0 -1
  391. package/dist/chunk-RIIOUTGM.js.map +0 -1
  392. package/dist/chunk-SWTLEQL6.js.map +0 -1
  393. /package/dist/{chunk-GDL26N2T.js.map → chunk-3KN7NJDR.js.map} +0 -0
  394. /package/dist/{chunk-Z2ANQ6JW.js.map → chunk-4Q77MMJY.js.map} +0 -0
  395. /package/dist/{chunk-D6BG7U6A.js.map → chunk-7HZRJMN6.js.map} +0 -0
  396. /package/dist/{chunk-SCRFRCGR.js.map → chunk-BSQGE5PS.js.map} +0 -0
  397. /package/dist/{chunk-PKVBHGBM.js.map → chunk-CJIFGJQG.js.map} +0 -0
  398. /package/dist/{chunk-K3FXTC3I.js.map → chunk-HJACH5PU.js.map} +0 -0
  399. /package/dist/{chunk-GTPCOEOZ.js.map → chunk-IDMLXLLG.js.map} +0 -0
  400. /package/dist/{chunk-DKP56CSW.js.map → chunk-JKAYLDQV.js.map} +0 -0
  401. /package/dist/{chunk-Y3ZLRGHC.js.map → chunk-SIDJO2T4.js.map} +0 -0
  402. /package/dist/{chunk-JR4IKCR2.js.map → chunk-TPND5MJS.js.map} +0 -0
  403. /package/dist/{chunk-TEW47IVR.js.map → chunk-VPEFSDME.js.map} +0 -0
  404. /package/dist/{chunk-DJC4CHLQ.js.map → chunk-YDWBXXQZ.js.map} +0 -0
  405. /package/dist/{chunk-6PHB5CJS.js.map → chunk-ZLFRB6FI.js.map} +0 -0
@@ -6,13 +6,13 @@ import {
6
6
  interval,
7
7
  of,
8
8
  timer
9
- } from "./chunk-G4M3NHRJ.js";
9
+ } from "./chunk-CX6B6PO2.js";
10
10
  import {
11
11
  filter,
12
12
  initNode,
13
13
  map,
14
14
  merge
15
- } from "./chunk-PKVBHGBM.js";
15
+ } from "./chunk-CJIFGJQG.js";
16
16
  import {
17
17
  CTX_NODE_BINDING,
18
18
  depBatch,
@@ -21,10 +21,10 @@ import {
21
21
  isTerminalComplete,
22
22
  isTerminalError,
23
23
  terminalErrorValue
24
- } from "./chunk-SWTLEQL6.js";
24
+ } from "./chunk-WQIA3GFB.js";
25
25
  import {
26
26
  errorPayload
27
- } from "./chunk-DK554R7P.js";
27
+ } from "./chunk-S6HXABGL.js";
28
28
 
29
29
  // src/graph/higher-order.ts
30
30
  function uniqueNodes(nodes) {
@@ -459,4 +459,4 @@ export {
459
459
  timeout,
460
460
  bufferTime
461
461
  };
462
- //# sourceMappingURL=chunk-JR4IKCR2.js.map
462
+ //# sourceMappingURL=chunk-TPND5MJS.js.map
@@ -0,0 +1,612 @@
1
+ import {
2
+ depBatch
3
+ } from "./chunk-WQIA3GFB.js";
4
+
5
+ // src/orchestration/agent-runtime-common.ts
6
+ function uniqueSourceRefs(sourceRefs) {
7
+ const seen = /* @__PURE__ */ new Set();
8
+ const unique = [];
9
+ for (const sourceRef of sourceRefs) {
10
+ const key = `${sourceRef.kind}:${sourceRef.id}:${JSON.stringify(sourceRef.metadata ?? {})}`;
11
+ if (seen.has(key)) continue;
12
+ seen.add(key);
13
+ unique.push(sourceRef);
14
+ }
15
+ return Object.freeze(unique);
16
+ }
17
+ function stableJsonStringify(value) {
18
+ const seen = /* @__PURE__ */ new WeakSet();
19
+ return JSON.stringify(value, (_key, child) => {
20
+ if (typeof child === "bigint") return child.toString();
21
+ if (typeof child === "function") return "[Function]";
22
+ if (!isRecord(child) && !Array.isArray(child)) return child;
23
+ if (seen.has(child)) return "[Circular]";
24
+ seen.add(child);
25
+ if (Array.isArray(child)) return child;
26
+ return Object.keys(child).sort().reduce((out, key) => {
27
+ out[key] = child[key];
28
+ return out;
29
+ }, {});
30
+ });
31
+ }
32
+ function stableStringHash(value) {
33
+ let hash = 2166136261;
34
+ for (let i = 0; i < value.length; i += 1) {
35
+ hash ^= value.charCodeAt(i);
36
+ hash = Math.imul(hash, 16777619);
37
+ }
38
+ return (hash >>> 0).toString(36);
39
+ }
40
+ function cloneGraphVisibleMaterial(value) {
41
+ if (!isRecord(value) && !Array.isArray(value)) return value;
42
+ if (Array.isArray(value))
43
+ return Object.freeze(value.map((item) => cloneGraphVisibleMaterial(item)));
44
+ return Object.freeze(
45
+ Object.entries(value).reduce((record, [key, child]) => {
46
+ record[key] = cloneGraphVisibleMaterial(child);
47
+ return record;
48
+ }, {})
49
+ );
50
+ }
51
+ function projectRuntimeFact(graph, runtime, name, factory, pick) {
52
+ return graph.node(
53
+ [runtime],
54
+ (ctx) => {
55
+ for (const fact of depBatch(ctx, 0) ?? []) {
56
+ const typed = fact;
57
+ const value = pick(typed);
58
+ if (value !== void 0) ctx.down([["DATA", value]]);
59
+ }
60
+ },
61
+ { name, factory }
62
+ );
63
+ }
64
+ function forEachDepBatch(ctx, start, count, fn) {
65
+ for (let i = 0; i < count; i += 1) {
66
+ for (const value of depBatch(ctx, start + i) ?? []) fn(value);
67
+ }
68
+ }
69
+ function forbiddenDataKeys(value, path = [], seen = /* @__PURE__ */ new WeakSet()) {
70
+ if (typeof value === "function") return [{ path, reason: "function-value" }];
71
+ if (typeof value === "symbol" || typeof value === "bigint") {
72
+ return [{ path, reason: "non-graph-visible-primitive" }];
73
+ }
74
+ if (!isRecord(value) && !Array.isArray(value)) return [];
75
+ if (typeof value === "object" && value !== null) {
76
+ if (seen.has(value)) return [];
77
+ seen.add(value);
78
+ }
79
+ const issues = [];
80
+ if (Array.isArray(value)) {
81
+ value.forEach((item, index) => {
82
+ issues.push(...forbiddenDataKeys(item, [...path, index], seen));
83
+ });
84
+ return issues;
85
+ }
86
+ if (!isPlainRecord(value)) return [{ path, reason: "non-plain-runtime-object" }];
87
+ const symbolKeys = Object.getOwnPropertySymbols(value);
88
+ if (symbolKeys.length > 0) {
89
+ issues.push({ path, reason: "symbol-key" });
90
+ }
91
+ for (const [key, child] of Object.entries(value)) {
92
+ const nextPath = [...path, key];
93
+ if (/^(apiKey|api_key|secret|client|transport|subprocess|sdk|oauth|credential|credentials|accessToken|access_token|refreshToken|refresh_token|idToken|id_token|token|password|passphrase|authorization|authHeader|auth_header|bearer|privateKey|private_key|sessionCookie|session_cookie|cookie)$/i.test(
94
+ key
95
+ )) {
96
+ issues.push({ path: nextPath, reason: "forbidden-runtime-key" });
97
+ }
98
+ issues.push(...forbiddenDataKeys(child, nextPath, seen));
99
+ }
100
+ return issues;
101
+ }
102
+ function forbiddenGraphVisibleMaterialIssues(value, subjectRef, area) {
103
+ if (value === void 0) return [];
104
+ const forbidden = publicMaterialForbiddenKeys(value, "provider");
105
+ if (forbidden.length === 0) return [];
106
+ return Object.freeze(
107
+ forbidden.map(
108
+ (entry) => dataIssue(
109
+ "tool-provider-catalog-forbidden-runtime-material",
110
+ "Tool provider catalog material must not contain runtime-private adapter material.",
111
+ { subjectId: subjectRef.id, refs: [subjectRef], details: { area, reason: entry.reason } }
112
+ )
113
+ )
114
+ );
115
+ }
116
+ function forbiddenAdapterInputMaterialIssues(value, subjectRef, area) {
117
+ if (value === void 0) return [];
118
+ const forbidden = publicMaterialForbiddenKeys(value, "provider");
119
+ if (forbidden.length === 0) return [];
120
+ return Object.freeze(
121
+ forbidden.map(
122
+ (entry) => dataIssue(
123
+ "tool-provider-adapter-input-forbidden-runtime-material",
124
+ "Tool provider adapter input material must not contain runtime-private adapter material.",
125
+ { subjectId: subjectRef.id, refs: [subjectRef], details: { area, reason: entry.reason } }
126
+ )
127
+ )
128
+ );
129
+ }
130
+ function sanitizeAdapterInputSourceRefs(sourceRefs) {
131
+ return canonicalPublicSourceRefs(sourceRefs);
132
+ }
133
+ function sanitizeGraphVisibleRecord(value, policy) {
134
+ return sanitizePublicRecord(value, { mode: "graph", policy });
135
+ }
136
+ function sanitizeProviderGraphVisibleRecord(value, policy) {
137
+ return sanitizePublicRecord(value, { mode: "provider", policy });
138
+ }
139
+ function canonicalPublicSourceRefs(sourceRefs) {
140
+ return uniqueSourceRefs(
141
+ sourceRefs.map((sourceRef) => {
142
+ const metadata = sanitizePublicRecord(sourceRef.metadata, { mode: "provider" });
143
+ return metadata === void 0 ? { kind: sourceRef.kind, id: sourceRef.id } : { kind: sourceRef.kind, id: sourceRef.id, metadata };
144
+ })
145
+ );
146
+ }
147
+ function sanitizePublicRecord(value, opts) {
148
+ if (value === void 0 || publicMaterialForbiddenKeys(value, opts.mode).length > 0) {
149
+ return void 0;
150
+ }
151
+ return Object.freeze(boundRecordStrings(value, maxPublicMetadataStringChars(opts.policy)));
152
+ }
153
+ function publicMaterialForbiddenKeys(value, mode) {
154
+ const forbidden = [...forbiddenDataKeys(value)];
155
+ if (mode === "provider") forbidden.push(...forbiddenProviderRawMaterialKeys(value));
156
+ return forbidden;
157
+ }
158
+ function unlockedToolProviderPolicyOverrides(overrides) {
159
+ if (overrides === void 0) return void 0;
160
+ const rest = { ...overrides };
161
+ delete rest.kind;
162
+ delete rest.policyId;
163
+ delete rest.providerId;
164
+ return rest;
165
+ }
166
+ function sanitizeAgentOutputEnvelope(envelope, input, policy, issues) {
167
+ const summary = envelope.summary === void 0 ? void 0 : boundedPublicText(envelope.summary, "summary", input, policy, issues);
168
+ const metadata = sanitizeRuntimeMetadata(envelope.metadata, input, policy, issues);
169
+ if (metadata === void 0 && envelope.metadata !== void 0) {
170
+ issues.push(
171
+ dataIssue(
172
+ "tool-provider-adapter-runtime-metadata-redacted",
173
+ "Tool provider adapter runtime metadata was omitted because it contained runtime-private material.",
174
+ {
175
+ subjectId: input.requestId,
176
+ refs: [ref("tool-provider-adapter-input", input.adapterInputId)],
177
+ severity: "warning"
178
+ }
179
+ )
180
+ );
181
+ }
182
+ const value = sanitizeInlineOutputValue(envelope.value, input, policy, issues);
183
+ return Object.freeze({
184
+ kind: envelope.kind,
185
+ value,
186
+ refs: envelope.refs === void 0 ? void 0 : sanitizeAdapterInputSourceRefs(envelope.refs),
187
+ summary,
188
+ artifacts: envelope.artifacts === void 0 ? void 0 : Object.freeze(
189
+ envelope.artifacts.map(
190
+ (artifact) => sanitizeExecutorArtifactMaterial(artifact, input, policy, issues)
191
+ )
192
+ ),
193
+ metadata
194
+ });
195
+ }
196
+ function sanitizeExecutorArtifactMaterial(artifact, input, policy, issues) {
197
+ const metadata = sanitizeRuntimeMetadata(artifact.metadata, input, policy, issues);
198
+ const redaction = sanitizeRuntimeMetadata(artifact.redaction, input, policy, issues);
199
+ return Object.freeze({
200
+ kind: artifact.kind,
201
+ ...artifact.format === void 0 ? {} : { format: artifact.format },
202
+ ...artifact.schemaRef === void 0 ? {} : { schemaRef: artifact.schemaRef },
203
+ ...artifact.schemaKind === void 0 ? {} : { schemaKind: artifact.schemaKind },
204
+ ...artifact.mimeType === void 0 ? {} : { mimeType: artifact.mimeType },
205
+ ...artifact.mediaType === void 0 ? {} : { mediaType: artifact.mediaType },
206
+ ...artifact.filename === void 0 ? {} : { filename: artifact.filename },
207
+ ...artifact.byteLength === void 0 ? {} : { byteLength: artifact.byteLength },
208
+ ...artifact.digest === void 0 ? {} : { digest: artifact.digest },
209
+ ...artifact.encoding === void 0 ? {} : { encoding: artifact.encoding },
210
+ dataMode: artifact.dataMode,
211
+ ...artifact.summary === void 0 ? {} : { summary: boundedPublicText(artifact.summary, "summary", input, policy, issues) },
212
+ ...artifact.value === void 0 ? {} : { value: sanitizeInlineOutputValue(artifact.value, input, policy, issues) },
213
+ ...artifact.ref === void 0 ? {} : { ref: sanitizeAdapterInputSourceRefs([artifact.ref])[0] },
214
+ ...artifact.refs === void 0 ? {} : { refs: sanitizeAdapterInputSourceRefs(artifact.refs) },
215
+ ...artifact.sourceRefs === void 0 ? {} : { sourceRefs: sanitizeAdapterInputSourceRefs(artifact.sourceRefs) },
216
+ ...artifact.sizeEvidence === void 0 ? {} : {
217
+ sizeEvidence: Object.freeze(
218
+ artifact.sizeEvidence.map(
219
+ (evidence) => sanitizeSizeCapacityEvidence(evidence, input, policy, issues)
220
+ )
221
+ )
222
+ },
223
+ ...artifact.sensitivity === void 0 ? {} : { sensitivity: Object.freeze([...artifact.sensitivity]) },
224
+ ...redaction === void 0 ? {} : { redaction },
225
+ ...metadata === void 0 ? {} : { metadata }
226
+ });
227
+ }
228
+ function sanitizeSizeCapacityEvidence(evidence, input, policy, issues) {
229
+ const metadata = sanitizeRuntimeMetadata(evidence.metadata, input, policy, issues);
230
+ const redaction = sanitizeRuntimeMetadata(evidence.redaction, input, policy, issues);
231
+ return Object.freeze({
232
+ kind: "size-capacity-evidence",
233
+ unit: evidence.unit,
234
+ quantity: evidence.quantity,
235
+ measurementSource: evidence.measurementSource,
236
+ ...evidence.estimated === void 0 ? {} : { estimated: evidence.estimated },
237
+ ...evidence.encoding === void 0 ? {} : { encoding: evidence.encoding },
238
+ ...evidence.mediaType === void 0 ? {} : { mediaType: evidence.mediaType },
239
+ ...evidence.sourceRefs === void 0 ? {} : { sourceRefs: sanitizeAdapterInputSourceRefs(evidence.sourceRefs) },
240
+ ...evidence.refs === void 0 ? {} : { refs: sanitizeAdapterInputSourceRefs(evidence.refs) },
241
+ ...evidence.issues === void 0 ? {} : {
242
+ issues: Object.freeze(evidence.issues.map((issue) => sanitizeAdapterInputIssue(issue)))
243
+ },
244
+ ...evidence.sensitivity === void 0 ? {} : { sensitivity: Object.freeze([...evidence.sensitivity]) },
245
+ ...redaction === void 0 ? {} : { redaction },
246
+ ...metadata === void 0 ? {} : { metadata }
247
+ });
248
+ }
249
+ function sanitizeAgentNeed(need, input, policy, issues) {
250
+ const metadata = sanitizeRuntimeMetadata(need.metadata, input, policy, issues);
251
+ if (metadata === void 0 && need.metadata !== void 0) {
252
+ issues.push(
253
+ dataIssue(
254
+ "tool-provider-adapter-runtime-metadata-redacted",
255
+ "Tool provider adapter runtime metadata was omitted because it contained runtime-private material.",
256
+ {
257
+ subjectId: input.requestId,
258
+ refs: [ref("tool-provider-adapter-input", input.adapterInputId)],
259
+ severity: "warning"
260
+ }
261
+ )
262
+ );
263
+ }
264
+ return Object.freeze({
265
+ kind: need.kind,
266
+ message: need.message === void 0 ? void 0 : boundedPublicText(need.message, "message", input, policy, issues),
267
+ refs: need.refs === void 0 ? void 0 : sanitizeAdapterInputSourceRefs(need.refs),
268
+ metadata
269
+ });
270
+ }
271
+ function sanitizeRuntimeMetadata(value, input, policy, issues) {
272
+ if (value === void 0) return void 0;
273
+ const bounded = sanitizePublicRecordWithEvidence(value, { mode: "provider", policy });
274
+ if (bounded === void 0) return void 0;
275
+ for (const entry of bounded.truncated) {
276
+ issues.push(
277
+ dataIssue(
278
+ "tool-provider-adapter-runtime-public-text-truncated",
279
+ "Tool provider adapter runtime public text was truncated; large/raw material must use artifact summary/ref envelopes.",
280
+ {
281
+ subjectId: input.requestId,
282
+ refs: [ref("tool-provider-adapter-input", input.adapterInputId)],
283
+ severity: "warning",
284
+ details: {
285
+ field: "metadata",
286
+ path: entry.path.join("."),
287
+ originalChars: entry.originalChars,
288
+ limitChars: entry.limitChars,
289
+ unit: "chars",
290
+ measurementSource: "js-string-length"
291
+ }
292
+ }
293
+ )
294
+ );
295
+ }
296
+ return Object.freeze(bounded.value);
297
+ }
298
+ function sanitizePublicRecordWithEvidence(value, opts) {
299
+ if (publicMaterialForbiddenKeys(value, opts.mode).length > 0) return void 0;
300
+ return boundRecordStringsWithEvidence(value, maxPublicMetadataStringChars(opts.policy));
301
+ }
302
+ function sanitizeInlineOutputValue(value, input, policy, issues) {
303
+ if (value === void 0) return void 0;
304
+ const forbidden = [
305
+ ...publicMaterialForbiddenKeys(value, "provider"),
306
+ ...oversizedInlineTextKeys(value, maxPublicSummaryChars(policy))
307
+ ];
308
+ if (forbidden.length === 0) return cloneGraphVisibleMaterial(value);
309
+ for (const entry of forbidden) {
310
+ issues.push(
311
+ dataIssue(
312
+ "tool-provider-adapter-runtime-forbidden-runtime-material",
313
+ "Tool provider adapter runtime output value must not inline runtime-private, raw, or oversized provider material.",
314
+ {
315
+ subjectId: input.requestId,
316
+ refs: [ref("tool-provider-adapter-input", input.adapterInputId)],
317
+ details: { reason: entry.reason }
318
+ }
319
+ )
320
+ );
321
+ }
322
+ return void 0;
323
+ }
324
+ function boundedPublicText(text, field, input, policy, issues) {
325
+ const limit = field === "summary" ? maxPublicSummaryChars(policy) : field === "reason" ? maxPublicReasonChars(policy) : maxPublicMessageChars(policy);
326
+ const bounded = boundPublicText(text, limit);
327
+ if (!bounded.truncated) return bounded.text;
328
+ issues.push(
329
+ dataIssue(
330
+ "tool-provider-adapter-runtime-public-text-truncated",
331
+ "Tool provider adapter runtime public text was truncated; large/raw material must use artifact summary/ref envelopes.",
332
+ {
333
+ subjectId: input.requestId,
334
+ refs: [ref("tool-provider-adapter-input", input.adapterInputId)],
335
+ severity: "warning",
336
+ details: {
337
+ field,
338
+ originalChars: bounded.originalChars,
339
+ limitChars: bounded.limitChars,
340
+ unit: "chars",
341
+ measurementSource: "js-string-length"
342
+ }
343
+ }
344
+ )
345
+ );
346
+ return bounded.text;
347
+ }
348
+ function boundPublicText(text, limitChars) {
349
+ const limit = Math.max(0, limitChars);
350
+ if (text.length <= limit) {
351
+ return { text, truncated: false, originalChars: text.length, limitChars: limit };
352
+ }
353
+ const bounded = limit <= 1 ? text.slice(0, limit) : limit <= 3 ? text.slice(0, limit) : `${text.slice(0, limit - 3)}...`;
354
+ return { text: bounded, truncated: true, originalChars: text.length, limitChars: limit };
355
+ }
356
+ function boundRecordStrings(value, limitChars, seen = /* @__PURE__ */ new WeakSet()) {
357
+ if (seen.has(value)) return {};
358
+ seen.add(value);
359
+ return Object.entries(value).reduce((out, [key, child]) => {
360
+ if (typeof child === "string") {
361
+ out[key] = boundPublicText(child, limitChars).text;
362
+ } else if (Array.isArray(child)) {
363
+ out[key] = child.map(
364
+ (item) => typeof item === "string" ? boundPublicText(item, limitChars).text : isPlainRecord(item) ? boundRecordStrings(item, limitChars, seen) : item
365
+ );
366
+ } else if (isPlainRecord(child)) {
367
+ out[key] = boundRecordStrings(child, limitChars, seen);
368
+ } else {
369
+ out[key] = child;
370
+ }
371
+ return out;
372
+ }, {});
373
+ }
374
+ function boundRecordStringsWithEvidence(value, limitChars, path = [], seen = /* @__PURE__ */ new WeakSet()) {
375
+ if (seen.has(value)) return { value: {}, truncated: [] };
376
+ seen.add(value);
377
+ const truncated = [];
378
+ const out = Object.entries(value).reduce((record, [key, child]) => {
379
+ const childPath = [...path, key];
380
+ if (typeof child === "string") {
381
+ const bounded = boundPublicText(child, limitChars);
382
+ record[key] = bounded.text;
383
+ if (bounded.truncated) {
384
+ truncated.push({
385
+ path: childPath,
386
+ originalChars: bounded.originalChars,
387
+ limitChars: bounded.limitChars
388
+ });
389
+ }
390
+ } else if (Array.isArray(child)) {
391
+ record[key] = child.map((item, index) => {
392
+ const itemPath = [...childPath, index];
393
+ if (typeof item === "string") {
394
+ const bounded = boundPublicText(item, limitChars);
395
+ if (bounded.truncated) {
396
+ truncated.push({
397
+ path: itemPath,
398
+ originalChars: bounded.originalChars,
399
+ limitChars: bounded.limitChars
400
+ });
401
+ }
402
+ return bounded.text;
403
+ }
404
+ if (isPlainRecord(item)) {
405
+ const nested = boundRecordStringsWithEvidence(item, limitChars, itemPath, seen);
406
+ truncated.push(...nested.truncated);
407
+ return nested.value;
408
+ }
409
+ return item;
410
+ });
411
+ } else if (isPlainRecord(child)) {
412
+ const nested = boundRecordStringsWithEvidence(child, limitChars, childPath, seen);
413
+ record[key] = nested.value;
414
+ truncated.push(...nested.truncated);
415
+ } else {
416
+ record[key] = child;
417
+ }
418
+ return record;
419
+ }, {});
420
+ return { value: out, truncated };
421
+ }
422
+ function sanitizeIssueDetails(details, policy) {
423
+ if (details === void 0) return void 0;
424
+ if (publicMaterialForbiddenKeys(details, "provider").length > 0) {
425
+ return { redacted: true, reason: "forbidden-runtime-material" };
426
+ }
427
+ const bounded = boundUnknownStringsWithEvidence(details, maxPublicMetadataStringChars(policy));
428
+ if (bounded.truncated.length === 0) return bounded.value;
429
+ const detailsTruncated = {
430
+ detailsTruncated: true,
431
+ detailsTruncatedPaths: bounded.truncated.map((entry) => entry.path.join(".")),
432
+ measurementSource: "js-string-length"
433
+ };
434
+ if (isPlainRecord(bounded.value)) {
435
+ return Object.freeze({ ...bounded.value, ...detailsTruncated });
436
+ }
437
+ return Object.freeze({ value: bounded.value, ...detailsTruncated });
438
+ }
439
+ function boundUnknownStringsWithEvidence(value, limitChars, path = [], seen = /* @__PURE__ */ new WeakSet()) {
440
+ if (typeof value === "string") {
441
+ const bounded = boundPublicText(value, limitChars);
442
+ return {
443
+ value: bounded.text,
444
+ truncated: bounded.truncated ? [{ path, originalChars: bounded.originalChars, limitChars: bounded.limitChars }] : []
445
+ };
446
+ }
447
+ if (!isRecord(value) && !Array.isArray(value)) return { value, truncated: [] };
448
+ if (typeof value === "object" && value !== null) {
449
+ if (seen.has(value)) return { value: Array.isArray(value) ? [] : {}, truncated: [] };
450
+ seen.add(value);
451
+ }
452
+ const truncated = [];
453
+ if (Array.isArray(value)) {
454
+ const out2 = value.map((item, index) => {
455
+ const bounded = boundUnknownStringsWithEvidence(item, limitChars, [...path, index], seen);
456
+ truncated.push(...bounded.truncated);
457
+ return bounded.value;
458
+ });
459
+ return { value: out2, truncated };
460
+ }
461
+ const out = Object.entries(value).reduce((record, [key, child]) => {
462
+ const bounded = boundUnknownStringsWithEvidence(child, limitChars, [...path, key], seen);
463
+ record[key] = bounded.value;
464
+ truncated.push(...bounded.truncated);
465
+ return record;
466
+ }, {});
467
+ return { value: out, truncated };
468
+ }
469
+ function oversizedInlineTextKeys(value, limitChars, path = [], seen = /* @__PURE__ */ new WeakSet()) {
470
+ if (typeof value === "string") {
471
+ return value.length > Math.max(0, limitChars) ? [{ path, reason: "oversized-inline-text" }] : [];
472
+ }
473
+ if (!isRecord(value) && !Array.isArray(value)) return [];
474
+ if (typeof value === "object" && value !== null) {
475
+ if (seen.has(value)) return [];
476
+ seen.add(value);
477
+ }
478
+ const issues = [];
479
+ if (Array.isArray(value)) {
480
+ value.forEach((item, index) => {
481
+ issues.push(...oversizedInlineTextKeys(item, limitChars, [...path, index], seen));
482
+ });
483
+ return issues;
484
+ }
485
+ for (const [key, child] of Object.entries(value)) {
486
+ issues.push(...oversizedInlineTextKeys(child, limitChars, [...path, key], seen));
487
+ }
488
+ return issues;
489
+ }
490
+ function maxPublicMessageChars(policy) {
491
+ return normalizedPublicTextLimit(policy?.maxMessageChars, 512);
492
+ }
493
+ function maxPublicSummaryChars(policy) {
494
+ return normalizedPublicTextLimit(policy?.maxSummaryChars, 512);
495
+ }
496
+ function maxPublicReasonChars(policy) {
497
+ return normalizedPublicTextLimit(policy?.maxReasonChars, 512);
498
+ }
499
+ function maxPublicMetadataStringChars(policy) {
500
+ return normalizedPublicTextLimit(policy?.maxMetadataStringChars, 256);
501
+ }
502
+ function normalizedPublicTextLimit(value, fallback) {
503
+ if (value === void 0 || !Number.isFinite(value)) return fallback;
504
+ return Math.max(0, Math.floor(value));
505
+ }
506
+ function sanitizeAdapterInputIssue(issue, policy) {
507
+ const boundedMessage = boundPublicText(issue.message, maxPublicMessageChars(policy));
508
+ const details = sanitizeIssueDetails(issue.details, policy);
509
+ const metadata = sanitizeProviderGraphVisibleRecord(issue.metadata, policy);
510
+ const refs = issue.refs === void 0 ? void 0 : Object.freeze(issue.refs.filter((entry) => typeof entry === "string"));
511
+ return Object.freeze({
512
+ kind: issue.kind,
513
+ code: issue.code,
514
+ ...issue.source === void 0 ? {} : { source: issue.source },
515
+ message: boundedMessage.text,
516
+ severity: issue.severity,
517
+ subjectId: issue.subjectId,
518
+ ...issue.correlationId === void 0 ? {} : { correlationId: issue.correlationId },
519
+ ...issue.causationId === void 0 ? {} : { causationId: issue.causationId },
520
+ ...issue.path === void 0 ? {} : { path: Object.freeze([...issue.path]) },
521
+ ...refs === void 0 || refs.length === 0 ? {} : { refs },
522
+ ...issue.retryable === void 0 ? {} : { retryable: issue.retryable },
523
+ details: boundedMessage.truncated || details !== issue.details ? {
524
+ ...isRecord(details) ? details : {},
525
+ ...boundedMessage.truncated ? {
526
+ truncated: true,
527
+ originalChars: boundedMessage.originalChars,
528
+ limitChars: boundedMessage.limitChars,
529
+ measurementSource: "js-string-length"
530
+ } : {}
531
+ } : details,
532
+ ...metadata === void 0 ? {} : { metadata }
533
+ });
534
+ }
535
+ function forbiddenProviderRawMaterialKeys(value, path = [], seen = /* @__PURE__ */ new WeakSet()) {
536
+ if (!isRecord(value) && !Array.isArray(value)) return [];
537
+ if (typeof value === "object" && value !== null) {
538
+ if (seen.has(value)) return [];
539
+ seen.add(value);
540
+ }
541
+ const issues = [];
542
+ if (Array.isArray(value)) {
543
+ value.forEach((item, index) => {
544
+ issues.push(...forbiddenProviderRawMaterialKeys(item, [...path, index], seen));
545
+ });
546
+ return issues;
547
+ }
548
+ for (const [key, child] of Object.entries(value)) {
549
+ const nextPath = [...path, key];
550
+ if (/^(stdout|stderr|stack|stackTrace|stack_trace|providerRaw|provider_raw|rawResponse|raw_response|diff|patch|fileContents|file_contents|binary|media)$/i.test(
551
+ key
552
+ )) {
553
+ issues.push({ path: nextPath, reason: "raw-provider-material" });
554
+ }
555
+ issues.push(...forbiddenProviderRawMaterialKeys(child, nextPath, seen));
556
+ }
557
+ return issues;
558
+ }
559
+ function dataIssue(code, message, opts = {}) {
560
+ return {
561
+ kind: "issue",
562
+ code,
563
+ message,
564
+ severity: opts.severity ?? "error",
565
+ subjectId: opts.subjectId,
566
+ refs: opts.refs?.map((r) => `${r.kind}:${r.id}`),
567
+ details: opts.details
568
+ };
569
+ }
570
+ function ref(kind, id) {
571
+ return { kind, id };
572
+ }
573
+ function isRecord(value) {
574
+ return typeof value === "object" && value !== null && !Array.isArray(value);
575
+ }
576
+ function isPlainRecord(value) {
577
+ if (!isRecord(value)) return false;
578
+ const proto = Object.getPrototypeOf(value);
579
+ return proto === Object.prototype || proto === null;
580
+ }
581
+
582
+ export {
583
+ uniqueSourceRefs,
584
+ stableJsonStringify,
585
+ stableStringHash,
586
+ cloneGraphVisibleMaterial,
587
+ projectRuntimeFact,
588
+ forEachDepBatch,
589
+ forbiddenDataKeys,
590
+ forbiddenGraphVisibleMaterialIssues,
591
+ forbiddenAdapterInputMaterialIssues,
592
+ sanitizeAdapterInputSourceRefs,
593
+ sanitizeGraphVisibleRecord,
594
+ sanitizeProviderGraphVisibleRecord,
595
+ canonicalPublicSourceRefs,
596
+ publicMaterialForbiddenKeys,
597
+ unlockedToolProviderPolicyOverrides,
598
+ sanitizeAgentOutputEnvelope,
599
+ sanitizeAgentNeed,
600
+ sanitizeRuntimeMetadata,
601
+ boundedPublicText,
602
+ boundPublicText,
603
+ maxPublicReasonChars,
604
+ maxPublicMetadataStringChars,
605
+ sanitizeAdapterInputIssue,
606
+ forbiddenProviderRawMaterialKeys,
607
+ dataIssue,
608
+ ref,
609
+ isRecord,
610
+ isPlainRecord
611
+ };
612
+ //# sourceMappingURL=chunk-TQPCAIQI.js.map