@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
package/dist/index.d.cts CHANGED
@@ -1,21 +1,25 @@
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-D-KmjE0J.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-BLGv8Xp8.cjs';
2
2
  export { BatchCtx, batch } from './core/index.cjs';
3
- export { C as Ctx, a as CtxState, D as Dispatcher, b as DriverCancel, c as DriverResult, E as EnvironmentDrivers, d as EnvironmentDriversInit, F as FetchLike, e as FetchResponseLike, H as Handle, f as HandleStat, g as HttpRequest, h as HttpResponse, L as LocalHttpDriver, i as LocalProcessDriver, j as LocalSseDriver, k as LocalWebSocketDriver, l as LocalWebhookDriver, N as Node, m as NodeFn, n as NodeOptions, o as NodeVersion, p as NodeVersionHashFn, q as NodeVersionJson, r as NodeVersionV0, s as NodeVersionV1, t as NodeVersioningLevel, u as NodeVersioningPolicy, P as Pool, v as PoolKind, w as ProcessCommand, x as ProcessResult, R as RewireNext, S as Sink, y as SseDriverEvent, z as SseEvent, A as SseRequest, B as Status, T as TerminalData, W as WaveData, G as WebSocketConstructorLike, I as WebSocketDriverEvent, J as WebSocketEvent, K as WebSocketLike, M as WebSocketRequest, O as WebSocketSend, Q as WebSocketSendResult, U as WebSocketSessionHandle, V as WebhookDriverEvent, X as WebhookEvent, Y as WebhookRegistration, Z as defaultDispatcher, _ as defaultNodeVersionHash, $ as depBatch, a0 as depCount, a1 as depLatest, a2 as depTerminal, a3 as depWaves, a4 as domWebSocketDriver, a5 as dynamicNode, a6 as fetchHttpDriver, a7 as isTerminalComplete, a8 as isTerminalError, a9 as isTerminalNone, aa as node, ab as terminalErrorValue } from './types-bNMSWKqF.cjs';
3
+ export { C as Ctx, a as CtxState, D as Dispatcher, b as DriverCancel, c as DriverResult, E as EnvironmentDrivers, d as EnvironmentDriversInit, F as FetchLike, e as FetchResponseLike, H as Handle, f as HandleStat, g as HttpRequest, h as HttpResponse, L as LocalHttpDriver, i as LocalProcessDriver, j as LocalSseDriver, k as LocalWebSocketDriver, l as LocalWebhookDriver, N as Node, m as NodeFn, n as NodeOptions, o as NodeVersion, p as NodeVersionHashFn, q as NodeVersionJson, r as NodeVersionV0, s as NodeVersionV1, t as NodeVersioningLevel, u as NodeVersioningPolicy, P as Pool, v as PoolKind, w as ProcessCommand, x as ProcessResult, R as RewireNext, S as Sink, y as SseDriverEvent, z as SseEvent, A as SseRequest, B as Status, T as TerminalData, W as WaveData, G as WebSocketConstructorLike, I as WebSocketDriverEvent, J as WebSocketEvent, K as WebSocketLike, M as WebSocketRequest, O as WebSocketSend, Q as WebSocketSendResult, U as WebSocketSessionHandle, V as WebhookDriverEvent, X as WebhookEvent, Y as WebhookRegistration, Z as defaultDispatcher, _ as defaultNodeVersionHash, $ as depBatch, a0 as depCount, a1 as depLatest, a2 as depTerminal, a3 as depWaves, a4 as domWebSocketDriver, a5 as dynamicNode, a6 as fetchHttpDriver, a7 as isTerminalComplete, a8 as isTerminalError, a9 as isTerminalNone, aa as node, ab as terminalErrorValue } from './types-BS6CyR-x.cjs';
4
+ export { DataError, DataIssue, DataOk, DataResult } from './data/index.cjs';
4
5
  export { restoreReactiveIndex, restoreReactiveList, restoreReactiveLog, restoreReactiveMap } from './data-structures/index.cjs';
5
- export { D as DefineOpts, a as Definition, b as DerivedFn, E as EffectFn, G as GRAPH_BLUEPRINT_VERSION, c as GRAPH_CHECKPOINT_VERSION, d as Graph, e as GraphBlueprint, f as GraphBlueprintDiagnosticCode, g as GraphBlueprintDiagnosticIssue, h as GraphBlueprintDiagnostics, i as GraphBlueprintHash, j as GraphBlueprintHashInput, k as GraphBlueprintHashOptions, l as GraphBlueprintJson, m as GraphBlueprintOptions, n as GraphBlueprintProvenance, o as GraphCheckpoint, p as GraphCheckpointEdge, q as GraphCheckpointFactory, r as GraphCheckpointJson, s as GraphCheckpointMount, t as GraphCheckpointNode, u as GraphCheckpointTerminal, v as GraphCheckpointValue, w as GraphCheckpointVersion, x as GraphOptions, y as GraphRestoreDefinition, z as GraphRestoreDescriptor, A as GraphRestoreDescriptorContext, B as GraphRestoreEntry, C as GraphRestoreRegistry, N as NodeProfile, F as NormalizedGraphTopologyNode, H as NormalizedGraphTopologySnapshot, O as ObserveEvent, I as ObserveEventEquals, J as ObservePredicate, K as ObserveStream, L as Operator, P as Profile, R as RestoreGraphOptions, M as RestoreRegistryEntry, S as SettleOpts, Q as StateNode, T as SugarOpts, U as TapObserver, V as TopologyEvent, W as TopologyEventKind, X as TopologyGroup, Y as TopologyGroupOptions, Z as TopologyGroupReleaseOptions, _ as TopologyStream, $ as ValveOpts, a0 as canonicalTopologyBytes, a1 as canonicalTopologyJson, a2 as catchError, a3 as coalesceObserve, a4 as defaultRestoreRegistry, a5 as define, a6 as distinctUntilChanged, a7 as elementAt, a8 as filter, a9 as filterObserve, aa as find, ab as first, ac as graph, ad as graphBlueprintDiagnostics, ae as initNode, af as last, ag as map, ah as mapRestoreDescriptor, ai as merge, aj as normalizeTopology, ak as onFirstData, al as pairwise, am as reduce, an as rescue, ao as restoreGraph, ap as restoreRegistry, aq as scan, ar as settle, as as skip, at as stateRestoreDescriptor, au as take, av as takeRestoreDescriptor, aw as takeWhile, ax as tap, ay as tapFirst, az as timerRestoreDescriptor, aA as valve, aB as withBlueprintHash, aC as withBlueprintProvenance } from './graph-s23RbbFO.cjs';
6
+ export { D as DefineOpts, a as Definition, b as DerivedFn, E as EffectFn, G as GRAPH_BLUEPRINT_VERSION, c as GRAPH_CHECKPOINT_VERSION, d as Graph, e as GraphBlueprint, f as GraphBlueprintDiagnosticCode, g as GraphBlueprintDiagnosticIssue, h as GraphBlueprintDiagnostics, i as GraphBlueprintHash, j as GraphBlueprintHashInput, k as GraphBlueprintHashOptions, l as GraphBlueprintJson, m as GraphBlueprintOptions, n as GraphBlueprintProvenance, o as GraphCheckpoint, p as GraphCheckpointEdge, q as GraphCheckpointFactory, r as GraphCheckpointJson, s as GraphCheckpointMount, t as GraphCheckpointNode, u as GraphCheckpointTerminal, v as GraphCheckpointValue, w as GraphCheckpointVersion, x as GraphOptions, y as GraphRestoreDefinition, z as GraphRestoreDescriptor, A as GraphRestoreDescriptorContext, B as GraphRestoreEntry, C as GraphRestoreRegistry, N as NodeProfile, F as NormalizedGraphTopologyNode, H as NormalizedGraphTopologySnapshot, O as ObserveEvent, I as ObserveEventEquals, J as ObservePredicate, K as ObserveStream, L as Operator, P as Profile, R as RestoreGraphOptions, M as RestoreRegistryEntry, S as SettleOpts, Q as StateNode, T as SugarOpts, U as TapObserver, V as TopologyEvent, W as TopologyEventKind, X as TopologyGroup, Y as TopologyGroupOptions, Z as TopologyGroupReleaseOptions, _ as TopologyStream, $ as ValveOpts, a0 as canonicalTopologyBytes, a1 as canonicalTopologyJson, a2 as catchError, a3 as coalesceObserve, a4 as defaultRestoreRegistry, a5 as define, a6 as distinctUntilChanged, a7 as elementAt, a8 as filter, a9 as filterObserve, aa as find, ab as first, ac as graph, ad as graphBlueprintDiagnostics, ae as initNode, af as last, ag as map, ah as mapRestoreDescriptor, ai as merge, aj as normalizeTopology, ak as onFirstData, al as pairwise, am as reduce, an as rescue, ao as restoreGraph, ap as restoreRegistry, aq as scan, ar as settle, as as skip, at as stateRestoreDescriptor, au as take, av as takeRestoreDescriptor, aw as takeWhile, ax as tap, ay as tapFirst, az as timerRestoreDescriptor, aA as valve, aB as withBlueprintHash, aC as withBlueprintProvenance } from './graph-CWK3HLPB.cjs';
6
7
  export { CascadingCacheEvent, CascadingCachePolicy, CascadingCacheStatus, CausalChain, CausalStep, ExplainPathOptions, ExplainPathReason, IslandReport, ReachableDirection, ReachableOptions, ReachableResult, ReactiveCascadingCache, ReactiveCascadingCacheOptions, ValidateNoIslandsResult, WorkerDerivedBackend, WorkerDerivedCancel, WorkerDerivedJob, WorkerDerivedOptions, WorkerDerivedSettle, WorkerDerivedSettlement, explainPath, reachable, reactiveCascadingCache, validateNoIslands, workerDerived } from './graph/index.cjs';
7
8
  export { MergeMapOptions, Project, audit, auditTime, buffer, bufferCount, bufferTime, combine, combineLatest, concat, concatMap, debounce, debounceTime, delay, exhaustMap, flatMap, mergeMap, race, repeat, sample, switchMap, takeUntil, throttle, throttleTime, timeout, withLatestFrom, zip } from './operators/index.cjs';
8
9
  export { DescribeChangeset, DescribeEvent, PipeOperator, Stratified, StratifyOptions, StratifyRule, pipe, stratify, stratifyBranch, topologyDiff } from './composition/index.cjs';
