@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,25 +1,76 @@
1
- export { A as AGENTIC_MEMORY_RECORD_CHANGE_FORMAT, a as AGENTIC_MEMORY_RECORD_SNAPSHOT_FORMAT, b as AGENTIC_MEMORY_RECORD_STORAGE_FRAME_VERSION, c as AgenticMemoryRecordChangeFrame, d as AgenticMemoryRecordSnapshotFrame, e as AgenticMemoryRecordsPersistenceCursor, f as AgenticMemoryRecordsPersistenceError, g as AgenticMemoryRecordsPersistenceHandle, h as AgenticMemoryRecordsPersistenceStatus, i as AgenticMemoryRecordsRestoreState, L as LoadAgenticMemoryRecordsStateOptions, O as OpenPersistentAgenticMemoryRecordsOptions, j as OpenPersistentReactiveIndexOptions, k as OpenPersistentReactiveListOptions, l as OpenPersistentReactiveLogOptions, m as OpenPersistentReactiveMapOptions, P as PersistAgenticMemoryRecordsOptions, n as PersistReactiveCollectionOptions, o as PersistentAgenticMemoryRecords, p as PersistentReactiveIndex, q as PersistentReactiveList, r as PersistentReactiveLog, s as PersistentReactiveMap, R as ReactiveCollectionPersistenceCursor, t as ReactiveCollectionPersistenceError, u as ReactiveCollectionPersistenceHandle, v as ReactiveCollectionPersistenceStatus, w as agenticMemoryRecordChangeFrame, x as agenticMemoryRecordSnapshotFrame, y as agenticMemoryRecordsSnapshotKey, z as assertAgenticMemoryRecordChangeFrame, B as assertAgenticMemoryRecordSnapshotFrame, C as loadAgenticMemoryRecordsState, D as openPersistentAgenticMemoryRecords, E as openPersistentReactiveIndex, F as openPersistentReactiveList, G as openPersistentReactiveLog, H as openPersistentReactiveMap, I as persistAgenticMemoryRecords, J as persistReactiveCollection } from '../reactive-collection-storage-BNEldDyi.cjs';
2
- import { d as Graph } from '../graph-DCEWh4T2.cjs';
1
+ export { A as AGENTIC_MEMORY_RECORD_CHANGE_FORMAT, a as AGENTIC_MEMORY_RECORD_SNAPSHOT_FORMAT, b as AGENTIC_MEMORY_RECORD_STORAGE_FRAME_VERSION, c as AgenticMemoryRecordChangeFrame, d as AgenticMemoryRecordSnapshotFrame, e as AgenticMemoryRecordsPersistenceCursor, f as AgenticMemoryRecordsPersistenceError, g as AgenticMemoryRecordsPersistenceHandle, h as AgenticMemoryRecordsPersistenceStatus, i as AgenticMemoryRecordsRestoreState, L as LoadAgenticMemoryRecordsStateOptions, O as OpenPersistentAgenticMemoryRecordsOptions, j as OpenPersistentReactiveIndexOptions, k as OpenPersistentReactiveListOptions, l as OpenPersistentReactiveLogOptions, m as OpenPersistentReactiveMapOptions, P as PersistAgenticMemoryRecordsOptions, n as PersistReactiveCollectionOptions, o as PersistentAgenticMemoryRecords, p as PersistentReactiveIndex, q as PersistentReactiveList, r as PersistentReactiveLog, s as PersistentReactiveMap, R as ReactiveCollectionPersistenceCursor, t as ReactiveCollectionPersistenceError, u as ReactiveCollectionPersistenceHandle, v as ReactiveCollectionPersistenceStatus, w as agenticMemoryRecordChangeFrame, x as agenticMemoryRecordSnapshotFrame, y as agenticMemoryRecordsSnapshotKey, z as assertAgenticMemoryRecordChangeFrame, B as assertAgenticMemoryRecordSnapshotFrame, C as loadAgenticMemoryRecordsState, D as openPersistentAgenticMemoryRecords, E as openPersistentReactiveIndex, F as openPersistentReactiveList, G as openPersistentReactiveLog, H as openPersistentReactiveMap, I as persistAgenticMemoryRecords, J as persistReactiveCollection } from '../reactive-collection-storage-BjoLsoiC.cjs';
2
+ import { d as Graph } from '../graph-C1C-wb0L.cjs';
3
3
  import { R as RetryPolicy } from '../resilience-Dig3Q7n0.cjs';
