@adaas/a-frame 0.0.22 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (379) hide show
  1. package/.conf/tsconfig.browser.json +13 -0
  2. package/.conf/tsconfig.node.json +14 -0
  3. package/.env.example +12 -0
  4. package/dist/browser/A-FrameBrowserStorageBlobs.context-OEQr85oq.d.mts +40 -0
  5. package/dist/browser/A-FrameBundle.types-DaaUvViw.d.mts +33 -0
  6. package/dist/browser/A-FrameChannel.types-DWOEUs28.d.mts +142 -0
  7. package/dist/browser/A-FrameDefinition.entity-DWGN_Ujr.d.mts +329 -0
  8. package/dist/browser/A-FrameDynamicStructure.entity-DaBgSRCR.d.mts +188 -0
  9. package/dist/browser/A-FrameLogger.component.env-browser-BIPAP4oQ.d.mts +112 -0
  10. package/dist/browser/A-FrameNamespace.entity-rCm1AavP.d.mts +125 -0
  11. package/dist/browser/bundle.d.mts +8 -0
  12. package/dist/browser/bundle.mjs +2 -0
  13. package/dist/browser/bundle.mjs.map +1 -0
  14. package/dist/browser/channel.d.mts +165 -0
  15. package/dist/browser/channel.mjs +3 -0
  16. package/dist/browser/channel.mjs.map +1 -0
  17. package/dist/browser/chunk-5TTVFB3G.mjs +2 -0
  18. package/dist/browser/chunk-5TTVFB3G.mjs.map +1 -0
  19. package/dist/browser/chunk-AYN7KUQT.mjs +3 -0
  20. package/dist/browser/chunk-AYN7KUQT.mjs.map +1 -0
  21. package/dist/browser/chunk-DMGQW3AO.mjs +2 -0
  22. package/dist/browser/chunk-DMGQW3AO.mjs.map +1 -0
  23. package/dist/browser/chunk-G66IL2DR.mjs +2 -0
  24. package/dist/browser/chunk-G66IL2DR.mjs.map +1 -0
  25. package/dist/browser/chunk-GOADBDTE.mjs +2 -0
  26. package/dist/browser/chunk-GOADBDTE.mjs.map +1 -0
  27. package/dist/browser/chunk-H6OZP4ZV.mjs +2 -0
  28. package/dist/browser/chunk-H6OZP4ZV.mjs.map +1 -0
  29. package/dist/browser/chunk-INS7RO3B.mjs +2 -0
  30. package/dist/browser/chunk-INS7RO3B.mjs.map +1 -0
  31. package/dist/browser/chunk-K4MZY4ME.mjs +2 -0
  32. package/dist/browser/chunk-K4MZY4ME.mjs.map +1 -0
  33. package/dist/browser/chunk-OFKV5GNB.mjs +3 -0
  34. package/dist/browser/chunk-OFKV5GNB.mjs.map +1 -0
  35. package/dist/browser/chunk-QATIN7CO.mjs +3 -0
  36. package/dist/browser/chunk-QATIN7CO.mjs.map +1 -0
  37. package/dist/browser/chunk-QBBQ37P3.mjs +2 -0
  38. package/dist/browser/chunk-QBBQ37P3.mjs.map +1 -0
  39. package/dist/browser/chunk-VDVJWU5T.mjs +2 -0
  40. package/dist/browser/chunk-VDVJWU5T.mjs.map +1 -0
  41. package/dist/browser/chunk-X3C4I6YJ.mjs +2 -0
  42. package/dist/browser/chunk-X3C4I6YJ.mjs.map +1 -0
  43. package/dist/browser/chunk-YQJFTBGV.mjs +3 -0
  44. package/dist/browser/chunk-YQJFTBGV.mjs.map +1 -0
  45. package/dist/browser/chunk-ZVCTU2DN.mjs +3 -0
  46. package/dist/browser/chunk-ZVCTU2DN.mjs.map +1 -0
  47. package/dist/browser/core.d.mts +97 -0
  48. package/dist/browser/core.mjs +2 -0
  49. package/dist/browser/core.mjs.map +1 -0
  50. package/dist/browser/crypto.d.mts +35 -0
  51. package/dist/browser/crypto.mjs +2 -0
  52. package/dist/browser/crypto.mjs.map +1 -0
  53. package/dist/browser/definition.d.mts +13 -0
  54. package/dist/browser/definition.mjs +2 -0
  55. package/dist/browser/definition.mjs.map +1 -0
  56. package/dist/browser/dynamic-feature.d.mts +10 -0
  57. package/dist/browser/dynamic-feature.mjs +2 -0
  58. package/dist/browser/dynamic-feature.mjs.map +1 -0
  59. package/dist/browser/dynamic-structure.d.mts +12 -0
  60. package/dist/browser/dynamic-structure.mjs +2 -0
  61. package/dist/browser/dynamic-structure.mjs.map +1 -0
  62. package/dist/browser/env.d.mts +2 -0
  63. package/dist/browser/env.mjs +2 -0
  64. package/dist/browser/env.mjs.map +1 -0
  65. package/dist/browser/frame-index.d.mts +95 -0
  66. package/dist/browser/frame-index.mjs +2 -0
  67. package/dist/browser/frame-index.mjs.map +1 -0
  68. package/dist/browser/index.browser-CZlhzfSP.d.mts +22 -0
  69. package/dist/browser/index.d.mts +1 -144
  70. package/dist/browser/index.mjs +1 -1
  71. package/dist/browser/index.mjs.map +1 -1
  72. package/dist/browser/logger.d.mts +41 -0
  73. package/dist/browser/logger.mjs +2 -0
  74. package/dist/browser/logger.mjs.map +1 -0
  75. package/dist/browser/namespace.d.mts +13 -0
  76. package/dist/browser/namespace.mjs +2 -0
  77. package/dist/browser/namespace.mjs.map +1 -0
  78. package/dist/browser/storage.d.mts +194 -0
  79. package/dist/browser/storage.mjs +2 -0
  80. package/dist/browser/storage.mjs.map +1 -0
  81. package/dist/browser/vector.d.mts +15 -0
  82. package/dist/browser/vector.mjs +2 -0
  83. package/dist/browser/vector.mjs.map +1 -0
  84. package/dist/index.cjs +0 -0
  85. package/dist/node/A-FrameChannel.component-BfBcs734.d.ts +62 -0
  86. package/dist/node/A-FrameChannel.component-NNKcFViw.d.mts +62 -0
  87. package/dist/node/A-FrameChannel.types-DQF-IiRq.d.mts +146 -0
  88. package/dist/node/A-FrameChannel.types-DQF-IiRq.d.ts +146 -0
  89. package/dist/node/A-FrameDefinition.entity-CAUOdEvU.d.ts +329 -0
  90. package/dist/node/A-FrameDefinition.entity-DWGN_Ujr.d.mts +329 -0
  91. package/dist/node/A-FrameDynamicStructure.entity-DaBgSRCR.d.mts +188 -0
  92. package/dist/node/A-FrameDynamicStructure.entity-DaBgSRCR.d.ts +188 -0
  93. package/dist/node/A-FrameNamespace.entity-D3fZBGDx.d.ts +125 -0
  94. package/dist/node/A-FrameNamespace.entity-rCm1AavP.d.mts +125 -0
  95. package/dist/node/A-FrameStorage.component-BYjHfHJJ.d.mts +107 -0
  96. package/dist/node/A-FrameStorage.component-CT01fs-t.d.ts +107 -0
  97. package/dist/node/bundle.cjs +101 -0
  98. package/dist/node/bundle.cjs.map +1 -0
  99. package/dist/node/bundle.d.mts +69 -0
  100. package/dist/node/bundle.d.ts +69 -0
  101. package/dist/node/bundle.mjs +76 -0
  102. package/dist/node/bundle.mjs.map +1 -0
  103. package/dist/node/channel.cjs +60 -0
  104. package/dist/node/channel.cjs.map +1 -0
  105. package/dist/node/channel.d.mts +61 -0
  106. package/dist/node/channel.d.ts +61 -0
  107. package/dist/node/channel.mjs +11 -0
  108. package/dist/node/channel.mjs.map +1 -0
  109. package/dist/node/chunk-3LOMGNWA.cjs +8 -0
  110. package/dist/node/chunk-3LOMGNWA.cjs.map +1 -0
  111. package/dist/node/chunk-3ONWH75E.mjs +257 -0
  112. package/dist/node/chunk-3ONWH75E.mjs.map +1 -0
  113. package/dist/node/chunk-3TD2PEDZ.mjs +53 -0
  114. package/dist/node/chunk-3TD2PEDZ.mjs.map +1 -0
  115. package/dist/node/chunk-442DXGOD.mjs +16 -0
  116. package/dist/node/chunk-442DXGOD.mjs.map +1 -0
  117. package/dist/node/chunk-5BKCX2RO.mjs +33 -0
  118. package/dist/node/chunk-5BKCX2RO.mjs.map +1 -0
  119. package/dist/node/chunk-6EFXNUL4.mjs +6 -0
  120. package/dist/node/chunk-6EFXNUL4.mjs.map +1 -0
  121. package/dist/node/chunk-6KAGWGTE.mjs +529 -0
  122. package/dist/node/chunk-6KAGWGTE.mjs.map +1 -0
  123. package/dist/node/chunk-7A6XGT5J.cjs +541 -0
  124. package/dist/node/chunk-7A6XGT5J.cjs.map +1 -0
  125. package/dist/node/chunk-AOQRXZPC.mjs +207 -0
  126. package/dist/node/chunk-AOQRXZPC.mjs.map +1 -0
  127. package/dist/node/chunk-APRYHBEF.mjs +171 -0
  128. package/dist/node/chunk-APRYHBEF.mjs.map +1 -0
  129. package/dist/node/chunk-B7BXP7K4.mjs +253 -0
  130. package/dist/node/chunk-B7BXP7K4.mjs.map +1 -0
  131. package/dist/node/chunk-B7ZDJXD3.cjs +35 -0
  132. package/dist/node/chunk-B7ZDJXD3.cjs.map +1 -0
  133. package/dist/node/chunk-CP6JHUU6.cjs +541 -0
  134. package/dist/node/chunk-CP6JHUU6.cjs.map +1 -0
  135. package/dist/node/chunk-DDCEMKBP.mjs +655 -0
  136. package/dist/node/chunk-DDCEMKBP.mjs.map +1 -0
  137. package/dist/node/chunk-DMY44VUG.mjs +655 -0
  138. package/dist/node/chunk-DMY44VUG.mjs.map +1 -0
  139. package/dist/node/chunk-F46TSY2K.cjs +541 -0
  140. package/dist/node/chunk-F46TSY2K.cjs.map +1 -0
  141. package/dist/node/chunk-F4UCOZW5.mjs +33 -0
  142. package/dist/node/chunk-F4UCOZW5.mjs.map +1 -0
  143. package/dist/node/chunk-GBTFMT3K.cjs +256 -0
  144. package/dist/node/chunk-GBTFMT3K.cjs.map +1 -0
  145. package/dist/node/chunk-GNVXVK2B.cjs +8 -0
  146. package/dist/node/chunk-GNVXVK2B.cjs.map +1 -0
  147. package/dist/node/chunk-GRR6NNWY.cjs +688 -0
  148. package/dist/node/chunk-GRR6NNWY.cjs.map +1 -0
  149. package/dist/node/chunk-IIVYTS5M.mjs +239 -0
  150. package/dist/node/chunk-IIVYTS5M.mjs.map +1 -0
  151. package/dist/node/chunk-JQBYDEMW.mjs +33 -0
  152. package/dist/node/chunk-JQBYDEMW.mjs.map +1 -0
  153. package/dist/node/chunk-K4MZY4ME.mjs +3 -0
  154. package/dist/node/chunk-K4MZY4ME.mjs.map +1 -0
  155. package/dist/node/chunk-KK64VLZN.cjs +4 -0
  156. package/dist/node/chunk-KK64VLZN.cjs.map +1 -0
  157. package/dist/node/chunk-KLG6HKFU.cjs +175 -0
  158. package/dist/node/chunk-KLG6HKFU.cjs.map +1 -0
  159. package/dist/node/chunk-LJIZ47HO.cjs +688 -0
  160. package/dist/node/chunk-LJIZ47HO.cjs.map +1 -0
  161. package/dist/node/chunk-NIXKAQVP.cjs +35 -0
  162. package/dist/node/chunk-NIXKAQVP.cjs.map +1 -0
  163. package/dist/node/chunk-OI76LHVT.mjs +21 -0
  164. package/dist/node/chunk-OI76LHVT.mjs.map +1 -0
  165. package/dist/node/chunk-OJGCQNAH.mjs +529 -0
  166. package/dist/node/chunk-OJGCQNAH.mjs.map +1 -0
  167. package/dist/node/chunk-OYC6L5NX.mjs +6 -0
  168. package/dist/node/chunk-OYC6L5NX.mjs.map +1 -0
  169. package/dist/node/chunk-QFHZIG7Y.cjs +25 -0
  170. package/dist/node/chunk-QFHZIG7Y.cjs.map +1 -0
  171. package/dist/node/chunk-QFUZVN4Y.cjs +259 -0
  172. package/dist/node/chunk-QFUZVN4Y.cjs.map +1 -0
  173. package/dist/node/chunk-R2H234YO.cjs +8 -0
  174. package/dist/node/chunk-R2H234YO.cjs.map +1 -0
  175. package/dist/node/chunk-RRLTGGM7.cjs +209 -0
  176. package/dist/node/chunk-RRLTGGM7.cjs.map +1 -0
  177. package/dist/node/chunk-SDKIJDMH.mjs +655 -0
  178. package/dist/node/chunk-SDKIJDMH.mjs.map +1 -0
  179. package/dist/node/chunk-TO4BPKCY.mjs +6 -0
  180. package/dist/node/chunk-TO4BPKCY.mjs.map +1 -0
  181. package/dist/node/chunk-UKKCN7CQ.cjs +688 -0
  182. package/dist/node/chunk-UKKCN7CQ.cjs.map +1 -0
  183. package/dist/node/chunk-UPA7VN4R.mjs +153 -0
  184. package/dist/node/chunk-UPA7VN4R.mjs.map +1 -0
  185. package/dist/node/chunk-UTJ7CVVB.cjs +248 -0
  186. package/dist/node/chunk-UTJ7CVVB.cjs.map +1 -0
  187. package/dist/node/chunk-XFUF7SDO.cjs +35 -0
  188. package/dist/node/chunk-XFUF7SDO.cjs.map +1 -0
  189. package/dist/node/chunk-YVX4W6SI.cjs +155 -0
  190. package/dist/node/chunk-YVX4W6SI.cjs.map +1 -0
  191. package/dist/node/chunk-YWWGJ6EJ.cjs +55 -0
  192. package/dist/node/chunk-YWWGJ6EJ.cjs.map +1 -0
  193. package/dist/node/chunk-Z4HUCRK2.mjs +529 -0
  194. package/dist/node/chunk-Z4HUCRK2.mjs.map +1 -0
  195. package/dist/node/chunk-ZM2RLVVH.cjs +18 -0
  196. package/dist/node/chunk-ZM2RLVVH.cjs.map +1 -0
  197. package/dist/node/core.cjs +259 -0
  198. package/dist/node/core.cjs.map +1 -0
  199. package/dist/node/core.d.mts +76 -0
  200. package/dist/node/core.d.ts +76 -0
  201. package/dist/node/core.mjs +248 -0
  202. package/dist/node/core.mjs.map +1 -0
  203. package/dist/node/crypto.cjs +13 -0
  204. package/dist/node/crypto.cjs.map +1 -0
  205. package/dist/node/crypto.d.mts +44 -0
  206. package/dist/node/crypto.d.ts +44 -0
  207. package/dist/node/crypto.mjs +4 -0
  208. package/dist/node/crypto.mjs.map +1 -0
  209. package/dist/node/definition.cjs +19 -0
  210. package/dist/node/definition.cjs.map +1 -0
  211. package/dist/node/definition.d.mts +13 -0
  212. package/dist/node/definition.d.ts +13 -0
  213. package/dist/node/definition.mjs +6 -0
  214. package/dist/node/definition.mjs.map +1 -0
  215. package/dist/node/dynamic-feature.cjs +14 -0
  216. package/dist/node/dynamic-feature.cjs.map +1 -0
  217. package/dist/node/dynamic-feature.d.mts +10 -0
  218. package/dist/node/dynamic-feature.d.ts +10 -0
  219. package/dist/node/dynamic-feature.mjs +12 -0
  220. package/dist/node/dynamic-feature.mjs.map +1 -0
  221. package/dist/node/dynamic-structure.cjs +143 -0
  222. package/dist/node/dynamic-structure.cjs.map +1 -0
  223. package/dist/node/dynamic-structure.d.mts +12 -0
  224. package/dist/node/dynamic-structure.d.ts +12 -0
  225. package/dist/node/dynamic-structure.mjs +138 -0
  226. package/dist/node/dynamic-structure.mjs.map +1 -0
  227. package/dist/node/env.cjs +14 -0
  228. package/dist/node/env.cjs.map +1 -0
  229. package/dist/node/env.d.mts +22 -0
  230. package/dist/node/env.d.ts +22 -0
  231. package/dist/node/env.mjs +5 -0
  232. package/dist/node/env.mjs.map +1 -0
  233. package/dist/node/frame-index.cjs +16 -0
  234. package/dist/node/frame-index.cjs.map +1 -0
  235. package/dist/node/frame-index.d.mts +95 -0
  236. package/dist/node/frame-index.d.ts +95 -0
  237. package/dist/node/frame-index.mjs +7 -0
  238. package/dist/node/frame-index.mjs.map +1 -0
  239. package/dist/node/index.cjs +0 -288
  240. package/dist/node/index.cjs.map +1 -1
  241. package/dist/node/index.d.mts +1 -144
  242. package/dist/node/index.d.ts +1 -144
  243. package/dist/node/index.mjs +0 -284
  244. package/dist/node/index.mjs.map +1 -1
  245. package/dist/node/logger.cjs +41 -0
  246. package/dist/node/logger.cjs.map +1 -0
  247. package/dist/node/logger.d.mts +150 -0
  248. package/dist/node/logger.d.ts +150 -0
  249. package/dist/node/logger.mjs +4 -0
  250. package/dist/node/logger.mjs.map +1 -0
  251. package/dist/node/namespace.cjs +24 -0
  252. package/dist/node/namespace.cjs.map +1 -0
  253. package/dist/node/namespace.d.mts +13 -0
  254. package/dist/node/namespace.d.ts +13 -0
  255. package/dist/node/namespace.mjs +7 -0
  256. package/dist/node/namespace.mjs.map +1 -0
  257. package/dist/node/storage.cjs +42 -0
  258. package/dist/node/storage.cjs.map +1 -0
  259. package/dist/node/storage.d.mts +110 -0
  260. package/dist/node/storage.d.ts +110 -0
  261. package/dist/node/storage.mjs +13 -0
  262. package/dist/node/storage.mjs.map +1 -0
  263. package/dist/node/vector.cjs +13 -0
  264. package/dist/node/vector.cjs.map +1 -0
  265. package/dist/node/vector.d.mts +15 -0
  266. package/dist/node/vector.d.ts +15 -0
  267. package/dist/node/vector.mjs +4 -0
  268. package/dist/node/vector.mjs.map +1 -0
  269. package/jest.config.browser.ts +41 -0
  270. package/jest.config.ts +18 -8
  271. package/package.json +125 -13
  272. package/{index.ts → src/concept.ts} +5 -2
  273. package/src/helpers/Hash.helper.ts +14 -0
  274. package/src/index.ts +0 -24
  275. package/src/lib/A-Frame/A-Frame.component.env-browser.ts +126 -0
  276. package/src/lib/A-Frame/A-Frame.component.env-node.ts +105 -0
  277. package/src/lib/A-Frame/A-Frame.component.ts +62 -0
  278. package/src/lib/A-Frame/A-Frame.context.ts +40 -0
  279. package/src/lib/{components/Index.component.ts/Index.error.ts → A-Frame/A-Frame.error.ts} +1 -1
  280. package/src/lib/{components/Index.component.ts/Index.guard.ts → A-Frame/A-Frame.guard.ts} +9 -6
  281. package/src/lib/A-Frame/A-Frame.meta.ts +27 -0
  282. package/src/lib/{components/Index.component.ts/Index.types.ts → A-Frame/A-Frame.types.ts} +52 -17
  283. package/src/lib/A-Frame/decorators/A-FrameDefine.decorator.ts +104 -0
  284. package/src/lib/A-Frame/decorators/A-FrameNamespace.decorator.ts +33 -0
  285. package/src/lib/A-Frame/index.browser.ts +10 -0
  286. package/src/lib/A-Frame/index.ts +10 -0
  287. package/src/lib/A-FrameBundle/A-FrameBundle.builder.env-node.ts +95 -0
  288. package/src/lib/A-FrameBundle/A-FrameBundle.constants.ts +5 -0
  289. package/src/lib/A-FrameBundle/A-FrameBundle.types.ts +31 -0
  290. package/src/lib/A-FrameBundle/index.browser.ts +6 -0
  291. package/src/lib/A-FrameBundle/index.ts +7 -0
  292. package/src/lib/A-FrameCLI/A-FrameCLI.container.ts +333 -0
  293. package/src/lib/A-FrameChannel/A-FrameChannel.component.env-browser.ts +63 -0
  294. package/src/lib/A-FrameChannel/A-FrameChannel.component.env-node.ts +586 -0
  295. package/src/lib/A-FrameChannel/A-FrameChannel.component.ts +273 -0
  296. package/src/lib/A-FrameChannel/A-FrameChannel.constants.ts +39 -0
  297. package/src/lib/A-FrameChannel/A-FrameChannel.error.ts +10 -0
  298. package/src/lib/A-FrameChannel/A-FrameChannel.types.ts +143 -0
  299. package/src/lib/A-FrameChannel/A-FrameChannelEvent.context.ts +28 -0
  300. package/src/lib/A-FrameChannel/A-FrameChannelRequest.context.ts +36 -0
  301. package/src/lib/A-FrameChannel/A-FrameChannelSocket.entity.ts +189 -0
  302. package/src/lib/A-FrameChannel/A-FrameChannelStream.entity.ts +144 -0
  303. package/src/lib/A-FrameChannel/index.browser.ts +3 -0
  304. package/src/lib/A-FrameChannel/index.ts +10 -0
  305. package/src/lib/A-FrameCrypto/A-FrameCrypto.component.env-browser.ts +123 -0
  306. package/src/lib/A-FrameCrypto/A-FrameCrypto.component.env-node.ts +204 -0
  307. package/src/lib/A-FrameCrypto/index.browser.ts +1 -0
  308. package/src/lib/A-FrameCrypto/index.ts +1 -0
  309. package/src/lib/A-FrameDefinition/A-FrameDefinition.constants.ts +8 -0
  310. package/src/lib/A-FrameDefinition/A-FrameDefinition.entity.ts +290 -0
  311. package/src/lib/A-FrameDefinition/A-FrameDefinition.types.ts +109 -0
  312. package/src/lib/A-FrameDefinition/index.ts +3 -0
  313. package/src/lib/A-FrameDynamicFeature/A-FrameDynamicFeature.entity.ts +13 -0
  314. package/src/lib/A-FrameDynamicFeature/A-FrameDynamicFeature.types.ts +10 -0
  315. package/src/lib/A-FrameDynamicFeature/index.ts +2 -0
  316. package/src/lib/A-FrameDynamicPatch/A-FrameDynamicPatch.entity.ts +38 -0
  317. package/src/lib/A-FrameDynamicPatch/A-FrameDynamicPatch.types.ts +20 -0
  318. package/src/lib/A-FrameDynamicSession/A-FrameDynamicSession.constants.ts +9 -0
  319. package/src/lib/A-FrameDynamicSession/A-FrameDynamicSession.entity.ts +91 -0
  320. package/src/lib/A-FrameDynamicSession/A-FrameDynamicSession.types.ts +18 -0
  321. package/src/lib/A-FrameDynamicStructure/A-FrameDynamicStructure.constants.ts +13 -0
  322. package/src/lib/A-FrameDynamicStructure/A-FrameDynamicStructure.entity.ts +187 -0
  323. package/src/lib/A-FrameDynamicStructure/A-FrameDynamicStructure.error.ts +13 -0
  324. package/src/lib/A-FrameDynamicStructure/A-FrameDynamicStructure.types.ts +128 -0
  325. package/src/lib/A-FrameDynamicStructure/A-FrameDynamicStructureOperation.context.ts +32 -0
  326. package/src/lib/A-FrameDynamicStructure/index.ts +5 -0
  327. package/src/lib/A-FrameEnv/A-FrameEnv.fragment.env-browser.ts +31 -0
  328. package/src/lib/A-FrameEnv/A-FrameEnv.fragment.env-node.ts +39 -0
  329. package/src/lib/A-FrameEnv/A-FrameEnv.types.ts +7 -0
  330. package/src/lib/A-FrameEnv/index.browser.ts +1 -0
  331. package/src/lib/A-FrameEnv/index.ts +1 -0
  332. package/src/lib/A-FrameIndex/A-FrameIndex.context.ts +321 -0
  333. package/src/lib/A-FrameIndex/A-FrameIndex.types.ts +63 -0
  334. package/src/lib/A-FrameIndex/index.browser.ts +3 -0
  335. package/src/lib/A-FrameIndex/index.ts +3 -0
  336. package/src/lib/A-FrameLogger/A-FrameLogger.component.env-browser.ts +99 -0
  337. package/src/lib/A-FrameLogger/A-FrameLogger.component.env-node.ts +129 -0
  338. package/src/lib/A-FrameLogger/A-FrameLogger.component.ts +123 -0
  339. package/src/lib/A-FrameLogger/A-FrameLogger.constants.ts +66 -0
  340. package/src/lib/A-FrameLogger/A-FrameLogger.types.ts +67 -0
  341. package/src/lib/A-FrameLogger/index.browser.ts +4 -0
  342. package/src/lib/A-FrameLogger/index.ts +4 -0
  343. package/src/lib/A-FrameNamespace/A-FrameNamespace.constants.ts +12 -0
  344. package/src/lib/A-FrameNamespace/A-FrameNamespace.entity.ts +211 -0
  345. package/src/lib/A-FrameNamespace/A-FrameNamespace.types.ts +72 -0
  346. package/src/lib/A-FrameNamespace/index.ts +3 -0
  347. package/src/lib/A-FrameStorage/A-FrameStorage.codec.ts +338 -0
  348. package/src/lib/A-FrameStorage/A-FrameStorage.component.ts +191 -0
  349. package/src/lib/A-FrameStorage/A-FrameStorage.constants.ts +11 -0
  350. package/src/lib/A-FrameStorage/A-FrameStorage.error.ts +13 -0
  351. package/src/lib/A-FrameStorage/A-FrameStorage.types.ts +98 -0
  352. package/src/lib/A-FrameStorage/A-FrameStorageOperation.context.ts +59 -0
  353. package/src/lib/A-FrameStorage/browser/A-FrameBrowserStorage.component.ts +312 -0
  354. package/src/lib/A-FrameStorage/browser/A-FrameBrowserStorageBlobs.context.ts +77 -0
  355. package/src/lib/A-FrameStorage/index.browser.ts +11 -0
  356. package/src/lib/A-FrameStorage/index.ts +10 -0
  357. package/src/lib/A-FrameStorage/node/A-FrameNodeStorage.component.ts +464 -0
  358. package/src/lib/A-FrameStorage/server/A-FrameServerStorage.component.ts +177 -0
  359. package/src/lib/{entities/A_FrameVector/A_FrameVector.entity.ts → A-FrameVector/A-FrameVector.entity.ts} +10 -0
  360. package/src/lib/A-FrameVector/index.ts +3 -0
  361. package/tests/A-Frame.browser.test.ts +94 -0
  362. package/tests/A-Frame.test.ts +74 -67
  363. package/tests/jest.browser-environment.js +30 -0
  364. package/tests/jest.polyfills.browser.ts +13 -0
  365. package/tests/jest.setup.browser.ts +33 -0
  366. package/tsconfig.browser.json +54 -0
  367. package/tsconfig.json +16 -0
  368. package/tsup.config.ts +32 -2
  369. package/src/lib/components/Builder.component.ts/Builder.component.ts +0 -0
  370. package/src/lib/components/Index.component.ts/Index.component.ts +0 -79
  371. package/src/lib/components/Index.component.ts/Index.constants.ts +0 -0
  372. package/src/lib/components/Index.component.ts/Index.meta.ts +0 -28
  373. package/src/lib/components/Index.component.ts/IndexConfigurations.meta.ts +0 -78
  374. package/src/lib/components/Index.component.ts/decorators/IndexComponent.decorator.ts +0 -97
  375. package/src/lib/components/Index.component.ts/decorators/IndexDescribe.decorator.ts +0 -59
  376. package/src/lib/components/Index.component.ts/decorators/IndexNamespace.decorator.ts +0 -57
  377. package/src/lib/components/Search/A_FrameSearch.component.ts +0 -66
  378. package/src/lib/containers/CLI.container.ts +0 -27
  379. package/src/lib/entities/Namespace/Namespace.entity.ts +0 -8