9
- export { C as CapacityPolicy, I as IndexChange, a as IndexRow, L as ListChange, b as LoadReactiveCollectionStateOptions, c as LogChange, M as MapChange, O as OrderedCapacityPolicy, R as REACTIVE_COLLECTION_CHANGE_FORMAT, d as REACTIVE_COLLECTION_FRAME_VERSION, e as REACTIVE_COLLECTION_SNAPSHOT_FORMAT, f as ReactiveCollectionChangeFrame, g as ReactiveCollectionRestoreState, h as ReactiveCollectionSnapshotFrame, i as ReactiveCollectionStorageKind, j as ReactiveIndex, k as ReactiveIndexCapacityOrder, l as ReactiveIndexCapacityPolicy, m as ReactiveIndexOpt, n as ReactiveIndexOptions, o as ReactiveIndexRestoreState, p as ReactiveListRestoreState, q as ReactiveLogRestoreState, r as ReactiveMapRestoreState, s as ReactiveOpt, t as ReactiveView, u as RetentionPolicy, V as ViewCachePolicy, v as assertReactiveCollectionChangeFrame, w as assertReactiveCollectionSnapshotFrame, x as collectionSnapshotKey, y as loadReactiveIndexState, z as loadReactiveListState, A as loadReactiveLogState, B as loadReactiveMapState, D as reactiveCollectionChangeFrame, E as reactiveCollectionChangeFrameCodec, F as reactiveCollectionSnapshotFrame, G as reactiveCollectionSnapshotFrameCodec, H as reactiveIndex } from './reactive-collection-BxBqtIOE.cjs';
10
- export { R as ReactiveList, a as ReactiveListOpt, b as ReactiveListOptions, c as ReactiveLog, d as ReactiveLogOptions, e as ReactiveMap, f as ReactiveMapOpt, g as ReactiveMapOptions, h as ReactiveMapRetentionEntry, i as ReactiveMapRetentionPolicy, m as mergeReactiveLogs, r as reactiveList, j as reactiveLog, k as reactiveMap, s as scanLog } from './reactive-map-D-g3dv8I.cjs';
11
- export { D as DescribeEdge, a as DescribeNode, b as DescribeOpts, c as DescribeSnapshot, G as GraphTopologyEdge, d as GraphTopologyNode, e as GraphTopologySnapshot } from './describe-Ciu8SUnN.cjs';
10
+ export { I as IndexChange, a as IndexRow, L as ListChange, b as LoadReactiveCollectionStateOptions, c as LogChange, M as MapChange, R as REACTIVE_COLLECTION_CHANGE_FORMAT, d as REACTIVE_COLLECTION_FRAME_VERSION, e as REACTIVE_COLLECTION_SNAPSHOT_FORMAT, f as ReactiveCollectionChangeFrame, g as ReactiveCollectionRestoreState, h as ReactiveCollectionSnapshotFrame, i as ReactiveCollectionStorageKind, j as ReactiveIndex, k as ReactiveIndexCapacityOrder, l as ReactiveIndexCapacityPolicy, m as ReactiveIndexOpt, n as ReactiveIndexOptions, o as ReactiveIndexRestoreState, p as ReactiveListRestoreState, q as ReactiveLogRestoreState, r as ReactiveMapRestoreState, s as ReactiveView, t as assertReactiveCollectionChangeFrame, u as assertReactiveCollectionSnapshotFrame, v as collectionSnapshotKey, w as loadReactiveIndexState, x as loadReactiveListState, y as loadReactiveLogState, z as loadReactiveMapState, A as reactiveCollectionChangeFrame, B as reactiveCollectionChangeFrameCodec, C as reactiveCollectionSnapshotFrame, D as reactiveCollectionSnapshotFrameCodec, E as reactiveIndex } from './reactive-collection-B9R0Bl1P.cjs';
11
+ export { R as ReactiveList, a as ReactiveListOpt, b as ReactiveListOptions, c as ReactiveLog, d as ReactiveLogOptions, e as ReactiveMap, f as ReactiveMapOpt, g as ReactiveMapOptions, h as ReactiveMapRetentionEntry, i as ReactiveMapRetentionPolicy, m as mergeReactiveLogs, r as reactiveList, j as reactiveLog, k as reactiveMap, s as scanLog } from './reactive-map-C_8sOfdS.cjs';
12
+ export { D as DescribeEdge, a as DescribeNode, b as DescribeOpts, c as DescribeSnapshot, G as GraphTopologyEdge, d as GraphTopologyNode, e as GraphTopologySnapshot } from './describe-CQRrkv-Q.cjs';
13
+ export { C as CapacityPolicy, O as OrderedCapacityPolicy, R as ReactiveOpt, a as RetentionPolicy, V as ViewCachePolicy } from './types-XDoqxYO9.cjs';
12
14
  export { DescribeToAsciiOptions, DescribeToD2Options, DescribeToJsonOptions, DescribeToMermaidOptions, DescribeToMermaidUrlOptions, DescribeToPrettyOptions, DiagramDirection, MermaidLiveTheme, MermaidLiveUrlOptions, describeToAscii, describeToD2, describeToJson, describeToMermaid, describeToMermaidUrl, describeToPretty, mermaidLiveUrl } from './render/index.cjs';
13
15
  export { B as BackoffPolicy, R as RetryPolicy, a as RetryState, b as RetryStatus, c as backoffDelayMs, n as nextRetryDelayMs, d as noBackoff, r as retryPolicy, s as shouldRetry } from './resilience-Dig3Q7n0.cjs';
14
- export { A as AsyncSourceOpts, C as CronSchedule, E as EventListenerOptionsLike, a as EventTargetLike, F as FromCronOptions, b as FromEventOptions, N as NodeInput, P as PushRegister, c as PushUnsubscribe, S as SingleFromAnyOptions, T as TimerSourceOpts, e as empty, f as firstValueFrom, d as fromAny, g as fromAsyncIter, h as fromCron, i as fromEvent, j as fromHttp, k as fromHttpWithOptions, l as fromIter, m as fromProcess, n as fromPromise, o as fromPushNotification, p as fromSSE, q as fromSSEWithOptions, r as fromTimer, s as fromWebSocket, t as fromWebSocketWithOptions, u as fromWebhook, v as fromWebhookWithOptions, w as interval, x as matchesCron, y as never, z as of, B as parseCron, D as runProcess, G as runProcessWithOptions, H as singleFromAny, I as throwError, J as timer } from './index-CAEmLCYF.cjs';
16
+ export { A as AsyncSourceOpts, C as CronSchedule, E as EventListenerOptionsLike, a as EventTargetLike, F as FromCronOptions, b as FromEventOptions, N as NodeInput, P as PushRegister, c as PushUnsubscribe, S as SingleFromAnyOptions, T as TimerSourceOpts, e as empty, f as firstValueFrom, d as fromAny, g as fromAsyncIter, h as fromCron, i as fromEvent, j as fromHttp, k as fromHttpWithOptions, l as fromIter, m as fromProcess, n as fromPromise, o as fromPushNotification, p as fromSSE, q as fromSSEWithOptions, r as fromTimer, s as fromWebSocket, t as fromWebSocketWithOptions, u as fromWebhook, v as fromWebhookWithOptions, w as interval, x as matchesCron, y as never, z as of, B as parseCron, D as runProcess, G as runProcessWithOptions, H as singleFromAny, I as throwError, J as timer } from './index-DHA1i67c.cjs';
15
17
  export { C as Codec, S as StrictJsonObject, a as StrictJsonScalar, b as StrictJsonValue, c as assertStrictJsonObject, d as assertStrictJsonValue, j as jsonCodec, e as jsonCodecFor, s as stableJsonString, f as strictCanonicalJsonBytes, g as strictJsonCodec, h as strictJsonCodecFor } from './codec-BB7p8fJc.cjs';