4
- import { N as Node, g as HttpRequest, w as ProcessCommand, O as WebSocketSend, h as HttpResponse, x as ProcessResult, M as WebSocketRequest, Q as WebSocketSendResult } from '../types-CcPIn7sy.cjs';
5
- export { E as ExternalStore, J as JotaiAtom, N as NanoAtom, a as NodeRecordFactory, R as ReadableStore, S as SignalLike, b as SubscribeValuesOptions, c as WritableJotaiAtom, d as WritableNanoAtom, W as WritableNode, e as WritableSignalLike, f as WritableStore, g as WritableStoreOptions, Z as ZustandStoreApi, h as externalStore, j as jotaiAtom, n as nanoAtom, i as nodeSnapshot, r as readableStore, k as recordReadableStore, s as signalFromNode, l as subscribeNodeValues, w as writableStore, z as zustandStore } from '../store-CNJwmT-h.cjs';
6
- import '../agentic-memory-DfuVZ-lY.cjs';
4
+ import { N as Node, g as HttpRequest, w as ProcessCommand, O as WebSocketSend, h as HttpResponse, x as ProcessResult, M as WebSocketRequest, Q as WebSocketSendResult } from '../types-CTN3XoMl.cjs';
5
+ export { E as ExternalStore, J as JotaiAtom, N as NanoAtom, a as NodeRecordFactory, R as ReadableStore, S as SignalLike, b as SubscribeValuesOptions, c as WritableJotaiAtom, d as WritableNanoAtom, W as WritableNode, e as WritableSignalLike, f as WritableStore, g as WritableStoreOptions, Z as ZustandStoreApi, h as externalStore, j as jotaiAtom, n as nanoAtom, i as nodeSnapshot, r as readableStore, k as recordReadableStore, s as signalFromNode, l as subscribeNodeValues, w as writableStore, z as zustandStore } from '../store-BljX8RkQ.cjs';
6
+ import '../agentic-memory-types-JDr7MPhh.cjs';
7
7
  import '../codec-BB7p8fJc.cjs';
8
- import '../semantic-memory-graph-DKuNzuWw.cjs';
8
+ import '../semantic-memory-graph-types-Y73bbwVI.cjs';
9
9
  import '../append-log-DisvEReb.cjs';
10
- import '../reactive-collection-DNV0-gFi.cjs';
11
- import '../reactive-map-DRD1LJ2H.cjs';
10
+ import '../reactive-collection-BYlWvtnp.cjs';
11
+ import '../types-BUbbbh4f.cjs';
12
+ import '../reactive-map-BHacbIqz.cjs';
12
13
  import '../core/index.cjs';
13
14
  import '../messages-CAzUPPJM.cjs';
14
- import '../describe-DYMw_l1C.cjs';
15
+ import '../describe-BumQ-3_0.cjs';
15
16
 
