@aria-cli/tools 1.0.0

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 (974) hide show
  1. package/dist/.aria-build-stamp.json +4 -0
  2. package/dist/.tsbuildinfo +1 -0
  3. package/dist/ask-user-interaction.d.ts +11 -0
  4. package/dist/ask-user-interaction.d.ts.map +1 -0
  5. package/dist/ask-user-interaction.js +23 -0
  6. package/dist/ask-user-interaction.js.map +1 -0
  7. package/dist/cache/web-cache.d.ts +53 -0
  8. package/dist/cache/web-cache.d.ts.map +1 -0
  9. package/dist/cache/web-cache.js +67 -0
  10. package/dist/cache/web-cache.js.map +1 -0
  11. package/dist/definitions/arion.d.ts +9 -0
  12. package/dist/definitions/arion.d.ts.map +1 -0
  13. package/dist/definitions/arion.js +105 -0
  14. package/dist/definitions/arion.js.map +1 -0
  15. package/dist/definitions/browser/browser.d.ts +3 -0
  16. package/dist/definitions/browser/browser.d.ts.map +1 -0
  17. package/dist/definitions/browser/browser.js +419 -0
  18. package/dist/definitions/browser/browser.js.map +1 -0
  19. package/dist/definitions/browser/index.d.ts +2 -0
  20. package/dist/definitions/browser/index.d.ts.map +1 -0
  21. package/dist/definitions/browser/index.js +5 -0
  22. package/dist/definitions/browser/index.js.map +1 -0
  23. package/dist/definitions/browser/pw-downloads.d.ts +14 -0
  24. package/dist/definitions/browser/pw-downloads.d.ts.map +1 -0
  25. package/dist/definitions/browser/pw-downloads.js +115 -0
  26. package/dist/definitions/browser/pw-downloads.js.map +1 -0
  27. package/dist/definitions/browser/pw-interactions.d.ts +79 -0
  28. package/dist/definitions/browser/pw-interactions.d.ts.map +1 -0
  29. package/dist/definitions/browser/pw-interactions.js +200 -0
  30. package/dist/definitions/browser/pw-interactions.js.map +1 -0
  31. package/dist/definitions/browser/pw-responses.d.ts +29 -0
  32. package/dist/definitions/browser/pw-responses.d.ts.map +1 -0
  33. package/dist/definitions/browser/pw-responses.js +77 -0
  34. package/dist/definitions/browser/pw-responses.js.map +1 -0
  35. package/dist/definitions/browser/pw-session.d.ts +66 -0
  36. package/dist/definitions/browser/pw-session.d.ts.map +1 -0
  37. package/dist/definitions/browser/pw-session.js +311 -0
  38. package/dist/definitions/browser/pw-session.js.map +1 -0
  39. package/dist/definitions/browser/pw-shared.d.ts +23 -0
  40. package/dist/definitions/browser/pw-shared.d.ts.map +1 -0
  41. package/dist/definitions/browser/pw-shared.js +67 -0
  42. package/dist/definitions/browser/pw-shared.js.map +1 -0
  43. package/dist/definitions/browser/pw-snapshot.d.ts +35 -0
  44. package/dist/definitions/browser/pw-snapshot.d.ts.map +1 -0
  45. package/dist/definitions/browser/pw-snapshot.js +302 -0
  46. package/dist/definitions/browser/pw-snapshot.js.map +1 -0
  47. package/dist/definitions/browser/pw-state.d.ts +23 -0
  48. package/dist/definitions/browser/pw-state.d.ts.map +1 -0
  49. package/dist/definitions/browser/pw-state.js +63 -0
  50. package/dist/definitions/browser/pw-state.js.map +1 -0
  51. package/dist/definitions/browser/types.d.ts +278 -0
  52. package/dist/definitions/browser/types.d.ts.map +1 -0
  53. package/dist/definitions/browser/types.js +5 -0
  54. package/dist/definitions/browser/types.js.map +1 -0
  55. package/dist/definitions/core.d.ts +45 -0
  56. package/dist/definitions/core.d.ts.map +1 -0
  57. package/dist/definitions/core.js +98 -0
  58. package/dist/definitions/core.js.map +1 -0
  59. package/dist/definitions/delegation.d.ts +12 -0
  60. package/dist/definitions/delegation.d.ts.map +1 -0
  61. package/dist/definitions/delegation.js +513 -0
  62. package/dist/definitions/delegation.js.map +1 -0
  63. package/dist/definitions/deploy.d.ts +16 -0
  64. package/dist/definitions/deploy.d.ts.map +1 -0
  65. package/dist/definitions/deploy.js +66 -0
  66. package/dist/definitions/deploy.js.map +1 -0
  67. package/dist/definitions/filesystem.d.ts +9 -0
  68. package/dist/definitions/filesystem.d.ts.map +1 -0
  69. package/dist/definitions/filesystem.js +231 -0
  70. package/dist/definitions/filesystem.js.map +1 -0
  71. package/dist/definitions/index.d.ts +17 -0
  72. package/dist/definitions/index.d.ts.map +1 -0
  73. package/dist/definitions/index.js +18 -0
  74. package/dist/definitions/index.js.map +1 -0
  75. package/dist/definitions/memory.d.ts +9 -0
  76. package/dist/definitions/memory.d.ts.map +1 -0
  77. package/dist/definitions/memory.js +124 -0
  78. package/dist/definitions/memory.js.map +1 -0
  79. package/dist/definitions/messaging.d.ts +12 -0
  80. package/dist/definitions/messaging.d.ts.map +1 -0
  81. package/dist/definitions/messaging.js +626 -0
  82. package/dist/definitions/messaging.js.map +1 -0
  83. package/dist/definitions/meta.d.ts +12 -0
  84. package/dist/definitions/meta.d.ts.map +1 -0
  85. package/dist/definitions/meta.js +350 -0
  86. package/dist/definitions/meta.js.map +1 -0
  87. package/dist/definitions/network.d.ts +12 -0
  88. package/dist/definitions/network.d.ts.map +1 -0
  89. package/dist/definitions/network.js +160 -0
  90. package/dist/definitions/network.js.map +1 -0
  91. package/dist/definitions/outlook.d.ts +3 -0
  92. package/dist/definitions/outlook.d.ts.map +1 -0
  93. package/dist/definitions/outlook.js +278 -0
  94. package/dist/definitions/outlook.js.map +1 -0
  95. package/dist/definitions/patch/apply-patch.d.ts +12 -0
  96. package/dist/definitions/patch/apply-patch.d.ts.map +1 -0
  97. package/dist/definitions/patch/apply-patch.js +185 -0
  98. package/dist/definitions/patch/apply-patch.js.map +1 -0
  99. package/dist/definitions/patch/fuzzy-match.d.ts +11 -0
  100. package/dist/definitions/patch/fuzzy-match.d.ts.map +1 -0
  101. package/dist/definitions/patch/fuzzy-match.js +167 -0
  102. package/dist/definitions/patch/fuzzy-match.js.map +1 -0
  103. package/dist/definitions/patch/index.d.ts +2 -0
  104. package/dist/definitions/patch/index.d.ts.map +1 -0
  105. package/dist/definitions/patch/index.js +2 -0
  106. package/dist/definitions/patch/index.js.map +1 -0
  107. package/dist/definitions/patch/patch-parser.d.ts +51 -0
  108. package/dist/definitions/patch/patch-parser.d.ts.map +1 -0
  109. package/dist/definitions/patch/patch-parser.js +208 -0
  110. package/dist/definitions/patch/patch-parser.js.map +1 -0
  111. package/dist/definitions/patch/sandbox-paths.d.ts +19 -0
  112. package/dist/definitions/patch/sandbox-paths.d.ts.map +1 -0
  113. package/dist/definitions/patch/sandbox-paths.js +106 -0
  114. package/dist/definitions/patch/sandbox-paths.js.map +1 -0
  115. package/dist/definitions/process/index.d.ts +2 -0
  116. package/dist/definitions/process/index.d.ts.map +1 -0
  117. package/dist/definitions/process/index.js +5 -0
  118. package/dist/definitions/process/index.js.map +1 -0
  119. package/dist/definitions/process/process-registry.d.ts +68 -0
  120. package/dist/definitions/process/process-registry.d.ts.map +1 -0
  121. package/dist/definitions/process/process-registry.js +214 -0
  122. package/dist/definitions/process/process-registry.js.map +1 -0
  123. package/dist/definitions/process/process.d.ts +10 -0
  124. package/dist/definitions/process/process.d.ts.map +1 -0
  125. package/dist/definitions/process/process.js +387 -0
  126. package/dist/definitions/process/process.js.map +1 -0
  127. package/dist/definitions/process/pty-keys.d.ts +14 -0
  128. package/dist/definitions/process/pty-keys.d.ts.map +1 -0
  129. package/dist/definitions/process/pty-keys.js +255 -0
  130. package/dist/definitions/process/pty-keys.js.map +1 -0
  131. package/dist/definitions/process/session-slug.d.ts +2 -0
  132. package/dist/definitions/process/session-slug.d.ts.map +1 -0
  133. package/dist/definitions/process/session-slug.js +143 -0
  134. package/dist/definitions/process/session-slug.js.map +1 -0
  135. package/dist/definitions/quip.d.ts +3 -0
  136. package/dist/definitions/quip.d.ts.map +1 -0
  137. package/dist/definitions/quip.js +196 -0
  138. package/dist/definitions/quip.js.map +1 -0
  139. package/dist/definitions/session-history.d.ts +12 -0
  140. package/dist/definitions/session-history.d.ts.map +1 -0
  141. package/dist/definitions/session-history.js +70 -0
  142. package/dist/definitions/session-history.js.map +1 -0
  143. package/dist/definitions/shell.d.ts +9 -0
  144. package/dist/definitions/shell.d.ts.map +1 -0
  145. package/dist/definitions/shell.js +182 -0
  146. package/dist/definitions/shell.js.map +1 -0
  147. package/dist/definitions/slack.d.ts +3 -0
  148. package/dist/definitions/slack.d.ts.map +1 -0
  149. package/dist/definitions/slack.js +181 -0
  150. package/dist/definitions/slack.js.map +1 -0
  151. package/dist/definitions/web.d.ts +9 -0
  152. package/dist/definitions/web.d.ts.map +1 -0
  153. package/dist/definitions/web.js +110 -0
  154. package/dist/definitions/web.js.map +1 -0
  155. package/dist/executors/apply-patch.d.ts +52 -0
  156. package/dist/executors/apply-patch.d.ts.map +1 -0
  157. package/dist/executors/apply-patch.js +884 -0
  158. package/dist/executors/apply-patch.js.map +1 -0
  159. package/dist/executors/arion.d.ts +51 -0
  160. package/dist/executors/arion.d.ts.map +1 -0
  161. package/dist/executors/arion.js +120 -0
  162. package/dist/executors/arion.js.map +1 -0
  163. package/dist/executors/deploy.d.ts +170 -0
  164. package/dist/executors/deploy.d.ts.map +1 -0
  165. package/dist/executors/deploy.js +849 -0
  166. package/dist/executors/deploy.js.map +1 -0
  167. package/dist/executors/filesystem.d.ts +151 -0
  168. package/dist/executors/filesystem.d.ts.map +1 -0
  169. package/dist/executors/filesystem.js +1117 -0
  170. package/dist/executors/filesystem.js.map +1 -0
  171. package/dist/executors/index.d.ts +39 -0
  172. package/dist/executors/index.d.ts.map +1 -0
  173. package/dist/executors/index.js +42 -0
  174. package/dist/executors/index.js.map +1 -0
  175. package/dist/executors/learning-meta.d.ts +88 -0
  176. package/dist/executors/learning-meta.d.ts.map +1 -0
  177. package/dist/executors/learning-meta.js +1147 -0
  178. package/dist/executors/learning-meta.js.map +1 -0
  179. package/dist/executors/memory.d.ts +204 -0
  180. package/dist/executors/memory.d.ts.map +1 -0
  181. package/dist/executors/memory.js +751 -0
  182. package/dist/executors/memory.js.map +1 -0
  183. package/dist/executors/meta.d.ts +74 -0
  184. package/dist/executors/meta.d.ts.map +1 -0
  185. package/dist/executors/meta.js +221 -0
  186. package/dist/executors/meta.js.map +1 -0
  187. package/dist/executors/process-registry.d.ts +99 -0
  188. package/dist/executors/process-registry.d.ts.map +1 -0
  189. package/dist/executors/process-registry.js +466 -0
  190. package/dist/executors/process-registry.js.map +1 -0
  191. package/dist/executors/pty-session-store.d.ts +15 -0
  192. package/dist/executors/pty-session-store.d.ts.map +1 -0
  193. package/dist/executors/pty-session-store.js +31 -0
  194. package/dist/executors/pty-session-store.js.map +1 -0
  195. package/dist/executors/pty.d.ts +134 -0
  196. package/dist/executors/pty.d.ts.map +1 -0
  197. package/dist/executors/pty.js +272 -0
  198. package/dist/executors/pty.js.map +1 -0
  199. package/dist/executors/restart.d.ts +19 -0
  200. package/dist/executors/restart.d.ts.map +1 -0
  201. package/dist/executors/restart.js +151 -0
  202. package/dist/executors/restart.js.map +1 -0
  203. package/dist/executors/search-types.d.ts +53 -0
  204. package/dist/executors/search-types.d.ts.map +1 -0
  205. package/dist/executors/search-types.js +53 -0
  206. package/dist/executors/search-types.js.map +1 -0
  207. package/dist/executors/self-diagnose.d.ts +90 -0
  208. package/dist/executors/self-diagnose.d.ts.map +1 -0
  209. package/dist/executors/self-diagnose.js +399 -0
  210. package/dist/executors/self-diagnose.js.map +1 -0
  211. package/dist/executors/session-history.d.ts +76 -0
  212. package/dist/executors/session-history.d.ts.map +1 -0
  213. package/dist/executors/session-history.js +284 -0
  214. package/dist/executors/session-history.js.map +1 -0
  215. package/dist/executors/shell-safety.d.ts +28 -0
  216. package/dist/executors/shell-safety.d.ts.map +1 -0
  217. package/dist/executors/shell-safety.js +474 -0
  218. package/dist/executors/shell-safety.js.map +1 -0
  219. package/dist/executors/shell.d.ts +169 -0
  220. package/dist/executors/shell.d.ts.map +1 -0
  221. package/dist/executors/shell.js +955 -0
  222. package/dist/executors/shell.js.map +1 -0
  223. package/dist/executors/utils.d.ts +21 -0
  224. package/dist/executors/utils.d.ts.map +1 -0
  225. package/dist/executors/utils.js +34 -0
  226. package/dist/executors/utils.js.map +1 -0
  227. package/dist/executors/web.d.ts +90 -0
  228. package/dist/executors/web.d.ts.map +1 -0
  229. package/dist/executors/web.js +543 -0
  230. package/dist/executors/web.js.map +1 -0
  231. package/dist/extraction/content-extraction.d.ts +49 -0
  232. package/dist/extraction/content-extraction.d.ts.map +1 -0
  233. package/dist/extraction/content-extraction.js +236 -0
  234. package/dist/extraction/content-extraction.js.map +1 -0
  235. package/dist/extraction/index.d.ts +5 -0
  236. package/dist/extraction/index.d.ts.map +1 -0
  237. package/dist/extraction/index.js +5 -0
  238. package/dist/extraction/index.js.map +1 -0
  239. package/dist/headless-control-contract.d.ts +3171 -0
  240. package/dist/headless-control-contract.d.ts.map +1 -0
  241. package/dist/headless-control-contract.js +968 -0
  242. package/dist/headless-control-contract.js.map +1 -0
  243. package/dist/index.d.ts +63 -0
  244. package/dist/index.d.ts.map +1 -0
  245. package/dist/index.js +73 -0
  246. package/dist/index.js.map +1 -0
  247. package/dist/local-control-http-auth.d.ts +3 -0
  248. package/dist/local-control-http-auth.d.ts.map +1 -0
  249. package/dist/local-control-http-auth.js +3 -0
  250. package/dist/local-control-http-auth.js.map +1 -0
  251. package/dist/mcp/client.d.ts +69 -0
  252. package/dist/mcp/client.d.ts.map +1 -0
  253. package/dist/mcp/client.js +182 -0
  254. package/dist/mcp/client.js.map +1 -0
  255. package/dist/mcp/connection.d.ts +55 -0
  256. package/dist/mcp/connection.d.ts.map +1 -0
  257. package/dist/mcp/connection.js +481 -0
  258. package/dist/mcp/connection.js.map +1 -0
  259. package/dist/mcp/index.d.ts +11 -0
  260. package/dist/mcp/index.d.ts.map +1 -0
  261. package/dist/mcp/index.js +11 -0
  262. package/dist/mcp/index.js.map +1 -0
  263. package/dist/mcp/jsonrpc.d.ts +37 -0
  264. package/dist/mcp/jsonrpc.d.ts.map +1 -0
  265. package/dist/mcp/jsonrpc.js +145 -0
  266. package/dist/mcp/jsonrpc.js.map +1 -0
  267. package/dist/mcp/types.d.ts +179 -0
  268. package/dist/mcp/types.d.ts.map +1 -0
  269. package/dist/mcp/types.js +8 -0
  270. package/dist/mcp/types.js.map +1 -0
  271. package/dist/network-control-adapter.d.ts +5 -0
  272. package/dist/network-control-adapter.d.ts.map +1 -0
  273. package/dist/network-control-adapter.js +73 -0
  274. package/dist/network-control-adapter.js.map +1 -0
  275. package/dist/network-runtime/address-types.d.ts +202 -0
  276. package/dist/network-runtime/address-types.d.ts.map +1 -0
  277. package/dist/network-runtime/address-types.js +166 -0
  278. package/dist/network-runtime/address-types.js.map +1 -0
  279. package/dist/network-runtime/db-owner-fencing.d.ts +44 -0
  280. package/dist/network-runtime/db-owner-fencing.d.ts.map +1 -0
  281. package/dist/network-runtime/db-owner-fencing.js +70 -0
  282. package/dist/network-runtime/db-owner-fencing.js.map +1 -0
  283. package/dist/network-runtime/delivery-receipts.d.ts +118 -0
  284. package/dist/network-runtime/delivery-receipts.d.ts.map +1 -0
  285. package/dist/network-runtime/delivery-receipts.js +268 -0
  286. package/dist/network-runtime/delivery-receipts.js.map +1 -0
  287. package/dist/network-runtime/direct-endpoint-authority.d.ts +9 -0
  288. package/dist/network-runtime/direct-endpoint-authority.d.ts.map +1 -0
  289. package/dist/network-runtime/direct-endpoint-authority.js +26 -0
  290. package/dist/network-runtime/direct-endpoint-authority.js.map +1 -0
  291. package/dist/network-runtime/index.d.ts +25 -0
  292. package/dist/network-runtime/index.d.ts.map +1 -0
  293. package/dist/network-runtime/index.js +13 -0
  294. package/dist/network-runtime/index.js.map +1 -0
  295. package/dist/network-runtime/local-control-contract.d.ts +753 -0
  296. package/dist/network-runtime/local-control-contract.d.ts.map +1 -0
  297. package/dist/network-runtime/local-control-contract.js +622 -0
  298. package/dist/network-runtime/local-control-contract.js.map +1 -0
  299. package/dist/network-runtime/node-store-contract.d.ts +50 -0
  300. package/dist/network-runtime/node-store-contract.d.ts.map +1 -0
  301. package/dist/network-runtime/node-store-contract.js +35 -0
  302. package/dist/network-runtime/node-store-contract.js.map +1 -0
  303. package/dist/network-runtime/pair-route-contract.d.ts +101 -0
  304. package/dist/network-runtime/pair-route-contract.d.ts.map +1 -0
  305. package/dist/network-runtime/pair-route-contract.js +78 -0
  306. package/dist/network-runtime/pair-route-contract.js.map +1 -0
  307. package/dist/network-runtime/peer-capabilities.d.ts +11 -0
  308. package/dist/network-runtime/peer-capabilities.d.ts.map +1 -0
  309. package/dist/network-runtime/peer-capabilities.js +29 -0
  310. package/dist/network-runtime/peer-capabilities.js.map +1 -0
  311. package/dist/network-runtime/peer-principal-ref.d.ts +10 -0
  312. package/dist/network-runtime/peer-principal-ref.d.ts.map +1 -0
  313. package/dist/network-runtime/peer-principal-ref.js +13 -0
  314. package/dist/network-runtime/peer-principal-ref.js.map +1 -0
  315. package/dist/network-runtime/peer-state-machine.d.ts +71 -0
  316. package/dist/network-runtime/peer-state-machine.d.ts.map +1 -0
  317. package/dist/network-runtime/peer-state-machine.js +122 -0
  318. package/dist/network-runtime/peer-state-machine.js.map +1 -0
  319. package/dist/network-runtime/protocol-schemas.d.ts +329 -0
  320. package/dist/network-runtime/protocol-schemas.d.ts.map +1 -0
  321. package/dist/network-runtime/protocol-schemas.js +206 -0
  322. package/dist/network-runtime/protocol-schemas.js.map +1 -0
  323. package/dist/network-runtime/runtime-bootstrap-contract.d.ts +82 -0
  324. package/dist/network-runtime/runtime-bootstrap-contract.d.ts.map +1 -0
  325. package/dist/network-runtime/runtime-bootstrap-contract.js +61 -0
  326. package/dist/network-runtime/runtime-bootstrap-contract.js.map +1 -0
  327. package/dist/outlook/desktop-session.d.ts +69 -0
  328. package/dist/outlook/desktop-session.d.ts.map +1 -0
  329. package/dist/outlook/desktop-session.js +280 -0
  330. package/dist/outlook/desktop-session.js.map +1 -0
  331. package/dist/policy.d.ts +44 -0
  332. package/dist/policy.d.ts.map +1 -0
  333. package/dist/policy.js +150 -0
  334. package/dist/policy.js.map +1 -0
  335. package/dist/providers/brave.d.ts +11 -0
  336. package/dist/providers/brave.d.ts.map +1 -0
  337. package/dist/providers/brave.js +63 -0
  338. package/dist/providers/brave.js.map +1 -0
  339. package/dist/providers/duckduckgo.d.ts +19 -0
  340. package/dist/providers/duckduckgo.d.ts.map +1 -0
  341. package/dist/providers/duckduckgo.js +177 -0
  342. package/dist/providers/duckduckgo.js.map +1 -0
  343. package/dist/providers/exa.d.ts +11 -0
  344. package/dist/providers/exa.d.ts.map +1 -0
  345. package/dist/providers/exa.js +64 -0
  346. package/dist/providers/exa.js.map +1 -0
  347. package/dist/providers/firecrawl.d.ts +11 -0
  348. package/dist/providers/firecrawl.d.ts.map +1 -0
  349. package/dist/providers/firecrawl.js +56 -0
  350. package/dist/providers/firecrawl.js.map +1 -0
  351. package/dist/providers/index.d.ts +9 -0
  352. package/dist/providers/index.d.ts.map +1 -0
  353. package/dist/providers/index.js +8 -0
  354. package/dist/providers/index.js.map +1 -0
  355. package/dist/providers/jina.d.ts +11 -0
  356. package/dist/providers/jina.d.ts.map +1 -0
  357. package/dist/providers/jina.js +50 -0
  358. package/dist/providers/jina.js.map +1 -0
  359. package/dist/providers/router.d.ts +22 -0
  360. package/dist/providers/router.d.ts.map +1 -0
  361. package/dist/providers/router.js +97 -0
  362. package/dist/providers/router.js.map +1 -0
  363. package/dist/providers/search-provider.d.ts +36 -0
  364. package/dist/providers/search-provider.d.ts.map +1 -0
  365. package/dist/providers/search-provider.js +33 -0
  366. package/dist/providers/search-provider.js.map +1 -0
  367. package/dist/providers/tavily.d.ts +11 -0
  368. package/dist/providers/tavily.d.ts.map +1 -0
  369. package/dist/providers/tavily.js +55 -0
  370. package/dist/providers/tavily.js.map +1 -0
  371. package/dist/quip/desktop-session.d.ts +70 -0
  372. package/dist/quip/desktop-session.d.ts.map +1 -0
  373. package/dist/quip/desktop-session.js +318 -0
  374. package/dist/quip/desktop-session.js.map +1 -0
  375. package/dist/registry/index.d.ts +2 -0
  376. package/dist/registry/index.d.ts.map +1 -0
  377. package/dist/registry/index.js +2 -0
  378. package/dist/registry/index.js.map +1 -0
  379. package/dist/registry/registry.d.ts +157 -0
  380. package/dist/registry/registry.d.ts.map +1 -0
  381. package/dist/registry/registry.js +757 -0
  382. package/dist/registry/registry.js.map +1 -0
  383. package/dist/runtime-socket-local-control-client.d.ts +11 -0
  384. package/dist/runtime-socket-local-control-client.d.ts.map +1 -0
  385. package/dist/runtime-socket-local-control-client.js +331 -0
  386. package/dist/runtime-socket-local-control-client.js.map +1 -0
  387. package/dist/security/dns-normalization.d.ts +7 -0
  388. package/dist/security/dns-normalization.d.ts.map +1 -0
  389. package/dist/security/dns-normalization.js +20 -0
  390. package/dist/security/dns-normalization.js.map +1 -0
  391. package/dist/security/dns-pinning.d.ts +28 -0
  392. package/dist/security/dns-pinning.d.ts.map +1 -0
  393. package/dist/security/dns-pinning.js +124 -0
  394. package/dist/security/dns-pinning.js.map +1 -0
  395. package/dist/security/external-content.d.ts +41 -0
  396. package/dist/security/external-content.d.ts.map +1 -0
  397. package/dist/security/external-content.js +92 -0
  398. package/dist/security/external-content.js.map +1 -0
  399. package/dist/security/ssrf.d.ts +41 -0
  400. package/dist/security/ssrf.d.ts.map +1 -0
  401. package/dist/security/ssrf.js +182 -0
  402. package/dist/security/ssrf.js.map +1 -0
  403. package/dist/slack/desktop-session.d.ts +70 -0
  404. package/dist/slack/desktop-session.d.ts.map +1 -0
  405. package/dist/slack/desktop-session.js +325 -0
  406. package/dist/slack/desktop-session.js.map +1 -0
  407. package/dist/tool-factory.d.ts +47 -0
  408. package/dist/tool-factory.d.ts.map +1 -0
  409. package/dist/tool-factory.js +48 -0
  410. package/dist/tool-factory.js.map +1 -0
  411. package/dist/types.d.ts +1189 -0
  412. package/dist/types.d.ts.map +1 -0
  413. package/dist/types.js +8 -0
  414. package/dist/types.js.map +1 -0
  415. package/dist/utils/retry.d.ts +12 -0
  416. package/dist/utils/retry.d.ts.map +1 -0
  417. package/dist/utils/retry.js +133 -0
  418. package/dist/utils/retry.js.map +1 -0
  419. package/dist/utils/safe-parse-json.d.ts +27 -0
  420. package/dist/utils/safe-parse-json.d.ts.map +1 -0
  421. package/dist/utils/safe-parse-json.js +161 -0
  422. package/dist/utils/safe-parse-json.js.map +1 -0
  423. package/dist/utils/url.d.ts +11 -0
  424. package/dist/utils/url.d.ts.map +1 -0
  425. package/dist/utils/url.js +20 -0
  426. package/dist/utils/url.js.map +1 -0
  427. package/dist-cjs/.tsbuildinfo +1 -0
  428. package/dist-cjs/ask-user-interaction.d.ts +10 -0
  429. package/dist-cjs/ask-user-interaction.js +28 -0
  430. package/dist-cjs/ask-user-interaction.js.map +1 -0
  431. package/dist-cjs/cache/web-cache.d.ts +52 -0
  432. package/dist-cjs/cache/web-cache.js +71 -0
  433. package/dist-cjs/cache/web-cache.js.map +1 -0
  434. package/dist-cjs/definitions/arion.d.ts +8 -0
  435. package/dist-cjs/definitions/arion.js +108 -0
  436. package/dist-cjs/definitions/arion.js.map +1 -0
  437. package/dist-cjs/definitions/browser/browser.d.ts +2 -0
  438. package/dist-cjs/definitions/browser/browser.js +422 -0
  439. package/dist-cjs/definitions/browser/browser.js.map +1 -0
  440. package/dist-cjs/definitions/browser/index.d.ts +1 -0
  441. package/dist-cjs/definitions/browser/index.js +9 -0
  442. package/dist-cjs/definitions/browser/index.js.map +1 -0
  443. package/dist-cjs/definitions/browser/pw-downloads.d.ts +13 -0
  444. package/dist-cjs/definitions/browser/pw-downloads.js +118 -0
  445. package/dist-cjs/definitions/browser/pw-downloads.js.map +1 -0
  446. package/dist-cjs/definitions/browser/pw-interactions.d.ts +78 -0
  447. package/dist-cjs/definitions/browser/pw-interactions.js +214 -0
  448. package/dist-cjs/definitions/browser/pw-interactions.js.map +1 -0
  449. package/dist-cjs/definitions/browser/pw-responses.d.ts +28 -0
  450. package/dist-cjs/definitions/browser/pw-responses.js +85 -0
  451. package/dist-cjs/definitions/browser/pw-responses.js.map +1 -0
  452. package/dist-cjs/definitions/browser/pw-session.d.ts +65 -0
  453. package/dist-cjs/definitions/browser/pw-session.js +327 -0
  454. package/dist-cjs/definitions/browser/pw-session.js.map +1 -0
  455. package/dist-cjs/definitions/browser/pw-shared.d.ts +22 -0
  456. package/dist-cjs/definitions/browser/pw-shared.js +73 -0
  457. package/dist-cjs/definitions/browser/pw-shared.js.map +1 -0
  458. package/dist-cjs/definitions/browser/pw-snapshot.d.ts +34 -0
  459. package/dist-cjs/definitions/browser/pw-snapshot.js +308 -0
  460. package/dist-cjs/definitions/browser/pw-snapshot.js.map +1 -0
  461. package/dist-cjs/definitions/browser/pw-state.d.ts +22 -0
  462. package/dist-cjs/definitions/browser/pw-state.js +71 -0
  463. package/dist-cjs/definitions/browser/pw-state.js.map +1 -0
  464. package/dist-cjs/definitions/browser/types.d.ts +277 -0
  465. package/dist-cjs/definitions/browser/types.js +6 -0
  466. package/dist-cjs/definitions/browser/types.js.map +1 -0
  467. package/dist-cjs/definitions/core.d.ts +44 -0
  468. package/dist-cjs/definitions/core.js +119 -0
  469. package/dist-cjs/definitions/core.js.map +1 -0
  470. package/dist-cjs/definitions/delegation.d.ts +11 -0
  471. package/dist-cjs/definitions/delegation.js +516 -0
  472. package/dist-cjs/definitions/delegation.js.map +1 -0
  473. package/dist-cjs/definitions/deploy.d.ts +15 -0
  474. package/dist-cjs/definitions/deploy.js +69 -0
  475. package/dist-cjs/definitions/deploy.js.map +1 -0
  476. package/dist-cjs/definitions/filesystem.d.ts +8 -0
  477. package/dist-cjs/definitions/filesystem.js +234 -0
  478. package/dist-cjs/definitions/filesystem.js.map +1 -0
  479. package/dist-cjs/definitions/index.d.ts +16 -0
  480. package/dist-cjs/definitions/index.js +38 -0
  481. package/dist-cjs/definitions/index.js.map +1 -0
  482. package/dist-cjs/definitions/memory.d.ts +8 -0
  483. package/dist-cjs/definitions/memory.js +127 -0
  484. package/dist-cjs/definitions/memory.js.map +1 -0
  485. package/dist-cjs/definitions/messaging.d.ts +11 -0
  486. package/dist-cjs/definitions/messaging.js +632 -0
  487. package/dist-cjs/definitions/messaging.js.map +1 -0
  488. package/dist-cjs/definitions/meta.d.ts +11 -0
  489. package/dist-cjs/definitions/meta.js +353 -0
  490. package/dist-cjs/definitions/meta.js.map +1 -0
  491. package/dist-cjs/definitions/network.d.ts +11 -0
  492. package/dist-cjs/definitions/network.js +163 -0
  493. package/dist-cjs/definitions/network.js.map +1 -0
  494. package/dist-cjs/definitions/outlook.d.ts +2 -0
  495. package/dist-cjs/definitions/outlook.js +281 -0
  496. package/dist-cjs/definitions/outlook.js.map +1 -0
  497. package/dist-cjs/definitions/patch/apply-patch.d.ts +11 -0
  498. package/dist-cjs/definitions/patch/apply-patch.js +192 -0
  499. package/dist-cjs/definitions/patch/apply-patch.js.map +1 -0
  500. package/dist-cjs/definitions/patch/fuzzy-match.d.ts +10 -0
  501. package/dist-cjs/definitions/patch/fuzzy-match.js +173 -0
  502. package/dist-cjs/definitions/patch/fuzzy-match.js.map +1 -0
  503. package/dist-cjs/definitions/patch/index.d.ts +1 -0
  504. package/dist-cjs/definitions/patch/index.js +6 -0
  505. package/dist-cjs/definitions/patch/index.js.map +1 -0
  506. package/dist-cjs/definitions/patch/patch-parser.d.ts +50 -0
  507. package/dist-cjs/definitions/patch/patch-parser.js +216 -0
  508. package/dist-cjs/definitions/patch/patch-parser.js.map +1 -0
  509. package/dist-cjs/definitions/patch/sandbox-paths.d.ts +18 -0
  510. package/dist-cjs/definitions/patch/sandbox-paths.js +114 -0
  511. package/dist-cjs/definitions/patch/sandbox-paths.js.map +1 -0
  512. package/dist-cjs/definitions/process/index.d.ts +1 -0
  513. package/dist-cjs/definitions/process/index.js +9 -0
  514. package/dist-cjs/definitions/process/index.js.map +1 -0
  515. package/dist-cjs/definitions/process/process-registry.d.ts +67 -0
  516. package/dist-cjs/definitions/process/process-registry.js +232 -0
  517. package/dist-cjs/definitions/process/process-registry.js.map +1 -0
  518. package/dist-cjs/definitions/process/process.d.ts +9 -0
  519. package/dist-cjs/definitions/process/process.js +390 -0
  520. package/dist-cjs/definitions/process/process.js.map +1 -0
  521. package/dist-cjs/definitions/process/pty-keys.d.ts +13 -0
  522. package/dist-cjs/definitions/process/pty-keys.js +260 -0
  523. package/dist-cjs/definitions/process/pty-keys.js.map +1 -0
  524. package/dist-cjs/definitions/process/session-slug.d.ts +1 -0
  525. package/dist-cjs/definitions/process/session-slug.js +146 -0
  526. package/dist-cjs/definitions/process/session-slug.js.map +1 -0
  527. package/dist-cjs/definitions/quip.d.ts +2 -0
  528. package/dist-cjs/definitions/quip.js +199 -0
  529. package/dist-cjs/definitions/quip.js.map +1 -0
  530. package/dist-cjs/definitions/session-history.d.ts +11 -0
  531. package/dist-cjs/definitions/session-history.js +73 -0
  532. package/dist-cjs/definitions/session-history.js.map +1 -0
  533. package/dist-cjs/definitions/shell.d.ts +8 -0
  534. package/dist-cjs/definitions/shell.js +185 -0
  535. package/dist-cjs/definitions/shell.js.map +1 -0
  536. package/dist-cjs/definitions/slack.d.ts +2 -0
  537. package/dist-cjs/definitions/slack.js +184 -0
  538. package/dist-cjs/definitions/slack.js.map +1 -0
  539. package/dist-cjs/definitions/web.d.ts +8 -0
  540. package/dist-cjs/definitions/web.js +113 -0
  541. package/dist-cjs/definitions/web.js.map +1 -0
  542. package/dist-cjs/executors/apply-patch.d.ts +51 -0
  543. package/dist-cjs/executors/apply-patch.js +921 -0
  544. package/dist-cjs/executors/apply-patch.js.map +1 -0
  545. package/dist-cjs/executors/arion.d.ts +50 -0
  546. package/dist-cjs/executors/arion.js +126 -0
  547. package/dist-cjs/executors/arion.js.map +1 -0
  548. package/dist-cjs/executors/deploy.d.ts +169 -0
  549. package/dist-cjs/executors/deploy.js +870 -0
  550. package/dist-cjs/executors/deploy.js.map +1 -0
  551. package/dist-cjs/executors/filesystem.d.ts +150 -0
  552. package/dist-cjs/executors/filesystem.js +1159 -0
  553. package/dist-cjs/executors/filesystem.js.map +1 -0
  554. package/dist-cjs/executors/index.d.ts +38 -0
  555. package/dist-cjs/executors/index.js +112 -0
  556. package/dist-cjs/executors/index.js.map +1 -0
  557. package/dist-cjs/executors/learning-meta.d.ts +87 -0
  558. package/dist-cjs/executors/learning-meta.js +1166 -0
  559. package/dist-cjs/executors/learning-meta.js.map +1 -0
  560. package/dist-cjs/executors/memory.d.ts +203 -0
  561. package/dist-cjs/executors/memory.js +797 -0
  562. package/dist-cjs/executors/memory.js.map +1 -0
  563. package/dist-cjs/executors/meta.d.ts +73 -0
  564. package/dist-cjs/executors/meta.js +227 -0
  565. package/dist-cjs/executors/meta.js.map +1 -0
  566. package/dist-cjs/executors/process-registry.d.ts +98 -0
  567. package/dist-cjs/executors/process-registry.js +470 -0
  568. package/dist-cjs/executors/process-registry.js.map +1 -0
  569. package/dist-cjs/executors/pty-session-store.d.ts +14 -0
  570. package/dist-cjs/executors/pty-session-store.js +35 -0
  571. package/dist-cjs/executors/pty-session-store.js.map +1 -0
  572. package/dist-cjs/executors/pty.d.ts +133 -0
  573. package/dist-cjs/executors/pty.js +313 -0
  574. package/dist-cjs/executors/pty.js.map +1 -0
  575. package/dist-cjs/executors/restart.d.ts +18 -0
  576. package/dist-cjs/executors/restart.js +187 -0
  577. package/dist-cjs/executors/restart.js.map +1 -0
  578. package/dist-cjs/executors/search-types.d.ts +52 -0
  579. package/dist-cjs/executors/search-types.js +57 -0
  580. package/dist-cjs/executors/search-types.js.map +1 -0
  581. package/dist-cjs/executors/self-diagnose.d.ts +89 -0
  582. package/dist-cjs/executors/self-diagnose.js +435 -0
  583. package/dist-cjs/executors/self-diagnose.js.map +1 -0
  584. package/dist-cjs/executors/session-history.d.ts +75 -0
  585. package/dist-cjs/executors/session-history.js +321 -0
  586. package/dist-cjs/executors/session-history.js.map +1 -0
  587. package/dist-cjs/executors/shell-safety.d.ts +27 -0
  588. package/dist-cjs/executors/shell-safety.js +479 -0
  589. package/dist-cjs/executors/shell-safety.js.map +1 -0
  590. package/dist-cjs/executors/shell.d.ts +168 -0
  591. package/dist-cjs/executors/shell.js +1002 -0
  592. package/dist-cjs/executors/shell.js.map +1 -0
  593. package/dist-cjs/executors/utils.d.ts +20 -0
  594. package/dist-cjs/executors/utils.js +74 -0
  595. package/dist-cjs/executors/utils.js.map +1 -0
  596. package/dist-cjs/executors/web.d.ts +89 -0
  597. package/dist-cjs/executors/web.js +548 -0
  598. package/dist-cjs/executors/web.js.map +1 -0
  599. package/dist-cjs/extraction/content-extraction.d.ts +48 -0
  600. package/dist-cjs/extraction/content-extraction.js +244 -0
  601. package/dist-cjs/extraction/content-extraction.js.map +1 -0
  602. package/dist-cjs/extraction/index.d.ts +4 -0
  603. package/dist-cjs/extraction/index.js +9 -0
  604. package/dist-cjs/extraction/index.js.map +1 -0
  605. package/dist-cjs/headless-control-contract.d.ts +3170 -0
  606. package/dist-cjs/headless-control-contract.js +973 -0
  607. package/dist-cjs/headless-control-contract.js.map +1 -0
  608. package/dist-cjs/index.d.ts +62 -0
  609. package/dist-cjs/index.js +418 -0
  610. package/dist-cjs/index.js.map +1 -0
  611. package/dist-cjs/local-control-http-auth.d.ts +2 -0
  612. package/dist-cjs/local-control-http-auth.js +6 -0
  613. package/dist-cjs/local-control-http-auth.js.map +1 -0
  614. package/dist-cjs/mcp/client.d.ts +68 -0
  615. package/dist-cjs/mcp/client.js +186 -0
  616. package/dist-cjs/mcp/client.js.map +1 -0
  617. package/dist-cjs/mcp/connection.d.ts +54 -0
  618. package/dist-cjs/mcp/connection.js +485 -0
  619. package/dist-cjs/mcp/connection.js.map +1 -0
  620. package/dist-cjs/mcp/index.d.ts +10 -0
  621. package/dist-cjs/mcp/index.js +31 -0
  622. package/dist-cjs/mcp/index.js.map +1 -0
  623. package/dist-cjs/mcp/jsonrpc.d.ts +36 -0
  624. package/dist-cjs/mcp/jsonrpc.js +149 -0
  625. package/dist-cjs/mcp/jsonrpc.js.map +1 -0
  626. package/dist-cjs/mcp/types.d.ts +178 -0
  627. package/dist-cjs/mcp/types.js +9 -0
  628. package/dist-cjs/mcp/types.js.map +1 -0
  629. package/dist-cjs/network-control-adapter.d.ts +4 -0
  630. package/dist-cjs/network-control-adapter.js +78 -0
  631. package/dist-cjs/network-control-adapter.js.map +1 -0
  632. package/dist-cjs/network-runtime/address-types.d.ts +201 -0
  633. package/dist-cjs/network-runtime/address-types.js +169 -0
  634. package/dist-cjs/network-runtime/address-types.js.map +1 -0
  635. package/dist-cjs/network-runtime/db-owner-fencing.d.ts +43 -0
  636. package/dist-cjs/network-runtime/db-owner-fencing.js +77 -0
  637. package/dist-cjs/network-runtime/db-owner-fencing.js.map +1 -0
  638. package/dist-cjs/network-runtime/delivery-receipts.d.ts +117 -0
  639. package/dist-cjs/network-runtime/delivery-receipts.js +277 -0
  640. package/dist-cjs/network-runtime/delivery-receipts.js.map +1 -0
  641. package/dist-cjs/network-runtime/direct-endpoint-authority.d.ts +8 -0
  642. package/dist-cjs/network-runtime/direct-endpoint-authority.js +30 -0
  643. package/dist-cjs/network-runtime/direct-endpoint-authority.js.map +1 -0
  644. package/dist-cjs/network-runtime/index.d.ts +24 -0
  645. package/dist-cjs/network-runtime/index.js +173 -0
  646. package/dist-cjs/network-runtime/index.js.map +1 -0
  647. package/dist-cjs/network-runtime/local-control-contract.d.ts +752 -0
  648. package/dist-cjs/network-runtime/local-control-contract.js +628 -0
  649. package/dist-cjs/network-runtime/local-control-contract.js.map +1 -0
  650. package/dist-cjs/network-runtime/node-store-contract.d.ts +49 -0
  651. package/dist-cjs/network-runtime/node-store-contract.js +39 -0
  652. package/dist-cjs/network-runtime/node-store-contract.js.map +1 -0
  653. package/dist-cjs/network-runtime/pair-route-contract.d.ts +100 -0
  654. package/dist-cjs/network-runtime/pair-route-contract.js +81 -0
  655. package/dist-cjs/network-runtime/pair-route-contract.js.map +1 -0
  656. package/dist-cjs/network-runtime/peer-capabilities.d.ts +10 -0
  657. package/dist-cjs/network-runtime/peer-capabilities.js +38 -0
  658. package/dist-cjs/network-runtime/peer-capabilities.js.map +1 -0
  659. package/dist-cjs/network-runtime/peer-principal-ref.d.ts +9 -0
  660. package/dist-cjs/network-runtime/peer-principal-ref.js +16 -0
  661. package/dist-cjs/network-runtime/peer-principal-ref.js.map +1 -0
  662. package/dist-cjs/network-runtime/peer-state-machine.d.ts +70 -0
  663. package/dist-cjs/network-runtime/peer-state-machine.js +130 -0
  664. package/dist-cjs/network-runtime/peer-state-machine.js.map +1 -0
  665. package/dist-cjs/network-runtime/protocol-schemas.d.ts +328 -0
  666. package/dist-cjs/network-runtime/protocol-schemas.js +213 -0
  667. package/dist-cjs/network-runtime/protocol-schemas.js.map +1 -0
  668. package/dist-cjs/network-runtime/runtime-bootstrap-contract.d.ts +81 -0
  669. package/dist-cjs/network-runtime/runtime-bootstrap-contract.js +64 -0
  670. package/dist-cjs/network-runtime/runtime-bootstrap-contract.js.map +1 -0
  671. package/dist-cjs/outlook/desktop-session.d.ts +68 -0
  672. package/dist-cjs/outlook/desktop-session.js +319 -0
  673. package/dist-cjs/outlook/desktop-session.js.map +1 -0
  674. package/dist-cjs/package.json +3 -0
  675. package/dist-cjs/policy.d.ts +43 -0
  676. package/dist-cjs/policy.js +156 -0
  677. package/dist-cjs/policy.js.map +1 -0
  678. package/dist-cjs/providers/brave.d.ts +10 -0
  679. package/dist-cjs/providers/brave.js +67 -0
  680. package/dist-cjs/providers/brave.js.map +1 -0
  681. package/dist-cjs/providers/duckduckgo.d.ts +18 -0
  682. package/dist-cjs/providers/duckduckgo.js +181 -0
  683. package/dist-cjs/providers/duckduckgo.js.map +1 -0
  684. package/dist-cjs/providers/exa.d.ts +10 -0
  685. package/dist-cjs/providers/exa.js +68 -0
  686. package/dist-cjs/providers/exa.js.map +1 -0
  687. package/dist-cjs/providers/firecrawl.d.ts +10 -0
  688. package/dist-cjs/providers/firecrawl.js +60 -0
  689. package/dist-cjs/providers/firecrawl.js.map +1 -0
  690. package/dist-cjs/providers/index.d.ts +8 -0
  691. package/dist-cjs/providers/index.js +18 -0
  692. package/dist-cjs/providers/index.js.map +1 -0
  693. package/dist-cjs/providers/jina.d.ts +10 -0
  694. package/dist-cjs/providers/jina.js +54 -0
  695. package/dist-cjs/providers/jina.js.map +1 -0
  696. package/dist-cjs/providers/router.d.ts +21 -0
  697. package/dist-cjs/providers/router.js +101 -0
  698. package/dist-cjs/providers/router.js.map +1 -0
  699. package/dist-cjs/providers/search-provider.d.ts +35 -0
  700. package/dist-cjs/providers/search-provider.js +37 -0
  701. package/dist-cjs/providers/search-provider.js.map +1 -0
  702. package/dist-cjs/providers/tavily.d.ts +10 -0
  703. package/dist-cjs/providers/tavily.js +59 -0
  704. package/dist-cjs/providers/tavily.js.map +1 -0
  705. package/dist-cjs/quip/desktop-session.d.ts +69 -0
  706. package/dist-cjs/quip/desktop-session.js +354 -0
  707. package/dist-cjs/quip/desktop-session.js.map +1 -0
  708. package/dist-cjs/registry/index.d.ts +1 -0
  709. package/dist-cjs/registry/index.js +7 -0
  710. package/dist-cjs/registry/index.js.map +1 -0
  711. package/dist-cjs/registry/registry.d.ts +156 -0
  712. package/dist-cjs/registry/registry.js +762 -0
  713. package/dist-cjs/registry/registry.js.map +1 -0
  714. package/dist-cjs/runtime-socket-local-control-client.d.ts +10 -0
  715. package/dist-cjs/runtime-socket-local-control-client.js +368 -0
  716. package/dist-cjs/runtime-socket-local-control-client.js.map +1 -0
  717. package/dist-cjs/security/dns-normalization.d.ts +6 -0
  718. package/dist-cjs/security/dns-normalization.js +23 -0
  719. package/dist-cjs/security/dns-normalization.js.map +1 -0
  720. package/dist-cjs/security/dns-pinning.d.ts +27 -0
  721. package/dist-cjs/security/dns-pinning.js +161 -0
  722. package/dist-cjs/security/dns-pinning.js.map +1 -0
  723. package/dist-cjs/security/external-content.d.ts +40 -0
  724. package/dist-cjs/security/external-content.js +96 -0
  725. package/dist-cjs/security/external-content.js.map +1 -0
  726. package/dist-cjs/security/ssrf.d.ts +40 -0
  727. package/dist-cjs/security/ssrf.js +222 -0
  728. package/dist-cjs/security/ssrf.js.map +1 -0
  729. package/dist-cjs/slack/desktop-session.d.ts +69 -0
  730. package/dist-cjs/slack/desktop-session.js +367 -0
  731. package/dist-cjs/slack/desktop-session.js.map +1 -0
  732. package/dist-cjs/tool-factory.d.ts +46 -0
  733. package/dist-cjs/tool-factory.js +51 -0
  734. package/dist-cjs/tool-factory.js.map +1 -0
  735. package/dist-cjs/types.d.ts +1188 -0
  736. package/dist-cjs/types.js +9 -0
  737. package/dist-cjs/types.js.map +1 -0
  738. package/dist-cjs/utils/retry.d.ts +11 -0
  739. package/dist-cjs/utils/retry.js +170 -0
  740. package/dist-cjs/utils/retry.js.map +1 -0
  741. package/dist-cjs/utils/safe-parse-json.d.ts +26 -0
  742. package/dist-cjs/utils/safe-parse-json.js +165 -0
  743. package/dist-cjs/utils/safe-parse-json.js.map +1 -0
  744. package/dist-cjs/utils/url.d.ts +10 -0
  745. package/dist-cjs/utils/url.js +24 -0
  746. package/dist-cjs/utils/url.js.map +1 -0
  747. package/package.json +55 -0
  748. package/src/__tests__/web-fetch-download.test.ts +433 -0
  749. package/src/__tests__/web-tools.test.ts +619 -0
  750. package/src/ask-user-interaction.ts +33 -0
  751. package/src/cache/web-cache.ts +110 -0
  752. package/src/definitions/arion.ts +118 -0
  753. package/src/definitions/browser/browser.ts +502 -0
  754. package/src/definitions/browser/index.ts +5 -0
  755. package/src/definitions/browser/pw-downloads.ts +142 -0
  756. package/src/definitions/browser/pw-interactions.ts +282 -0
  757. package/src/definitions/browser/pw-responses.ts +98 -0
  758. package/src/definitions/browser/pw-session.ts +405 -0
  759. package/src/definitions/browser/pw-shared.ts +85 -0
  760. package/src/definitions/browser/pw-snapshot.ts +383 -0
  761. package/src/definitions/browser/pw-state.ts +101 -0
  762. package/src/definitions/browser/types.ts +203 -0
  763. package/src/definitions/core.ts +106 -0
  764. package/src/definitions/delegation.ts +567 -0
  765. package/src/definitions/deploy.ts +73 -0
  766. package/src/definitions/filesystem.ts +253 -0
  767. package/src/definitions/index.ts +25 -0
  768. package/src/definitions/memory.ts +150 -0
  769. package/src/definitions/messaging.ts +734 -0
  770. package/src/definitions/meta.ts +392 -0
  771. package/src/definitions/network.ts +179 -0
  772. package/src/definitions/outlook.ts +318 -0
  773. package/src/definitions/patch/apply-patch.ts +235 -0
  774. package/src/definitions/patch/fuzzy-match.ts +217 -0
  775. package/src/definitions/patch/index.ts +1 -0
  776. package/src/definitions/patch/patch-parser.ts +297 -0
  777. package/src/definitions/patch/sandbox-paths.ts +129 -0
  778. package/src/definitions/process/index.ts +5 -0
  779. package/src/definitions/process/process-registry.ts +303 -0
  780. package/src/definitions/process/process.ts +456 -0
  781. package/src/definitions/process/pty-keys.ts +298 -0
  782. package/src/definitions/process/session-slug.ts +147 -0
  783. package/src/definitions/quip.ts +225 -0
  784. package/src/definitions/session-history.ts +79 -0
  785. package/src/definitions/shell.ts +202 -0
  786. package/src/definitions/slack.ts +211 -0
  787. package/src/definitions/web.ts +119 -0
  788. package/src/executors/apply-patch.ts +1015 -0
  789. package/src/executors/arion.ts +199 -0
  790. package/src/executors/deploy.ts +1066 -0
  791. package/src/executors/filesystem.ts +1421 -0
  792. package/src/executors/index.ts +222 -0
  793. package/src/executors/learning-meta.ts +1367 -0
  794. package/src/executors/memory.ts +978 -0
  795. package/src/executors/meta.ts +293 -0
  796. package/src/executors/process-registry.ts +570 -0
  797. package/src/executors/pty-session-store.ts +43 -0
  798. package/src/executors/pty.ts +342 -0
  799. package/src/executors/restart.ts +168 -0
  800. package/src/executors/search-types.ts +98 -0
  801. package/src/executors/self-diagnose.ts +552 -0
  802. package/src/executors/session-history.ts +435 -0
  803. package/src/executors/shell-safety.ts +519 -0
  804. package/src/executors/shell.ts +1243 -0
  805. package/src/executors/utils.ts +40 -0
  806. package/src/executors/web.ts +786 -0
  807. package/src/extraction/content-extraction.ts +281 -0
  808. package/src/extraction/index.ts +5 -0
  809. package/src/headless-control-contract.ts +1149 -0
  810. package/src/index.ts +763 -0
  811. package/src/local-control-http-auth.ts +2 -0
  812. package/src/mcp/client.ts +218 -0
  813. package/src/mcp/connection.ts +568 -0
  814. package/src/mcp/index.ts +11 -0
  815. package/src/mcp/jsonrpc.ts +195 -0
  816. package/src/mcp/types.ts +199 -0
  817. package/src/network-control-adapter.ts +88 -0
  818. package/src/network-runtime/address-types.ts +218 -0
  819. package/src/network-runtime/db-owner-fencing.ts +91 -0
  820. package/src/network-runtime/delivery-receipts.ts +372 -0
  821. package/src/network-runtime/direct-endpoint-authority.ts +35 -0
  822. package/src/network-runtime/index.ts +316 -0
  823. package/src/network-runtime/local-control-contract.ts +778 -0
  824. package/src/network-runtime/node-store-contract.ts +46 -0
  825. package/src/network-runtime/pair-route-contract.ts +97 -0
  826. package/src/network-runtime/peer-capabilities.ts +48 -0
  827. package/src/network-runtime/peer-principal-ref.ts +20 -0
  828. package/src/network-runtime/peer-state-machine.ts +160 -0
  829. package/src/network-runtime/protocol-schemas.ts +265 -0
  830. package/src/network-runtime/runtime-bootstrap-contract.ts +83 -0
  831. package/src/outlook/desktop-session.ts +409 -0
  832. package/src/policy.ts +171 -0
  833. package/src/providers/brave.ts +80 -0
  834. package/src/providers/duckduckgo.ts +199 -0
  835. package/src/providers/exa.ts +85 -0
  836. package/src/providers/firecrawl.ts +77 -0
  837. package/src/providers/index.ts +8 -0
  838. package/src/providers/jina.ts +70 -0
  839. package/src/providers/router.ts +121 -0
  840. package/src/providers/search-provider.ts +74 -0
  841. package/src/providers/tavily.ts +74 -0
  842. package/src/quip/desktop-session.ts +435 -0
  843. package/src/registry/index.ts +1 -0
  844. package/src/registry/registry.ts +905 -0
  845. package/src/runtime-socket-local-control-client.ts +632 -0
  846. package/src/security/dns-normalization.ts +34 -0
  847. package/src/security/dns-pinning.ts +138 -0
  848. package/src/security/external-content.ts +129 -0
  849. package/src/security/ssrf.ts +207 -0
  850. package/src/slack/desktop-session.ts +493 -0
  851. package/src/tool-factory.ts +91 -0
  852. package/src/types.ts +1337 -0
  853. package/src/utils/retry.ts +163 -0
  854. package/src/utils/safe-parse-json.ts +176 -0
  855. package/src/utils/url.ts +20 -0
  856. package/tests/benchmarks/registry.bench.ts +57 -0
  857. package/tests/cache/web-cache.test.ts +147 -0
  858. package/tests/critical-integration.test.ts +1465 -0
  859. package/tests/definitions/apply-patch.test.ts +586 -0
  860. package/tests/definitions/browser.test.ts +495 -0
  861. package/tests/definitions/delegation-pause-resume.test.ts +758 -0
  862. package/tests/definitions/execution.test.ts +671 -0
  863. package/tests/definitions/messaging-inbox-scope.test.ts +229 -0
  864. package/tests/definitions/messaging.test.ts +1468 -0
  865. package/tests/definitions/outlook.test.ts +30 -0
  866. package/tests/definitions/process.test.ts +469 -0
  867. package/tests/definitions/slack.test.ts +28 -0
  868. package/tests/definitions/tool-inventory.test.ts +207 -0
  869. package/tests/e2e/delegation-quest-orchestration.e2e.test.ts +433 -0
  870. package/tests/e2e/memory-tool-discovery-contract.e2e.test.ts +81 -0
  871. package/tests/executors/apply-patch.test.ts +538 -0
  872. package/tests/executors/arion.test.ts +309 -0
  873. package/tests/executors/conversation-primitives.test.ts +250 -0
  874. package/tests/executors/deploy.test.ts +746 -0
  875. package/tests/executors/filesystem-tools.test.ts +357 -0
  876. package/tests/executors/filesystem.test.ts +959 -0
  877. package/tests/executors/memory-bugfixes.test.ts +257 -0
  878. package/tests/executors/memory-real-memoria.integration.test.ts +316 -0
  879. package/tests/executors/memory.test.ts +853 -0
  880. package/tests/executors/meta-tools.test.ts +411 -0
  881. package/tests/executors/meta.test.ts +683 -0
  882. package/tests/executors/path-containment.test.ts +51 -0
  883. package/tests/executors/process-registry.test.ts +505 -0
  884. package/tests/executors/pty.test.ts +664 -0
  885. package/tests/executors/quest-security.test.ts +249 -0
  886. package/tests/executors/read-file-media.test.ts +230 -0
  887. package/tests/executors/recall-knowledge-schema.test.ts +209 -0
  888. package/tests/executors/recall-tags.test.ts +278 -0
  889. package/tests/executors/remember-null-safety.contract.test.ts +41 -0
  890. package/tests/executors/restart.test.ts +67 -0
  891. package/tests/executors/search-unified.test.ts +381 -0
  892. package/tests/executors/session-history.test.ts +340 -0
  893. package/tests/executors/session-transcript.test.ts +561 -0
  894. package/tests/executors/shell-abort.test.ts +416 -0
  895. package/tests/executors/shell-env-blocklist.test.ts +648 -0
  896. package/tests/executors/shell-env-process.test.ts +245 -0
  897. package/tests/executors/shell-process-registry.test.ts +334 -0
  898. package/tests/executors/shell-tools.test.ts +393 -0
  899. package/tests/executors/shell.test.ts +690 -0
  900. package/tests/executors/web-abort-vs-timeout.test.ts +213 -0
  901. package/tests/executors/web-integration.test.ts +633 -0
  902. package/tests/executors/web-symlink.test.ts +18 -0
  903. package/tests/executors/web.test.ts +1400 -0
  904. package/tests/executors/write-stdin.test.ts +145 -0
  905. package/tests/extraction/content-extraction.test.ts +153 -0
  906. package/tests/guards/tools-default-test-lane.integration.test.ts +21 -0
  907. package/tests/guards/tools-package-test-commands.e2e.test.ts +43 -0
  908. package/tests/guards/tools-test-lane-manifest.contract.test.ts +76 -0
  909. package/tests/guards/tools-vitest-workspace-alias.contract.test.ts +63 -0
  910. package/tests/helpers/async-waits.ts +53 -0
  911. package/tests/integration/headless-control-contract.integration.test.ts +151 -0
  912. package/tests/integration/memory-tool-schema-parity.integration.test.ts +67 -0
  913. package/tests/integration/meta-tools-round-trip.integration.test.ts +506 -0
  914. package/tests/integration/quest-round-trip.test.ts +303 -0
  915. package/tests/integration/registry-executor-flow.test.ts +85 -0
  916. package/tests/integration.test.ts +177 -0
  917. package/tests/loading-tier.test.ts +126 -0
  918. package/tests/mcp/client-reconnect.test.ts +267 -0
  919. package/tests/mcp/connection.test.ts +846 -0
  920. package/tests/mcp/injectable-logger.test.ts +83 -0
  921. package/tests/mcp/jsonrpc.test.ts +109 -0
  922. package/tests/mcp/lifecycle.test.ts +879 -0
  923. package/tests/network-runtime/address-types.contract.test.ts +143 -0
  924. package/tests/network-runtime/continuity-bind-schema.contract.test.ts +203 -0
  925. package/tests/network-runtime/local-control-contract.test.ts +869 -0
  926. package/tests/network-runtime/local-control-invite-token.contract.test.ts +146 -0
  927. package/tests/network-runtime/node-store-contract.test.ts +11 -0
  928. package/tests/network-runtime/pair-protocol-nodeid.contract.test.ts +15 -0
  929. package/tests/network-runtime/peer-state-machine.contract.test.ts +148 -0
  930. package/tests/network-runtime/protocol-schemas.contract.test.ts +512 -0
  931. package/tests/network-runtime/relay-pending-nodeid.contract.test.ts +62 -0
  932. package/tests/network-runtime/runtime-bootstrap-contract.test.ts +227 -0
  933. package/tests/network-runtime/runtime-socket-local-control-client.test.ts +621 -0
  934. package/tests/network-runtime/wait-for-message-script.test.ts +288 -0
  935. package/tests/parallel.test.ts +71 -0
  936. package/tests/policy.test.ts +184 -0
  937. package/tests/print-default-test-lane.ts +14 -0
  938. package/tests/print-test-lane-manifest.ts +22 -0
  939. package/tests/providers/brave.test.ts +159 -0
  940. package/tests/providers/duckduckgo.test.ts +207 -0
  941. package/tests/providers/exa.test.ts +175 -0
  942. package/tests/providers/firecrawl.test.ts +168 -0
  943. package/tests/providers/jina.test.ts +144 -0
  944. package/tests/providers/router.test.ts +328 -0
  945. package/tests/providers/tavily.test.ts +165 -0
  946. package/tests/registry/discovery.test.ts +154 -0
  947. package/tests/registry/injectable-logger.test.ts +230 -0
  948. package/tests/registry/input-validation.test.ts +361 -0
  949. package/tests/registry/interface-completeness.test.ts +85 -0
  950. package/tests/registry/mcp-integration.test.ts +103 -0
  951. package/tests/registry/mcp-read-only-hint.test.ts +60 -0
  952. package/tests/registry/memoria-discovery.test.ts +390 -0
  953. package/tests/registry/nested-validation.test.ts +283 -0
  954. package/tests/registry/pseudo-tool-filtering.test.ts +258 -0
  955. package/tests/registry/registration-lifecycle.test.ts +133 -0
  956. package/tests/registry-validation.test.ts +424 -0
  957. package/tests/registry.test.ts +460 -0
  958. package/tests/security/dns-pinning.test.ts +162 -0
  959. package/tests/security/external-content.test.ts +144 -0
  960. package/tests/security/ssrf.test.ts +118 -0
  961. package/tests/shell-safety-integration.test.ts +32 -0
  962. package/tests/shell-safety.test.ts +365 -0
  963. package/tests/slack/desktop-session.test.ts +50 -0
  964. package/tests/test-lane-manifest.ts +436 -0
  965. package/tests/test-utils.ts +27 -0
  966. package/tests/tool-factory.test.ts +188 -0
  967. package/tests/utils/retry.test.ts +231 -0
  968. package/tests/utils/url.test.ts +63 -0
  969. package/tsconfig.cjs.json +16 -0
  970. package/tsconfig.json +12 -0
  971. package/vitest.config.ts +55 -0
  972. package/vitest.e2e.config.ts +24 -0
  973. package/vitest.integration.config.ts +24 -0
  974. package/vitest.native.config.ts +24 -0