16
- export { K as KnowledgeAssertion, a as KnowledgeAssertionObject, b as KnowledgeAssertionStrictJsonValue, c as KnowledgeAssertionSubject, d as KnowledgeGraphCursor, e as KnowledgeGraphEntity, f as KnowledgeGraphError, g as KnowledgeGraphErrorCode, h as KnowledgeGraphIndex, i as KnowledgeGraphPolicy, j as KnowledgeGraphReducerBundle, k as KnowledgeGraphReducerBundleOptions, l as KnowledgeGraphRelation, m as KnowledgeGraphSnapshot, n as KnowledgeGraphStatus, o as KnowledgeGraphStatusState, p as KnowledgeGraphTopic, q as knowledgeGraphReducerBundle } from './semantic-memory-graph-BYoIlP35.cjs';
17
- export { L as LockId, M as Message, a as MessageType, S as SENTINEL, T as TIER_CONTROL, b as TIER_NOTIFICATION, c as TIER_SETTLE, d as TIER_START, e as TIER_TEARDOWN, f as TIER_TERMINAL, g as TIER_VALUE, W as Wave, h as errorPayload, i as isDeferredTier, j as isInvalidErrorPayload, k as isPauseBufferedTier, l as isTerminal, m as isUpAllowed, n as isValueTier, o as messageTier } from './messages-BZqrGGm1.cjs';
18
- export { AGENTIC_MEMORY_RECORD_FRAME_FORMAT, AGENTIC_MEMORY_RECORD_FRAME_VERSION, AgenticMemoryArtifactKind, AgenticMemoryBundle, AgenticMemoryBundleOptions, AgenticMemoryConsolidationBundle, AgenticMemoryConsolidationBundleOptions, AgenticMemoryConsolidationCommand, AgenticMemoryConsolidationCursor, AgenticMemoryConsolidationError, AgenticMemoryConsolidationErrorCode, AgenticMemoryConsolidationOutcome, AgenticMemoryConsolidationRecordDraft, AgenticMemoryConsolidationRequest, AgenticMemoryConsolidationResult, AgenticMemoryConsolidationSnapshot, AgenticMemoryConsolidationStatus, AgenticMemoryContext, AgenticMemoryContextEntry, AgenticMemoryContextPackingBundle, AgenticMemoryContextPackingBundleOptions, AgenticMemoryContextPackingCursor, AgenticMemoryContextPackingError, AgenticMemoryContextPackingErrorCode, AgenticMemoryContextPackingPolicy, AgenticMemoryContextPackingSnapshot, AgenticMemoryContextPackingStatus, AgenticMemoryContextState, AgenticMemoryContextText, AgenticMemoryError, AgenticMemoryErrorCode, AgenticMemoryFragmentFrame, AgenticMemoryKgAssertionDraft, AgenticMemoryKgProjectionBundle, AgenticMemoryKgProjectionBundleOptions, AgenticMemoryKgProjectionCursor, AgenticMemoryKgProjectionError, AgenticMemoryKgProjectionErrorCode, AgenticMemoryKgProjectionSnapshot, AgenticMemoryKgProjectionStatus, AgenticMemoryKgProjectionStatusState, AgenticMemoryKind, AgenticMemoryPackedContext, AgenticMemoryPackedContextEntry, AgenticMemoryPersistenceLevel, AgenticMemoryProjectionCursor, AgenticMemoryProjectionSnapshot, AgenticMemoryRecord, AgenticMemoryRecordFrame, AgenticMemoryRecordMetadata, AgenticMemoryRetentionBundle, AgenticMemoryRetentionBundleOptions, AgenticMemoryRetentionCommand, AgenticMemoryRetentionCursor, AgenticMemoryRetentionError, AgenticMemoryRetentionErrorCode, AgenticMemoryRetentionSnapshot, AgenticMemoryRetentionStatus, AgenticMemoryScope, AgenticMemorySourceProjection, AgenticMemoryStatus, AgenticMemoryStatusState, AgenticMemoryStrictJsonValue, agenticMemoryBundle, agenticMemoryConsolidationBundle, agenticMemoryContextPackingBundle, agenticMemoryKgProjectionBundle, agenticMemoryRecordCodec, agenticMemoryRecordFrame, agenticMemoryRecordFrameCodec, agenticMemoryRetentionBundle, assertAgenticMemoryRecordFrame } from './solutions/index.cjs';
18
+ export { L as LockId, M as Message, a as MessageType, P as PullDemand, S as SENTINEL, T as TIER_CONTROL, b as TIER_NOTIFICATION, c as TIER_SETTLE, d as TIER_START, e as TIER_TEARDOWN, f as TIER_TERMINAL, g as TIER_VALUE, W as Wave, h as errorPayload, i as isDeferredTier, j as isInvalidErrorPayload, k as isPauseBufferedTier, l as isTerminal, m as isUpAllowed, n as isValueTier, o as messageTier } from './messages-CAzUPPJM.cjs';
19
+ export { K as KnowledgeAssertion, a as KnowledgeAssertionObject, b as KnowledgeAssertionStrictJsonValue, c as KnowledgeAssertionSubject, d as KnowledgeGraphCursor, e as KnowledgeGraphEntity, f as KnowledgeGraphError, g as KnowledgeGraphErrorCode, h as KnowledgeGraphIndex, i as KnowledgeGraphPolicy, j as KnowledgeGraphReducerBundle, k as KnowledgeGraphReducerBundleOptions, l as KnowledgeGraphRelation, m as KnowledgeGraphSnapshot, n as KnowledgeGraphStatus, o as KnowledgeGraphStatusState, p as KnowledgeGraphTopic } from './semantic-memory-graph-types-BvzdqmkY.cjs';
20
+ export { k as knowledgeGraphReducerBundle } from './semantic-memory-graph-DlZBD_Eu.cjs';
21
+ export { a as agenticMemoryBundle, b as agenticMemoryConsolidationBundle, c as agenticMemoryContextPackingBundle, d as agenticMemoryKgProjectionBundle, e as agenticMemoryRetentionBundle } from './agentic-memory-retention-Ih1qhX9Z.cjs';
22
+ export { A as AGENTIC_MEMORY_RECORD_FRAME_FORMAT, a as AGENTIC_MEMORY_RECORD_FRAME_VERSION, b as AgenticMemoryArtifactKind, c as AgenticMemoryBundle, d as AgenticMemoryBundleOptions, e as AgenticMemoryConsolidationBundle, f as AgenticMemoryConsolidationBundleOptions, g as AgenticMemoryConsolidationCommand, h as AgenticMemoryConsolidationCursor, i as AgenticMemoryConsolidationError, j as AgenticMemoryConsolidationErrorCode, k as AgenticMemoryConsolidationOutcome, l as AgenticMemoryConsolidationRecordDraft, m as AgenticMemoryConsolidationRequest, n as AgenticMemoryConsolidationResult, o as AgenticMemoryConsolidationSnapshot, p as AgenticMemoryConsolidationStatus, q as AgenticMemoryContext, r as AgenticMemoryContextEntry, s as AgenticMemoryContextPackingBundle, t as AgenticMemoryContextPackingBundleOptions, u as AgenticMemoryContextPackingCursor, v as AgenticMemoryContextPackingError, w as AgenticMemoryContextPackingErrorCode, x as AgenticMemoryContextPackingPolicy, y as AgenticMemoryContextPackingSnapshot, z as AgenticMemoryContextPackingStatus, B as AgenticMemoryContextState, C as AgenticMemoryContextText, D as AgenticMemoryError, E as AgenticMemoryErrorCode, F as AgenticMemoryFragmentFrame, G as AgenticMemoryKgAssertionDraft, H as AgenticMemoryKgProjectionBundle, I as AgenticMemoryKgProjectionBundleOptions, J as AgenticMemoryKgProjectionCursor, K as AgenticMemoryKgProjectionError, L as AgenticMemoryKgProjectionErrorCode, M as AgenticMemoryKgProjectionSnapshot, N as AgenticMemoryKgProjectionStatus, O as AgenticMemoryKgProjectionStatusState, P as AgenticMemoryKind, Q as AgenticMemoryPackedContext, R as AgenticMemoryPackedContextEntry, S as AgenticMemoryPersistenceLevel, T as AgenticMemoryProjectionCursor, U as AgenticMemoryProjectionSnapshot, V as AgenticMemoryRecord, W as AgenticMemoryRecordFrame, X as AgenticMemoryRecordMetadata, Y as AgenticMemoryRetentionBundle, Z as AgenticMemoryRetentionBundleOptions, _ as AgenticMemoryRetentionCommand, $ as AgenticMemoryRetentionCursor, a0 as AgenticMemoryRetentionError, a1 as AgenticMemoryRetentionErrorCode, a2 as AgenticMemoryRetentionSnapshot, a3 as AgenticMemoryRetentionStatus, a4 as AgenticMemoryScope, a5 as AgenticMemorySourceProjection, a6 as AgenticMemoryStatus, a7 as AgenticMemoryStatusState, a8 as AgenticMemoryStrictJsonValue, a9 as agenticMemoryRecordCodec, aa as agenticMemoryRecordFrame, ab as agenticMemoryRecordFrameCodec, ac as assertAgenticMemoryRecordFrame } from './agentic-memory-types-FnnYlVUs.cjs';
19
23
  export { A as APPEND_LOG_SEQ_PAD, a as AppendLogEntry, b as AppendLogPage, c as AppendLogReadOptions, d as AppendLogStorageTier, K as KvGeneration, e as KvStorageOptions, f as KvStorageTier, g as KvVersionedRead, M as MemoryBackend, h as MultiWriterAppendLogOptions, i as MultiWriterAppendLogStorageTier, P as PutIfAbsentKvStorageTier, j as PutIfAbsentStorageBackend, S as StorageBackend, k as StorageGeneration, l as StorageNamespaceOptions, m as StorageVersionedRead, V as VersionedKvStorageTier, n as VersionedStorageBackend, W as WebStorageLike, o as appendLogKey, p as appendLogStorage, q as dictKv, r as hasKvPutIfAbsent, s as hasKvVersioned, t as hasStoragePutIfAbsent, u as hasStorageVersioned, v as kvStorage, w as listByPrefix, x as memoryAppendLog, y as memoryBackend, z as memoryKv, B as memoryMultiWriterAppendLog, C as multiWriterAppendLogStorage, D as readAppendLogPage, E as requireKvPutIfAbsent, F as requireKvVersioned, G as requireStoragePutIfAbsent, H as requireStorageVersioned, I as webStorageBackend } from './append-log-DisvEReb.cjs';
20
24
  export { C as ChangeEnvelope, a as ChangeEnvelopeOptions, b as ChangeLifecycle, D as DecimalIntegerString, N as NonNegativeDecimalIntegerString, O as ObserveEventFrame, c as ObserveEventLogPage, S as StorageTimestampNs, d as assertChangeEnvelope, e as assertDecimalIntegerString, f as assertNonNegativeDecimalIntegerString, g as assertObserveEventFrame, h as bigIntToDecimalString, i as bigIntToNonNegativeDecimalString, j as changeEnvelopeCodec, k as decimalStringToBigInt, l as envelopeChange, m as isDecimalIntegerString, n as isNonNegativeDecimalIntegerString, o as nonNegativeDecimalStringToBigInt, p as nowNs, q as observeEventFrame, r as observeEventFrameCodec, s as readObserveEventLogPage } from './observe-event-log-0SVsx7JG.cjs';
21
25
  export { ContentAddressedKv, ContentAddressedKvOptions, ContentAddressedMissError, ContentAddressedMode, ContentAddressedStorage, ContentAddressedStorageOptions, WAL_FORMAT_VERSION, WAL_FRAME_SEQ_PAD, WAL_KEY_SEGMENT, WalFrame, WalFrameBody, WalFrameOptions, WalFrameTimestampNs, assertWalFrame, contentAddressedKv, contentAddressedStorage, verifyWalFrameChecksum, walFrame, walFrameChecksum, walFrameCodec, walFrameKey, walFramePrefix } from './storage/index.cjs';
package/dist/index.d.ts CHANGED
@@ -1,21 +1,25 @@
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-BNiEc-Gd.js';
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-a4zD3665.js';
2
2
  export { BatchCtx, batch } from './core/index.js';
3
- export { C as Ctx, a as CtxState, D as Dispatcher, b as DriverCancel, c as DriverResult, E as EnvironmentDrivers, d as EnvironmentDriversInit, F as FetchLike, e as FetchResponseLike, H as Handle, f as HandleStat, g as HttpRequest, h as HttpResponse, L as LocalHttpDriver, i as LocalProcessDriver, j as LocalSseDriver, k as LocalWebSocketDriver, l as LocalWebhookDriver, N as Node, m as NodeFn, n as NodeOptions, o as NodeVersion, p as NodeVersionHashFn, q as NodeVersionJson, r as NodeVersionV0, s as NodeVersionV1, t as NodeVersioningLevel, u as NodeVersioningPolicy, P as Pool, v as PoolKind, w as ProcessCommand, x as ProcessResult, R as RewireNext, S as Sink, y as SseDriverEvent, z as SseEvent, A as SseRequest, B as Status, T as TerminalData, W as WaveData, G as WebSocketConstructorLike, I as WebSocketDriverEvent, J as WebSocketEvent, K as WebSocketLike, M as WebSocketRequest, O as WebSocketSend, Q as WebSocketSendResult, U as WebSocketSessionHandle, V as WebhookDriverEvent, X as WebhookEvent, Y as WebhookRegistration, Z as defaultDispatcher, _ as defaultNodeVersionHash, $ as depBatch, a0 as depCount, a1 as depLatest, a2 as depTerminal, a3 as depWaves, a4 as domWebSocketDriver, a5 as dynamicNode, a6 as fetchHttpDriver, a7 as isTerminalComplete, a8 as isTerminalError, a9 as isTerminalNone, aa as node, ab as terminalErrorValue } from './types-h12mNYbq.js';
3
+ export { C as Ctx, a as CtxState, D as Dispatcher, b as DriverCancel, c as DriverResult, E as EnvironmentDrivers, d as EnvironmentDriversInit, F as FetchLike, e as FetchResponseLike, H as Handle, f as HandleStat, g as HttpRequest, h as HttpResponse, L as LocalHttpDriver, i as LocalProcessDriver, j as LocalSseDriver, k as LocalWebSocketDriver, l as LocalWebhookDriver, N as Node, m as NodeFn, n as NodeOptions, o as NodeVersion, p as NodeVersionHashFn, q as NodeVersionJson, r as NodeVersionV0, s as NodeVersionV1, t as NodeVersioningLevel, u as NodeVersioningPolicy, P as Pool, v as PoolKind, w as ProcessCommand, x as ProcessResult, R as RewireNext, S as Sink, y as SseDriverEvent, z as SseEvent, A as SseRequest, B as Status, T as TerminalData, W as WaveData, G as WebSocketConstructorLike, I as WebSocketDriverEvent, J as WebSocketEvent, K as WebSocketLike, M as WebSocketRequest, O as WebSocketSend, Q as WebSocketSendResult, U as WebSocketSessionHandle, V as WebhookDriverEvent, X as WebhookEvent, Y as WebhookRegistration, Z as defaultDispatcher, _ as defaultNodeVersionHash, $ as depBatch, a0 as depCount, a1 as depLatest, a2 as depTerminal, a3 as depWaves, a4 as domWebSocketDriver, a5 as dynamicNode, a6 as fetchHttpDriver, a7 as isTerminalComplete, a8 as isTerminalError, a9 as isTerminalNone, aa as node, ab as terminalErrorValue } from './types-C9NOgNJw.js';
4
+ export { DataError, DataIssue, DataOk, DataResult } from './data/index.js';
4
5
  export { restoreReactiveIndex, restoreReactiveList, restoreReactiveLog, restoreReactiveMap } from './data-structures/index.js';