16
- /**
17
- * Graph-visible wire bridge envelope helpers (D134).
18
- *
19
- * This first slice is transport-free: commands become outbound envelope facts,
20
- * remote receipts enter only through the inbound fact node, and retry/ack timeout
21
- * state is surfaced through graph-visible attempts/status/errors nodes.
22
- */
17
+ type CanonicalProtobufErrorCategory = "unknown_field" | "duplicate_singular" | "noncanonical_bytes" | "invalid_oneof" | "missing_required" | "invalid_wire_edge" | "default_emission" | "malformed";
18
+ declare class CanonicalProtobufError extends Error {
19
+ readonly category: CanonicalProtobufErrorCategory;
20
+ constructor(category: CanonicalProtobufErrorCategory, message: string);
21
+ }
22
+ interface CanonicalWireBridgeMetadata {
23
+ readonly seq: bigint;
24
+ readonly cursor: bigint;
25
+ readonly idempotencyKey: string;
26
+ readonly attempt: number;
27
+ readonly maxAttempts: number;
28
+ readonly timestampMs?: bigint;
29
+ readonly ackForSeq?: bigint;
30
+ readonly requestId?: string;
31
+ }
32
+ type CanonicalWireBridgeDataBody = {
33
+ readonly kind: "value";
34
+ readonly value: Uint8Array;
35
+ } | {
36
+ readonly kind: "wire_edge";
37
+ readonly frame: CanonicalWireEdgeFrame;
38
+ };
39
+ interface CanonicalWireEdgeFrame {
40
+ readonly kind: "dirty" | "data";
41
+ readonly edgeId: string;
42
+ readonly causeId: string;
43
+ readonly value?: Uint8Array;
44
+ }
45
+ type CanonicalWireBridgePayload = {
46
+ readonly kind: "start";
47
+ } | {
48
+ readonly kind: "data";
49
+ readonly body: CanonicalWireBridgeDataBody;
50
+ } | {
51
+ readonly kind: "ack";
52
+ } | {
53
+ readonly kind: "nack";
54
+ readonly error?: Uint8Array;
55
+ } | {
56
+ readonly kind: "status";
57
+ readonly status: Uint8Array;
58
+ } | {
59
+ readonly kind: "error";
60
+ readonly error: Uint8Array;
61
+ } | {
62
+ readonly kind: "close";
63
+ readonly reason?: Uint8Array;
64
+ };
65
+ interface CanonicalWireBridgeEnvelope {
66
+ readonly sessionId: string;
67
+ readonly metadata: CanonicalWireBridgeMetadata;
68
+ readonly payload: CanonicalWireBridgePayload;
69
+ }
70
+ declare function decodeCanonicalWireBridgeEnvelope(bytes: Uint8Array): CanonicalWireBridgeEnvelope;
71
+ declare function decodeCanonicalWireEdgeFrame(bytes: Uint8Array): CanonicalWireEdgeFrame;
72
+ declare function encodeCanonicalWireEdgeFrame(frame: CanonicalWireEdgeFrame): Uint8Array;
73
+ declare function encodeCanonicalWireBridgeEnvelope(envelope: CanonicalWireBridgeEnvelope): Uint8Array;
23
74
 
24
75
  type WireBridgeEnvelopeType = "start" | "data" | "ack" | "nack" | "status" | "error" | "close";