@@ -0,0 +1,688 @@
1
+ 'use strict';
2
+
3
+ var chunkNIXKAQVP_cjs = require('./chunk-NIXKAQVP.cjs');
4
+ var chunkKLG6HKFU_cjs = require('./chunk-KLG6HKFU.cjs');
5
+ var chunkGBTFMT3K_cjs = require('./chunk-GBTFMT3K.cjs');
6
+ var chunkQFHZIG7Y_cjs = require('./chunk-QFHZIG7Y.cjs');
7
+ var aConcept = require('@adaas/a-concept');
8
+ var http = require('http');
9
+ var https = require('https');
10
+
11
+ function _interopNamespace(e) {
12
+ if (e && e.__esModule) return e;
13
+ var n = Object.create(null);
14
+ if (e) {
15
+ Object.keys(e).forEach(function (k) {
16
+ if (k !== 'default') {
17
+ var d = Object.getOwnPropertyDescriptor(e, k);
18
+ Object.defineProperty(n, k, d.get ? d : {
19
+ enumerable: true,
20
+ get: function () { return e[k]; }
21
+ });
22
+ }
23
+ });
24
+ }
25
+ n.default = e;
26
+ return Object.freeze(n);
27
+ }
28
+
29
+ var http__namespace = /*#__PURE__*/_interopNamespace(http);
30
+ var https__namespace = /*#__PURE__*/_interopNamespace(https);
31
+
32
+ // src/lib/A-FrameChannel/A-FrameChannel.constants.ts
33
+ var A_FrameFeatures = {
34
+ Request: "_A_FRAME_REQUEST",
35
+ Socket: "_A_FRAME_SOCKET"
36
+ };
37
+ var A_FrameChannelStreamStatuses = {
38
+ Open: "open",
39
+ Closed: "closed"
40
+ };
41
+ var A_FrameChannelStreamFeatures = {
42
+ open: "_A_FRAME_CHANNEL_STREAM_OPEN",
43
+ send: "_A_FRAME_CHANNEL_STREAM_SEND",
44
+ onEvent: "_A_FRAME_CHANNEL_STREAM_ON_EVENT",
45
+ onError: "_A_FRAME_CHANNEL_STREAM_ON_ERROR",
46
+ onComplete: "_A_FRAME_CHANNEL_STREAM_ON_COMPLETE",
47
+ onClose: "_A_FRAME_CHANNEL_STREAM_ON_CLOSE"
48
+ };
49
+ var A_FrameChannelSocketStatuses = {
50
+ Connecting: "connecting",
51
+ Open: "open",
52
+ Closed: "closed"
53
+ };
54
+ var A_FrameChannelSocketFeatures = {
55
+ onEvent: "_A_FRAME_CHANNEL_SOCKET_ON_EVENT",
56
+ onError: "_A_FRAME_CHANNEL_SOCKET_ON_ERROR",
57
+ onOpen: "_A_FRAME_CHANNEL_SOCKET_ON_OPEN",
58
+ onClose: "_A_FRAME_CHANNEL_SOCKET_ON_CLOSE"
59
+ };
60
+ var A_FrameChannelRequest = class extends aConcept.A_Fragment {
61
+ constructor(method, path, body) {
62
+ super({ name: "a-frame-channel-request" });
63
+ this.method = method;
64
+ this.path = path;
65
+ this.body = body;
66
+ }
67
+ complete(response) {
68
+ this._response = response;
69
+ }
70
+ fail(error) {
71
+ this._error = error;
72
+ }
73
+ get response() {
74
+ return this._response;
75
+ }
76
+ get error() {
77
+ return this._error;
78
+ }
79
+ };
80
+ var A_FrameChannelError = class extends aConcept.A_Error {
81
+ };
82
+ A_FrameChannelError.InvalidRequest = "InvalidRequest";
83
+ A_FrameChannelError.Timeout = "Timeout";
84
+ A_FrameChannelError.RequestFailed = "RequestFailed";
85
+
86
+ // src/lib/A-FrameDynamicSession/A-FrameDynamicSession.constants.ts
87
+ var A_FrameDynamicSessionFeatures = {
88
+ Init: "_A_FRAME_DYNAMIC_SESSION_INIT",
89
+ Question: "_A_FRAME_DYNAMIC_SESSION_QUESTION",
90
+ Answer: "_A_FRAME_DYNAMIC_SESSION_ANSWER",
91
+ Destroy: "_A_FRAME_DYNAMIC_SESSION_DESTROY"
92
+ };
93
+
94
+ // src/lib/A-FrameDynamicSession/A-FrameDynamicSession.entity.ts
95
+ var A_FrameDynamicSession = class extends aConcept.A_Entity {
96
+ static get concept() {
97
+ return "a-frame";
98
+ }
99
+ /**
100
+ *
101
+ */
102
+ get scope() {
103
+ if (!this._scope) {
104
+ this._scope = aConcept.A_Context.allocate(this, new aConcept.A_Scope({ name: `${this.aseid.id}-scope` }));
105
+ }
106
+ return this._scope;
107
+ }
108
+ get currentTurn() {
109
+ return this._currentTurn;
110
+ }
111
+ get initDate() {
112
+ return new Date(this._initDate);
113
+ }
114
+ static onQuestion() {
115
+ return;
116
+ }
117
+ static onAnswer() {
118
+ return;
119
+ }
120
+ fromNew(newEntity) {
121
+ this._turnsCount = newEntity.turnsCount || 5;
122
+ this._currentTurn = 0;
123
+ this._initDate = (/* @__PURE__ */ new Date()).toISOString();
124
+ }
125
+ fromJSON(serialized) {
126
+ this._turnsCount = serialized.turnsCount;
127
+ this._currentTurn = serialized.currentTurn;
128
+ this._initDate = serialized.initDate;
129
+ }
130
+ async init() {
131
+ await this.call(A_FrameDynamicSessionFeatures.Init);
132
+ }
133
+ async destroy(scope) {
134
+ await this.call(A_FrameDynamicSessionFeatures.Destroy, scope);
135
+ }
136
+ async question() {
137
+ this._currentTurn++;
138
+ await this.call(A_FrameDynamicSessionFeatures.Question);
139
+ }
140
+ async answer() {
141
+ await this.call(A_FrameDynamicSessionFeatures.Answer);
142
+ }
143
+ toJSON() {
144
+ return {
145
+ ...super.toJSON(),
146
+ turnsCount: this._turnsCount,
147
+ currentTurn: this._currentTurn,
148
+ initDate: this._initDate
149
+ };
150
+ }
151
+ };
152
+ var A_FrameDynamicStructureOperation = class extends aConcept.A_Fragment {
153
+ constructor(params = {}) {
154
+ super({ name: "a-frame-dynamic-structure-operation-context" });
155
+ this._meta = /* @__PURE__ */ new Map();
156
+ this._meta.set("params", params);
157
+ }
158
+ get params() {
159
+ return this._meta.get("params");
160
+ }
161
+ get(key) {
162
+ return this._meta.get(key);
163
+ }
164
+ set(key, value) {
165
+ this._meta.set(key, value);
166
+ }
167
+ };
168
+
169
+ // src/lib/A-FrameChannel/A-FrameChannel.component.ts
170
+ var A_FrameChannel = class extends aConcept.A_Component {
171
+ async generate(prompt) {
172
+ const request = new A_FrameChannelRequest("POST", "/api/completions", { prompt, max_tokens: 512 });
173
+ const executionScope = new aConcept.A_Scope({
174
+ name: "A_FrameChannel.generate",
175
+ fragments: [request]
176
+ }).inherit(aConcept.A_Context.scope(this));
177
+ try {
178
+ await this.call(A_FrameFeatures.Request, executionScope);
179
+ executionScope.destroy();
180
+ return request;
181
+ } catch (err) {
182
+ executionScope.destroy();
183
+ throw new A_FrameChannelError({
184
+ title: A_FrameChannelError.RequestFailed,
185
+ description: `Failed to generate completion: ${err instanceof Error ? err.message : String(err)}`
186
+ });
187
+ }
188
+ }
189
+ async embed(input) {
190
+ const request = new A_FrameChannelRequest("POST", "/api/embeddings", { input });
191
+ const executionScope = new aConcept.A_Scope({
192
+ name: "A_FrameChannel.embed",
193
+ fragments: [request]
194
+ }).inherit(aConcept.A_Context.scope(this));
195
+ try {
196
+ await this.call(A_FrameFeatures.Request, executionScope);
197
+ executionScope.destroy();
198
+ return request;
199
+ } catch (err) {
200
+ executionScope.destroy();
201
+ throw new A_FrameChannelError({
202
+ title: A_FrameChannelError.RequestFailed,
203
+ description: `Failed to embed input: ${err instanceof Error ? err.message : String(err)}`
204
+ });
205
+ }
206
+ }
207
+ async getCredentials() {
208
+ const request = new A_FrameChannelRequest("GET", "/api/credentials/me");
209
+ const executionScope = new aConcept.A_Scope({
210
+ name: "A_FrameChannel.getCredentials",
211
+ fragments: [request]
212
+ }).inherit(aConcept.A_Context.scope(this));
213
+ try {
214
+ await this.call(A_FrameFeatures.Request, executionScope);
215
+ executionScope.destroy();
216
+ return request;
217
+ } catch (err) {
218
+ executionScope.destroy();
219
+ throw new A_FrameChannelError({
220
+ title: A_FrameChannelError.RequestFailed,
221
+ description: `Failed to get credentials: ${err instanceof Error ? err.message : String(err)}`
222
+ });
223
+ }
224
+ }
225
+ async ping() {
226
+ const request = new A_FrameChannelRequest("GET", "/health");
227
+ const executionScope = new aConcept.A_Scope({
228
+ name: "A_FrameChannel.ping",
229
+ fragments: [request]
230
+ }).inherit(aConcept.A_Context.scope(this));
231
+ try {
232
+ await this.call(A_FrameFeatures.Request, executionScope);
233
+ executionScope.destroy();
234
+ return request;
235
+ } catch {
236
+ executionScope.destroy();
237
+ return request;
238
+ }
239
+ }
240
+ async embedDefinition(definition, env) {
241
+ const request = new A_FrameChannelRequest("POST", "/api/v1/definition/embed", {
242
+ definition: definition.toJSON()
243
+ });
244
+ const executionScope = new aConcept.A_Scope({
245
+ name: "A_FrameChannel.embedDefinition",
246
+ fragments: [request]
247
+ }).inherit(aConcept.A_Context.scope(this));
248
+ try {
249
+ await this.call(A_FrameFeatures.Request, executionScope);
250
+ executionScope.destroy();
251
+ const response = request.response;
252
+ if (!response.data || !response.data[0] || !response.data[0].embedding) {
253
+ throw new A_FrameChannelError({
254
+ title: A_FrameChannelError.InvalidRequest,
255
+ description: `Invalid embedding response for definition "${definition.name}"`
256
+ });
257
+ }
258
+ const vector = new Float32Array(response.data[0].embedding);
259
+ definition.hydrateFromEmbedding(vector, {
260
+ model: response.model,
261
+ dimensions: response.meta.dimensions,
262
+ inputCount: response.meta.input_count,
263
+ aFrameServerVersion: response.meta.server_version,
264
+ aFrameVersion: env.A_FRAME_VERSION,
265
+ credentialId: response.meta.credential_id,
266
+ date: response.date
267
+ });
268
+ } catch (err) {
269
+ throw new A_FrameChannelError({
270
+ title: A_FrameChannelError.RequestFailed,
271
+ description: `Failed to embed definition "${definition.name}": ${err instanceof Error ? err.message : String(err)}`
272
+ });
273
+ }
274
+ }
275
+ async embedNamespace(namespace, env) {
276
+ const request = new A_FrameChannelRequest("POST", "/api/v1/namespace/embed", {
277
+ namespace: namespace.toJSON()
278
+ });
279
+ const executionScope = new aConcept.A_Scope({
280
+ name: "A_FrameChannel.embedNamespace",
281
+ fragments: [request]
282
+ }).inherit(aConcept.A_Context.scope(this));
283
+ try {
284
+ await this.call(A_FrameFeatures.Request, executionScope);
285
+ executionScope.destroy();
286
+ const response = request.response;
287
+ if (!response.data || !response.data[0] || !response.data[0].embedding) {
288
+ throw new A_FrameChannelError({
289
+ title: A_FrameChannelError.InvalidRequest,
290
+ description: `Invalid embedding response for namespace "${namespace.name}"`
291
+ });
292
+ }
293
+ const vector = new Float32Array(response.data[0].embedding);
294
+ namespace.hydrateFromEmbedding(vector, {
295
+ model: response.model,
296
+ dimensions: response.meta.dimensions,
297
+ inputCount: response.meta.input_count,
298
+ aFrameServerVersion: response.meta.server_version,
299
+ aFrameVersion: env.A_FRAME_VERSION,
300
+ credentialId: response.meta.credential_id,
301
+ date: response.date
302
+ });
303
+ } catch (err) {
304
+ throw new A_FrameChannelError({
305
+ title: A_FrameChannelError.RequestFailed,
306
+ description: `Failed to embed namespace "${namespace.name}": ${err instanceof Error ? err.message : String(err)}`
307
+ });
308
+ }
309
+ }
310
+ async generateDynamicStructure(structure, session, operation) {
311
+ }
312
+ // /**
313
+ // * Open a bidirectional WebSocket connection to the server.
314
+ // *
315
+ // * The method resolves once the connection is closed (server close frame or
316
+ // * transport end). While it is pending, call `socket.send(event)` to push
317
+ // * frames to the server. Incoming frames are dispatched automatically to
318
+ // * any `@A_FrameChannelSocket.onEvent()` handlers registered on `socket`.
319
+ // *
320
+ // * @param socket - Pre-configured socket entity (optionally a subclass with
321
+ // * event handlers pre-registered via `@onEvent` decorators).
322
+ // */
323
+ // async connect(socket: A_FrameChannelSocket): Promise<void> {
324
+ // const executionScope = new A_Scope({
325
+ // name: 'A_FrameChannel.connect',
326
+ // entities: [socket],
327
+ // }).inherit(A_Context.scope(this));
328
+ // try {
329
+ // await this.call(A_FrameFeatures.Socket, executionScope);
330
+ // executionScope.destroy();
331
+ // } catch (err) {
332
+ // executionScope.destroy();
333
+ // throw new A_FrameChannelError({
334
+ // title: A_FrameChannelError.RequestFailed,
335
+ // description: `WebSocket connection to ${socket.path} failed: ${err instanceof Error ? err.message : String(err)}`,
336
+ // });
337
+ // }
338
+ // }
339
+ };
340
+ chunkQFHZIG7Y_cjs.__decorateClass([
341
+ aConcept.A_Feature.Extend({
342
+ name: chunkGBTFMT3K_cjs.A_FrameDefinitionFeatures.Embed,
343
+ scope: [chunkGBTFMT3K_cjs.A_FrameDefinition]
344
+ }),
345
+ chunkQFHZIG7Y_cjs.__decorateParam(0, aConcept.A_Inject(aConcept.A_Caller)),
346
+ chunkQFHZIG7Y_cjs.__decorateParam(1, aConcept.A_Inject(chunkNIXKAQVP_cjs.A_FrameEnv))
347
+ ], A_FrameChannel.prototype, "embedDefinition", 1);
348
+ chunkQFHZIG7Y_cjs.__decorateClass([
349
+ aConcept.A_Feature.Extend({
350
+ name: chunkKLG6HKFU_cjs.A_FrameNamespaceFeatures.Embed,
351
+ scope: [chunkKLG6HKFU_cjs.A_FrameNamespace]
352
+ }),
353
+ chunkQFHZIG7Y_cjs.__decorateParam(0, aConcept.A_Inject(aConcept.A_Caller)),
354
+ chunkQFHZIG7Y_cjs.__decorateParam(1, aConcept.A_Inject(chunkNIXKAQVP_cjs.A_FrameEnv))
355
+ ], A_FrameChannel.prototype, "embedNamespace", 1);
356
+ chunkQFHZIG7Y_cjs.__decorateClass([
357
+ chunkQFHZIG7Y_cjs.__decorateParam(0, aConcept.A_Inject(aConcept.A_Caller)),
358
+ chunkQFHZIG7Y_cjs.__decorateParam(1, aConcept.A_Inject(A_FrameDynamicSession)),
359
+ chunkQFHZIG7Y_cjs.__decorateParam(2, aConcept.A_Inject(A_FrameDynamicStructureOperation))
360
+ ], A_FrameChannel.prototype, "generateDynamicStructure", 1);
361
+ var A_FrameChannelEvent = class extends aConcept.A_Fragment {
362
+ constructor(name, data) {
363
+ super({ name: "a-frame-channel-event-" + name });
364
+ this._data = data;
365
+ this._eventName = name;
366
+ }
367
+ get name() {
368
+ return this._eventName;
369
+ }
370
+ get data() {
371
+ return this._data;
372
+ }
373
+ };
374
+ var A_FrameChannelStream = class extends aConcept.A_Entity {
375
+ static onEvent(name) {
376
+ const eventName = (name || "all") + A_FrameChannelStreamFeatures.onEvent;
377
+ return (target, propertyKey, descriptor) => {
378
+ return aConcept.A_Feature.Extend({
379
+ name: eventName,
380
+ scope: [target.constructor]
381
+ })(target, propertyKey, descriptor);
382
+ };
383
+ }
384
+ /**
385
+ * The scope of the session, Will be destroyed after the session is closed.
386
+ */
387
+ get scope() {
388
+ if (!this._scope) {
389
+ this._scope = aConcept.A_Context.allocate(this, new aConcept.A_Scope({ name: `${this.aseid.id}-scope` }));
390
+ }
391
+ return this._scope;
392
+ }
393
+ get method() {
394
+ return this._method;
395
+ }
396
+ get path() {
397
+ return this._path;
398
+ }
399
+ get body() {
400
+ return this._body;
401
+ }
402
+ get status() {
403
+ return this._status;
404
+ }
405
+ get error() {
406
+ return this._error;
407
+ }
408
+ get initDate() {
409
+ return new Date(this._initDate);
410
+ }
411
+ complete() {
412
+ this._status = A_FrameChannelStreamStatuses.Closed;
413
+ }
414
+ fail(error) {
415
+ this._status = A_FrameChannelStreamStatuses.Closed;
416
+ this._error = error;
417
+ }
418
+ destroy() {
419
+ this.scope.destroy();
420
+ }
421
+ async open() {
422
+ await this.call(A_FrameChannelStreamFeatures.open);
423
+ }
424
+ async send() {
425
+ await this.call(A_FrameChannelStreamFeatures.send);
426
+ }
427
+ async propagate(name, data) {
428
+ const request = new A_FrameChannelEvent(name, data);
429
+ const executionScope = new aConcept.A_Scope({
430
+ name: "A_FrameChannelStream.propagate",
431
+ fragments: [request]
432
+ }).inherit(this.scope);
433
+ try {
434
+ const callName = (name || "all") + A_FrameChannelStreamFeatures.onEvent;
435
+ await this.call(callName, executionScope);
436
+ executionScope.destroy();
437
+ } catch {
438
+ executionScope.destroy();
439
+ }
440
+ }
441
+ fromNew(newEntity) {
442
+ this._method = newEntity.method;
443
+ this._path = newEntity.path;
444
+ this._body = newEntity.body;
445
+ this._initDate = (/* @__PURE__ */ new Date()).toISOString();
446
+ }
447
+ fromJSON(serialized) {
448
+ this._method = serialized.method;
449
+ this._path = serialized.path;
450
+ this._body = serialized.body;
451
+ this._initDate = serialized.initDate;
452
+ }
453
+ toJSON() {
454
+ return {
455
+ ...super.toJSON(),
456
+ initDate: this._initDate,
457
+ status: this._status,
458
+ error: this._error ? this._error.toJSON() : void 0,
459
+ method: this._method,
460
+ path: this._path,
461
+ body: this._body
462
+ };
463
+ }
464
+ };
465
+ var A_FrameNodeChannel = class extends A_FrameChannel {
466
+ async request(context, env) {
467
+ const url = `${env.A_FRAME_SERVER_URL}${context.path}`;
468
+ const parsedUrl = new URL(url);
469
+ const client = parsedUrl.protocol === "https:" ? https__namespace : http__namespace;
470
+ const payload = context.body !== void 0 ? JSON.stringify(context.body) : void 0;
471
+ const result = await new Promise((resolve, reject) => {
472
+ const req = client.request(
473
+ {
474
+ protocol: parsedUrl.protocol,
475
+ hostname: parsedUrl.hostname,
476
+ port: parsedUrl.port,
477
+ path: `${parsedUrl.pathname}${parsedUrl.search}`,
478
+ method: context.method,
479
+ headers: {
480
+ "Content-Type": "application/json",
481
+ Authorization: `Bearer ${env.A_FRAME_SERVER_API_KEY}`,
482
+ ...payload ? { "Content-Length": Buffer.byteLength(payload) } : {}
483
+ }
484
+ },
485
+ (res) => {
486
+ const chunks = [];
487
+ res.on("data", (chunk) => chunks.push(Buffer.isBuffer(chunk) ? chunk : Buffer.from(chunk)));
488
+ res.on("end", () => {
489
+ const raw = Buffer.concat(chunks).toString("utf8");
490
+ if ((res.statusCode ?? 500) >= 400) {
491
+ console.error(`[A-FrameChannel] <-- ${res.statusCode} ${context.method} ${url}`);
492
+ reject(
493
+ new A_FrameChannelError({
494
+ title: A_FrameChannelError.RequestFailed,
495
+ description: `Request to ${context.path} failed with status ${res.statusCode}`
496
+ })
497
+ );
498
+ return;
499
+ }
500
+ if (!raw) {
501
+ console.log(`[A-FrameChannel] <-- ${res.statusCode} ${context.method} ${url} (empty)`);
502
+ resolve(void 0);
503
+ return;
504
+ }
505
+ try {
506
+ const parsed = JSON.parse(raw);
507
+ console.log(`[A-FrameChannel] <-- ${res.statusCode} ${context.method} ${url}`);
508
+ resolve(parsed);
509
+ } catch {
510
+ console.error(`[A-FrameChannel] <-- ${res.statusCode} ${context.method} ${url} (invalid JSON)`);
511
+ reject(
512
+ new A_FrameChannelError({
513
+ title: A_FrameChannelError.RequestFailed,
514
+ description: `Invalid JSON response from ${context.path}`
515
+ })
516
+ );
517
+ }
518
+ });
519
+ }
520
+ );
521
+ req.setTimeout(15e3, () => {
522
+ console.error(`[A-FrameChannel] TIMEOUT ${context.method} ${url}`);
523
+ req.destroy(
524
+ new A_FrameChannelError({
525
+ title: A_FrameChannelError.Timeout,
526
+ description: `Request to ${context.path} timed out after 15 seconds`
527
+ })
528
+ );
529
+ });
530
+ req.on("error", (err) => reject(err));
531
+ if (payload) req.write(payload);
532
+ req.end();
533
+ });
534
+ context.complete(result);
535
+ }
536
+ async stream(stream, env) {
537
+ const url = `${env.A_FRAME_SERVER_URL}${stream.path}`;
538
+ const parsedUrl = new URL(url);
539
+ const client = parsedUrl.protocol === "https:" ? https__namespace : http__namespace;
540
+ const payload = stream.body !== void 0 ? JSON.stringify(stream.body) : void 0;
541
+ await new Promise((resolve, reject) => {
542
+ const req = client.request(
543
+ {
544
+ protocol: parsedUrl.protocol,
545
+ hostname: parsedUrl.hostname,
546
+ port: parsedUrl.port,
547
+ path: `${parsedUrl.pathname}${parsedUrl.search}`,
548
+ method: stream.method,
549
+ headers: {
550
+ "Content-Type": "application/json",
551
+ Accept: "text/event-stream",
552
+ Authorization: `Bearer ${env.A_FRAME_SERVER_API_KEY}`,
553
+ ...payload ? { "Content-Length": Buffer.byteLength(payload) } : {}
554
+ }
555
+ },
556
+ (res) => {
557
+ if ((res.statusCode ?? 500) >= 400) {
558
+ console.error(`[A-FrameChannel] <-- ${res.statusCode} ${stream.method} ${url}`);
559
+ reject(
560
+ new A_FrameChannelError({
561
+ title: A_FrameChannelError.RequestFailed,
562
+ description: `Stream request to ${stream.path} failed with status ${res.statusCode}`
563
+ })
564
+ );
565
+ return;
566
+ }
567
+ let buffer = "";
568
+ res.on("data", async (chunk) => {
569
+ buffer += Buffer.isBuffer(chunk) ? chunk.toString("utf8") : String(chunk);
570
+ const lines = buffer.split("\n");
571
+ buffer = lines.pop() || "";
572
+ for (const line of lines) {
573
+ if (!line.startsWith("data: ")) continue;
574
+ const data = line.slice(6).trim();
575
+ if (data === "[DONE]") continue;
576
+ try {
577
+ const event = JSON.parse(data);
578
+ await stream.propagate(event.type, event.data);
579
+ } catch {
580
+ console.error(`[A-FrameChannel] Invalid SSE payload from ${stream.path}: ${data}`);
581
+ }
582
+ }
583
+ });
584
+ res.on("end", () => {
585
+ console.log(`[A-FrameChannel] <-- ${res.statusCode} ${stream.method} ${url} (stream complete)`);
586
+ resolve();
587
+ });
588
+ res.on("error", (err) => reject(err));
589
+ }
590
+ );
591
+ req.setTimeout(6e4, () => {
592
+ console.error(`[A-FrameChannel] TIMEOUT ${stream.method} ${url}`);
593
+ req.destroy(
594
+ new A_FrameChannelError({
595
+ title: A_FrameChannelError.Timeout,
596
+ description: `Stream request to ${stream.path} timed out after 60 seconds`
597
+ })
598
+ );
599
+ });
600
+ req.on("error", (err) => reject(err));
601
+ if (payload) req.write(payload);
602
+ req.end();
603
+ });
604
+ stream.complete();
605
+ }
606
+ async send(stream, event, env) {
607
+ const url = `${env.A_FRAME_SERVER_URL}${stream.path}/send`;
608
+ const parsedUrl = new URL(url);
609
+ const client = parsedUrl.protocol === "https:" ? https__namespace : http__namespace;
610
+ const payload = JSON.stringify({ type: event.name, data: event.data });
611
+ await new Promise((resolve, reject) => {
612
+ const req = client.request(
613
+ {
614
+ protocol: parsedUrl.protocol,
615
+ hostname: parsedUrl.hostname,
616
+ port: parsedUrl.port,
617
+ path: `${parsedUrl.pathname}${parsedUrl.search}`,
618
+ method: "POST",
619
+ headers: {
620
+ "Content-Type": "application/json",
621
+ Authorization: `Bearer ${env.A_FRAME_SERVER_API_KEY}`,
622
+ "Content-Length": Buffer.byteLength(payload)
623
+ }
624
+ },
625
+ (res) => {
626
+ res.resume();
627
+ res.on("end", () => {
628
+ if ((res.statusCode ?? 500) >= 400) {
629
+ console.error(`[A-FrameChannel] <-- ${res.statusCode} POST ${url}`);
630
+ reject(
631
+ new A_FrameChannelError({
632
+ title: A_FrameChannelError.RequestFailed,
633
+ description: `Send event "${event.name}" to ${stream.path} failed with status ${res.statusCode}`
634
+ })
635
+ );
636
+ return;
637
+ }
638
+ console.log(`[A-FrameChannel] --> ${res.statusCode} POST ${url} (event: ${event.name})`);
639
+ resolve();
640
+ });
641
+ }
642
+ );
643
+ req.setTimeout(15e3, () => {
644
+ console.error(`[A-FrameChannel] TIMEOUT POST ${url}`);
645
+ req.destroy(
646
+ new A_FrameChannelError({
647
+ title: A_FrameChannelError.Timeout,
648
+ description: `Send event "${event.name}" to ${stream.path} timed out after 15 seconds`
649
+ })
650
+ );
651
+ });
652
+ req.on("error", (err) => reject(err));
653
+ req.write(payload);
654
+ req.end();
655
+ });
656
+ }
657
+ };
658
+ chunkQFHZIG7Y_cjs.__decorateClass([
659
+ aConcept.A_Feature.Extend({
660
+ name: A_FrameFeatures.Request,
661
+ scope: [A_FrameChannel]
662
+ }),
663
+ chunkQFHZIG7Y_cjs.__decorateParam(0, aConcept.A_Inject(A_FrameChannelRequest)),
664
+ chunkQFHZIG7Y_cjs.__decorateParam(1, aConcept.A_Inject(chunkNIXKAQVP_cjs.A_FrameEnv))
665
+ ], A_FrameNodeChannel.prototype, "request", 1);
666
+ chunkQFHZIG7Y_cjs.__decorateClass([
667
+ chunkQFHZIG7Y_cjs.__decorateParam(0, aConcept.A_Inject(A_FrameChannelStream)),
668
+ chunkQFHZIG7Y_cjs.__decorateParam(1, aConcept.A_Inject(chunkNIXKAQVP_cjs.A_FrameEnv))
669
+ ], A_FrameNodeChannel.prototype, "stream", 1);
670
+ chunkQFHZIG7Y_cjs.__decorateClass([
671
+ chunkQFHZIG7Y_cjs.__decorateParam(0, aConcept.A_Inject(A_FrameChannelStream)),
672
+ chunkQFHZIG7Y_cjs.__decorateParam(1, aConcept.A_Inject(A_FrameChannelEvent)),
673
+ chunkQFHZIG7Y_cjs.__decorateParam(2, aConcept.A_Inject(chunkNIXKAQVP_cjs.A_FrameEnv))
674
+ ], A_FrameNodeChannel.prototype, "send", 1);
675
+
676
+ exports.A_FrameChannel = A_FrameChannel;
677
+ exports.A_FrameChannelError = A_FrameChannelError;
678
+ exports.A_FrameChannelEvent = A_FrameChannelEvent;
679
+ exports.A_FrameChannelRequest = A_FrameChannelRequest;
680
+ exports.A_FrameChannelSocketFeatures = A_FrameChannelSocketFeatures;
681
+ exports.A_FrameChannelSocketStatuses = A_FrameChannelSocketStatuses;
682
+ exports.A_FrameChannelStream = A_FrameChannelStream;
683
+ exports.A_FrameChannelStreamFeatures = A_FrameChannelStreamFeatures;
684
+ exports.A_FrameChannelStreamStatuses = A_FrameChannelStreamStatuses;
685
+ exports.A_FrameFeatures = A_FrameFeatures;
686
+ exports.A_FrameNodeChannel = A_FrameNodeChannel;
687
+ //# sourceMappingURL=chunk-UKKCN7CQ.cjs.map
688
+ //# sourceMappingURL=chunk-UKKCN7CQ.cjs.map