5
- export { D as DefineOpts, a as Definition, b as DerivedFn, E as EffectFn, G as GRAPH_BLUEPRINT_VERSION, c as GRAPH_CHECKPOINT_VERSION, d as Graph, e as GraphBlueprint, f as GraphBlueprintDiagnosticCode, g as GraphBlueprintDiagnosticIssue, h as GraphBlueprintDiagnostics, i as GraphBlueprintHash, j as GraphBlueprintHashInput, k as GraphBlueprintHashOptions, l as GraphBlueprintJson, m as GraphBlueprintOptions, n as GraphBlueprintProvenance, o as GraphCheckpoint, p as GraphCheckpointEdge, q as GraphCheckpointFactory, r as GraphCheckpointJson, s as GraphCheckpointMount, t as GraphCheckpointNode, u as GraphCheckpointTerminal, v as GraphCheckpointValue, w as GraphCheckpointVersion, x as GraphOptions, y as GraphRestoreDefinition, z as GraphRestoreDescriptor, A as GraphRestoreDescriptorContext, B as GraphRestoreEntry, C as GraphRestoreRegistry, N as NodeProfile, F as NormalizedGraphTopologyNode, H as NormalizedGraphTopologySnapshot, O as ObserveEvent, I as ObserveEventEquals, J as ObservePredicate, K as ObserveStream, L as Operator, P as Profile, R as RestoreGraphOptions, M as RestoreRegistryEntry, S as SettleOpts, Q as StateNode, T as SugarOpts, U as TapObserver, V as TopologyEvent, W as TopologyEventKind, X as TopologyGroup, Y as TopologyGroupOptions, Z as TopologyGroupReleaseOptions, _ as TopologyStream, $ as ValveOpts, a0 as canonicalTopologyBytes, a1 as canonicalTopologyJson, a2 as catchError, a3 as coalesceObserve, a4 as defaultRestoreRegistry, a5 as define, a6 as distinctUntilChanged, a7 as elementAt, a8 as filter, a9 as filterObserve, aa as find, ab as first, ac as graph, ad as graphBlueprintDiagnostics, ae as initNode, af as last, ag as map, ah as mapRestoreDescriptor, ai as merge, aj as normalizeTopology, ak as onFirstData, al as pairwise, am as reduce, an as rescue, ao as restoreGraph, ap as restoreRegistry, aq as scan, ar as settle, as as skip, at as stateRestoreDescriptor, au as take, av as takeRestoreDescriptor, aw as takeWhile, ax as tap, ay as tapFirst, az as timerRestoreDescriptor, aA as valve, aB as withBlueprintHash, aC as withBlueprintProvenance } from './graph-DfdF9zy4.js';
6
+ export { D as DefineOpts, a as Definition, b as DerivedFn, E as EffectFn, G as GRAPH_BLUEPRINT_VERSION, c as GRAPH_CHECKPOINT_VERSION, d as Graph, e as GraphBlueprint, f as GraphBlueprintDiagnosticCode, g as GraphBlueprintDiagnosticIssue, h as GraphBlueprintDiagnostics, i as GraphBlueprintHash, j as GraphBlueprintHashInput, k as GraphBlueprintHashOptions, l as GraphBlueprintJson, m as GraphBlueprintOptions, n as GraphBlueprintProvenance, o as GraphCheckpoint, p as GraphCheckpointEdge, q as GraphCheckpointFactory, r as GraphCheckpointJson, s as GraphCheckpointMount, t as GraphCheckpointNode, u as GraphCheckpointTerminal, v as GraphCheckpointValue, w as GraphCheckpointVersion, x as GraphOptions, y as GraphRestoreDefinition, z as GraphRestoreDescriptor, A as GraphRestoreDescriptorContext, B as GraphRestoreEntry, C as GraphRestoreRegistry, N as NodeProfile, F as NormalizedGraphTopologyNode, H as NormalizedGraphTopologySnapshot, O as ObserveEvent, I as ObserveEventEquals, J as ObservePredicate, K as ObserveStream, L as Operator, P as Profile, R as RestoreGraphOptions, M as RestoreRegistryEntry, S as SettleOpts, Q as StateNode, T as SugarOpts, U as TapObserver, V as TopologyEvent, W as TopologyEventKind, X as TopologyGroup, Y as TopologyGroupOptions, Z as TopologyGroupReleaseOptions, _ as TopologyStream, $ as ValveOpts, a0 as canonicalTopologyBytes, a1 as canonicalTopologyJson, a2 as catchError, a3 as coalesceObserve, a4 as defaultRestoreRegistry, a5 as define, a6 as distinctUntilChanged, a7 as elementAt, a8 as filter, a9 as filterObserve, aa as find, ab as first, ac as graph, ad as graphBlueprintDiagnostics, ae as initNode, af as last, ag as map, ah as mapRestoreDescriptor, ai as merge, aj as normalizeTopology, ak as onFirstData, al as pairwise, am as reduce, an as rescue, ao as restoreGraph, ap as restoreRegistry, aq as scan, ar as settle, as as skip, at as stateRestoreDescriptor, au as take, av as takeRestoreDescriptor, aw as takeWhile, ax as tap, ay as tapFirst, az as timerRestoreDescriptor, aA as valve, aB as withBlueprintHash, aC as withBlueprintProvenance } from './graph-ho5sotHP.js';
6
7
  export { CascadingCacheEvent, CascadingCachePolicy, CascadingCacheStatus, CausalChain, CausalStep, ExplainPathOptions, ExplainPathReason, IslandReport, ReachableDirection, ReachableOptions, ReachableResult, ReactiveCascadingCache, ReactiveCascadingCacheOptions, ValidateNoIslandsResult, WorkerDerivedBackend, WorkerDerivedCancel, WorkerDerivedJob, WorkerDerivedOptions, WorkerDerivedSettle, WorkerDerivedSettlement, explainPath, reachable, reactiveCascadingCache, validateNoIslands, workerDerived } from './graph/index.js';
7
8
  export { MergeMapOptions, Project, audit, auditTime, buffer, bufferCount, bufferTime, combine, combineLatest, concat, concatMap, debounce, debounceTime, delay, exhaustMap, flatMap, mergeMap, race, repeat, sample, switchMap, takeUntil, throttle, throttleTime, timeout, withLatestFrom, zip } from './operators/index.js';
8
9
  export { DescribeChangeset, DescribeEvent, PipeOperator, Stratified, StratifyOptions, StratifyRule, pipe, stratify, stratifyBranch, topologyDiff } from './composition/index.js';
9
- export { C as CapacityPolicy, I as IndexChange, a as IndexRow, L as ListChange, b as LoadReactiveCollectionStateOptions, c as LogChange, M as MapChange, O as OrderedCapacityPolicy, R as REACTIVE_COLLECTION_CHANGE_FORMAT, d as REACTIVE_COLLECTION_FRAME_VERSION, e as REACTIVE_COLLECTION_SNAPSHOT_FORMAT, f as ReactiveCollectionChangeFrame, g as ReactiveCollectionRestoreState, h as ReactiveCollectionSnapshotFrame, i as ReactiveCollectionStorageKind, j as ReactiveIndex, k as ReactiveIndexCapacityOrder, l as ReactiveIndexCapacityPolicy, m as ReactiveIndexOpt, n as ReactiveIndexOptions, o as ReactiveIndexRestoreState, p as ReactiveListRestoreState, q as ReactiveLogRestoreState, r as ReactiveMapRestoreState, s as ReactiveOpt, t as ReactiveView, u as RetentionPolicy, V as ViewCachePolicy, v as assertReactiveCollectionChangeFrame, w as assertReactiveCollectionSnapshotFrame, x as collectionSnapshotKey, y as loadReactiveIndexState, z as loadReactiveListState, A as loadReactiveLogState, B as loadReactiveMapState, D as reactiveCollectionChangeFrame, E as reactiveCollectionChangeFrameCodec, F as reactiveCollectionSnapshotFrame, G as reactiveCollectionSnapshotFrameCodec, H as reactiveIndex } from './reactive-collection-Cb1II1Fi.js';
10
- export { R as ReactiveList, a as ReactiveListOpt, b as ReactiveListOptions, c as ReactiveLog, d as ReactiveLogOptions, e as ReactiveMap, f as ReactiveMapOpt, g as ReactiveMapOptions, h as ReactiveMapRetentionEntry, i as ReactiveMapRetentionPolicy, m as mergeReactiveLogs, r as reactiveList, j as reactiveLog, k as reactiveMap, s as scanLog } from './reactive-map-BcB4KsQR.js';
11
- export { D as DescribeEdge, a as DescribeNode, b as DescribeOpts, c as DescribeSnapshot, G as GraphTopologyEdge, d as GraphTopologyNode, e as GraphTopologySnapshot } from './describe-BZb7AS2y.js';
10
+ export { I as IndexChange, a as IndexRow, L as ListChange, b as LoadReactiveCollectionStateOptions, c as LogChange, M as MapChange, R as REACTIVE_COLLECTION_CHANGE_FORMAT, d as REACTIVE_COLLECTION_FRAME_VERSION, e as REACTIVE_COLLECTION_SNAPSHOT_FORMAT, f as ReactiveCollectionChangeFrame, g as ReactiveCollectionRestoreState, h as ReactiveCollectionSnapshotFrame, i as ReactiveCollectionStorageKind, j as ReactiveIndex, k as ReactiveIndexCapacityOrder, l as ReactiveIndexCapacityPolicy, m as ReactiveIndexOpt, n as ReactiveIndexOptions, o as ReactiveIndexRestoreState, p as ReactiveListRestoreState, q as ReactiveLogRestoreState, r as ReactiveMapRestoreState, s as ReactiveView, t as assertReactiveCollectionChangeFrame, u as assertReactiveCollectionSnapshotFrame, v as collectionSnapshotKey, w as loadReactiveIndexState, x as loadReactiveListState, y as loadReactiveLogState, z as loadReactiveMapState, A as reactiveCollectionChangeFrame, B as reactiveCollectionChangeFrameCodec, C as reactiveCollectionSnapshotFrame, D as reactiveCollectionSnapshotFrameCodec, E as reactiveIndex } from './reactive-collection-BXFrH0U2.js';
11
+ export { R as ReactiveList, a as ReactiveListOpt, b as ReactiveListOptions, c as ReactiveLog, d as ReactiveLogOptions, e as ReactiveMap, f as ReactiveMapOpt, g as ReactiveMapOptions, h as ReactiveMapRetentionEntry, i as ReactiveMapRetentionPolicy, m as mergeReactiveLogs, r as reactiveList, j as reactiveLog, k as reactiveMap, s as scanLog } from './reactive-map-jle5dnok.js';
12
+ export { D as DescribeEdge, a as DescribeNode, b as DescribeOpts, c as DescribeSnapshot, G as GraphTopologyEdge, d as GraphTopologyNode, e as GraphTopologySnapshot } from './describe-B_A5fbXH.js';
13
+ export { C as CapacityPolicy, O as OrderedCapacityPolicy, R as ReactiveOpt, a as RetentionPolicy, V as ViewCachePolicy } from './types-DL_05n2M.js';
12
14
  export { DescribeToAsciiOptions, DescribeToD2Options, DescribeToJsonOptions, DescribeToMermaidOptions, DescribeToMermaidUrlOptions, DescribeToPrettyOptions, DiagramDirection, MermaidLiveTheme, MermaidLiveUrlOptions, describeToAscii, describeToD2, describeToJson, describeToMermaid, describeToMermaidUrl, describeToPretty, mermaidLiveUrl } from './render/index.js';