25
76
  interface WireBridgeMetadata {
@@ -75,6 +126,11 @@ type WireBridgeCommand<TData = unknown> = {
75
126
  readonly error: unknown;
76
127
  readonly idempotencyKey?: string;
77
128
  readonly requestId?: string;
129
+ } | {
130
+ readonly kind: "ack-timeout";
131
+ readonly seq: number;
132
+ readonly attempt: number;
133
+ readonly observedAtMs?: number;
78
134
  } | {
79
135
  readonly kind: "close";
80
136
  readonly reason?: unknown;
@@ -166,8 +222,6 @@ interface WireBridgeOptions {
166
222
  readonly name?: string;
167
223
  readonly sessionId: string;
168
224
  readonly retry?: RetryPolicy;
169
- /** Finite D134 ack timeout. Defaults to 30s so pending ack tracking is bounded. */
170
- readonly ackTimeoutMs?: number;
171
225
  readonly now?: () => number;
172
226
  }
173
227
  interface WireBridgeBundle<TOutbound = unknown, TInbound = unknown> {
@@ -199,6 +253,60 @@ interface WireBridgeBundle<TOutbound = unknown, TInbound = unknown> {
199
253
  idempotencyKey?: string;
200
254
  }): void;
201
255
  }
256
+ interface WireBridgeAckDriverIssue {
257
+ readonly code: "wire-bridge-ack-driver-clock-invalid" | "wire-bridge-ack-driver-clock-regressed";
258
+ readonly message: string;
259
+ readonly seq?: number;
260
+ readonly attempt?: number;
261
+ readonly observedAtMs?: number;
262
+ readonly nowMs?: number;
263
+ }
264
+ interface WireBridgeAckDriverStatus {
265
+ readonly state: "idle" | "active" | "timed-out" | "issues";
266
+ readonly pending: number;
267
+ readonly commands: number;
268
+ readonly issues: number;
269
+ readonly nowMs?: number;
270
+ readonly lastCommand?: Extract<WireBridgeCommand, {
271
+ readonly kind: "ack-timeout";
272
+ }>;
273
+ readonly lastIssue?: WireBridgeAckDriverIssue;
274
+ }
275
+ interface WireBridgeAckDriverOptions {
276
+ readonly name?: string;
277
+ readonly clock: Node<number>;
278
+ readonly timeoutMs: number;
279
+ }
280
+ interface WireBridgeAckDriverBundle {
281
+ readonly commands: Node<WireBridgeCommand<never>>;
282
+ readonly status: Node<WireBridgeAckDriverStatus>;
283
+ readonly issues: Node<WireBridgeAckDriverIssue>;
284
+ release(): void;
285
+ }
286
+ type WireBridgeProtobufData = Uint8Array | CanonicalWireBridgeDataBody;
287
+ interface WireBridgeProtobufIssue {
288
+ readonly direction: "inbound" | "outbound";
289
+ readonly operation: "decode" | "encode";
290
+ readonly message: string;
291
+ readonly category?: CanonicalProtobufErrorCategory;
292
+ }
293
+ interface WireBridgeProtobufStatus {
294
+ readonly decoded: number;
295
+ readonly encoded: number;
296
+ readonly issues: number;
297
+ readonly state: "idle" | "active" | "issues";
298
+ readonly lastIssue?: WireBridgeProtobufIssue;
299
+ }
300
+ interface WireBridgeProtobufBundle {
301
+ readonly inboundBytes: Node<Uint8Array>;
302
+ readonly outboundBytes: Node<Uint8Array>;
303
+ readonly issues: Node<WireBridgeProtobufIssue>;
304
+ readonly status: Node<WireBridgeProtobufStatus>;
305
+ release(): void;
306
+ }
307
+ interface WireBridgeProtobufOptions {
308
+ readonly name?: string;
309
+ }
202
310
  interface RemoteCallRequest<T = unknown> {
203
311
  readonly operation: string;
204
312
  readonly requestId: string;
@@ -306,6 +414,26 @@ interface RemoteResponderBundle<TRequest = unknown, TResponse = unknown> {
306
414
  readonly errors: Node<RemoteCallError>;
307
415
  release(): void;
308
416
  }
417
+
418
+ /**
419
+ * Graph-visible wire bridge envelope helpers (D134).
420
+ *
421
+ * This first slice is transport-free: commands become outbound envelope facts,
422
+ * remote receipts enter only through the inbound fact node, and retry/ack timeout
423
+ * state is surfaced through graph-visible attempts/status/errors nodes.
424
+ */
425
+
426
+ /** D147 remote dispatcher call helper over explicit wireBridge request/response facts. */
427
+ declare function remoteCall<TRequest = unknown, TResponse = unknown>(graph: Graph, bridge: WireBridgeBundle<RemoteCallRequest<TRequest>, RemoteCallResponse<TResponse>>, opts?: RemoteCallOptions): RemoteCallBundle<TRequest, TResponse>;
428
+
429
+ /**
430
+ * Graph-visible wire bridge envelope helpers (D134).
431
+ *
432
+ * This first slice is transport-free: commands become outbound envelope facts,
433
+ * remote receipts enter only through the inbound fact node, and retry/ack timeout
434
+ * state is surfaced through graph-visible attempts/status/errors nodes.
435
+ */
436
+
309
437
  /** Stable D134 idempotency key helper scoped to one bridge session and sequence. */
310
438
  declare function wireBridgeIdempotencyKey(sessionId: string, seq: number): string;
311
439
  /** Create a D134 wire bridge envelope with ordered metadata. */
@@ -323,19 +451,52 @@ declare function wireBridgeEnvelope<TData = unknown>(input: {
323
451
  readonly requestId?: string;
324
452
  }): WireBridgeEnvelope<TData>;
325
453
  declare function wireBridge<TOutbound = unknown, TInbound = unknown>(graph: Graph, opts: WireBridgeOptions): WireBridgeBundle<TOutbound, TInbound>;
326
- /** D147 remote dispatcher call helper over explicit wireBridge request/response facts. */
327
- declare function remoteCall<TRequest = unknown, TResponse = unknown>(graph: Graph, bridge: WireBridgeBundle<RemoteCallRequest<TRequest>, RemoteCallResponse<TResponse>>, opts?: RemoteCallOptions): RemoteCallBundle<TRequest, TResponse>;
454
+ /** D502 explicit graph-visible ack-timeout command driver for a wireBridge. */
455
+ declare function wireBridgeAckDriver<TOutbound = unknown, TInbound = unknown>(graph: Graph, bridge: WireBridgeBundle<TOutbound, TInbound>, opts: WireBridgeAckDriverOptions): WireBridgeAckDriverBundle;
456
+ /**
457
+ * D498 focused canonical protobuf byte adapter over an existing semantic wireBridge bundle.
458
+ *
459
+ * This helper owns no transport/session/retry policy and does not add wireBridge core options.
460
+ * Malformed bytes become graph-visible issue/invalid facts, never local protocol terminals.
461
+ */
462
+ declare function wireBridgeProtobuf(graph: Graph, bridge: WireBridgeBundle<WireBridgeProtobufData, WireBridgeProtobufData>, opts?: WireBridgeProtobufOptions): WireBridgeProtobufBundle;
328
463
  declare function remoteResponderHandler<TRequest = unknown, TResponse = unknown>(operation: string, handle: RemoteResponderHandler<TRequest, TResponse>): RemoteResponderHandlerDefinition<TRequest, TResponse>;
329
464
  /** D147 remote responder over inbound wireBridge request facts and outbound command facts. */
330
465
  declare function remoteResponder<TRequest = unknown, TResponse = unknown>(graph: Graph, bridge: WireBridgeBundle<RemoteCallResponse<TResponse>, RemoteCallRequest<TRequest>>, opts?: RemoteResponderOptions<TRequest, TResponse>): RemoteResponderBundle<TRequest, TResponse>;
331
466
 
332
- /**
333
- * Graph-visible outbound environment adapters (D130/D132).
334
- *
335
- * Async transport work is confined to graph-local EnvironmentDrivers. Each
336
- * helper returns declared nodes for events/status/attempts/errors instead of a
337
- * hidden sink side channel.
338
- */
467
+ interface WireEdgeGroupEdge {
468
+ readonly edgeId: string;
469
+ readonly outbound?: Node<Uint8Array>;
470
+ }
471
+ type WireEdgeGroupIssueCode = "wire-edge-group-missing-snapshot" | "wire-edge-group-unknown-edge" | "wire-edge-group-duplicate-dirty" | "wire-edge-group-duplicate-data" | "wire-edge-group-data-before-dirty" | "wire-edge-group-competing-cause" | "wire-edge-group-malformed-frame" | "wire-edge-group-incomplete-cause";
472
+ interface WireEdgeGroupIssue {
473
+ readonly code: WireEdgeGroupIssueCode;
474
+ readonly message: string;
475
+ readonly edgeId?: string;
476
+ readonly causeId?: string;
477
+ readonly activeCauseId?: string;
478
+ }
479
+ interface WireEdgeGroupStatus {
480
+ readonly state: "idle" | "collecting" | "released" | "issues";
481
+ readonly expectedEdges: readonly string[];
482
+ readonly dirty: number;
483
+ readonly data: number;
484
+ readonly released: number;
485
+ readonly issues: number;
486
+ readonly activeCauseId?: string;
487
+ readonly lastIssue?: WireEdgeGroupIssue;
488
+ }
489
+ interface WireEdgeGroupOptions {
490
+ readonly name?: string;
491
+ readonly edges: readonly WireEdgeGroupEdge[];
492
+ }
493
+ interface WireEdgeGroupBundle {
494
+ readonly inbound: ReadonlyMap<string, Node<Uint8Array>>;
495
+ readonly status: Node<WireEdgeGroupStatus>;
496
+ readonly issues: Node<WireEdgeGroupIssue>;
497
+ release(): void;
498
+ }
499
+ declare function wireEdgeGroup(graph: Graph, bridge: WireBridgeBundle<WireBridgeProtobufData, WireBridgeProtobufData>, opts: WireEdgeGroupOptions): WireEdgeGroupBundle;
339
500
 
340
501
  type OutboundEvent<TValue, TResult> = {
341
502
  readonly kind: "attempt";
@@ -497,57 +658,33 @@ interface WebSocketSessionOptions {
497
658
  readonly retry?: RetryPolicy;
498
659
  readonly sendPolicy?: WebSocketSessionSendPolicy;
499
660
  }
661
+
500
662
  /**
501
- * Create a graph-visible D133 WebSocket SessionBundle.
663
+ * Graph-visible outbound environment adapters (D130/D132).
502
664
  *
503
- * The convenience start/send/close methods publish command facts only; hidden
504
- * session state is driven by the command node and graph-local EnvironmentDrivers.
665
+ * Async transport work is confined to graph-local EnvironmentDrivers. Each
666
+ * helper returns declared nodes for events/status/attempts/errors instead of a
667
+ * hidden sink side channel.
505
668
  */
506
- declare function webSocketSession(graph: Graph, request: WebSocketRequest, opts?: WebSocketSessionOptions): WebSocketSessionBundle;
669
+
507
670
  declare function toHttp<T>(graph: Graph, source: Node<T>, requestOf: HttpRequestOf<T>, opts?: OutboundAdapterOptions): OutboundBundle<T, HttpResponse>;
508
671
  declare function toProcess<T>(graph: Graph, source: Node<T>, commandOf: ProcessCommandOf<T>, opts?: OutboundAdapterOptions): OutboundBundle<T, ProcessResult>;
509
672
  declare function toWebSocket<T>(graph: Graph, source: Node<T>, request: WebSocketRequest, sendOf: WebSocketSendOf<T>, opts?: OutboundAdapterOptions): OutboundBundle<T, WebSocketSendResult>;
510
673
 
511
674
  /**
512
- * Dependency-free NestJS adapter tokens and method metadata.
675
+ * Graph-visible outbound environment adapters (D130/D132).
513
676
  *
514
- * The old compat layer imported `@nestjs/common` for DI decorators. Clean-slate keeps the
515
- * retainable token/metadata vocabulary here and leaves actual `Inject(...)` composition to
516
- * user-land NestJS code, so @graphrefly/ts keeps zero framework dependencies (D125/B61).
677
+ * Async transport work is confined to graph-local EnvironmentDrivers. Each
678
+ * helper returns declared nodes for events/status/attempts/errors instead of a
679
+ * hidden sink side channel.
517
680
  */
518
- /** Injection token for a root graph singleton. */
519
- declare const GRAPHREFLY_ROOT_GRAPH: unique symbol;
520
- /** Injection token for adapter module options. */
521
- declare const GRAPHREFLY_MODULE_OPTIONS: unique symbol;
522
- /** Injection token for a request-scoped graph. */
523
- declare const GRAPHREFLY_REQUEST_GRAPH: unique symbol;
524
- type DecoratorHostConstructor = abstract new (...args: unknown[]) => unknown;
525
- type DecoratorBoundMethod = (...args: unknown[]) => unknown;
526
- interface OnGraphEventMeta {
527
- nodeName: string;
528
- methodKey: string | symbol;
529
- }
530
- interface GraphIntervalMeta {
531
- ms: number;
532
- methodKey: string | symbol;
533
- }
534
- interface GraphCronMeta {
535
- expr: string;
536
- methodKey: string | symbol;
537
- }
538
- declare const EVENT_HANDLERS: Map<DecoratorHostConstructor, OnGraphEventMeta[]>;
539
- declare const INTERVAL_HANDLERS: Map<DecoratorHostConstructor, GraphIntervalMeta[]>;
540
- declare const CRON_HANDLERS: Map<DecoratorHostConstructor, GraphCronMeta[]>;
541
- type GraphMethodDecorator = MethodDecorator & ((value: DecoratorBoundMethod, context: ClassMethodDecoratorContext) => void);
542
- /** Get the injection token for a named feature graph. */
543
- declare function getGraphToken(name: string): symbol;
544
- /** Get the injection token for a node at a qualified path. */
545
- declare function getNodeToken(path: string): symbol;
546
- /** Register a method as a DATA-event handler for a graph observe path. */
547
- declare function OnGraphEvent(nodeName: string): GraphMethodDecorator;
548
- /** Register fixed-interval metadata for a user-land NestJS scheduler bridge. */
549
- declare function GraphInterval(ms: number): GraphMethodDecorator;
550
- /** Register cron metadata for a user-land NestJS scheduler bridge. */
551
- declare function GraphCron(expr: string): GraphMethodDecorator;
552
681
 
553
- export { CRON_HANDLERS, type DecoratorBoundMethod, type DecoratorHostConstructor, EVENT_HANDLERS, GRAPHREFLY_MODULE_OPTIONS, GRAPHREFLY_REQUEST_GRAPH, GRAPHREFLY_ROOT_GRAPH, GraphCron, type GraphCronMeta, GraphInterval, type GraphIntervalMeta, type GraphMethodDecorator, type HttpRequestOf, INTERVAL_HANDLERS, OnGraphEvent, type OnGraphEventMeta, type OutboundAdapterOptions, type OutboundBundle, type OutboundEvent, type OutboundStatus, type ProcessCommandOf, type RemoteCallBundle, type RemoteCallError, type RemoteCallOptions, type RemoteCallRequest, type RemoteCallResponse, type RemoteCallResult, type RemoteCallStatus, type RemoteCallStatusState, type RemoteCallTimeout, type RemoteResponderBundle, type RemoteResponderEvent, type RemoteResponderHandler, type RemoteResponderHandlerDefinition, type RemoteResponderOptions, type RemoteResponderStatus, type RemoteResponderStatusState, type WebSocketSendOf, type WebSocketSessionBundle, type WebSocketSessionCommand, type WebSocketSessionInbound, type WebSocketSessionLifecycle, type WebSocketSessionOptions, type WebSocketSessionOutbound, type WebSocketSessionSendPolicy, type WebSocketSessionStatus, type WireBridgeAck, type WireBridgeAttempt, type WireBridgeBundle, type WireBridgeCommand, type WireBridgeEnvelope, type WireBridgeEnvelopeType, type WireBridgeEvent, type WireBridgeMetadata, type WireBridgeNack, type WireBridgeOptions, type WireBridgePayload, type WireBridgeStatus, getGraphToken, getNodeToken, remoteCall, remoteResponder, remoteResponderHandler, toHttp, toProcess, toWebSocket, webSocketSession, wireBridge, wireBridgeEnvelope, wireBridgeIdempotencyKey };
682
+ /**
683
+ * Create a graph-visible D133 WebSocket SessionBundle.
684
+ *
685
+ * The convenience start/send/close methods publish command facts only; hidden
686
+ * session state is driven by the command node and graph-local EnvironmentDrivers.
687
+ */
688
+ declare function webSocketSession(graph: Graph, request: WebSocketRequest, opts?: WebSocketSessionOptions): WebSocketSessionBundle;
689
+
690
+ export { CanonicalProtobufError, type CanonicalProtobufErrorCategory, type CanonicalWireBridgeDataBody, type CanonicalWireBridgeEnvelope, type CanonicalWireBridgeMetadata, type CanonicalWireBridgePayload, type CanonicalWireEdgeFrame, type HttpRequestOf, type OutboundAdapterOptions, type OutboundBundle, type OutboundEvent, type OutboundStatus, type ProcessCommandOf, type RemoteCallBundle, type RemoteCallError, type RemoteCallOptions, type RemoteCallRequest, type RemoteCallResponse, type RemoteCallResult, type RemoteCallStatus, type RemoteCallStatusState, type RemoteCallTimeout, type RemoteResponderBundle, type RemoteResponderEvent, type RemoteResponderHandler, type RemoteResponderHandlerDefinition, type RemoteResponderOptions, type RemoteResponderStatus, type RemoteResponderStatusState, type WebSocketSendOf, type WebSocketSessionBundle, type WebSocketSessionCommand, type WebSocketSessionInbound, type WebSocketSessionLifecycle, type WebSocketSessionOptions, type WebSocketSessionOutbound, type WebSocketSessionSendPolicy, type WebSocketSessionStatus, type WireBridgeAck, type WireBridgeAckDriverBundle, type WireBridgeAckDriverIssue, type WireBridgeAckDriverOptions, type WireBridgeAckDriverStatus, type WireBridgeAttempt, type WireBridgeBundle, type WireBridgeCommand, type WireBridgeEnvelope, type WireBridgeEnvelopeType, type WireBridgeEvent, type WireBridgeMetadata, type WireBridgeNack, type WireBridgeOptions, type WireBridgePayload, type WireBridgeProtobufBundle, type WireBridgeProtobufData, type WireBridgeProtobufIssue, type WireBridgeProtobufOptions, type WireBridgeProtobufStatus, type WireBridgeStatus, type WireEdgeGroupBundle, type WireEdgeGroupEdge, type WireEdgeGroupIssue, type WireEdgeGroupIssueCode, type WireEdgeGroupOptions, type WireEdgeGroupStatus, decodeCanonicalWireBridgeEnvelope, decodeCanonicalWireEdgeFrame, encodeCanonicalWireBridgeEnvelope, encodeCanonicalWireEdgeFrame, remoteCall, remoteResponder, remoteResponderHandler, toHttp, toProcess, toWebSocket, webSocketSession, wireBridge, wireBridgeAckDriver, wireBridgeEnvelope, wireBridgeIdempotencyKey, wireBridgeProtobuf, wireEdgeGroup };