@@ -0,0 +1,207 @@
1
+ /**
2
+ * @aria/tools - Tool inventory tests
3
+ *
4
+ * Validates the complete tool inventory: counts, names, categories,
5
+ * confirmation requirements, and loading tiers.
6
+ */
7
+
8
+ import { describe, it, expect } from "vitest";
9
+ import {
10
+ CORE_TOOL_DEFINITIONS,
11
+ MEMORY_TOOL_DEFINITIONS,
12
+ WEB_TOOL_DEFINITIONS,
13
+ FILESYSTEM_TOOL_DEFINITIONS,
14
+ SHELL_TOOL_DEFINITIONS,
15
+ ARION_TOOL_DEFINITIONS,
16
+ DELEGATION_TOOL_DEFINITIONS,
17
+ META_TOOL_DEFINITIONS,
18
+ } from "../../src/definitions/core.js";
19
+
20
+ describe("Tool Inventory", () => {
21
+ describe("total tool count", () => {
22
+ it("should have exactly 64 core tools", () => {
23
+ expect(CORE_TOOL_DEFINITIONS).toHaveLength(64);
24
+ });
25
+ });
26
+
27
+ describe("tool names", () => {
28
+ const toolNames = () => CORE_TOOL_DEFINITIONS.map((t) => t.name);
29
+
30
+ it("should include new tools from refactoring", () => {
31
+ const names = toolNames();
32
+ expect(names).toContain("ask_user");
33
+ expect(names).toContain("quest_update");
34
+ expect(names).toContain("quest_list");
35
+ expect(names).toContain("apply_patch");
36
+ expect(names).toContain("write_stdin");
37
+ expect(names).toContain("ls");
38
+ });
39
+
40
+ it("should include OpenClaw-forked tools", () => {
41
+ const names = toolNames();
42
+ expect(names).toContain("browser");
43
+ expect(names).toContain("process");
44
+ });
45
+
46
+ it("should NOT include removed/consolidated tools", () => {
47
+ const names = toolNames();
48
+ expect(names).not.toContain("mkdir");
49
+ expect(names).not.toContain("cp");
50
+ expect(names).not.toContain("mv");
51
+ expect(names).not.toContain("rm");
52
+ expect(names).not.toContain("download");
53
+ });
54
+
55
+ it("should have unique tool names (no duplicates)", () => {
56
+ const names = toolNames();
57
+ expect(new Set(names).size).toBe(names.length);
58
+ });
59
+ });
60
+
61
+ describe("requiresConfirmation", () => {
62
+ const findTool = (name: string) => CORE_TOOL_DEFINITIONS.find((t) => t.name === name);
63
+
64
+ it("forget requires confirmation", () => {
65
+ expect(findTool("forget")?.requiresConfirmation).toBe(true);
66
+ });
67
+
68
+ it("kill requires confirmation", () => {
69
+ expect(findTool("kill")?.requiresConfirmation).toBe(true);
70
+ });
71
+
72
+ it("apply_patch requires confirmation", () => {
73
+ expect(findTool("apply_patch")?.requiresConfirmation).toBe(true);
74
+ });
75
+
76
+ it("bash requires confirmation", () => {
77
+ expect(findTool("bash")?.requiresConfirmation).toBe(true);
78
+ });
79
+
80
+ it("hatch_arion requires confirmation", () => {
81
+ expect(findTool("hatch_arion")?.requiresConfirmation).toBe(true);
82
+ });
83
+
84
+ it("retire_arion requires confirmation", () => {
85
+ expect(findTool("retire_arion")?.requiresConfirmation).toBe(true);
86
+ });
87
+
88
+ it("read-only tools do not require confirmation", () => {
89
+ const readOnlyTools = CORE_TOOL_DEFINITIONS.filter((t) => t.isReadOnly);
90
+ for (const tool of readOnlyTools) {
91
+ expect(
92
+ tool.requiresConfirmation,
93
+ `Read-only tool "${tool.name}" should not require confirmation`,
94
+ ).toBeFalsy();
95
+ }
96
+ });
97
+ });
98
+
99
+ describe("loadingTier", () => {
100
+ it("every tool has a loadingTier defined", () => {
101
+ for (const tool of CORE_TOOL_DEFINITIONS) {
102
+ expect(
103
+ tool.loadingTier,
104
+ `Tool "${tool.name}" should have loadingTier defined`,
105
+ ).toBeDefined();
106
+ }
107
+ });
108
+
109
+ it("all core tools have loadingTier 'always' or 'deferred'", () => {
110
+ const ALLOWED_DEFERRED = new Set(["session_history", "self_diagnose"]);
111
+ for (const tool of CORE_TOOL_DEFINITIONS) {
112
+ if (ALLOWED_DEFERRED.has(tool.name)) {
113
+ expect(tool.loadingTier, `Tool "${tool.name}" should have loadingTier "deferred"`).toBe(
114
+ "deferred",
115
+ );
116
+ } else {
117
+ expect(tool.loadingTier, `Tool "${tool.name}" should have loadingTier "always"`).toBe(
118
+ "always",
119
+ );
120
+ }
121
+ }
122
+ });
123
+ });
124
+
125
+ describe("category counts", () => {
126
+ const countByCategory = (category: string) =>
127
+ CORE_TOOL_DEFINITIONS.filter((t) => t.category === category).length;
128
+
129
+ it("filesystem: 7 tools", () => {
130
+ expect(countByCategory("filesystem")).toBe(7);
131
+ });
132
+
133
+ it("shell: 8 tools", () => {
134
+ expect(countByCategory("shell")).toBe(8);
135
+ });
136
+
137
+ it("web: 4 tools", () => {
138
+ expect(countByCategory("web")).toBe(4);
139
+ });
140
+
141
+ it("memory: 6 tools", () => {
142
+ expect(countByCategory("memory")).toBe(6);
143
+ });
144
+
145
+ it("arion: 8 tools (4 lifecycle + delegate_arion + network + same-home client directory + deploy)", () => {
146
+ expect(countByCategory("arion")).toBe(8);
147
+ });
148
+
149
+ it("meta: 17 tools (12 META_TOOL_DEFINITIONS + delegation tools)", () => {
150
+ expect(countByCategory("meta")).toBe(17);
151
+ });
152
+
153
+ it("messaging: 14 tools", () => {
154
+ expect(countByCategory("messaging")).toBe(14);
155
+ });
156
+
157
+ it("category counts sum to total", () => {
158
+ const total =
159
+ countByCategory("filesystem") +
160
+ countByCategory("shell") +
161
+ countByCategory("web") +
162
+ countByCategory("memory") +
163
+ countByCategory("arion") +
164
+ countByCategory("meta") +
165
+ countByCategory("messaging");
166
+ expect(total).toBe(CORE_TOOL_DEFINITIONS.length);
167
+ });
168
+ });
169
+
170
+ describe("category definition arrays", () => {
171
+ it("MEMORY_TOOL_DEFINITIONS has 5 tools", () => {
172
+ expect(MEMORY_TOOL_DEFINITIONS).toHaveLength(5);
173
+ });
174
+
175
+ it("WEB_TOOL_DEFINITIONS has 3 tools", () => {
176
+ expect(WEB_TOOL_DEFINITIONS).toHaveLength(3);
177
+ });
178
+
179
+ it("FILESYSTEM_TOOL_DEFINITIONS has 7 tools", () => {
180
+ expect(FILESYSTEM_TOOL_DEFINITIONS).toHaveLength(7);
181
+ });
182
+
183
+ it("SHELL_TOOL_DEFINITIONS has 7 tools", () => {
184
+ expect(SHELL_TOOL_DEFINITIONS).toHaveLength(7);
185
+ });
186
+
187
+ it("ARION_TOOL_DEFINITIONS has 4 tools", () => {
188
+ expect(ARION_TOOL_DEFINITIONS).toHaveLength(4);
189
+ });
190
+
191
+ it("DELEGATION_TOOL_DEFINITIONS has 7 tools", () => {
192
+ expect(DELEGATION_TOOL_DEFINITIONS).toHaveLength(7);
193
+ });
194
+
195
+ it("META_TOOL_DEFINITIONS has 12 tools", () => {
196
+ expect(META_TOOL_DEFINITIONS).toHaveLength(12);
197
+ });
198
+ });
199
+
200
+ describe("every tool has an execute function", () => {
201
+ it("all tools have execute as a function", () => {
202
+ for (const tool of CORE_TOOL_DEFINITIONS) {
203
+ expect(typeof tool.execute).toBe("function");
204
+ }
205
+ });
206
+ });
207
+ });
@@ -0,0 +1,433 @@
1
+ import { describe, expect, it } from "vitest";
2
+ import { createToolRegistry } from "../../src/index.js";
3
+ import type {
4
+ DelegationEntryRef,
5
+ DelegationExecutorRef,
6
+ DelegationRegistryRef,
7
+ QuestStoreItem,
8
+ QuestStoreRef,
9
+ QuestStoreStatus,
10
+ Tool,
11
+ ToolContext,
12
+ } from "../../src/types.js";
13
+
14
+ interface InternalDelegationEntry extends DelegationEntryRef {
15
+ waiters: Array<(entry: DelegationEntryRef) => void>;
16
+ resolve: (result: string) => void;
17
+ reject: (error: Error) => void;
18
+ abortController: AbortController;
19
+ }
20
+
21
+ class ControlledDelegationHarness implements DelegationExecutorRef, DelegationRegistryRef {
22
+ private readonly entries = new Map<string, InternalDelegationEntry>();
23
+ private sequence = 0;
24
+
25
+ get(id: string): DelegationEntryRef | undefined {
26
+ const entry = this.entries.get(id);
27
+ if (!entry) return undefined;
28
+ return this.toPublicEntry(entry);
29
+ }
30
+
31
+ list(): DelegationEntryRef[] {
32
+ return Array.from(this.entries.values(), (entry) => this.toPublicEntry(entry));
33
+ }
34
+
35
+ async await(id: string, timeoutMs = 30_000): Promise<DelegationEntryRef> {
36
+ const entry = this.entries.get(id);
37
+ if (!entry) {
38
+ throw new Error(`Delegation not found: ${id}`);
39
+ }
40
+
41
+ if (entry.status !== "running") {
42
+ return this.toPublicEntry(entry);
43
+ }
44
+
45
+ return new Promise<DelegationEntryRef>((resolve, reject) => {
46
+ const timeoutId = setTimeout(() => {
47
+ const idx = entry.waiters.indexOf(waiter);
48
+ if (idx !== -1) entry.waiters.splice(idx, 1);
49
+ reject(new Error("Delegation timed out"));
50
+ }, timeoutMs);
51
+
52
+ const waiter = (settled: DelegationEntryRef): void => {
53
+ clearTimeout(timeoutId);
54
+ resolve(settled);
55
+ };
56
+
57
+ entry.waiters.push(waiter);
58
+ });
59
+ }
60
+
61
+ async delegateToArion(
62
+ arionName: string,
63
+ task: string,
64
+ _maxTurns?: number,
65
+ _tier?: string,
66
+ ): Promise<string> {
67
+ return this.createEntry("arion", task, arionName);
68
+ }
69
+
70
+ async spawnWorker(
71
+ task: string,
72
+ _tools?: string[],
73
+ _maxTurns?: number,
74
+ _tier?: string,
75
+ ): Promise<string> {
76
+ return this.createEntry("worker", task);
77
+ }
78
+
79
+ async spawnCliAgent(params: {
80
+ task: string;
81
+ driver: string;
82
+ workspace?: "cwd" | "tempdir" | "worktree";
83
+ model?: string;
84
+ resume?: string;
85
+ timeout?: number;
86
+ }): Promise<string> {
87
+ return this.createEntry("cli_agent", params.task, undefined, { driver: params.driver });
88
+ }
89
+
90
+ complete(id: string, result: string): void {
91
+ const entry = this.requireEntry(id);
92
+ entry.resolve(result);
93
+ }
94
+
95
+ fail(id: string, error: string): void {
96
+ const entry = this.requireEntry(id);
97
+ entry.reject(new Error(error));
98
+ }
99
+
100
+ abort(id: string, error = "delegation aborted"): boolean {
101
+ const entry = this.entries.get(id);
102
+ if (!entry || entry.status !== "running") return false;
103
+ entry.abortController.abort();
104
+ entry.status = "aborted";
105
+ entry.error = error;
106
+ this.notify(entry);
107
+ return true;
108
+ }
109
+
110
+ private createEntry(
111
+ type: DelegationEntryRef["type"],
112
+ task: string,
113
+ arionName?: string,
114
+ metadata?: DelegationEntryRef["metadata"],
115
+ ): string {
116
+ const id = `quest_e2e${String(++this.sequence).padStart(6, "0")}`;
117
+ const abortController = new AbortController();
118
+ let resolve!: (result: string) => void;
119
+ let reject!: (error: Error) => void;
120
+ const promise = new Promise<string>((res, rej) => {
121
+ resolve = res;
122
+ reject = rej;
123
+ });
124
+
125
+ const entry: InternalDelegationEntry = {
126
+ id,
127
+ type,
128
+ arionName,
129
+ task,
130
+ status: "running",
131
+ metadata,
132
+ waiters: [],
133
+ resolve,
134
+ reject,
135
+ abortController,
136
+ };
137
+ this.entries.set(id, entry);
138
+
139
+ promise.then(
140
+ (result) => {
141
+ if (entry.status !== "running") return;
142
+ entry.status = "completed";
143
+ entry.result = result;
144
+ this.notify(entry);
145
+ },
146
+ (error: Error) => {
147
+ if (entry.status !== "running") return;
148
+ entry.status = "failed";
149
+ entry.error = error.message;
150
+ this.notify(entry);
151
+ },
152
+ );
153
+
154
+ return id;
155
+ }
156
+
157
+ private requireEntry(id: string): InternalDelegationEntry {
158
+ const entry = this.entries.get(id);
159
+ if (!entry) {
160
+ throw new Error(`Delegation not found: ${id}`);
161
+ }
162
+ return entry;
163
+ }
164
+
165
+ private notify(entry: InternalDelegationEntry): void {
166
+ const publicEntry = this.toPublicEntry(entry);
167
+ const waiters = entry.waiters.splice(0);
168
+ for (const waiter of waiters) {
169
+ waiter(publicEntry);
170
+ }
171
+ }
172
+
173
+ private toPublicEntry(entry: InternalDelegationEntry): DelegationEntryRef {
174
+ return {
175
+ id: entry.id,
176
+ type: entry.type,
177
+ arionName: entry.arionName,
178
+ task: entry.task,
179
+ status: entry.status,
180
+ result: entry.result,
181
+ error: entry.error,
182
+ metadata: entry.metadata,
183
+ };
184
+ }
185
+ }
186
+
187
+ class InMemoryQuestStore implements QuestStoreRef {
188
+ private readonly quests = new Map<string, QuestStoreItem>();
189
+
190
+ createQuest(input: {
191
+ id: string;
192
+ title: string;
193
+ description?: string;
194
+ priority?: number;
195
+ status?: QuestStoreStatus;
196
+ progress?: string;
197
+ blockedBy?: string;
198
+ }): QuestStoreItem {
199
+ const now = Date.now();
200
+ const quest: QuestStoreItem = {
201
+ id: input.id,
202
+ title: input.title,
203
+ description: input.description,
204
+ priority: input.priority ?? 2,
205
+ status: input.status ?? "open",
206
+ progress: input.progress ?? "",
207
+ blockedBy: input.blockedBy,
208
+ attempts: 0,
209
+ createdAt: now,
210
+ updatedAt: now,
211
+ };
212
+ this.quests.set(quest.id, quest);
213
+ return quest;
214
+ }
215
+
216
+ updateQuest(
217
+ id: string,
218
+ updates: Partial<{
219
+ title: string;
220
+ description: string;
221
+ priority: number;
222
+ status: QuestStoreStatus;
223
+ progress: string;
224
+ blockedBy: string;
225
+ }>,
226
+ ): QuestStoreItem {
227
+ const existing = this.quests.get(id);
228
+ if (!existing) {
229
+ throw new Error(`Quest not found: ${id}`);
230
+ }
231
+
232
+ const updated: QuestStoreItem = { ...existing, updatedAt: Date.now() };
233
+ if (updates.title !== undefined) updated.title = updates.title;
234
+ if (updates.description !== undefined) updated.description = updates.description;
235
+ if (updates.priority !== undefined) updated.priority = updates.priority;
236
+ if (updates.status !== undefined) updated.status = updates.status;
237
+ if (updates.progress !== undefined) updated.progress = updates.progress;
238
+ if (updates.blockedBy !== undefined) updated.blockedBy = updates.blockedBy;
239
+ this.quests.set(id, updated);
240
+ return updated;
241
+ }
242
+
243
+ getQuest(id: string): QuestStoreItem | null {
244
+ return this.quests.get(id) ?? null;
245
+ }
246
+
247
+ listQuests(filter?: { status?: string }): QuestStoreItem[] {
248
+ const all = Array.from(this.quests.values());
249
+ if (filter?.status) {
250
+ return all.filter((quest) => quest.status === filter.status);
251
+ }
252
+ return all;
253
+ }
254
+ }
255
+
256
+ function getTool(registry: ReturnType<typeof createToolRegistry>, name: string): Tool {
257
+ const tool = registry.get(name);
258
+ if (!tool) throw new Error(`Missing tool in registry: ${name}`);
259
+ return tool;
260
+ }
261
+
262
+ function createE2EContext(
263
+ questStore: QuestStoreRef,
264
+ delegationHarness: ControlledDelegationHarness,
265
+ ): ToolContext {
266
+ return {
267
+ workingDir: process.cwd(),
268
+ env: {},
269
+ confirm: async () => true,
270
+ questStore,
271
+ delegationExecutor: delegationHarness,
272
+ delegationRegistry: delegationHarness,
273
+ };
274
+ }
275
+
276
+ describe("Delegation + quest orchestration (E2E)", () => {
277
+ it("completes a delegated worker and closes the quest with the delegated result", async () => {
278
+ const registry = createToolRegistry();
279
+ const questStore = new InMemoryQuestStore();
280
+ const delegationHarness = new ControlledDelegationHarness();
281
+ const ctx = createE2EContext(questStore, delegationHarness);
282
+
283
+ const questUpdate = getTool(registry, "quest_update");
284
+ const questList = getTool(registry, "quest_list");
285
+ const spawnWorker = getTool(registry, "spawn_worker");
286
+ const checkDelegation = getTool(registry, "check_delegation");
287
+
288
+ const createQuestResult = await questUpdate.execute(
289
+ {
290
+ quests: [{ title: "Implement orchestration", status: "active" }],
291
+ },
292
+ ctx,
293
+ );
294
+ expect(createQuestResult.success).toBe(true);
295
+ const questId = (createQuestResult.data as { quests: Array<{ id: string }> }).quests[0]!.id;
296
+
297
+ const spawnResult = await spawnWorker.execute(
298
+ {
299
+ task: "Collect integration evidence",
300
+ maxTurns: 4,
301
+ tier: "fast",
302
+ },
303
+ ctx,
304
+ );
305
+ expect(spawnResult.success).toBe(true);
306
+ const delegationId = (spawnResult.data as { id: string }).id;
307
+
308
+ const waitResultPromise = checkDelegation.execute(
309
+ { id: delegationId, wait: true, timeout: 5_000 },
310
+ ctx,
311
+ );
312
+ delegationHarness.complete(delegationId, "Worker finished with validated report");
313
+ const waitResult = await waitResultPromise;
314
+
315
+ expect(waitResult.success).toBe(true);
316
+ const waitData = waitResult.data as { status: string; result?: string };
317
+ expect(waitData.status).toBe("completed");
318
+ expect(waitData.result).toContain("validated report");
319
+
320
+ const closeQuestResult = await questUpdate.execute(
321
+ {
322
+ quests: [
323
+ {
324
+ id: questId,
325
+ status: "done",
326
+ notes: waitData.result,
327
+ },
328
+ ],
329
+ },
330
+ ctx,
331
+ );
332
+ expect(closeQuestResult.success).toBe(true);
333
+
334
+ const doneList = await questList.execute({ status: "done" }, ctx);
335
+ expect(doneList.success).toBe(true);
336
+ const quests = (doneList.data as { quests: Array<{ id: string; notes: string }> }).quests;
337
+ const quest = quests.find((item) => item.id === questId);
338
+ expect(quest).toBeDefined();
339
+ expect(quest!.notes).toContain("validated report");
340
+ });
341
+
342
+ it("propagates delegated worker failures into quest status and notes", async () => {
343
+ const registry = createToolRegistry();
344
+ const questStore = new InMemoryQuestStore();
345
+ const delegationHarness = new ControlledDelegationHarness();
346
+ const ctx = createE2EContext(questStore, delegationHarness);
347
+
348
+ const questUpdate = getTool(registry, "quest_update");
349
+ const questList = getTool(registry, "quest_list");
350
+ const spawnWorker = getTool(registry, "spawn_worker");
351
+ const checkDelegation = getTool(registry, "check_delegation");
352
+
353
+ const createQuestResult = await questUpdate.execute(
354
+ {
355
+ quests: [{ title: "Run risky flow", status: "active" }],
356
+ },
357
+ ctx,
358
+ );
359
+ expect(createQuestResult.success).toBe(true);
360
+ const questId = (createQuestResult.data as { quests: Array<{ id: string }> }).quests[0]!.id;
361
+
362
+ const spawnResult = await spawnWorker.execute({ task: "Trigger failure path" }, ctx);
363
+ expect(spawnResult.success).toBe(true);
364
+ const delegationId = (spawnResult.data as { id: string }).id;
365
+
366
+ const waitResultPromise = checkDelegation.execute(
367
+ { id: delegationId, wait: true, timeout: 5_000 },
368
+ ctx,
369
+ );
370
+ delegationHarness.fail(delegationId, "synthetic worker failure");
371
+ const waitResult = await waitResultPromise;
372
+
373
+ expect(waitResult.success).toBe(false);
374
+ const waitData = waitResult.data as { status: string; error?: string };
375
+ expect(waitData.status).toBe("failed");
376
+ expect(waitData.error).toContain("synthetic worker failure");
377
+
378
+ const blockQuestResult = await questUpdate.execute(
379
+ {
380
+ quests: [
381
+ {
382
+ id: questId,
383
+ status: "blocked",
384
+ notes: waitData.error,
385
+ },
386
+ ],
387
+ },
388
+ ctx,
389
+ );
390
+ expect(blockQuestResult.success).toBe(true);
391
+
392
+ const blockedList = await questList.execute({ status: "blocked" }, ctx);
393
+ expect(blockedList.success).toBe(true);
394
+ const quests = (blockedList.data as { quests: Array<{ id: string; notes: string }> }).quests;
395
+ const quest = quests.find((item) => item.id === questId);
396
+ expect(quest).toBeDefined();
397
+ expect(quest!.notes).toContain("synthetic worker failure");
398
+ });
399
+
400
+ it("surfaces aborted delegation state when waiting on delegate_arion", async () => {
401
+ const registry = createToolRegistry();
402
+ const questStore = new InMemoryQuestStore();
403
+ const delegationHarness = new ControlledDelegationHarness();
404
+ const ctx = createE2EContext(questStore, delegationHarness);
405
+
406
+ const delegateArion = getTool(registry, "delegate_arion");
407
+ const checkDelegation = getTool(registry, "check_delegation");
408
+
409
+ const delegateResult = await delegateArion.execute(
410
+ {
411
+ arion: "Nova",
412
+ task: "Handle abort path",
413
+ maxTurns: 2,
414
+ },
415
+ ctx,
416
+ );
417
+ expect(delegateResult.success).toBe(true);
418
+ const delegationId = (delegateResult.data as { id: string }).id;
419
+
420
+ const waitResultPromise = checkDelegation.execute(
421
+ { id: delegationId, wait: true, timeout: 5_000 },
422
+ ctx,
423
+ );
424
+ delegationHarness.abort(delegationId, "parent session aborted");
425
+ const waitResult = await waitResultPromise;
426
+
427
+ expect(waitResult.success).toBe(false);
428
+ const waitData = waitResult.data as { status: string; error?: string };
429
+ expect(waitData.status).toBe("aborted");
430
+ expect(waitData.error).toContain("parent session aborted");
431
+ expect(waitResult.message).toContain("parent session aborted");
432
+ });
433
+ });