13
15
  export { B as BackoffPolicy, R as RetryPolicy, a as RetryState, b as RetryStatus, c as backoffDelayMs, n as nextRetryDelayMs, d as noBackoff, r as retryPolicy, s as shouldRetry } from './resilience-Dig3Q7n0.js';
14
- export { A as AsyncSourceOpts, C as CronSchedule, E as EventListenerOptionsLike, a as EventTargetLike, F as FromCronOptions, b as FromEventOptions, N as NodeInput, P as PushRegister, c as PushUnsubscribe, S as SingleFromAnyOptions, T as TimerSourceOpts, e as empty, f as firstValueFrom, d as fromAny, g as fromAsyncIter, h as fromCron, i as fromEvent, j as fromHttp, k as fromHttpWithOptions, l as fromIter, m as fromProcess, n as fromPromise, o as fromPushNotification, p as fromSSE, q as fromSSEWithOptions, r as fromTimer, s as fromWebSocket, t as fromWebSocketWithOptions, u as fromWebhook, v as fromWebhookWithOptions, w as interval, x as matchesCron, y as never, z as of, B as parseCron, D as runProcess, G as runProcessWithOptions, H as singleFromAny, I as throwError, J as timer } from './index-SnzZu3x7.js';
16
+ export { A as AsyncSourceOpts, C as CronSchedule, E as EventListenerOptionsLike, a as EventTargetLike, F as FromCronOptions, b as FromEventOptions, N as NodeInput, P as PushRegister, c as PushUnsubscribe, S as SingleFromAnyOptions, T as TimerSourceOpts, e as empty, f as firstValueFrom, d as fromAny, g as fromAsyncIter, h as fromCron, i as fromEvent, j as fromHttp, k as fromHttpWithOptions, l as fromIter, m as fromProcess, n as fromPromise, o as fromPushNotification, p as fromSSE, q as fromSSEWithOptions, r as fromTimer, s as fromWebSocket, t as fromWebSocketWithOptions, u as fromWebhook, v as fromWebhookWithOptions, w as interval, x as matchesCron, y as never, z as of, B as parseCron, D as runProcess, G as runProcessWithOptions, H as singleFromAny, I as throwError, J as timer } from './index-CQWcE0Dw.js';
15
17
  export { C as Codec, S as StrictJsonObject, a as StrictJsonScalar, b as StrictJsonValue, c as assertStrictJsonObject, d as assertStrictJsonValue, j as jsonCodec, e as jsonCodecFor, s as stableJsonString, f as strictCanonicalJsonBytes, g as strictJsonCodec, h as strictJsonCodecFor } from './codec-BB7p8fJc.js';
16
- export { K as KnowledgeAssertion, a as KnowledgeAssertionObject, b as KnowledgeAssertionStrictJsonValue, c as KnowledgeAssertionSubject, d as KnowledgeGraphCursor, e as KnowledgeGraphEntity, f as KnowledgeGraphError, g as KnowledgeGraphErrorCode, h as KnowledgeGraphIndex, i as KnowledgeGraphPolicy, j as KnowledgeGraphReducerBundle, k as KnowledgeGraphReducerBundleOptions, l as KnowledgeGraphRelation, m as KnowledgeGraphSnapshot, n as KnowledgeGraphStatus, o as KnowledgeGraphStatusState, p as KnowledgeGraphTopic, q as knowledgeGraphReducerBundle } from './semantic-memory-graph-CxyXLms3.js';
17
- export { L as LockId, M as Message, a as MessageType, S as SENTINEL, T as TIER_CONTROL, b as TIER_NOTIFICATION, c as TIER_SETTLE, d as TIER_START, e as TIER_TEARDOWN, f as TIER_TERMINAL, g as TIER_VALUE, W as Wave, h as errorPayload, i as isDeferredTier, j as isInvalidErrorPayload, k as isPauseBufferedTier, l as isTerminal, m as isUpAllowed, n as isValueTier, o as messageTier } from './messages-BZqrGGm1.js';
18
- export { AGENTIC_MEMORY_RECORD_FRAME_FORMAT, AGENTIC_MEMORY_RECORD_FRAME_VERSION, AgenticMemoryArtifactKind, AgenticMemoryBundle, AgenticMemoryBundleOptions, AgenticMemoryConsolidationBundle, AgenticMemoryConsolidationBundleOptions, AgenticMemoryConsolidationCommand, AgenticMemoryConsolidationCursor, AgenticMemoryConsolidationError, AgenticMemoryConsolidationErrorCode, AgenticMemoryConsolidationOutcome, AgenticMemoryConsolidationRecordDraft, AgenticMemoryConsolidationRequest, AgenticMemoryConsolidationResult, AgenticMemoryConsolidationSnapshot, AgenticMemoryConsolidationStatus, AgenticMemoryContext, AgenticMemoryContextEntry, AgenticMemoryContextPackingBundle, AgenticMemoryContextPackingBundleOptions, AgenticMemoryContextPackingCursor, AgenticMemoryContextPackingError, AgenticMemoryContextPackingErrorCode, AgenticMemoryContextPackingPolicy, AgenticMemoryContextPackingSnapshot, AgenticMemoryContextPackingStatus, AgenticMemoryContextState, AgenticMemoryContextText, AgenticMemoryError, AgenticMemoryErrorCode, AgenticMemoryFragmentFrame, AgenticMemoryKgAssertionDraft, AgenticMemoryKgProjectionBundle, AgenticMemoryKgProjectionBundleOptions, AgenticMemoryKgProjectionCursor, AgenticMemoryKgProjectionError, AgenticMemoryKgProjectionErrorCode, AgenticMemoryKgProjectionSnapshot, AgenticMemoryKgProjectionStatus, AgenticMemoryKgProjectionStatusState, AgenticMemoryKind, AgenticMemoryPackedContext, AgenticMemoryPackedContextEntry, AgenticMemoryPersistenceLevel, AgenticMemoryProjectionCursor, AgenticMemoryProjectionSnapshot, AgenticMemoryRecord, AgenticMemoryRecordFrame, AgenticMemoryRecordMetadata, AgenticMemoryRetentionBundle, AgenticMemoryRetentionBundleOptions, AgenticMemoryRetentionCommand, AgenticMemoryRetentionCursor, AgenticMemoryRetentionError, AgenticMemoryRetentionErrorCode, AgenticMemoryRetentionSnapshot, AgenticMemoryRetentionStatus, AgenticMemoryScope, AgenticMemorySourceProjection, AgenticMemoryStatus, AgenticMemoryStatusState, AgenticMemoryStrictJsonValue, agenticMemoryBundle, agenticMemoryConsolidationBundle, agenticMemoryContextPackingBundle, agenticMemoryKgProjectionBundle, agenticMemoryRecordCodec, agenticMemoryRecordFrame, agenticMemoryRecordFrameCodec, agenticMemoryRetentionBundle, assertAgenticMemoryRecordFrame } from './solutions/index.js';
18
+ export { L as LockId, M as Message, a as MessageType, P as PullDemand, S as SENTINEL, T as TIER_CONTROL, b as TIER_NOTIFICATION, c as TIER_SETTLE, d as TIER_START, e as TIER_TEARDOWN, f as TIER_TERMINAL, g as TIER_VALUE, W as Wave, h as errorPayload, i as isDeferredTier, j as isInvalidErrorPayload, k as isPauseBufferedTier, l as isTerminal, m as isUpAllowed, n as isValueTier, o as messageTier } from './messages-CAzUPPJM.js';
19
+ export { K as KnowledgeAssertion, a as KnowledgeAssertionObject, b as KnowledgeAssertionStrictJsonValue, c as KnowledgeAssertionSubject, d as KnowledgeGraphCursor, e as KnowledgeGraphEntity, f as KnowledgeGraphError, g as KnowledgeGraphErrorCode, h as KnowledgeGraphIndex, i as KnowledgeGraphPolicy, j as KnowledgeGraphReducerBundle, k as KnowledgeGraphReducerBundleOptions, l as KnowledgeGraphRelation, m as KnowledgeGraphSnapshot, n as KnowledgeGraphStatus, o as KnowledgeGraphStatusState, p as KnowledgeGraphTopic } from './semantic-memory-graph-types-Ci-OtahO.js';
20
+ export { k as knowledgeGraphReducerBundle } from './semantic-memory-graph-C2ZUwIlq.js';
21
+ export { a as agenticMemoryBundle, b as agenticMemoryConsolidationBundle, c as agenticMemoryContextPackingBundle, d as agenticMemoryKgProjectionBundle, e as agenticMemoryRetentionBundle } from './agentic-memory-retention-BmGX368S.js';
22
+ export { A as AGENTIC_MEMORY_RECORD_FRAME_FORMAT, a as AGENTIC_MEMORY_RECORD_FRAME_VERSION, b as AgenticMemoryArtifactKind, c as AgenticMemoryBundle, d as AgenticMemoryBundleOptions, e as AgenticMemoryConsolidationBundle, f as AgenticMemoryConsolidationBundleOptions, g as AgenticMemoryConsolidationCommand, h as AgenticMemoryConsolidationCursor, i as AgenticMemoryConsolidationError, j as AgenticMemoryConsolidationErrorCode, k as AgenticMemoryConsolidationOutcome, l as AgenticMemoryConsolidationRecordDraft, m as AgenticMemoryConsolidationRequest, n as AgenticMemoryConsolidationResult, o as AgenticMemoryConsolidationSnapshot, p as AgenticMemoryConsolidationStatus, q as AgenticMemoryContext, r as AgenticMemoryContextEntry, s as AgenticMemoryContextPackingBundle, t as AgenticMemoryContextPackingBundleOptions, u as AgenticMemoryContextPackingCursor, v as AgenticMemoryContextPackingError, w as AgenticMemoryContextPackingErrorCode, x as AgenticMemoryContextPackingPolicy, y as AgenticMemoryContextPackingSnapshot, z as AgenticMemoryContextPackingStatus, B as AgenticMemoryContextState, C as AgenticMemoryContextText, D as AgenticMemoryError, E as AgenticMemoryErrorCode, F as AgenticMemoryFragmentFrame, G as AgenticMemoryKgAssertionDraft, H as AgenticMemoryKgProjectionBundle, I as AgenticMemoryKgProjectionBundleOptions, J as AgenticMemoryKgProjectionCursor, K as AgenticMemoryKgProjectionError, L as AgenticMemoryKgProjectionErrorCode, M as AgenticMemoryKgProjectionSnapshot, N as AgenticMemoryKgProjectionStatus, O as AgenticMemoryKgProjectionStatusState, P as AgenticMemoryKind, Q as AgenticMemoryPackedContext, R as AgenticMemoryPackedContextEntry, S as AgenticMemoryPersistenceLevel, T as AgenticMemoryProjectionCursor, U as AgenticMemoryProjectionSnapshot, V as AgenticMemoryRecord, W as AgenticMemoryRecordFrame, X as AgenticMemoryRecordMetadata, Y as AgenticMemoryRetentionBundle, Z as AgenticMemoryRetentionBundleOptions, _ as AgenticMemoryRetentionCommand, $ as AgenticMemoryRetentionCursor, a0 as AgenticMemoryRetentionError, a1 as AgenticMemoryRetentionErrorCode, a2 as AgenticMemoryRetentionSnapshot, a3 as AgenticMemoryRetentionStatus, a4 as AgenticMemoryScope, a5 as AgenticMemorySourceProjection, a6 as AgenticMemoryStatus, a7 as AgenticMemoryStatusState, a8 as AgenticMemoryStrictJsonValue, a9 as agenticMemoryRecordCodec, aa as agenticMemoryRecordFrame, ab as agenticMemoryRecordFrameCodec, ac as assertAgenticMemoryRecordFrame } from './agentic-memory-types-CVSUS6XR.js';
19
23
  export { A as APPEND_LOG_SEQ_PAD, a as AppendLogEntry, b as AppendLogPage, c as AppendLogReadOptions, d as AppendLogStorageTier, K as KvGeneration, e as KvStorageOptions, f as KvStorageTier, g as KvVersionedRead, M as MemoryBackend, h as MultiWriterAppendLogOptions, i as MultiWriterAppendLogStorageTier, P as PutIfAbsentKvStorageTier, j as PutIfAbsentStorageBackend, S as StorageBackend, k as StorageGeneration, l as StorageNamespaceOptions, m as StorageVersionedRead, V as VersionedKvStorageTier, n as VersionedStorageBackend, W as WebStorageLike, o as appendLogKey, p as appendLogStorage, q as dictKv, r as hasKvPutIfAbsent, s as hasKvVersioned, t as hasStoragePutIfAbsent, u as hasStorageVersioned, v as kvStorage, w as listByPrefix, x as memoryAppendLog, y as memoryBackend, z as memoryKv, B as memoryMultiWriterAppendLog, C as multiWriterAppendLogStorage, D as readAppendLogPage, E as requireKvPutIfAbsent, F as requireKvVersioned, G as requireStoragePutIfAbsent, H as requireStorageVersioned, I as webStorageBackend } from './append-log-DzKMmjxx.js';
20
24
  export { C as ChangeEnvelope, a as ChangeEnvelopeOptions, b as ChangeLifecycle, D as DecimalIntegerString, N as NonNegativeDecimalIntegerString, O as ObserveEventFrame, c as ObserveEventLogPage, S as StorageTimestampNs, d as assertChangeEnvelope, e as assertDecimalIntegerString, f as assertNonNegativeDecimalIntegerString, g as assertObserveEventFrame, h as bigIntToDecimalString, i as bigIntToNonNegativeDecimalString, j as changeEnvelopeCodec, k as decimalStringToBigInt, l as envelopeChange, m as isDecimalIntegerString, n as isNonNegativeDecimalIntegerString, o as nonNegativeDecimalStringToBigInt, p as nowNs, q as observeEventFrame, r as observeEventFrameCodec, s as readObserveEventLogPage } from './observe-event-log-Dnm76owp.js';
21
25
  export { ContentAddressedKv, ContentAddressedKvOptions, ContentAddressedMissError, ContentAddressedMode, ContentAddressedStorage, ContentAddressedStorageOptions, WAL_FORMAT_VERSION, WAL_FRAME_SEQ_PAD, WAL_KEY_SEGMENT, WalFrame, WalFrameBody, WalFrameOptions, WalFrameTimestampNs, assertWalFrame, contentAddressedKv, contentAddressedStorage, verifyWalFrameChecksum, walFrame, walFrameChecksum, walFrameCodec, walFrameKey, walFramePrefix } from './storage/index.js';
package/dist/index.js CHANGED
@@ -1,6 +1,31 @@
1
1
  import {
2
2
  assertDirtyPrecedesTerminalData
3
- } from "./chunk-TEW47IVR.js";
3
+ } from "./chunk-VPEFSDME.js";
4
+ import "./chunk-BSQGE5PS.js";
5
+ import {
6
+ coalesceObserve,
7
+ defaultRestoreRegistry,
8
+ explainPath,
9
+ filterObserve,
10
+ mapRestoreDescriptor,
11
+ reachable,
12
+ reactiveCascadingCache,
13
+ restoreGraph,
14
+ stateRestoreDescriptor,
15
+ takeRestoreDescriptor,
16
+ timerRestoreDescriptor,
17
+ validateNoIslands,
18
+ workerDerived
19
+ } from "./chunk-SIDJO2T4.js";
20
+ import {
21
+ describeToAscii,
22
+ describeToD2,
23
+ describeToJson,
24
+ describeToMermaid,
25
+ describeToMermaidUrl,
26
+ describeToPretty,
27
+ mermaidLiveUrl
28
+ } from "./chunk-HDRL4VQQ.js";
4
29
  import {
5
30
  buffer,
6
31
  bufferCount,
@@ -12,7 +37,16 @@ import {
12
37
  takeUntil,
13
38
  withLatestFrom,
14
39
  zip
15
- } from "./chunk-GDL26N2T.js";
40
+ } from "./chunk-3KN7NJDR.js";
41
+ import "./chunk-RAHNUYA5.js";
42
+ import "./chunk-PVC7WDKI.js";
43
+ import "./chunk-UT3MHJCW.js";
44
+ import {
45
+ pipe,
46
+ stratify,
47
+ stratifyBranch,
48
+ topologyDiff
49
+ } from "./chunk-7HZRJMN6.js";
16
50
  import {
17
51
  audit,
18
52
  auditTime,
@@ -29,8 +63,7 @@ import {
29
63
  throttle,
30
64
  throttleTime,
31
65
  timeout
32
- } from "./chunk-JR4IKCR2.js";
33
- import "./chunk-SCRFRCGR.js";
66
+ } from "./chunk-TPND5MJS.js";
34
67
  import {
35
68
  AGENTIC_MEMORY_RECORD_CHANGE_FORMAT,
36
69
  AGENTIC_MEMORY_RECORD_SNAPSHOT_FORMAT,
@@ -48,7 +81,7 @@ import {
48
81
  openPersistentReactiveMap,
49
82
  persistAgenticMemoryRecords,
50
83
  persistReactiveCollection
51
- } from "./chunk-DJC4CHLQ.js";
84
+ } from "./chunk-YDWBXXQZ.js";
52
85
  import {
53
86
  ContentAddressedMissError,
54
87
  REACTIVE_COLLECTION_CHANGE_FORMAT,
@@ -77,7 +110,7 @@ import {
77
110
  walFrameCodec,
78
111
  walFrameKey,
79
112
  walFramePrefix
80
- } from "./chunk-GTPCOEOZ.js";
113
+ } from "./chunk-IDMLXLLG.js";
81
114
  import {
82
115
  AGENTIC_MEMORY_RECORD_FRAME_FORMAT,
83
116
  AGENTIC_MEMORY_RECORD_FRAME_VERSION,
@@ -90,71 +123,11 @@ import {
90
123
  agenticMemoryRecordFrameCodec,
91
124
  agenticMemoryRetentionBundle,
92
125
  assertAgenticMemoryRecordFrame
93
- } from "./chunk-COHO25CZ.js";
126
+ } from "./chunk-4NWSNI4K.js";
127
+ import "./chunk-M7J6Z4IJ.js";
94
128
  import {
95
129
  knowledgeGraphReducerBundle
96
- } from "./chunk-JIMUDQN3.js";
97
- import {
98
- assertChangeEnvelope,
99
- assertDecimalIntegerString,
100
- assertNonNegativeDecimalIntegerString,
101
- assertObserveEventFrame,
102
- bigIntToDecimalString,
103
- bigIntToNonNegativeDecimalString,
104
- changeEnvelopeCodec,
105
- decimalStringToBigInt,
106
- envelopeChange,
107
- isDecimalIntegerString,
108
- isNonNegativeDecimalIntegerString,
109
- nonNegativeDecimalStringToBigInt,
110
- nowNs,
111
- observeEventFrame,
112
- observeEventFrameCodec,
113
- readObserveEventLogPage
114
- } from "./chunk-K3FXTC3I.js";
115
- import {
116
- APPEND_LOG_SEQ_PAD,
117
- appendLogKey,
118
- appendLogStorage,
119
- memoryAppendLog,
120
- memoryMultiWriterAppendLog,
121
- multiWriterAppendLogStorage,
122
- readAppendLogPage
123
- } from "./chunk-6PHB5CJS.js";
124
- import {
125
- coalesceObserve,
126
- defaultRestoreRegistry,
127
- explainPath,
128
- filterObserve,
129
- mapRestoreDescriptor,
130
- reachable,
131
- reactiveCascadingCache,
132
- restoreGraph,
133
- stateRestoreDescriptor,
134
- takeRestoreDescriptor,
135
- timerRestoreDescriptor,
136
- validateNoIslands,
137
- workerDerived
138
- } from "./chunk-Y3ZLRGHC.js";
139
- import {
140
- describeToAscii,
141
- describeToD2,
142
- describeToJson,
143
- describeToMermaid,
144
- describeToMermaidUrl,
145
- describeToPretty,
146
- mermaidLiveUrl
147
- } from "./chunk-HDRL4VQQ.js";
148
- import {
149
- pipe,
150
- stratify,
151
- stratifyBranch,
152
- topologyDiff
153
- } from "./chunk-D6BG7U6A.js";
154
- import {
155
- readThroughKv,
156
- tieredReadThrough
157
- } from "./chunk-Z2ANQ6JW.js";
130
+ } from "./chunk-E4QCH32M.js";
158
131
  import {
159
132
  GRAPH_BLUEPRINT_VERSION,
160
133
  Graph,
@@ -166,30 +139,11 @@ import {
166
139
  normalizeTopology,
167
140
  withBlueprintHash,
168
141
  withBlueprintProvenance
169
- } from "./chunk-2ILL7HQI.js";
170
- import {
171
- backoffDelayMs,
172
- nextRetryDelayMs,
173
- noBackoff,
174
- retryPolicy,
175
- shouldRetry
176
- } from "./chunk-OOEN33FB.js";
142
+ } from "./chunk-EOKT4QFF.js";
177
143
  import {
178
- dictKv,
179
- hasKvPutIfAbsent,
180
- hasKvVersioned,
181
- hasStoragePutIfAbsent,
182
- hasStorageVersioned,
183
- kvStorage,
184
- listByPrefix,
185
- memoryBackend,
186
- memoryKv,
187
- requireKvPutIfAbsent,
188
- requireKvVersioned,
189
- requireStoragePutIfAbsent,
190
- requireStorageVersioned,
191
- webStorageBackend
192
- } from "./chunk-DKP56CSW.js";
144
+ readThroughKv,
145
+ tieredReadThrough
146
+ } from "./chunk-4Q77MMJY.js";
193
147
  import {
194
148
  mergeReactiveLogs,
195
149
  reactiveIndex,
@@ -201,7 +155,15 @@ import {
201
155
  restoreReactiveLog,
202
156
  restoreReactiveMap,
203
157
  scanLog
204
- } from "./chunk-RIIOUTGM.js";
158
+ } from "./chunk-ECURQ3HD.js";
159
+ import "./chunk-6E76H4OU.js";
160
+ import {
161
+ backoffDelayMs,
162
+ nextRetryDelayMs,
163
+ noBackoff,
164
+ retryPolicy,
165
+ shouldRetry
166
+ } from "./chunk-OOEN33FB.js";
205
167
  import {
206
168
  empty,
207
169
  firstValueFrom,
@@ -232,7 +194,7 @@ import {
232
194
  singleFromAny,
233
195
  throwError,
234
196
  timer
235
- } from "./chunk-G4M3NHRJ.js";
197
+ } from "./chunk-CX6B6PO2.js";
236
198
  import {
237
199
  GRAPH_CHECKPOINT_VERSION,
238
200
  catchError,
@@ -259,7 +221,7 @@ import {
259
221
  tap,
260
222
  tapFirst,
261
223
  valve
262
- } from "./chunk-PKVBHGBM.js";
224
+ } from "./chunk-CJIFGJQG.js";
263
225
  import {
264
226
  Dispatcher,
265
227
  EnvironmentDrivers,
@@ -271,17 +233,7 @@ import {
271
233
  dynamicNode,
272
234
  fetchHttpDriver,
273
235
  node
274
- } from "./chunk-I3IHOHCJ.js";
275
- import {
276
- assertStrictJsonObject,
277
- assertStrictJsonValue,
278
- jsonCodec,
279
- jsonCodecFor,
280
- stableJsonString,
281
- strictCanonicalJsonBytes,
282
- strictJsonCodec,
283
- strictJsonCodecFor
284
- } from "./chunk-4VLAQHZI.js";
236
+ } from "./chunk-SHZDP2MQ.js";
285
237
  import {
286
238
  depBatch,
287
239
  depCount,
@@ -292,7 +244,7 @@ import {
292
244
  isTerminalError,
293
245
  isTerminalNone,
294
246
  terminalErrorValue
295
- } from "./chunk-SWTLEQL6.js";
247
+ } from "./chunk-WQIA3GFB.js";
296
248
  import {
297
249
  SENTINEL,
298
250
  TIER_CONTROL,
@@ -310,7 +262,61 @@ import {
310
262
  isUpAllowed,
311
263
  isValueTier,
312
264
  messageTier
313
- } from "./chunk-DK554R7P.js";
265
+ } from "./chunk-S6HXABGL.js";
266
+ import {
267
+ assertChangeEnvelope,
268
+ assertDecimalIntegerString,
269
+ assertNonNegativeDecimalIntegerString,
270
+ assertObserveEventFrame,
271
+ bigIntToDecimalString,
272
+ bigIntToNonNegativeDecimalString,
273
+ changeEnvelopeCodec,
274
+ decimalStringToBigInt,
275
+ envelopeChange,
276
+ isDecimalIntegerString,
277
+ isNonNegativeDecimalIntegerString,
278
+ nonNegativeDecimalStringToBigInt,
279
+ nowNs,
280
+ observeEventFrame,
281
+ observeEventFrameCodec,
282
+ readObserveEventLogPage
283
+ } from "./chunk-HJACH5PU.js";
284
+ import {
285
+ APPEND_LOG_SEQ_PAD,
286
+ appendLogKey,
287
+ appendLogStorage,
288
+ memoryAppendLog,
289
+ memoryMultiWriterAppendLog,
290
+ multiWriterAppendLogStorage,
291
+ readAppendLogPage
292
+ } from "./chunk-ZLFRB6FI.js";
293
+ import {
294
+ dictKv,
295
+ hasKvPutIfAbsent,
296
+ hasKvVersioned,
297
+ hasStoragePutIfAbsent,
298
+ hasStorageVersioned,
299
+ kvStorage,
300
+ listByPrefix,
301
+ memoryBackend,
302
+ memoryKv,
303
+ requireKvPutIfAbsent,
304
+ requireKvVersioned,
305
+ requireStoragePutIfAbsent,
306
+ requireStorageVersioned,
307
+ webStorageBackend
308
+ } from "./chunk-JKAYLDQV.js";
309
+ import {
310
+ assertStrictJsonObject,
311
+ assertStrictJsonValue,
312
+ jsonCodec,
313
+ jsonCodecFor,
314
+ stableJsonString,
315
+ strictCanonicalJsonBytes,
316
+ strictJsonCodec,
317
+ strictJsonCodecFor
318
+ } from "./chunk-K7FB3JTD.js";
319
+ import "./chunk-DGUM43GV.js";
314
320
  export {
315
321
  AGENTIC_MEMORY_RECORD_CHANGE_FORMAT,
316
322
  AGENTIC_MEMORY_RECORD_FRAME_FORMAT,
@@ -0,0 +1,98 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/inspection/boundary.ts
21
+ var boundary_exports = {};
22
+ __export(boundary_exports, {
23
+ boundaryManifest: () => boundaryManifest
24
+ });
25
+ module.exports = __toCommonJS(boundary_exports);
26
+ function boundaryManifest(graph) {
27
+ const described = graph.describe();
28
+ const consumed = /* @__PURE__ */ new Set();
29
+ for (const snapshot of walkSnapshots(described)) {
30
+ for (const edge of snapshot.edges ?? []) consumed.add(edge.from);
31
+ }
32
+ const inputs = [];
33
+ const outputs = [];
34
+ for (const snapshot of walkSnapshots(described)) {
35
+ for (const entry of snapshot.nodes ?? []) {
36
+ const node = graph.find(entry.id);
37
+ if (node === void 0) continue;
38
+ const capabilities = boundaryCapabilities(entry.meta);
39
+ const isSource = (entry.deps?.length ?? 0) === 0;
40
+ const base = capabilities === void 0 ? { name: entry.id, type: entry.factory, node } : { name: entry.id, type: entry.factory, node, capabilities };
41
+ if (isSource && isWritableNode(node)) {
42
+ inputs.push({ ...base, role: "input", node });
43
+ } else if (!consumed.has(entry.id)) {
44
+ outputs.push({ ...base, role: "output" });
45
+ }
46
+ }
47
+ }
48
+ return { inputs, outputs };
49
+ }
50
+ function* walkSnapshots(snapshot) {
51
+ yield snapshot;
52
+ for (const child of snapshot.subgraphs ?? []) yield* walkSnapshots(child);
53
+ }
54
+ function isWritableNode(node) {
55
+ return typeof node.set === "function";
56
+ }
57
+ function boundaryCapabilities(meta) {
58
+ const raw = meta?.boundaryCapabilities;
59
+ if (raw === void 0) return void 0;
60
+ if (!Array.isArray(raw)) return void 0;
61
+ const refs = [];
62
+ for (const item of raw) {
63
+ const ref = boundaryCapabilityRef(item);
64
+ if (ref !== void 0) refs.push(ref);
65
+ }
66
+ return refs.length === 0 ? void 0 : refs;
67
+ }
68
+ function boundaryCapabilityRef(value) {
69
+ if (value === null || typeof value !== "object" || Array.isArray(value)) return void 0;
70
+ const record = value;
71
+ if (!Object.keys(record).every(isBoundaryCapabilityRefKey)) return void 0;
72
+ if (typeof record.id !== "string" || !isBoundaryCapabilityKind(record.kind)) return void 0;
73
+ if (typeof record.required !== "boolean") return void 0;
74
+ const sourceRefs = stringArray(record.sourceRefs);
75
+ if (record.sourceRefs !== void 0 && sourceRefs === void 0) return void 0;
76
+ return {
77
+ id: record.id,
78
+ kind: record.kind,
79
+ required: record.required,
80
+ ...sourceRefs === void 0 ? {} : { sourceRefs }
81
+ };
82
+ }
83
+ function isBoundaryCapabilityKind(value) {
84
+ return value === "auth" || value === "permission" || value === "config" || value === "resource";
85
+ }
86
+ function isBoundaryCapabilityRefKey(value) {
87
+ return value === "id" || value === "kind" || value === "required" || value === "sourceRefs";
88
+ }
89
+ function stringArray(value) {
90
+ if (value === void 0) return void 0;
91
+ if (!Array.isArray(value) || !value.every((entry) => typeof entry === "string")) return void 0;
92
+ return value;
93
+ }
94
+ // Annotate the CommonJS export names for ESM import in node:
95
+ 0 && (module.exports = {
96
+ boundaryManifest
97
+ });
98
+ //# sourceMappingURL=boundary.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/inspection/boundary.ts"],"sourcesContent":["/**\n * Framework-neutral graph boundary projection (D238).\n *\n * The manifest is derived from describe()/live topology (R-describe,\n * R-edges-derived). It does not own widgets, layouts, capabilities, or product\n * metadata; those layers consume this structural boundary.\n */\n\nimport type { WritableNode } from \"../adapters/store.js\";\nimport type { DescribeSnapshot } from \"../graph/describe.js\";\nimport type { Graph } from \"../graph/graph.js\";\nimport type { Node } from \"../node/node.js\";\n\nexport type BoundaryRole = \"input\" | \"output\";\nexport type BoundaryCapabilityKind = \"auth\" | \"permission\" | \"config\" | \"resource\";\n\nexport interface BoundaryCapabilityRef {\n\tid: string;\n\tkind: BoundaryCapabilityKind;\n\trequired: boolean;\n\tsourceRefs?: readonly string[];\n}\n\nexport interface BaseBoundaryNode {\n\t/** Registered graph node id/path. */\n\tname: string;\n\t/** Structural boundary role inferred from current describe() topology. */\n\trole: BoundaryRole;\n\t/** describe() factory: \"state\" | \"producer\" | \"derived\" | operator real name. */\n\ttype: string;\n\t/** Live handle for framework adapters such as useNodeInput/useNodeValue. */\n\tnode: Node<unknown>;\n\t/**\n\t * D348 generic capability refs only. Product/OAuth/config-form semantics stay in trusted\n\t * React/Canvas/product registries and do not affect structural boundary role inference.\n\t */\n\tcapabilities?: readonly BoundaryCapabilityRef[];\n}\n\nexport interface InputBoundaryNode extends BaseBoundaryNode {\n\trole: \"input\";\n\tnode: WritableNode<unknown>;\n}\n\nexport interface OutputBoundaryNode extends BaseBoundaryNode {\n\trole: \"output\";\n}\n\nexport type BoundaryNode = InputBoundaryNode | OutputBoundaryNode;\n\nexport interface BoundaryManifest {\n\tinputs: InputBoundaryNode[];\n\toutputs: OutputBoundaryNode[];\n}\n\n/**\n * Derive a narrow v0 boundary manifest from current graph structure.\n *\n * Writable source nodes are inputs; unconsumed sink nodes are outputs; interior\n * nodes are omitted. Auto-discovered graphless describe entries are skipped\n * because widgets need live graph handles.\n */\nexport function boundaryManifest(graph: Graph): BoundaryManifest {\n\tconst described = graph.describe();\n\tconst consumed = new Set<string>();\n\tfor (const snapshot of walkSnapshots(described)) {\n\t\tfor (const edge of snapshot.edges ?? []) consumed.add(edge.from);\n\t}\n\tconst inputs: InputBoundaryNode[] = [];\n\tconst outputs: OutputBoundaryNode[] = [];\n\n\tfor (const snapshot of walkSnapshots(described)) {\n\t\tfor (const entry of snapshot.nodes ?? []) {\n\t\t\tconst node = graph.find(entry.id);\n\t\t\tif (node === undefined) continue;\n\t\t\tconst capabilities = boundaryCapabilities(entry.meta);\n\t\t\tconst isSource = (entry.deps?.length ?? 0) === 0;\n\t\t\tconst base =\n\t\t\t\tcapabilities === undefined\n\t\t\t\t\t? { name: entry.id, type: entry.factory, node }\n\t\t\t\t\t: { name: entry.id, type: entry.factory, node, capabilities };\n\t\t\tif (isSource && isWritableNode(node)) {\n\t\t\t\tinputs.push({ ...base, role: \"input\", node });\n\t\t\t} else if (!consumed.has(entry.id)) {\n\t\t\t\toutputs.push({ ...base, role: \"output\" });\n\t\t\t}\n\t\t}\n\t}\n\n\treturn { inputs, outputs };\n}\n\nfunction* walkSnapshots(snapshot: DescribeSnapshot): Generator<DescribeSnapshot> {\n\tyield snapshot;\n\tfor (const child of snapshot.subgraphs ?? []) yield* walkSnapshots(child);\n}\n\nfunction isWritableNode(node: Node<unknown>): node is WritableNode<unknown> {\n\treturn typeof (node as { set?: unknown }).set === \"function\";\n}\n\nfunction boundaryCapabilities(\n\tmeta: Record<string, unknown> | undefined,\n): BoundaryCapabilityRef[] | undefined {\n\tconst raw = meta?.boundaryCapabilities;\n\tif (raw === undefined) return undefined;\n\tif (!Array.isArray(raw)) return undefined;\n\tconst refs: BoundaryCapabilityRef[] = [];\n\tfor (const item of raw) {\n\t\tconst ref = boundaryCapabilityRef(item);\n\t\tif (ref !== undefined) refs.push(ref);\n\t}\n\treturn refs.length === 0 ? undefined : refs;\n}\n\nfunction boundaryCapabilityRef(value: unknown): BoundaryCapabilityRef | undefined {\n\tif (value === null || typeof value !== \"object\" || Array.isArray(value)) return undefined;\n\tconst record = value as Record<string, unknown>;\n\tif (!Object.keys(record).every(isBoundaryCapabilityRefKey)) return undefined;\n\tif (typeof record.id !== \"string\" || !isBoundaryCapabilityKind(record.kind)) return undefined;\n\tif (typeof record.required !== \"boolean\") return undefined;\n\tconst sourceRefs = stringArray(record.sourceRefs);\n\tif (record.sourceRefs !== undefined && sourceRefs === undefined) return undefined;\n\treturn {\n\t\tid: record.id,\n\t\tkind: record.kind,\n\t\trequired: record.required,\n\t\t...(sourceRefs === undefined ? {} : { sourceRefs }),\n\t};\n}\n\nfunction isBoundaryCapabilityKind(value: unknown): value is BoundaryCapabilityKind {\n\treturn value === \"auth\" || value === \"permission\" || value === \"config\" || value === \"resource\";\n}\n\nfunction isBoundaryCapabilityRefKey(value: string): value is keyof BoundaryCapabilityRef {\n\treturn value === \"id\" || value === \"kind\" || value === \"required\" || value === \"sourceRefs\";\n}\n\nfunction stringArray(value: unknown): readonly string[] | undefined {\n\tif (value === undefined) return undefined;\n\tif (!Array.isArray(value) || !value.every((entry) => typeof entry === \"string\")) return undefined;\n\treturn value;\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AA8DO,SAAS,iBAAiB,OAAgC;AAChE,QAAM,YAAY,MAAM,SAAS;AACjC,QAAM,WAAW,oBAAI,IAAY;AACjC,aAAW,YAAY,cAAc,SAAS,GAAG;AAChD,eAAW,QAAQ,SAAS,SAAS,CAAC,EAAG,UAAS,IAAI,KAAK,IAAI;AAAA,EAChE;AACA,QAAM,SAA8B,CAAC;AACrC,QAAM,UAAgC,CAAC;AAEvC,aAAW,YAAY,cAAc,SAAS,GAAG;AAChD,eAAW,SAAS,SAAS,SAAS,CAAC,GAAG;AACzC,YAAM,OAAO,MAAM,KAAK,MAAM,EAAE;AAChC,UAAI,SAAS,OAAW;AACxB,YAAM,eAAe,qBAAqB,MAAM,IAAI;AACpD,YAAM,YAAY,MAAM,MAAM,UAAU,OAAO;AAC/C,YAAM,OACL,iBAAiB,SACd,EAAE,MAAM,MAAM,IAAI,MAAM,MAAM,SAAS,KAAK,IAC5C,EAAE,MAAM,MAAM,IAAI,MAAM,MAAM,SAAS,MAAM,aAAa;AAC9D,UAAI,YAAY,eAAe,IAAI,GAAG;AACrC,eAAO,KAAK,EAAE,GAAG,MAAM,MAAM,SAAS,KAAK,CAAC;AAAA,MAC7C,WAAW,CAAC,SAAS,IAAI,MAAM,EAAE,GAAG;AACnC,gBAAQ,KAAK,EAAE,GAAG,MAAM,MAAM,SAAS,CAAC;AAAA,MACzC;AAAA,IACD;AAAA,EACD;AAEA,SAAO,EAAE,QAAQ,QAAQ;AAC1B;AAEA,UAAU,cAAc,UAAyD;AAChF,QAAM;AACN,aAAW,SAAS,SAAS,aAAa,CAAC,EAAG,QAAO,cAAc,KAAK;AACzE;AAEA,SAAS,eAAe,MAAoD;AAC3E,SAAO,OAAQ,KAA2B,QAAQ;AACnD;AAEA,SAAS,qBACR,MACsC;AACtC,QAAM,MAAM,MAAM;AAClB,MAAI,QAAQ,OAAW,QAAO;AAC9B,MAAI,CAAC,MAAM,QAAQ,GAAG,EAAG,QAAO;AAChC,QAAM,OAAgC,CAAC;AACvC,aAAW,QAAQ,KAAK;AACvB,UAAM,MAAM,sBAAsB,IAAI;AACtC,QAAI,QAAQ,OAAW,MAAK,KAAK,GAAG;AAAA,EACrC;AACA,SAAO,KAAK,WAAW,IAAI,SAAY;AACxC;AAEA,SAAS,sBAAsB,OAAmD;AACjF,MAAI,UAAU,QAAQ,OAAO,UAAU,YAAY,MAAM,QAAQ,KAAK,EAAG,QAAO;AAChF,QAAM,SAAS;AACf,MAAI,CAAC,OAAO,KAAK,MAAM,EAAE,MAAM,0BAA0B,EAAG,QAAO;AACnE,MAAI,OAAO,OAAO,OAAO,YAAY,CAAC,yBAAyB,OAAO,IAAI,EAAG,QAAO;AACpF,MAAI,OAAO,OAAO,aAAa,UAAW,QAAO;AACjD,QAAM,aAAa,YAAY,OAAO,UAAU;AAChD,MAAI,OAAO,eAAe,UAAa,eAAe,OAAW,QAAO;AACxE,SAAO;AAAA,IACN,IAAI,OAAO;AAAA,IACX,MAAM,OAAO;AAAA,IACb,UAAU,OAAO;AAAA,IACjB,GAAI,eAAe,SAAY,CAAC,IAAI,EAAE,WAAW;AAAA,EAClD;AACD;AAEA,SAAS,yBAAyB,OAAiD;AAClF,SAAO,UAAU,UAAU,UAAU,gBAAgB,UAAU,YAAY,UAAU;AACtF;AAEA,SAAS,2BAA2B,OAAqD;AACxF,SAAO,UAAU,QAAQ,UAAU,UAAU,UAAU,cAAc,UAAU;AAChF;AAEA,SAAS,YAAY,OAA+C;AACnE,MAAI,UAAU,OAAW,QAAO;AAChC,MAAI,CAAC,MAAM,QAAQ,KAAK,KAAK,CAAC,MAAM,MAAM,CAAC,UAAU,OAAO,UAAU,QAAQ,EAAG,QAAO;AACxF,SAAO;AACR;","names":[]}