@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.
- package/dist/.aria-build-stamp.json +4 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/ask-user-interaction.d.ts +11 -0
- package/dist/ask-user-interaction.d.ts.map +1 -0
- package/dist/ask-user-interaction.js +23 -0
- package/dist/ask-user-interaction.js.map +1 -0
- package/dist/cache/web-cache.d.ts +53 -0
- package/dist/cache/web-cache.d.ts.map +1 -0
- package/dist/cache/web-cache.js +67 -0
- package/dist/cache/web-cache.js.map +1 -0
- package/dist/definitions/arion.d.ts +9 -0
- package/dist/definitions/arion.d.ts.map +1 -0
- package/dist/definitions/arion.js +105 -0
- package/dist/definitions/arion.js.map +1 -0
- package/dist/definitions/browser/browser.d.ts +3 -0
- package/dist/definitions/browser/browser.d.ts.map +1 -0
- package/dist/definitions/browser/browser.js +419 -0
- package/dist/definitions/browser/browser.js.map +1 -0
- package/dist/definitions/browser/index.d.ts +2 -0
- package/dist/definitions/browser/index.d.ts.map +1 -0
- package/dist/definitions/browser/index.js +5 -0
- package/dist/definitions/browser/index.js.map +1 -0
- package/dist/definitions/browser/pw-downloads.d.ts +14 -0
- package/dist/definitions/browser/pw-downloads.d.ts.map +1 -0
- package/dist/definitions/browser/pw-downloads.js +115 -0
- package/dist/definitions/browser/pw-downloads.js.map +1 -0
- package/dist/definitions/browser/pw-interactions.d.ts +79 -0
- package/dist/definitions/browser/pw-interactions.d.ts.map +1 -0
- package/dist/definitions/browser/pw-interactions.js +200 -0
- package/dist/definitions/browser/pw-interactions.js.map +1 -0
- package/dist/definitions/browser/pw-responses.d.ts +29 -0
- package/dist/definitions/browser/pw-responses.d.ts.map +1 -0
- package/dist/definitions/browser/pw-responses.js +77 -0
- package/dist/definitions/browser/pw-responses.js.map +1 -0
- package/dist/definitions/browser/pw-session.d.ts +66 -0
- package/dist/definitions/browser/pw-session.d.ts.map +1 -0
- package/dist/definitions/browser/pw-session.js +311 -0
- package/dist/definitions/browser/pw-session.js.map +1 -0
- package/dist/definitions/browser/pw-shared.d.ts +23 -0
- package/dist/definitions/browser/pw-shared.d.ts.map +1 -0
- package/dist/definitions/browser/pw-shared.js +67 -0
- package/dist/definitions/browser/pw-shared.js.map +1 -0
- package/dist/definitions/browser/pw-snapshot.d.ts +35 -0
- package/dist/definitions/browser/pw-snapshot.d.ts.map +1 -0
- package/dist/definitions/browser/pw-snapshot.js +302 -0
- package/dist/definitions/browser/pw-snapshot.js.map +1 -0
- package/dist/definitions/browser/pw-state.d.ts +23 -0
- package/dist/definitions/browser/pw-state.d.ts.map +1 -0
- package/dist/definitions/browser/pw-state.js +63 -0
- package/dist/definitions/browser/pw-state.js.map +1 -0
- package/dist/definitions/browser/types.d.ts +278 -0
- package/dist/definitions/browser/types.d.ts.map +1 -0
- package/dist/definitions/browser/types.js +5 -0
- package/dist/definitions/browser/types.js.map +1 -0
- package/dist/definitions/core.d.ts +45 -0
- package/dist/definitions/core.d.ts.map +1 -0
- package/dist/definitions/core.js +98 -0
- package/dist/definitions/core.js.map +1 -0
- package/dist/definitions/delegation.d.ts +12 -0
- package/dist/definitions/delegation.d.ts.map +1 -0
- package/dist/definitions/delegation.js +513 -0
- package/dist/definitions/delegation.js.map +1 -0
- package/dist/definitions/deploy.d.ts +16 -0
- package/dist/definitions/deploy.d.ts.map +1 -0
- package/dist/definitions/deploy.js +66 -0
- package/dist/definitions/deploy.js.map +1 -0
- package/dist/definitions/filesystem.d.ts +9 -0
- package/dist/definitions/filesystem.d.ts.map +1 -0
- package/dist/definitions/filesystem.js +231 -0
- package/dist/definitions/filesystem.js.map +1 -0
- package/dist/definitions/index.d.ts +17 -0
- package/dist/definitions/index.d.ts.map +1 -0
- package/dist/definitions/index.js +18 -0
- package/dist/definitions/index.js.map +1 -0
- package/dist/definitions/memory.d.ts +9 -0
- package/dist/definitions/memory.d.ts.map +1 -0
- package/dist/definitions/memory.js +124 -0
- package/dist/definitions/memory.js.map +1 -0
- package/dist/definitions/messaging.d.ts +12 -0
- package/dist/definitions/messaging.d.ts.map +1 -0
- package/dist/definitions/messaging.js +626 -0
- package/dist/definitions/messaging.js.map +1 -0
- package/dist/definitions/meta.d.ts +12 -0
- package/dist/definitions/meta.d.ts.map +1 -0
- package/dist/definitions/meta.js +350 -0
- package/dist/definitions/meta.js.map +1 -0
- package/dist/definitions/network.d.ts +12 -0
- package/dist/definitions/network.d.ts.map +1 -0
- package/dist/definitions/network.js +160 -0
- package/dist/definitions/network.js.map +1 -0
- package/dist/definitions/outlook.d.ts +3 -0
- package/dist/definitions/outlook.d.ts.map +1 -0
- package/dist/definitions/outlook.js +278 -0
- package/dist/definitions/outlook.js.map +1 -0
- package/dist/definitions/patch/apply-patch.d.ts +12 -0
- package/dist/definitions/patch/apply-patch.d.ts.map +1 -0
- package/dist/definitions/patch/apply-patch.js +185 -0
- package/dist/definitions/patch/apply-patch.js.map +1 -0
- package/dist/definitions/patch/fuzzy-match.d.ts +11 -0
- package/dist/definitions/patch/fuzzy-match.d.ts.map +1 -0
- package/dist/definitions/patch/fuzzy-match.js +167 -0
- package/dist/definitions/patch/fuzzy-match.js.map +1 -0
- package/dist/definitions/patch/index.d.ts +2 -0
- package/dist/definitions/patch/index.d.ts.map +1 -0
- package/dist/definitions/patch/index.js +2 -0
- package/dist/definitions/patch/index.js.map +1 -0
- package/dist/definitions/patch/patch-parser.d.ts +51 -0
- package/dist/definitions/patch/patch-parser.d.ts.map +1 -0
- package/dist/definitions/patch/patch-parser.js +208 -0
- package/dist/definitions/patch/patch-parser.js.map +1 -0
- package/dist/definitions/patch/sandbox-paths.d.ts +19 -0
- package/dist/definitions/patch/sandbox-paths.d.ts.map +1 -0
- package/dist/definitions/patch/sandbox-paths.js +106 -0
- package/dist/definitions/patch/sandbox-paths.js.map +1 -0
- package/dist/definitions/process/index.d.ts +2 -0
- package/dist/definitions/process/index.d.ts.map +1 -0
- package/dist/definitions/process/index.js +5 -0
- package/dist/definitions/process/index.js.map +1 -0
- package/dist/definitions/process/process-registry.d.ts +68 -0
- package/dist/definitions/process/process-registry.d.ts.map +1 -0
- package/dist/definitions/process/process-registry.js +214 -0
- package/dist/definitions/process/process-registry.js.map +1 -0
- package/dist/definitions/process/process.d.ts +10 -0
- package/dist/definitions/process/process.d.ts.map +1 -0
- package/dist/definitions/process/process.js +387 -0
- package/dist/definitions/process/process.js.map +1 -0
- package/dist/definitions/process/pty-keys.d.ts +14 -0
- package/dist/definitions/process/pty-keys.d.ts.map +1 -0
- package/dist/definitions/process/pty-keys.js +255 -0
- package/dist/definitions/process/pty-keys.js.map +1 -0
- package/dist/definitions/process/session-slug.d.ts +2 -0
- package/dist/definitions/process/session-slug.d.ts.map +1 -0
- package/dist/definitions/process/session-slug.js +143 -0
- package/dist/definitions/process/session-slug.js.map +1 -0
- package/dist/definitions/quip.d.ts +3 -0
- package/dist/definitions/quip.d.ts.map +1 -0
- package/dist/definitions/quip.js +196 -0
- package/dist/definitions/quip.js.map +1 -0
- package/dist/definitions/session-history.d.ts +12 -0
- package/dist/definitions/session-history.d.ts.map +1 -0
- package/dist/definitions/session-history.js +70 -0
- package/dist/definitions/session-history.js.map +1 -0
- package/dist/definitions/shell.d.ts +9 -0
- package/dist/definitions/shell.d.ts.map +1 -0
- package/dist/definitions/shell.js +182 -0
- package/dist/definitions/shell.js.map +1 -0
- package/dist/definitions/slack.d.ts +3 -0
- package/dist/definitions/slack.d.ts.map +1 -0
- package/dist/definitions/slack.js +181 -0
- package/dist/definitions/slack.js.map +1 -0
- package/dist/definitions/web.d.ts +9 -0
- package/dist/definitions/web.d.ts.map +1 -0
- package/dist/definitions/web.js +110 -0
- package/dist/definitions/web.js.map +1 -0
- package/dist/executors/apply-patch.d.ts +52 -0
- package/dist/executors/apply-patch.d.ts.map +1 -0
- package/dist/executors/apply-patch.js +884 -0
- package/dist/executors/apply-patch.js.map +1 -0
- package/dist/executors/arion.d.ts +51 -0
- package/dist/executors/arion.d.ts.map +1 -0
- package/dist/executors/arion.js +120 -0
- package/dist/executors/arion.js.map +1 -0
- package/dist/executors/deploy.d.ts +170 -0
- package/dist/executors/deploy.d.ts.map +1 -0
- package/dist/executors/deploy.js +849 -0
- package/dist/executors/deploy.js.map +1 -0
- package/dist/executors/filesystem.d.ts +151 -0
- package/dist/executors/filesystem.d.ts.map +1 -0
- package/dist/executors/filesystem.js +1117 -0
- package/dist/executors/filesystem.js.map +1 -0
- package/dist/executors/index.d.ts +39 -0
- package/dist/executors/index.d.ts.map +1 -0
- package/dist/executors/index.js +42 -0
- package/dist/executors/index.js.map +1 -0
- package/dist/executors/learning-meta.d.ts +88 -0
- package/dist/executors/learning-meta.d.ts.map +1 -0
- package/dist/executors/learning-meta.js +1147 -0
- package/dist/executors/learning-meta.js.map +1 -0
- package/dist/executors/memory.d.ts +204 -0
- package/dist/executors/memory.d.ts.map +1 -0
- package/dist/executors/memory.js +751 -0
- package/dist/executors/memory.js.map +1 -0
- package/dist/executors/meta.d.ts +74 -0
- package/dist/executors/meta.d.ts.map +1 -0
- package/dist/executors/meta.js +221 -0
- package/dist/executors/meta.js.map +1 -0
- package/dist/executors/process-registry.d.ts +99 -0
- package/dist/executors/process-registry.d.ts.map +1 -0
- package/dist/executors/process-registry.js +466 -0
- package/dist/executors/process-registry.js.map +1 -0
- package/dist/executors/pty-session-store.d.ts +15 -0
- package/dist/executors/pty-session-store.d.ts.map +1 -0
- package/dist/executors/pty-session-store.js +31 -0
- package/dist/executors/pty-session-store.js.map +1 -0
- package/dist/executors/pty.d.ts +134 -0
- package/dist/executors/pty.d.ts.map +1 -0
- package/dist/executors/pty.js +272 -0
- package/dist/executors/pty.js.map +1 -0
- package/dist/executors/restart.d.ts +19 -0
- package/dist/executors/restart.d.ts.map +1 -0
- package/dist/executors/restart.js +151 -0
- package/dist/executors/restart.js.map +1 -0
- package/dist/executors/search-types.d.ts +53 -0
- package/dist/executors/search-types.d.ts.map +1 -0
- package/dist/executors/search-types.js +53 -0
- package/dist/executors/search-types.js.map +1 -0
- package/dist/executors/self-diagnose.d.ts +90 -0
- package/dist/executors/self-diagnose.d.ts.map +1 -0
- package/dist/executors/self-diagnose.js +399 -0
- package/dist/executors/self-diagnose.js.map +1 -0
- package/dist/executors/session-history.d.ts +76 -0
- package/dist/executors/session-history.d.ts.map +1 -0
- package/dist/executors/session-history.js +284 -0
- package/dist/executors/session-history.js.map +1 -0
- package/dist/executors/shell-safety.d.ts +28 -0
- package/dist/executors/shell-safety.d.ts.map +1 -0
- package/dist/executors/shell-safety.js +474 -0
- package/dist/executors/shell-safety.js.map +1 -0
- package/dist/executors/shell.d.ts +169 -0
- package/dist/executors/shell.d.ts.map +1 -0
- package/dist/executors/shell.js +955 -0
- package/dist/executors/shell.js.map +1 -0
- package/dist/executors/utils.d.ts +21 -0
- package/dist/executors/utils.d.ts.map +1 -0
- package/dist/executors/utils.js +34 -0
- package/dist/executors/utils.js.map +1 -0
- package/dist/executors/web.d.ts +90 -0
- package/dist/executors/web.d.ts.map +1 -0
- package/dist/executors/web.js +543 -0
- package/dist/executors/web.js.map +1 -0
- package/dist/extraction/content-extraction.d.ts +49 -0
- package/dist/extraction/content-extraction.d.ts.map +1 -0
- package/dist/extraction/content-extraction.js +236 -0
- package/dist/extraction/content-extraction.js.map +1 -0
- package/dist/extraction/index.d.ts +5 -0
- package/dist/extraction/index.d.ts.map +1 -0
- package/dist/extraction/index.js +5 -0
- package/dist/extraction/index.js.map +1 -0
- package/dist/headless-control-contract.d.ts +3171 -0
- package/dist/headless-control-contract.d.ts.map +1 -0
- package/dist/headless-control-contract.js +968 -0
- package/dist/headless-control-contract.js.map +1 -0
- package/dist/index.d.ts +63 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +73 -0
- package/dist/index.js.map +1 -0
- package/dist/local-control-http-auth.d.ts +3 -0
- package/dist/local-control-http-auth.d.ts.map +1 -0
- package/dist/local-control-http-auth.js +3 -0
- package/dist/local-control-http-auth.js.map +1 -0
- package/dist/mcp/client.d.ts +69 -0
- package/dist/mcp/client.d.ts.map +1 -0
- package/dist/mcp/client.js +182 -0
- package/dist/mcp/client.js.map +1 -0
- package/dist/mcp/connection.d.ts +55 -0
- package/dist/mcp/connection.d.ts.map +1 -0
- package/dist/mcp/connection.js +481 -0
- package/dist/mcp/connection.js.map +1 -0
- package/dist/mcp/index.d.ts +11 -0
- package/dist/mcp/index.d.ts.map +1 -0
- package/dist/mcp/index.js +11 -0
- package/dist/mcp/index.js.map +1 -0
- package/dist/mcp/jsonrpc.d.ts +37 -0
- package/dist/mcp/jsonrpc.d.ts.map +1 -0
- package/dist/mcp/jsonrpc.js +145 -0
- package/dist/mcp/jsonrpc.js.map +1 -0
- package/dist/mcp/types.d.ts +179 -0
- package/dist/mcp/types.d.ts.map +1 -0
- package/dist/mcp/types.js +8 -0
- package/dist/mcp/types.js.map +1 -0
- package/dist/network-control-adapter.d.ts +5 -0
- package/dist/network-control-adapter.d.ts.map +1 -0
- package/dist/network-control-adapter.js +73 -0
- package/dist/network-control-adapter.js.map +1 -0
- package/dist/network-runtime/address-types.d.ts +202 -0
- package/dist/network-runtime/address-types.d.ts.map +1 -0
- package/dist/network-runtime/address-types.js +166 -0
- package/dist/network-runtime/address-types.js.map +1 -0
- package/dist/network-runtime/db-owner-fencing.d.ts +44 -0
- package/dist/network-runtime/db-owner-fencing.d.ts.map +1 -0
- package/dist/network-runtime/db-owner-fencing.js +70 -0
- package/dist/network-runtime/db-owner-fencing.js.map +1 -0
- package/dist/network-runtime/delivery-receipts.d.ts +118 -0
- package/dist/network-runtime/delivery-receipts.d.ts.map +1 -0
- package/dist/network-runtime/delivery-receipts.js +268 -0
- package/dist/network-runtime/delivery-receipts.js.map +1 -0
- package/dist/network-runtime/direct-endpoint-authority.d.ts +9 -0
- package/dist/network-runtime/direct-endpoint-authority.d.ts.map +1 -0
- package/dist/network-runtime/direct-endpoint-authority.js +26 -0
- package/dist/network-runtime/direct-endpoint-authority.js.map +1 -0
- package/dist/network-runtime/index.d.ts +25 -0
- package/dist/network-runtime/index.d.ts.map +1 -0
- package/dist/network-runtime/index.js +13 -0
- package/dist/network-runtime/index.js.map +1 -0
- package/dist/network-runtime/local-control-contract.d.ts +753 -0
- package/dist/network-runtime/local-control-contract.d.ts.map +1 -0
- package/dist/network-runtime/local-control-contract.js +622 -0
- package/dist/network-runtime/local-control-contract.js.map +1 -0
- package/dist/network-runtime/node-store-contract.d.ts +50 -0
- package/dist/network-runtime/node-store-contract.d.ts.map +1 -0
- package/dist/network-runtime/node-store-contract.js +35 -0
- package/dist/network-runtime/node-store-contract.js.map +1 -0
- package/dist/network-runtime/pair-route-contract.d.ts +101 -0
- package/dist/network-runtime/pair-route-contract.d.ts.map +1 -0
- package/dist/network-runtime/pair-route-contract.js +78 -0
- package/dist/network-runtime/pair-route-contract.js.map +1 -0
- package/dist/network-runtime/peer-capabilities.d.ts +11 -0
- package/dist/network-runtime/peer-capabilities.d.ts.map +1 -0
- package/dist/network-runtime/peer-capabilities.js +29 -0
- package/dist/network-runtime/peer-capabilities.js.map +1 -0
- package/dist/network-runtime/peer-principal-ref.d.ts +10 -0
- package/dist/network-runtime/peer-principal-ref.d.ts.map +1 -0
- package/dist/network-runtime/peer-principal-ref.js +13 -0
- package/dist/network-runtime/peer-principal-ref.js.map +1 -0
- package/dist/network-runtime/peer-state-machine.d.ts +71 -0
- package/dist/network-runtime/peer-state-machine.d.ts.map +1 -0
- package/dist/network-runtime/peer-state-machine.js +122 -0
- package/dist/network-runtime/peer-state-machine.js.map +1 -0
- package/dist/network-runtime/protocol-schemas.d.ts +329 -0
- package/dist/network-runtime/protocol-schemas.d.ts.map +1 -0
- package/dist/network-runtime/protocol-schemas.js +206 -0
- package/dist/network-runtime/protocol-schemas.js.map +1 -0
- package/dist/network-runtime/runtime-bootstrap-contract.d.ts +82 -0
- package/dist/network-runtime/runtime-bootstrap-contract.d.ts.map +1 -0
- package/dist/network-runtime/runtime-bootstrap-contract.js +61 -0
- package/dist/network-runtime/runtime-bootstrap-contract.js.map +1 -0
- package/dist/outlook/desktop-session.d.ts +69 -0
- package/dist/outlook/desktop-session.d.ts.map +1 -0
- package/dist/outlook/desktop-session.js +280 -0
- package/dist/outlook/desktop-session.js.map +1 -0
- package/dist/policy.d.ts +44 -0
- package/dist/policy.d.ts.map +1 -0
- package/dist/policy.js +150 -0
- package/dist/policy.js.map +1 -0
- package/dist/providers/brave.d.ts +11 -0
- package/dist/providers/brave.d.ts.map +1 -0
- package/dist/providers/brave.js +63 -0
- package/dist/providers/brave.js.map +1 -0
- package/dist/providers/duckduckgo.d.ts +19 -0
- package/dist/providers/duckduckgo.d.ts.map +1 -0
- package/dist/providers/duckduckgo.js +177 -0
- package/dist/providers/duckduckgo.js.map +1 -0
- package/dist/providers/exa.d.ts +11 -0
- package/dist/providers/exa.d.ts.map +1 -0
- package/dist/providers/exa.js +64 -0
- package/dist/providers/exa.js.map +1 -0
- package/dist/providers/firecrawl.d.ts +11 -0
- package/dist/providers/firecrawl.d.ts.map +1 -0
- package/dist/providers/firecrawl.js +56 -0
- package/dist/providers/firecrawl.js.map +1 -0
- package/dist/providers/index.d.ts +9 -0
- package/dist/providers/index.d.ts.map +1 -0
- package/dist/providers/index.js +8 -0
- package/dist/providers/index.js.map +1 -0
- package/dist/providers/jina.d.ts +11 -0
- package/dist/providers/jina.d.ts.map +1 -0
- package/dist/providers/jina.js +50 -0
- package/dist/providers/jina.js.map +1 -0
- package/dist/providers/router.d.ts +22 -0
- package/dist/providers/router.d.ts.map +1 -0
- package/dist/providers/router.js +97 -0
- package/dist/providers/router.js.map +1 -0
- package/dist/providers/search-provider.d.ts +36 -0
- package/dist/providers/search-provider.d.ts.map +1 -0
- package/dist/providers/search-provider.js +33 -0
- package/dist/providers/search-provider.js.map +1 -0
- package/dist/providers/tavily.d.ts +11 -0
- package/dist/providers/tavily.d.ts.map +1 -0
- package/dist/providers/tavily.js +55 -0
- package/dist/providers/tavily.js.map +1 -0
- package/dist/quip/desktop-session.d.ts +70 -0
- package/dist/quip/desktop-session.d.ts.map +1 -0
- package/dist/quip/desktop-session.js +318 -0
- package/dist/quip/desktop-session.js.map +1 -0
- package/dist/registry/index.d.ts +2 -0
- package/dist/registry/index.d.ts.map +1 -0
- package/dist/registry/index.js +2 -0
- package/dist/registry/index.js.map +1 -0
- package/dist/registry/registry.d.ts +157 -0
- package/dist/registry/registry.d.ts.map +1 -0
- package/dist/registry/registry.js +757 -0
- package/dist/registry/registry.js.map +1 -0
- package/dist/runtime-socket-local-control-client.d.ts +11 -0
- package/dist/runtime-socket-local-control-client.d.ts.map +1 -0
- package/dist/runtime-socket-local-control-client.js +331 -0
- package/dist/runtime-socket-local-control-client.js.map +1 -0
- package/dist/security/dns-normalization.d.ts +7 -0
- package/dist/security/dns-normalization.d.ts.map +1 -0
- package/dist/security/dns-normalization.js +20 -0
- package/dist/security/dns-normalization.js.map +1 -0
- package/dist/security/dns-pinning.d.ts +28 -0
- package/dist/security/dns-pinning.d.ts.map +1 -0
- package/dist/security/dns-pinning.js +124 -0
- package/dist/security/dns-pinning.js.map +1 -0
- package/dist/security/external-content.d.ts +41 -0
- package/dist/security/external-content.d.ts.map +1 -0
- package/dist/security/external-content.js +92 -0
- package/dist/security/external-content.js.map +1 -0
- package/dist/security/ssrf.d.ts +41 -0
- package/dist/security/ssrf.d.ts.map +1 -0
- package/dist/security/ssrf.js +182 -0
- package/dist/security/ssrf.js.map +1 -0
- package/dist/slack/desktop-session.d.ts +70 -0
- package/dist/slack/desktop-session.d.ts.map +1 -0
- package/dist/slack/desktop-session.js +325 -0
- package/dist/slack/desktop-session.js.map +1 -0
- package/dist/tool-factory.d.ts +47 -0
- package/dist/tool-factory.d.ts.map +1 -0
- package/dist/tool-factory.js +48 -0
- package/dist/tool-factory.js.map +1 -0
- package/dist/types.d.ts +1189 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +8 -0
- package/dist/types.js.map +1 -0
- package/dist/utils/retry.d.ts +12 -0
- package/dist/utils/retry.d.ts.map +1 -0
- package/dist/utils/retry.js +133 -0
- package/dist/utils/retry.js.map +1 -0
- package/dist/utils/safe-parse-json.d.ts +27 -0
- package/dist/utils/safe-parse-json.d.ts.map +1 -0
- package/dist/utils/safe-parse-json.js +161 -0
- package/dist/utils/safe-parse-json.js.map +1 -0
- package/dist/utils/url.d.ts +11 -0
- package/dist/utils/url.d.ts.map +1 -0
- package/dist/utils/url.js +20 -0
- package/dist/utils/url.js.map +1 -0
- package/dist-cjs/.tsbuildinfo +1 -0
- package/dist-cjs/ask-user-interaction.d.ts +10 -0
- package/dist-cjs/ask-user-interaction.js +28 -0
- package/dist-cjs/ask-user-interaction.js.map +1 -0
- package/dist-cjs/cache/web-cache.d.ts +52 -0
- package/dist-cjs/cache/web-cache.js +71 -0
- package/dist-cjs/cache/web-cache.js.map +1 -0
- package/dist-cjs/definitions/arion.d.ts +8 -0
- package/dist-cjs/definitions/arion.js +108 -0
- package/dist-cjs/definitions/arion.js.map +1 -0
- package/dist-cjs/definitions/browser/browser.d.ts +2 -0
- package/dist-cjs/definitions/browser/browser.js +422 -0
- package/dist-cjs/definitions/browser/browser.js.map +1 -0
- package/dist-cjs/definitions/browser/index.d.ts +1 -0
- package/dist-cjs/definitions/browser/index.js +9 -0
- package/dist-cjs/definitions/browser/index.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-downloads.d.ts +13 -0
- package/dist-cjs/definitions/browser/pw-downloads.js +118 -0
- package/dist-cjs/definitions/browser/pw-downloads.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-interactions.d.ts +78 -0
- package/dist-cjs/definitions/browser/pw-interactions.js +214 -0
- package/dist-cjs/definitions/browser/pw-interactions.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-responses.d.ts +28 -0
- package/dist-cjs/definitions/browser/pw-responses.js +85 -0
- package/dist-cjs/definitions/browser/pw-responses.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-session.d.ts +65 -0
- package/dist-cjs/definitions/browser/pw-session.js +327 -0
- package/dist-cjs/definitions/browser/pw-session.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-shared.d.ts +22 -0
- package/dist-cjs/definitions/browser/pw-shared.js +73 -0
- package/dist-cjs/definitions/browser/pw-shared.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-snapshot.d.ts +34 -0
- package/dist-cjs/definitions/browser/pw-snapshot.js +308 -0
- package/dist-cjs/definitions/browser/pw-snapshot.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-state.d.ts +22 -0
- package/dist-cjs/definitions/browser/pw-state.js +71 -0
- package/dist-cjs/definitions/browser/pw-state.js.map +1 -0
- package/dist-cjs/definitions/browser/types.d.ts +277 -0
- package/dist-cjs/definitions/browser/types.js +6 -0
- package/dist-cjs/definitions/browser/types.js.map +1 -0
- package/dist-cjs/definitions/core.d.ts +44 -0
- package/dist-cjs/definitions/core.js +119 -0
- package/dist-cjs/definitions/core.js.map +1 -0
- package/dist-cjs/definitions/delegation.d.ts +11 -0
- package/dist-cjs/definitions/delegation.js +516 -0
- package/dist-cjs/definitions/delegation.js.map +1 -0
- package/dist-cjs/definitions/deploy.d.ts +15 -0
- package/dist-cjs/definitions/deploy.js +69 -0
- package/dist-cjs/definitions/deploy.js.map +1 -0
- package/dist-cjs/definitions/filesystem.d.ts +8 -0
- package/dist-cjs/definitions/filesystem.js +234 -0
- package/dist-cjs/definitions/filesystem.js.map +1 -0
- package/dist-cjs/definitions/index.d.ts +16 -0
- package/dist-cjs/definitions/index.js +38 -0
- package/dist-cjs/definitions/index.js.map +1 -0
- package/dist-cjs/definitions/memory.d.ts +8 -0
- package/dist-cjs/definitions/memory.js +127 -0
- package/dist-cjs/definitions/memory.js.map +1 -0
- package/dist-cjs/definitions/messaging.d.ts +11 -0
- package/dist-cjs/definitions/messaging.js +632 -0
- package/dist-cjs/definitions/messaging.js.map +1 -0
- package/dist-cjs/definitions/meta.d.ts +11 -0
- package/dist-cjs/definitions/meta.js +353 -0
- package/dist-cjs/definitions/meta.js.map +1 -0
- package/dist-cjs/definitions/network.d.ts +11 -0
- package/dist-cjs/definitions/network.js +163 -0
- package/dist-cjs/definitions/network.js.map +1 -0
- package/dist-cjs/definitions/outlook.d.ts +2 -0
- package/dist-cjs/definitions/outlook.js +281 -0
- package/dist-cjs/definitions/outlook.js.map +1 -0
- package/dist-cjs/definitions/patch/apply-patch.d.ts +11 -0
- package/dist-cjs/definitions/patch/apply-patch.js +192 -0
- package/dist-cjs/definitions/patch/apply-patch.js.map +1 -0
- package/dist-cjs/definitions/patch/fuzzy-match.d.ts +10 -0
- package/dist-cjs/definitions/patch/fuzzy-match.js +173 -0
- package/dist-cjs/definitions/patch/fuzzy-match.js.map +1 -0
- package/dist-cjs/definitions/patch/index.d.ts +1 -0
- package/dist-cjs/definitions/patch/index.js +6 -0
- package/dist-cjs/definitions/patch/index.js.map +1 -0
- package/dist-cjs/definitions/patch/patch-parser.d.ts +50 -0
- package/dist-cjs/definitions/patch/patch-parser.js +216 -0
- package/dist-cjs/definitions/patch/patch-parser.js.map +1 -0
- package/dist-cjs/definitions/patch/sandbox-paths.d.ts +18 -0
- package/dist-cjs/definitions/patch/sandbox-paths.js +114 -0
- package/dist-cjs/definitions/patch/sandbox-paths.js.map +1 -0
- package/dist-cjs/definitions/process/index.d.ts +1 -0
- package/dist-cjs/definitions/process/index.js +9 -0
- package/dist-cjs/definitions/process/index.js.map +1 -0
- package/dist-cjs/definitions/process/process-registry.d.ts +67 -0
- package/dist-cjs/definitions/process/process-registry.js +232 -0
- package/dist-cjs/definitions/process/process-registry.js.map +1 -0
- package/dist-cjs/definitions/process/process.d.ts +9 -0
- package/dist-cjs/definitions/process/process.js +390 -0
- package/dist-cjs/definitions/process/process.js.map +1 -0
- package/dist-cjs/definitions/process/pty-keys.d.ts +13 -0
- package/dist-cjs/definitions/process/pty-keys.js +260 -0
- package/dist-cjs/definitions/process/pty-keys.js.map +1 -0
- package/dist-cjs/definitions/process/session-slug.d.ts +1 -0
- package/dist-cjs/definitions/process/session-slug.js +146 -0
- package/dist-cjs/definitions/process/session-slug.js.map +1 -0
- package/dist-cjs/definitions/quip.d.ts +2 -0
- package/dist-cjs/definitions/quip.js +199 -0
- package/dist-cjs/definitions/quip.js.map +1 -0
- package/dist-cjs/definitions/session-history.d.ts +11 -0
- package/dist-cjs/definitions/session-history.js +73 -0
- package/dist-cjs/definitions/session-history.js.map +1 -0
- package/dist-cjs/definitions/shell.d.ts +8 -0
- package/dist-cjs/definitions/shell.js +185 -0
- package/dist-cjs/definitions/shell.js.map +1 -0
- package/dist-cjs/definitions/slack.d.ts +2 -0
- package/dist-cjs/definitions/slack.js +184 -0
- package/dist-cjs/definitions/slack.js.map +1 -0
- package/dist-cjs/definitions/web.d.ts +8 -0
- package/dist-cjs/definitions/web.js +113 -0
- package/dist-cjs/definitions/web.js.map +1 -0
- package/dist-cjs/executors/apply-patch.d.ts +51 -0
- package/dist-cjs/executors/apply-patch.js +921 -0
- package/dist-cjs/executors/apply-patch.js.map +1 -0
- package/dist-cjs/executors/arion.d.ts +50 -0
- package/dist-cjs/executors/arion.js +126 -0
- package/dist-cjs/executors/arion.js.map +1 -0
- package/dist-cjs/executors/deploy.d.ts +169 -0
- package/dist-cjs/executors/deploy.js +870 -0
- package/dist-cjs/executors/deploy.js.map +1 -0
- package/dist-cjs/executors/filesystem.d.ts +150 -0
- package/dist-cjs/executors/filesystem.js +1159 -0
- package/dist-cjs/executors/filesystem.js.map +1 -0
- package/dist-cjs/executors/index.d.ts +38 -0
- package/dist-cjs/executors/index.js +112 -0
- package/dist-cjs/executors/index.js.map +1 -0
- package/dist-cjs/executors/learning-meta.d.ts +87 -0
- package/dist-cjs/executors/learning-meta.js +1166 -0
- package/dist-cjs/executors/learning-meta.js.map +1 -0
- package/dist-cjs/executors/memory.d.ts +203 -0
- package/dist-cjs/executors/memory.js +797 -0
- package/dist-cjs/executors/memory.js.map +1 -0
- package/dist-cjs/executors/meta.d.ts +73 -0
- package/dist-cjs/executors/meta.js +227 -0
- package/dist-cjs/executors/meta.js.map +1 -0
- package/dist-cjs/executors/process-registry.d.ts +98 -0
- package/dist-cjs/executors/process-registry.js +470 -0
- package/dist-cjs/executors/process-registry.js.map +1 -0
- package/dist-cjs/executors/pty-session-store.d.ts +14 -0
- package/dist-cjs/executors/pty-session-store.js +35 -0
- package/dist-cjs/executors/pty-session-store.js.map +1 -0
- package/dist-cjs/executors/pty.d.ts +133 -0
- package/dist-cjs/executors/pty.js +313 -0
- package/dist-cjs/executors/pty.js.map +1 -0
- package/dist-cjs/executors/restart.d.ts +18 -0
- package/dist-cjs/executors/restart.js +187 -0
- package/dist-cjs/executors/restart.js.map +1 -0
- package/dist-cjs/executors/search-types.d.ts +52 -0
- package/dist-cjs/executors/search-types.js +57 -0
- package/dist-cjs/executors/search-types.js.map +1 -0
- package/dist-cjs/executors/self-diagnose.d.ts +89 -0
- package/dist-cjs/executors/self-diagnose.js +435 -0
- package/dist-cjs/executors/self-diagnose.js.map +1 -0
- package/dist-cjs/executors/session-history.d.ts +75 -0
- package/dist-cjs/executors/session-history.js +321 -0
- package/dist-cjs/executors/session-history.js.map +1 -0
- package/dist-cjs/executors/shell-safety.d.ts +27 -0
- package/dist-cjs/executors/shell-safety.js +479 -0
- package/dist-cjs/executors/shell-safety.js.map +1 -0
- package/dist-cjs/executors/shell.d.ts +168 -0
- package/dist-cjs/executors/shell.js +1002 -0
- package/dist-cjs/executors/shell.js.map +1 -0
- package/dist-cjs/executors/utils.d.ts +20 -0
- package/dist-cjs/executors/utils.js +74 -0
- package/dist-cjs/executors/utils.js.map +1 -0
- package/dist-cjs/executors/web.d.ts +89 -0
- package/dist-cjs/executors/web.js +548 -0
- package/dist-cjs/executors/web.js.map +1 -0
- package/dist-cjs/extraction/content-extraction.d.ts +48 -0
- package/dist-cjs/extraction/content-extraction.js +244 -0
- package/dist-cjs/extraction/content-extraction.js.map +1 -0
- package/dist-cjs/extraction/index.d.ts +4 -0
- package/dist-cjs/extraction/index.js +9 -0
- package/dist-cjs/extraction/index.js.map +1 -0
- package/dist-cjs/headless-control-contract.d.ts +3170 -0
- package/dist-cjs/headless-control-contract.js +973 -0
- package/dist-cjs/headless-control-contract.js.map +1 -0
- package/dist-cjs/index.d.ts +62 -0
- package/dist-cjs/index.js +418 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/local-control-http-auth.d.ts +2 -0
- package/dist-cjs/local-control-http-auth.js +6 -0
- package/dist-cjs/local-control-http-auth.js.map +1 -0
- package/dist-cjs/mcp/client.d.ts +68 -0
- package/dist-cjs/mcp/client.js +186 -0
- package/dist-cjs/mcp/client.js.map +1 -0
- package/dist-cjs/mcp/connection.d.ts +54 -0
- package/dist-cjs/mcp/connection.js +485 -0
- package/dist-cjs/mcp/connection.js.map +1 -0
- package/dist-cjs/mcp/index.d.ts +10 -0
- package/dist-cjs/mcp/index.js +31 -0
- package/dist-cjs/mcp/index.js.map +1 -0
- package/dist-cjs/mcp/jsonrpc.d.ts +36 -0
- package/dist-cjs/mcp/jsonrpc.js +149 -0
- package/dist-cjs/mcp/jsonrpc.js.map +1 -0
- package/dist-cjs/mcp/types.d.ts +178 -0
- package/dist-cjs/mcp/types.js +9 -0
- package/dist-cjs/mcp/types.js.map +1 -0
- package/dist-cjs/network-control-adapter.d.ts +4 -0
- package/dist-cjs/network-control-adapter.js +78 -0
- package/dist-cjs/network-control-adapter.js.map +1 -0
- package/dist-cjs/network-runtime/address-types.d.ts +201 -0
- package/dist-cjs/network-runtime/address-types.js +169 -0
- package/dist-cjs/network-runtime/address-types.js.map +1 -0
- package/dist-cjs/network-runtime/db-owner-fencing.d.ts +43 -0
- package/dist-cjs/network-runtime/db-owner-fencing.js +77 -0
- package/dist-cjs/network-runtime/db-owner-fencing.js.map +1 -0
- package/dist-cjs/network-runtime/delivery-receipts.d.ts +117 -0
- package/dist-cjs/network-runtime/delivery-receipts.js +277 -0
- package/dist-cjs/network-runtime/delivery-receipts.js.map +1 -0
- package/dist-cjs/network-runtime/direct-endpoint-authority.d.ts +8 -0
- package/dist-cjs/network-runtime/direct-endpoint-authority.js +30 -0
- package/dist-cjs/network-runtime/direct-endpoint-authority.js.map +1 -0
- package/dist-cjs/network-runtime/index.d.ts +24 -0
- package/dist-cjs/network-runtime/index.js +173 -0
- package/dist-cjs/network-runtime/index.js.map +1 -0
- package/dist-cjs/network-runtime/local-control-contract.d.ts +752 -0
- package/dist-cjs/network-runtime/local-control-contract.js +628 -0
- package/dist-cjs/network-runtime/local-control-contract.js.map +1 -0
- package/dist-cjs/network-runtime/node-store-contract.d.ts +49 -0
- package/dist-cjs/network-runtime/node-store-contract.js +39 -0
- package/dist-cjs/network-runtime/node-store-contract.js.map +1 -0
- package/dist-cjs/network-runtime/pair-route-contract.d.ts +100 -0
- package/dist-cjs/network-runtime/pair-route-contract.js +81 -0
- package/dist-cjs/network-runtime/pair-route-contract.js.map +1 -0
- package/dist-cjs/network-runtime/peer-capabilities.d.ts +10 -0
- package/dist-cjs/network-runtime/peer-capabilities.js +38 -0
- package/dist-cjs/network-runtime/peer-capabilities.js.map +1 -0
- package/dist-cjs/network-runtime/peer-principal-ref.d.ts +9 -0
- package/dist-cjs/network-runtime/peer-principal-ref.js +16 -0
- package/dist-cjs/network-runtime/peer-principal-ref.js.map +1 -0
- package/dist-cjs/network-runtime/peer-state-machine.d.ts +70 -0
- package/dist-cjs/network-runtime/peer-state-machine.js +130 -0
- package/dist-cjs/network-runtime/peer-state-machine.js.map +1 -0
- package/dist-cjs/network-runtime/protocol-schemas.d.ts +328 -0
- package/dist-cjs/network-runtime/protocol-schemas.js +213 -0
- package/dist-cjs/network-runtime/protocol-schemas.js.map +1 -0
- package/dist-cjs/network-runtime/runtime-bootstrap-contract.d.ts +81 -0
- package/dist-cjs/network-runtime/runtime-bootstrap-contract.js +64 -0
- package/dist-cjs/network-runtime/runtime-bootstrap-contract.js.map +1 -0
- package/dist-cjs/outlook/desktop-session.d.ts +68 -0
- package/dist-cjs/outlook/desktop-session.js +319 -0
- package/dist-cjs/outlook/desktop-session.js.map +1 -0
- package/dist-cjs/package.json +3 -0
- package/dist-cjs/policy.d.ts +43 -0
- package/dist-cjs/policy.js +156 -0
- package/dist-cjs/policy.js.map +1 -0
- package/dist-cjs/providers/brave.d.ts +10 -0
- package/dist-cjs/providers/brave.js +67 -0
- package/dist-cjs/providers/brave.js.map +1 -0
- package/dist-cjs/providers/duckduckgo.d.ts +18 -0
- package/dist-cjs/providers/duckduckgo.js +181 -0
- package/dist-cjs/providers/duckduckgo.js.map +1 -0
- package/dist-cjs/providers/exa.d.ts +10 -0
- package/dist-cjs/providers/exa.js +68 -0
- package/dist-cjs/providers/exa.js.map +1 -0
- package/dist-cjs/providers/firecrawl.d.ts +10 -0
- package/dist-cjs/providers/firecrawl.js +60 -0
- package/dist-cjs/providers/firecrawl.js.map +1 -0
- package/dist-cjs/providers/index.d.ts +8 -0
- package/dist-cjs/providers/index.js +18 -0
- package/dist-cjs/providers/index.js.map +1 -0
- package/dist-cjs/providers/jina.d.ts +10 -0
- package/dist-cjs/providers/jina.js +54 -0
- package/dist-cjs/providers/jina.js.map +1 -0
- package/dist-cjs/providers/router.d.ts +21 -0
- package/dist-cjs/providers/router.js +101 -0
- package/dist-cjs/providers/router.js.map +1 -0
- package/dist-cjs/providers/search-provider.d.ts +35 -0
- package/dist-cjs/providers/search-provider.js +37 -0
- package/dist-cjs/providers/search-provider.js.map +1 -0
- package/dist-cjs/providers/tavily.d.ts +10 -0
- package/dist-cjs/providers/tavily.js +59 -0
- package/dist-cjs/providers/tavily.js.map +1 -0
- package/dist-cjs/quip/desktop-session.d.ts +69 -0
- package/dist-cjs/quip/desktop-session.js +354 -0
- package/dist-cjs/quip/desktop-session.js.map +1 -0
- package/dist-cjs/registry/index.d.ts +1 -0
- package/dist-cjs/registry/index.js +7 -0
- package/dist-cjs/registry/index.js.map +1 -0
- package/dist-cjs/registry/registry.d.ts +156 -0
- package/dist-cjs/registry/registry.js +762 -0
- package/dist-cjs/registry/registry.js.map +1 -0
- package/dist-cjs/runtime-socket-local-control-client.d.ts +10 -0
- package/dist-cjs/runtime-socket-local-control-client.js +368 -0
- package/dist-cjs/runtime-socket-local-control-client.js.map +1 -0
- package/dist-cjs/security/dns-normalization.d.ts +6 -0
- package/dist-cjs/security/dns-normalization.js +23 -0
- package/dist-cjs/security/dns-normalization.js.map +1 -0
- package/dist-cjs/security/dns-pinning.d.ts +27 -0
- package/dist-cjs/security/dns-pinning.js +161 -0
- package/dist-cjs/security/dns-pinning.js.map +1 -0
- package/dist-cjs/security/external-content.d.ts +40 -0
- package/dist-cjs/security/external-content.js +96 -0
- package/dist-cjs/security/external-content.js.map +1 -0
- package/dist-cjs/security/ssrf.d.ts +40 -0
- package/dist-cjs/security/ssrf.js +222 -0
- package/dist-cjs/security/ssrf.js.map +1 -0
- package/dist-cjs/slack/desktop-session.d.ts +69 -0
- package/dist-cjs/slack/desktop-session.js +367 -0
- package/dist-cjs/slack/desktop-session.js.map +1 -0
- package/dist-cjs/tool-factory.d.ts +46 -0
- package/dist-cjs/tool-factory.js +51 -0
- package/dist-cjs/tool-factory.js.map +1 -0
- package/dist-cjs/types.d.ts +1188 -0
- package/dist-cjs/types.js +9 -0
- package/dist-cjs/types.js.map +1 -0
- package/dist-cjs/utils/retry.d.ts +11 -0
- package/dist-cjs/utils/retry.js +170 -0
- package/dist-cjs/utils/retry.js.map +1 -0
- package/dist-cjs/utils/safe-parse-json.d.ts +26 -0
- package/dist-cjs/utils/safe-parse-json.js +165 -0
- package/dist-cjs/utils/safe-parse-json.js.map +1 -0
- package/dist-cjs/utils/url.d.ts +10 -0
- package/dist-cjs/utils/url.js +24 -0
- package/dist-cjs/utils/url.js.map +1 -0
- package/package.json +55 -0
- package/src/__tests__/web-fetch-download.test.ts +433 -0
- package/src/__tests__/web-tools.test.ts +619 -0
- package/src/ask-user-interaction.ts +33 -0
- package/src/cache/web-cache.ts +110 -0
- package/src/definitions/arion.ts +118 -0
- package/src/definitions/browser/browser.ts +502 -0
- package/src/definitions/browser/index.ts +5 -0
- package/src/definitions/browser/pw-downloads.ts +142 -0
- package/src/definitions/browser/pw-interactions.ts +282 -0
- package/src/definitions/browser/pw-responses.ts +98 -0
- package/src/definitions/browser/pw-session.ts +405 -0
- package/src/definitions/browser/pw-shared.ts +85 -0
- package/src/definitions/browser/pw-snapshot.ts +383 -0
- package/src/definitions/browser/pw-state.ts +101 -0
- package/src/definitions/browser/types.ts +203 -0
- package/src/definitions/core.ts +106 -0
- package/src/definitions/delegation.ts +567 -0
- package/src/definitions/deploy.ts +73 -0
- package/src/definitions/filesystem.ts +253 -0
- package/src/definitions/index.ts +25 -0
- package/src/definitions/memory.ts +150 -0
- package/src/definitions/messaging.ts +734 -0
- package/src/definitions/meta.ts +392 -0
- package/src/definitions/network.ts +179 -0
- package/src/definitions/outlook.ts +318 -0
- package/src/definitions/patch/apply-patch.ts +235 -0
- package/src/definitions/patch/fuzzy-match.ts +217 -0
- package/src/definitions/patch/index.ts +1 -0
- package/src/definitions/patch/patch-parser.ts +297 -0
- package/src/definitions/patch/sandbox-paths.ts +129 -0
- package/src/definitions/process/index.ts +5 -0
- package/src/definitions/process/process-registry.ts +303 -0
- package/src/definitions/process/process.ts +456 -0
- package/src/definitions/process/pty-keys.ts +298 -0
- package/src/definitions/process/session-slug.ts +147 -0
- package/src/definitions/quip.ts +225 -0
- package/src/definitions/session-history.ts +79 -0
- package/src/definitions/shell.ts +202 -0
- package/src/definitions/slack.ts +211 -0
- package/src/definitions/web.ts +119 -0
- package/src/executors/apply-patch.ts +1015 -0
- package/src/executors/arion.ts +199 -0
- package/src/executors/deploy.ts +1066 -0
- package/src/executors/filesystem.ts +1421 -0
- package/src/executors/index.ts +222 -0
- package/src/executors/learning-meta.ts +1367 -0
- package/src/executors/memory.ts +978 -0
- package/src/executors/meta.ts +293 -0
- package/src/executors/process-registry.ts +570 -0
- package/src/executors/pty-session-store.ts +43 -0
- package/src/executors/pty.ts +342 -0
- package/src/executors/restart.ts +168 -0
- package/src/executors/search-types.ts +98 -0
- package/src/executors/self-diagnose.ts +552 -0
- package/src/executors/session-history.ts +435 -0
- package/src/executors/shell-safety.ts +519 -0
- package/src/executors/shell.ts +1243 -0
- package/src/executors/utils.ts +40 -0
- package/src/executors/web.ts +786 -0
- package/src/extraction/content-extraction.ts +281 -0
- package/src/extraction/index.ts +5 -0
- package/src/headless-control-contract.ts +1149 -0
- package/src/index.ts +763 -0
- package/src/local-control-http-auth.ts +2 -0
- package/src/mcp/client.ts +218 -0
- package/src/mcp/connection.ts +568 -0
- package/src/mcp/index.ts +11 -0
- package/src/mcp/jsonrpc.ts +195 -0
- package/src/mcp/types.ts +199 -0
- package/src/network-control-adapter.ts +88 -0
- package/src/network-runtime/address-types.ts +218 -0
- package/src/network-runtime/db-owner-fencing.ts +91 -0
- package/src/network-runtime/delivery-receipts.ts +372 -0
- package/src/network-runtime/direct-endpoint-authority.ts +35 -0
- package/src/network-runtime/index.ts +316 -0
- package/src/network-runtime/local-control-contract.ts +778 -0
- package/src/network-runtime/node-store-contract.ts +46 -0
- package/src/network-runtime/pair-route-contract.ts +97 -0
- package/src/network-runtime/peer-capabilities.ts +48 -0
- package/src/network-runtime/peer-principal-ref.ts +20 -0
- package/src/network-runtime/peer-state-machine.ts +160 -0
- package/src/network-runtime/protocol-schemas.ts +265 -0
- package/src/network-runtime/runtime-bootstrap-contract.ts +83 -0
- package/src/outlook/desktop-session.ts +409 -0
- package/src/policy.ts +171 -0
- package/src/providers/brave.ts +80 -0
- package/src/providers/duckduckgo.ts +199 -0
- package/src/providers/exa.ts +85 -0
- package/src/providers/firecrawl.ts +77 -0
- package/src/providers/index.ts +8 -0
- package/src/providers/jina.ts +70 -0
- package/src/providers/router.ts +121 -0
- package/src/providers/search-provider.ts +74 -0
- package/src/providers/tavily.ts +74 -0
- package/src/quip/desktop-session.ts +435 -0
- package/src/registry/index.ts +1 -0
- package/src/registry/registry.ts +905 -0
- package/src/runtime-socket-local-control-client.ts +632 -0
- package/src/security/dns-normalization.ts +34 -0
- package/src/security/dns-pinning.ts +138 -0
- package/src/security/external-content.ts +129 -0
- package/src/security/ssrf.ts +207 -0
- package/src/slack/desktop-session.ts +493 -0
- package/src/tool-factory.ts +91 -0
- package/src/types.ts +1337 -0
- package/src/utils/retry.ts +163 -0
- package/src/utils/safe-parse-json.ts +176 -0
- package/src/utils/url.ts +20 -0
- package/tests/benchmarks/registry.bench.ts +57 -0
- package/tests/cache/web-cache.test.ts +147 -0
- package/tests/critical-integration.test.ts +1465 -0
- package/tests/definitions/apply-patch.test.ts +586 -0
- package/tests/definitions/browser.test.ts +495 -0
- package/tests/definitions/delegation-pause-resume.test.ts +758 -0
- package/tests/definitions/execution.test.ts +671 -0
- package/tests/definitions/messaging-inbox-scope.test.ts +229 -0
- package/tests/definitions/messaging.test.ts +1468 -0
- package/tests/definitions/outlook.test.ts +30 -0
- package/tests/definitions/process.test.ts +469 -0
- package/tests/definitions/slack.test.ts +28 -0
- package/tests/definitions/tool-inventory.test.ts +207 -0
- package/tests/e2e/delegation-quest-orchestration.e2e.test.ts +433 -0
- package/tests/e2e/memory-tool-discovery-contract.e2e.test.ts +81 -0
- package/tests/executors/apply-patch.test.ts +538 -0
- package/tests/executors/arion.test.ts +309 -0
- package/tests/executors/conversation-primitives.test.ts +250 -0
- package/tests/executors/deploy.test.ts +746 -0
- package/tests/executors/filesystem-tools.test.ts +357 -0
- package/tests/executors/filesystem.test.ts +959 -0
- package/tests/executors/memory-bugfixes.test.ts +257 -0
- package/tests/executors/memory-real-memoria.integration.test.ts +316 -0
- package/tests/executors/memory.test.ts +853 -0
- package/tests/executors/meta-tools.test.ts +411 -0
- package/tests/executors/meta.test.ts +683 -0
- package/tests/executors/path-containment.test.ts +51 -0
- package/tests/executors/process-registry.test.ts +505 -0
- package/tests/executors/pty.test.ts +664 -0
- package/tests/executors/quest-security.test.ts +249 -0
- package/tests/executors/read-file-media.test.ts +230 -0
- package/tests/executors/recall-knowledge-schema.test.ts +209 -0
- package/tests/executors/recall-tags.test.ts +278 -0
- package/tests/executors/remember-null-safety.contract.test.ts +41 -0
- package/tests/executors/restart.test.ts +67 -0
- package/tests/executors/search-unified.test.ts +381 -0
- package/tests/executors/session-history.test.ts +340 -0
- package/tests/executors/session-transcript.test.ts +561 -0
- package/tests/executors/shell-abort.test.ts +416 -0
- package/tests/executors/shell-env-blocklist.test.ts +648 -0
- package/tests/executors/shell-env-process.test.ts +245 -0
- package/tests/executors/shell-process-registry.test.ts +334 -0
- package/tests/executors/shell-tools.test.ts +393 -0
- package/tests/executors/shell.test.ts +690 -0
- package/tests/executors/web-abort-vs-timeout.test.ts +213 -0
- package/tests/executors/web-integration.test.ts +633 -0
- package/tests/executors/web-symlink.test.ts +18 -0
- package/tests/executors/web.test.ts +1400 -0
- package/tests/executors/write-stdin.test.ts +145 -0
- package/tests/extraction/content-extraction.test.ts +153 -0
- package/tests/guards/tools-default-test-lane.integration.test.ts +21 -0
- package/tests/guards/tools-package-test-commands.e2e.test.ts +43 -0
- package/tests/guards/tools-test-lane-manifest.contract.test.ts +76 -0
- package/tests/guards/tools-vitest-workspace-alias.contract.test.ts +63 -0
- package/tests/helpers/async-waits.ts +53 -0
- package/tests/integration/headless-control-contract.integration.test.ts +151 -0
- package/tests/integration/memory-tool-schema-parity.integration.test.ts +67 -0
- package/tests/integration/meta-tools-round-trip.integration.test.ts +506 -0
- package/tests/integration/quest-round-trip.test.ts +303 -0
- package/tests/integration/registry-executor-flow.test.ts +85 -0
- package/tests/integration.test.ts +177 -0
- package/tests/loading-tier.test.ts +126 -0
- package/tests/mcp/client-reconnect.test.ts +267 -0
- package/tests/mcp/connection.test.ts +846 -0
- package/tests/mcp/injectable-logger.test.ts +83 -0
- package/tests/mcp/jsonrpc.test.ts +109 -0
- package/tests/mcp/lifecycle.test.ts +879 -0
- package/tests/network-runtime/address-types.contract.test.ts +143 -0
- package/tests/network-runtime/continuity-bind-schema.contract.test.ts +203 -0
- package/tests/network-runtime/local-control-contract.test.ts +869 -0
- package/tests/network-runtime/local-control-invite-token.contract.test.ts +146 -0
- package/tests/network-runtime/node-store-contract.test.ts +11 -0
- package/tests/network-runtime/pair-protocol-nodeid.contract.test.ts +15 -0
- package/tests/network-runtime/peer-state-machine.contract.test.ts +148 -0
- package/tests/network-runtime/protocol-schemas.contract.test.ts +512 -0
- package/tests/network-runtime/relay-pending-nodeid.contract.test.ts +62 -0
- package/tests/network-runtime/runtime-bootstrap-contract.test.ts +227 -0
- package/tests/network-runtime/runtime-socket-local-control-client.test.ts +621 -0
- package/tests/network-runtime/wait-for-message-script.test.ts +288 -0
- package/tests/parallel.test.ts +71 -0
- package/tests/policy.test.ts +184 -0
- package/tests/print-default-test-lane.ts +14 -0
- package/tests/print-test-lane-manifest.ts +22 -0
- package/tests/providers/brave.test.ts +159 -0
- package/tests/providers/duckduckgo.test.ts +207 -0
- package/tests/providers/exa.test.ts +175 -0
- package/tests/providers/firecrawl.test.ts +168 -0
- package/tests/providers/jina.test.ts +144 -0
- package/tests/providers/router.test.ts +328 -0
- package/tests/providers/tavily.test.ts +165 -0
- package/tests/registry/discovery.test.ts +154 -0
- package/tests/registry/injectable-logger.test.ts +230 -0
- package/tests/registry/input-validation.test.ts +361 -0
- package/tests/registry/interface-completeness.test.ts +85 -0
- package/tests/registry/mcp-integration.test.ts +103 -0
- package/tests/registry/mcp-read-only-hint.test.ts +60 -0
- package/tests/registry/memoria-discovery.test.ts +390 -0
- package/tests/registry/nested-validation.test.ts +283 -0
- package/tests/registry/pseudo-tool-filtering.test.ts +258 -0
- package/tests/registry/registration-lifecycle.test.ts +133 -0
- package/tests/registry-validation.test.ts +424 -0
- package/tests/registry.test.ts +460 -0
- package/tests/security/dns-pinning.test.ts +162 -0
- package/tests/security/external-content.test.ts +144 -0
- package/tests/security/ssrf.test.ts +118 -0
- package/tests/shell-safety-integration.test.ts +32 -0
- package/tests/shell-safety.test.ts +365 -0
- package/tests/slack/desktop-session.test.ts +50 -0
- package/tests/test-lane-manifest.ts +436 -0
- package/tests/test-utils.ts +27 -0
- package/tests/tool-factory.test.ts +188 -0
- package/tests/utils/retry.test.ts +231 -0
- package/tests/utils/url.test.ts +63 -0
- package/tsconfig.cjs.json +16 -0
- package/tsconfig.json +12 -0
- package/vitest.config.ts +55 -0
- package/vitest.e2e.config.ts +24 -0
- package/vitest.integration.config.ts +24 -0
- package/vitest.native.config.ts +24 -0
|
@@ -0,0 +1,671 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @aria/tools - Tool execution integration tests
|
|
3
|
+
*
|
|
4
|
+
* Tests that tool definitions are wired to their executors correctly.
|
|
5
|
+
* Verifies that tools actually execute (not just that they exist).
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import { describe, it, expect, beforeEach, afterEach, vi } from "vitest";
|
|
9
|
+
import * as fs from "node:fs/promises";
|
|
10
|
+
import * as path from "node:path";
|
|
11
|
+
import * as os from "node:os";
|
|
12
|
+
import type { ToolContext, Tool } from "../../src/types.js";
|
|
13
|
+
import {
|
|
14
|
+
CORE_TOOL_DEFINITIONS,
|
|
15
|
+
getCoreTool,
|
|
16
|
+
getCoreToolsByCategory,
|
|
17
|
+
} from "../../src/definitions/core.js";
|
|
18
|
+
import * as executorsBarrel from "../../src/executors/index.js";
|
|
19
|
+
import * as toolsBarrel from "../../src/index.js";
|
|
20
|
+
|
|
21
|
+
// Helper to create a unique temp directory for each test
|
|
22
|
+
const createTempDir = async (): Promise<string> => {
|
|
23
|
+
const tempDir = await fs.mkdtemp(path.join(os.tmpdir(), "aria-exec-test-"));
|
|
24
|
+
return tempDir;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
// Helper to clean up temp directory
|
|
28
|
+
const cleanupTempDir = async (dir: string): Promise<void> => {
|
|
29
|
+
await fs.rm(dir, { recursive: true, force: true });
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
// Helper to create a context
|
|
33
|
+
const createContext = (workingDir: string): ToolContext => ({
|
|
34
|
+
workingDir,
|
|
35
|
+
env: {},
|
|
36
|
+
});
|
|
37
|
+
|
|
38
|
+
describe("Tool Definition Execution", () => {
|
|
39
|
+
let tempDir: string;
|
|
40
|
+
let ctx: ToolContext;
|
|
41
|
+
|
|
42
|
+
beforeEach(async () => {
|
|
43
|
+
tempDir = await createTempDir();
|
|
44
|
+
ctx = createContext(tempDir);
|
|
45
|
+
});
|
|
46
|
+
|
|
47
|
+
afterEach(async () => {
|
|
48
|
+
await cleanupTempDir(tempDir);
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
describe("All tools have execute functions", () => {
|
|
52
|
+
it("should have 56 core tools", () => {
|
|
53
|
+
expect(CORE_TOOL_DEFINITIONS).toHaveLength(56);
|
|
54
|
+
});
|
|
55
|
+
|
|
56
|
+
it("should have execute function for every tool", () => {
|
|
57
|
+
for (const tool of CORE_TOOL_DEFINITIONS) {
|
|
58
|
+
expect(tool.execute).toBeDefined();
|
|
59
|
+
expect(typeof tool.execute).toBe("function");
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
it("should not have any notImplemented stubs", async () => {
|
|
64
|
+
// Test a few non-meta tools to ensure they don't throw "not implemented"
|
|
65
|
+
const toolsToCheck = ["read_file", "bash", "remember", "web_fetch"];
|
|
66
|
+
|
|
67
|
+
for (const toolName of toolsToCheck) {
|
|
68
|
+
const tool = getCoreTool(toolName);
|
|
69
|
+
expect(tool).toBeDefined();
|
|
70
|
+
|
|
71
|
+
// Try to execute with minimal/empty input - should not throw "not implemented"
|
|
72
|
+
try {
|
|
73
|
+
await tool!.execute({}, ctx);
|
|
74
|
+
} catch (error) {
|
|
75
|
+
const message = (error as Error).message;
|
|
76
|
+
expect(message).not.toContain("not implemented");
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
});
|
|
81
|
+
|
|
82
|
+
describe("Filesystem tools execute", () => {
|
|
83
|
+
it("read_file should read actual files", async () => {
|
|
84
|
+
const filePath = path.join(tempDir, "test.txt");
|
|
85
|
+
await fs.writeFile(filePath, "Hello from test");
|
|
86
|
+
|
|
87
|
+
const tool = getCoreTool("read_file");
|
|
88
|
+
const result = await tool!.execute({ path: filePath }, ctx);
|
|
89
|
+
|
|
90
|
+
expect(result.success).toBe(true);
|
|
91
|
+
expect(result.data).toBe("Hello from test");
|
|
92
|
+
});
|
|
93
|
+
|
|
94
|
+
it("write_file should write actual files", async () => {
|
|
95
|
+
const filePath = path.join(tempDir, "output.txt");
|
|
96
|
+
|
|
97
|
+
const tool = getCoreTool("write_file");
|
|
98
|
+
const result = await tool!.execute({ path: filePath, content: "Written content" }, ctx);
|
|
99
|
+
|
|
100
|
+
expect(result.success).toBe(true);
|
|
101
|
+
const content = await fs.readFile(filePath, "utf-8");
|
|
102
|
+
expect(content).toBe("Written content");
|
|
103
|
+
});
|
|
104
|
+
|
|
105
|
+
it("read_file should honor encoding input", async () => {
|
|
106
|
+
const filePath = path.join(tempDir, "utf16.txt");
|
|
107
|
+
const expected = "Hello µ";
|
|
108
|
+
await fs.writeFile(filePath, Buffer.from(expected, "utf16le"));
|
|
109
|
+
|
|
110
|
+
const tool = getCoreTool("read_file");
|
|
111
|
+
const result = await tool!.execute({ path: filePath, encoding: "utf16le" }, ctx);
|
|
112
|
+
|
|
113
|
+
expect(result.success).toBe(true);
|
|
114
|
+
expect(result.data).toBe(expected);
|
|
115
|
+
});
|
|
116
|
+
|
|
117
|
+
it("write_file should honor encoding input", async () => {
|
|
118
|
+
const filePath = path.join(tempDir, "utf16-write.txt");
|
|
119
|
+
const expected = "Hello µ";
|
|
120
|
+
|
|
121
|
+
const tool = getCoreTool("write_file");
|
|
122
|
+
const result = await tool!.execute(
|
|
123
|
+
{ path: filePath, content: expected, encoding: "utf16le" },
|
|
124
|
+
ctx,
|
|
125
|
+
);
|
|
126
|
+
|
|
127
|
+
expect(result.success).toBe(true);
|
|
128
|
+
const raw = await fs.readFile(filePath);
|
|
129
|
+
expect(raw.equals(Buffer.from(expected, "utf16le"))).toBe(true);
|
|
130
|
+
});
|
|
131
|
+
|
|
132
|
+
it("ls should list directory contents", async () => {
|
|
133
|
+
await fs.writeFile(path.join(tempDir, "file1.txt"), "");
|
|
134
|
+
await fs.writeFile(path.join(tempDir, "file2.txt"), "");
|
|
135
|
+
await fs.writeFile(path.join(tempDir, ".hidden.txt"), "");
|
|
136
|
+
|
|
137
|
+
const tool = getCoreTool("ls");
|
|
138
|
+
const result = await tool!.execute({ path: tempDir }, ctx);
|
|
139
|
+
|
|
140
|
+
expect(result.success).toBe(true);
|
|
141
|
+
expect(result.data).toBeDefined();
|
|
142
|
+
const data = result.data as { entries: Array<{ name: string }> };
|
|
143
|
+
expect(data.entries).toContainEqual(expect.objectContaining({ name: "file1.txt" }));
|
|
144
|
+
expect(data.entries).toContainEqual(expect.objectContaining({ name: "file2.txt" }));
|
|
145
|
+
expect(data.entries).not.toContainEqual(expect.objectContaining({ name: ".hidden.txt" }));
|
|
146
|
+
});
|
|
147
|
+
|
|
148
|
+
it("ls should default to cwd and support all+long options", async () => {
|
|
149
|
+
await fs.writeFile(path.join(tempDir, "alpha.txt"), "a");
|
|
150
|
+
await fs.writeFile(path.join(tempDir, ".hidden.txt"), "h");
|
|
151
|
+
|
|
152
|
+
const tool = getCoreTool("ls");
|
|
153
|
+
const result = await tool!.execute({ all: true, long: true }, ctx);
|
|
154
|
+
|
|
155
|
+
expect(result.success).toBe(true);
|
|
156
|
+
const entries = (
|
|
157
|
+
result.data as {
|
|
158
|
+
entries: Array<{
|
|
159
|
+
name: string;
|
|
160
|
+
type: string;
|
|
161
|
+
size: number;
|
|
162
|
+
mode: string;
|
|
163
|
+
mtimeMs: number;
|
|
164
|
+
}>;
|
|
165
|
+
}
|
|
166
|
+
).entries;
|
|
167
|
+
const names = entries.map((entry) => entry.name);
|
|
168
|
+
expect(names).toContain(".hidden.txt");
|
|
169
|
+
expect(names).toContain("alpha.txt");
|
|
170
|
+
expect(entries).toContainEqual(
|
|
171
|
+
expect.objectContaining({
|
|
172
|
+
name: "alpha.txt",
|
|
173
|
+
type: "file",
|
|
174
|
+
size: expect.any(Number),
|
|
175
|
+
mode: expect.any(String),
|
|
176
|
+
mtimeMs: expect.any(Number),
|
|
177
|
+
}),
|
|
178
|
+
);
|
|
179
|
+
});
|
|
180
|
+
|
|
181
|
+
it("ls should support all/long options", async () => {
|
|
182
|
+
await fs.writeFile(path.join(tempDir, ".hidden"), "secret");
|
|
183
|
+
await fs.writeFile(path.join(tempDir, "visible.txt"), "abc");
|
|
184
|
+
|
|
185
|
+
const tool = getCoreTool("ls");
|
|
186
|
+
|
|
187
|
+
const defaultResult = await tool!.execute({ path: tempDir }, ctx);
|
|
188
|
+
expect(defaultResult.success).toBe(true);
|
|
189
|
+
const defaultEntries = (defaultResult.data as { entries: Array<{ name: string }> }).entries;
|
|
190
|
+
expect(defaultEntries.some((entry) => entry.name === ".hidden")).toBe(false);
|
|
191
|
+
|
|
192
|
+
const longAllResult = await tool!.execute({ path: tempDir, all: true, long: true }, ctx);
|
|
193
|
+
expect(longAllResult.success).toBe(true);
|
|
194
|
+
const longEntries = (longAllResult.data as { entries: Array<Record<string, unknown>> })
|
|
195
|
+
.entries;
|
|
196
|
+
const hidden = longEntries.find((entry) => entry.name === ".hidden");
|
|
197
|
+
expect(hidden).toBeDefined();
|
|
198
|
+
expect(typeof hidden?.size).toBe("number");
|
|
199
|
+
expect(typeof hidden?.mtimeMs).toBe("number");
|
|
200
|
+
expect(typeof hidden?.modifiedAt).toBe("string");
|
|
201
|
+
});
|
|
202
|
+
|
|
203
|
+
it("ls should return structured depth/limit/offset/ignore contract", async () => {
|
|
204
|
+
await fs.mkdir(path.join(tempDir, "nested"), { recursive: true });
|
|
205
|
+
await fs.writeFile(path.join(tempDir, "nested", "a.txt"), "a");
|
|
206
|
+
|
|
207
|
+
const tool = getCoreTool("ls");
|
|
208
|
+
const result = await tool!.execute({ path: ".", depth: 2, limit: 1, offset: 0 }, ctx);
|
|
209
|
+
|
|
210
|
+
expect(result.success).toBe(true);
|
|
211
|
+
expect(result.data).toMatchObject({
|
|
212
|
+
depth: 2,
|
|
213
|
+
limit: 1,
|
|
214
|
+
offset: 0,
|
|
215
|
+
ignore: [],
|
|
216
|
+
truncated: expect.any(Boolean),
|
|
217
|
+
entries: expect.any(Array),
|
|
218
|
+
});
|
|
219
|
+
});
|
|
220
|
+
|
|
221
|
+
it("glob should find files", async () => {
|
|
222
|
+
await fs.writeFile(path.join(tempDir, "test1.ts"), "");
|
|
223
|
+
await fs.writeFile(path.join(tempDir, "test2.ts"), "");
|
|
224
|
+
await fs.writeFile(path.join(tempDir, "test.js"), "");
|
|
225
|
+
|
|
226
|
+
const tool = getCoreTool("glob");
|
|
227
|
+
const result = await tool!.execute({ pattern: "*.ts", cwd: tempDir }, ctx);
|
|
228
|
+
|
|
229
|
+
expect(result.success).toBe(true);
|
|
230
|
+
expect(Array.isArray(result.data)).toBe(true);
|
|
231
|
+
expect(result.data).toHaveLength(2);
|
|
232
|
+
});
|
|
233
|
+
|
|
234
|
+
it("glob should support ignore patterns", async () => {
|
|
235
|
+
await fs.mkdir(path.join(tempDir, "src"), { recursive: true });
|
|
236
|
+
await fs.mkdir(path.join(tempDir, "vendor"), { recursive: true });
|
|
237
|
+
await fs.writeFile(path.join(tempDir, "src", "keep.ts"), "");
|
|
238
|
+
await fs.writeFile(path.join(tempDir, "vendor", "skip.ts"), "");
|
|
239
|
+
|
|
240
|
+
const tool = getCoreTool("glob");
|
|
241
|
+
const result = await tool!.execute(
|
|
242
|
+
{ pattern: "**/*.ts", cwd: tempDir, ignore: ["vendor/**"] },
|
|
243
|
+
ctx,
|
|
244
|
+
);
|
|
245
|
+
|
|
246
|
+
expect(result.success).toBe(true);
|
|
247
|
+
expect(result.data).toEqual(["src/keep.ts"]);
|
|
248
|
+
});
|
|
249
|
+
|
|
250
|
+
it("grep schema should expose glob (not recursive) for directory filtering", () => {
|
|
251
|
+
const tool = getCoreTool("grep") as Tool;
|
|
252
|
+
expect(tool).toBeDefined();
|
|
253
|
+
|
|
254
|
+
const schema = tool.parameters as {
|
|
255
|
+
properties?: Record<string, unknown>;
|
|
256
|
+
};
|
|
257
|
+
const properties = schema.properties ?? {};
|
|
258
|
+
|
|
259
|
+
expect(properties).toHaveProperty("glob");
|
|
260
|
+
expect(properties).not.toHaveProperty("recursive");
|
|
261
|
+
});
|
|
262
|
+
|
|
263
|
+
it("read_file/write_file schema should constrain encoding values", () => {
|
|
264
|
+
const readFile = getCoreTool("read_file");
|
|
265
|
+
const writeFile = getCoreTool("write_file");
|
|
266
|
+
|
|
267
|
+
const readEncoding = (readFile!.parameters as any).properties.encoding;
|
|
268
|
+
const writeEncoding = (writeFile!.parameters as any).properties.encoding;
|
|
269
|
+
|
|
270
|
+
expect(readEncoding.enum).toEqual(
|
|
271
|
+
expect.arrayContaining(["utf-8", "utf8", "latin1", "ascii", "base64"]),
|
|
272
|
+
);
|
|
273
|
+
expect(writeEncoding.enum).toEqual(
|
|
274
|
+
expect.arrayContaining(["utf-8", "utf8", "latin1", "ascii", "base64"]),
|
|
275
|
+
);
|
|
276
|
+
});
|
|
277
|
+
});
|
|
278
|
+
|
|
279
|
+
describe("Shell tools execute", () => {
|
|
280
|
+
it("shell observability executors should be exported from barrel files", () => {
|
|
281
|
+
expect(typeof executorsBarrel.executeListProcesses).toBe("function");
|
|
282
|
+
expect(typeof executorsBarrel.executeWaitProcess).toBe("function");
|
|
283
|
+
expect(typeof toolsBarrel.executeListProcesses).toBe("function");
|
|
284
|
+
expect(typeof toolsBarrel.executeWaitProcess).toBe("function");
|
|
285
|
+
});
|
|
286
|
+
|
|
287
|
+
it("arion lifecycle executors should be exported from root barrel", () => {
|
|
288
|
+
expect(typeof executorsBarrel.executeHatchArion).toBe("function");
|
|
289
|
+
expect(typeof executorsBarrel.executeRestArion).toBe("function");
|
|
290
|
+
expect(typeof executorsBarrel.executeWakeArion).toBe("function");
|
|
291
|
+
expect(typeof executorsBarrel.executeRetireArion).toBe("function");
|
|
292
|
+
|
|
293
|
+
expect(typeof toolsBarrel.executeHatchArion).toBe("function");
|
|
294
|
+
expect(typeof toolsBarrel.executeRestArion).toBe("function");
|
|
295
|
+
expect(typeof toolsBarrel.executeWakeArion).toBe("function");
|
|
296
|
+
expect(typeof toolsBarrel.executeRetireArion).toBe("function");
|
|
297
|
+
});
|
|
298
|
+
|
|
299
|
+
it("wait_process schema should expose timeoutMs", () => {
|
|
300
|
+
const tool = getCoreTool("wait_process");
|
|
301
|
+
expect(tool).toBeDefined();
|
|
302
|
+
|
|
303
|
+
const properties = (tool!.parameters as any).properties;
|
|
304
|
+
expect(properties.pid).toMatchObject({ type: "number" });
|
|
305
|
+
expect(properties.timeoutMs).toMatchObject({ type: "number" });
|
|
306
|
+
});
|
|
307
|
+
|
|
308
|
+
it("bash should execute commands", async () => {
|
|
309
|
+
const tool = getCoreTool("bash");
|
|
310
|
+
const result = await tool!.execute({ command: 'echo "hello world"' }, ctx);
|
|
311
|
+
|
|
312
|
+
expect(result.success).toBe(true);
|
|
313
|
+
expect(result.data.stdout.trim()).toBe("hello world");
|
|
314
|
+
});
|
|
315
|
+
|
|
316
|
+
it("exec should execute programs", async () => {
|
|
317
|
+
const tool = getCoreTool("exec");
|
|
318
|
+
const result = await tool!.execute({ program: "echo", args: ["test", "output"] }, ctx);
|
|
319
|
+
|
|
320
|
+
expect(result.success).toBe(true);
|
|
321
|
+
expect(result.data.stdout.trim()).toBe("test output");
|
|
322
|
+
});
|
|
323
|
+
|
|
324
|
+
it("kill should handle non-existent process gracefully", async () => {
|
|
325
|
+
const tool = getCoreTool("kill");
|
|
326
|
+
// Use a PID that doesn't exist
|
|
327
|
+
const result = await tool!.execute({ pid: 999999999 }, ctx);
|
|
328
|
+
|
|
329
|
+
// Should fail gracefully, not throw
|
|
330
|
+
expect(result.success).toBe(false);
|
|
331
|
+
expect(result.message).toBeDefined();
|
|
332
|
+
});
|
|
333
|
+
|
|
334
|
+
it("list_processes should fail gracefully without registry in context", async () => {
|
|
335
|
+
const tool = getCoreTool("list_processes");
|
|
336
|
+
const result = await tool!.execute({}, ctx);
|
|
337
|
+
|
|
338
|
+
expect(result.success).toBe(false);
|
|
339
|
+
expect(result.message).toContain("Process registry not available");
|
|
340
|
+
});
|
|
341
|
+
|
|
342
|
+
it("wait_process should fail gracefully without registry in context", async () => {
|
|
343
|
+
const tool = getCoreTool("wait_process");
|
|
344
|
+
const result = await tool!.execute({ pid: 1234 }, ctx);
|
|
345
|
+
|
|
346
|
+
expect(result.success).toBe(false);
|
|
347
|
+
expect(result.message).toContain("Process registry not available");
|
|
348
|
+
});
|
|
349
|
+
});
|
|
350
|
+
|
|
351
|
+
describe("Memory tools execute", () => {
|
|
352
|
+
it("remember should require memoria in context", async () => {
|
|
353
|
+
const tool = getCoreTool("remember");
|
|
354
|
+
const result = await tool!.execute({ content: "Test memory content", tags: ["test"] }, ctx);
|
|
355
|
+
|
|
356
|
+
// Without memoria in context, should fail gracefully
|
|
357
|
+
expect(result.success).toBe(false);
|
|
358
|
+
expect(result.message).toContain("Memoria is not available");
|
|
359
|
+
});
|
|
360
|
+
|
|
361
|
+
it("recall should require memoria in context", async () => {
|
|
362
|
+
const tool = getCoreTool("recall");
|
|
363
|
+
const result = await tool!.execute({ query: "test query" }, ctx);
|
|
364
|
+
|
|
365
|
+
// Without memoria in context, should fail gracefully
|
|
366
|
+
expect(result.success).toBe(false);
|
|
367
|
+
expect(result.message).toContain("Memoria is not available");
|
|
368
|
+
});
|
|
369
|
+
|
|
370
|
+
it("recall_knowledge should require memoria in context", async () => {
|
|
371
|
+
const tool = getCoreTool("recall_knowledge");
|
|
372
|
+
const result = await tool!.execute({ topic: "test topic" }, ctx);
|
|
373
|
+
|
|
374
|
+
// Without memoria in context, should fail gracefully (delegates to search)
|
|
375
|
+
expect(result.success).toBe(false);
|
|
376
|
+
expect(result.message).toContain("Memoria");
|
|
377
|
+
});
|
|
378
|
+
|
|
379
|
+
it("remember with memoria mock should work", async () => {
|
|
380
|
+
// Create a context with mock memoria
|
|
381
|
+
const mockMemoria = {
|
|
382
|
+
remember: async (content: string) => ({ id: `mem-${Date.now()}` }),
|
|
383
|
+
recall: async () => [],
|
|
384
|
+
recallTools: async () => [],
|
|
385
|
+
deleteMemory: async () => true,
|
|
386
|
+
};
|
|
387
|
+
const ctxWithMemoria: ToolContext = {
|
|
388
|
+
...ctx,
|
|
389
|
+
memoria: mockMemoria,
|
|
390
|
+
};
|
|
391
|
+
|
|
392
|
+
const tool = getCoreTool("remember");
|
|
393
|
+
const result = await tool!.execute(
|
|
394
|
+
{ content: "Test memory content", tags: ["test"] },
|
|
395
|
+
ctxWithMemoria,
|
|
396
|
+
);
|
|
397
|
+
|
|
398
|
+
expect(result.success).toBe(true);
|
|
399
|
+
expect(result.data).toBeDefined();
|
|
400
|
+
expect(result.data.id).toBeDefined();
|
|
401
|
+
});
|
|
402
|
+
});
|
|
403
|
+
|
|
404
|
+
describe("Web tools execute", () => {
|
|
405
|
+
const mockDuckDuckGoHtml = `
|
|
406
|
+
<a class="result__a" href="https://example.com">Example Result</a>
|
|
407
|
+
<a class="result__snippet">Example snippet content</a>
|
|
408
|
+
`;
|
|
409
|
+
|
|
410
|
+
beforeEach(() => {
|
|
411
|
+
vi.stubGlobal(
|
|
412
|
+
"fetch",
|
|
413
|
+
vi.fn().mockResolvedValue(
|
|
414
|
+
new Response(mockDuckDuckGoHtml, {
|
|
415
|
+
status: 200,
|
|
416
|
+
headers: { "Content-Type": "text/html" },
|
|
417
|
+
}),
|
|
418
|
+
),
|
|
419
|
+
);
|
|
420
|
+
});
|
|
421
|
+
|
|
422
|
+
afterEach(() => {
|
|
423
|
+
vi.unstubAllGlobals();
|
|
424
|
+
});
|
|
425
|
+
|
|
426
|
+
it("web_search should work without TAVILY_API_KEY (DuckDuckGo fallback)", async () => {
|
|
427
|
+
const savedKey = process.env.TAVILY_API_KEY;
|
|
428
|
+
delete process.env.TAVILY_API_KEY;
|
|
429
|
+
try {
|
|
430
|
+
const tool = getCoreTool("web_search");
|
|
431
|
+
const result = await tool!.execute({ query: "test search" }, ctx);
|
|
432
|
+
|
|
433
|
+
// SearchProviderRouter falls back to DuckDuckGo when no API keys are set.
|
|
434
|
+
// The result depends on whether the DDG fetch succeeds or fails in test env.
|
|
435
|
+
// Either way, it should NOT fail with "TAVILY_API_KEY" error.
|
|
436
|
+
if (result.success) {
|
|
437
|
+
expect(result.data).toHaveProperty("query");
|
|
438
|
+
} else {
|
|
439
|
+
expect(result.message).not.toContain("TAVILY_API_KEY");
|
|
440
|
+
}
|
|
441
|
+
} finally {
|
|
442
|
+
if (savedKey !== undefined) {
|
|
443
|
+
process.env.TAVILY_API_KEY = savedKey;
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
});
|
|
447
|
+
|
|
448
|
+
it("web_fetch should handle invalid URLs", async () => {
|
|
449
|
+
const tool = getCoreTool("web_fetch");
|
|
450
|
+
const result = await tool!.execute({ url: "not-a-valid-url" }, ctx);
|
|
451
|
+
|
|
452
|
+
// Should fail gracefully with error
|
|
453
|
+
expect(result.success).toBe(false);
|
|
454
|
+
expect(result.message).toBeDefined();
|
|
455
|
+
});
|
|
456
|
+
|
|
457
|
+
it("web_search should expose advanced search options and aligned defaults", () => {
|
|
458
|
+
const tool = getCoreTool("web_search");
|
|
459
|
+
expect(tool).toBeDefined();
|
|
460
|
+
|
|
461
|
+
const properties = (tool!.parameters as any).properties;
|
|
462
|
+
expect(properties.limit.default).toBe(10);
|
|
463
|
+
expect(properties.domains).toMatchObject({ type: "array" });
|
|
464
|
+
expect(properties.excludeDomains).toMatchObject({ type: "array" });
|
|
465
|
+
expect(properties.topic).toMatchObject({
|
|
466
|
+
type: "string",
|
|
467
|
+
enum: ["general", "news"],
|
|
468
|
+
});
|
|
469
|
+
expect(properties.timeRange).toMatchObject({
|
|
470
|
+
type: "string",
|
|
471
|
+
enum: ["day", "week", "month", "year"],
|
|
472
|
+
});
|
|
473
|
+
});
|
|
474
|
+
|
|
475
|
+
it("web_fetch should expose request tuning options", () => {
|
|
476
|
+
const tool = getCoreTool("web_fetch");
|
|
477
|
+
expect(tool).toBeDefined();
|
|
478
|
+
|
|
479
|
+
const properties = (tool!.parameters as any).properties;
|
|
480
|
+
expect(properties.headers).toMatchObject({ type: "object" });
|
|
481
|
+
expect(properties.timeoutMs).toMatchObject({ type: "number" });
|
|
482
|
+
expect(properties.maxSizeBytes).toMatchObject({ type: "number" });
|
|
483
|
+
});
|
|
484
|
+
|
|
485
|
+
it("browse schema should expose timeout and remove screenshot", () => {
|
|
486
|
+
const tool = getCoreTool("browse");
|
|
487
|
+
expect(tool).toBeDefined();
|
|
488
|
+
|
|
489
|
+
const properties = (tool!.parameters as any).properties;
|
|
490
|
+
expect(properties.timeoutMs).toMatchObject({ type: "number" });
|
|
491
|
+
expect(properties.screenshot).toBeUndefined();
|
|
492
|
+
});
|
|
493
|
+
});
|
|
494
|
+
|
|
495
|
+
// Meta tools (search, learn) moved to @aria/aria — tests moved there too.
|
|
496
|
+
|
|
497
|
+
describe("Tool categories are properly wired", () => {
|
|
498
|
+
it('all filesystem tools should execute without "not implemented" error', async () => {
|
|
499
|
+
const filesystemTools = getCoreToolsByCategory("filesystem");
|
|
500
|
+
expect(filesystemTools).toHaveLength(7);
|
|
501
|
+
|
|
502
|
+
for (const tool of filesystemTools) {
|
|
503
|
+
try {
|
|
504
|
+
// Execute with minimal input - we just want to verify it doesn't throw "not implemented"
|
|
505
|
+
await tool.execute({}, ctx);
|
|
506
|
+
} catch (error) {
|
|
507
|
+
const message = (error as Error).message;
|
|
508
|
+
expect(message).not.toContain("not implemented");
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
});
|
|
512
|
+
|
|
513
|
+
it('all shell tools should execute without "not implemented" error', async () => {
|
|
514
|
+
const shellTools = getCoreToolsByCategory("shell");
|
|
515
|
+
expect(shellTools).toHaveLength(8);
|
|
516
|
+
|
|
517
|
+
for (const tool of shellTools) {
|
|
518
|
+
try {
|
|
519
|
+
await tool.execute({}, ctx);
|
|
520
|
+
} catch (error) {
|
|
521
|
+
const message = (error as Error).message;
|
|
522
|
+
expect(message).not.toContain("not implemented");
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
});
|
|
526
|
+
|
|
527
|
+
it('all memory tools should execute without "not implemented" error', async () => {
|
|
528
|
+
const memoryTools = getCoreToolsByCategory("memory");
|
|
529
|
+
expect(memoryTools).toHaveLength(5);
|
|
530
|
+
|
|
531
|
+
for (const tool of memoryTools) {
|
|
532
|
+
try {
|
|
533
|
+
await tool.execute({}, ctx);
|
|
534
|
+
} catch (error) {
|
|
535
|
+
const message = (error as Error).message;
|
|
536
|
+
expect(message).not.toContain("not implemented");
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
});
|
|
540
|
+
|
|
541
|
+
it('all web tools should execute without "not implemented" error', async () => {
|
|
542
|
+
const webTools = getCoreToolsByCategory("web");
|
|
543
|
+
expect(webTools).toHaveLength(4);
|
|
544
|
+
|
|
545
|
+
const mockDuckDuckGoHtml = `
|
|
546
|
+
<a class="result__a" href="https://example.com">Example Result</a>
|
|
547
|
+
<a class="result__snippet">Example snippet content</a>
|
|
548
|
+
`;
|
|
549
|
+
vi.stubGlobal(
|
|
550
|
+
"fetch",
|
|
551
|
+
vi.fn().mockResolvedValue(
|
|
552
|
+
new Response(mockDuckDuckGoHtml, {
|
|
553
|
+
status: 200,
|
|
554
|
+
headers: { "Content-Type": "text/html" },
|
|
555
|
+
}),
|
|
556
|
+
),
|
|
557
|
+
);
|
|
558
|
+
|
|
559
|
+
const inputByToolName: Record<string, Record<string, unknown>> = {
|
|
560
|
+
web_search: { query: "test search" },
|
|
561
|
+
web_fetch: { url: "not-a-valid-url" },
|
|
562
|
+
browse: { url: "not-a-valid-url" },
|
|
563
|
+
};
|
|
564
|
+
|
|
565
|
+
try {
|
|
566
|
+
for (const tool of webTools) {
|
|
567
|
+
try {
|
|
568
|
+
await tool.execute(inputByToolName[tool.name] ?? {}, ctx);
|
|
569
|
+
} catch (error) {
|
|
570
|
+
const message = (error as Error).message;
|
|
571
|
+
expect(message).not.toContain("not implemented");
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
} finally {
|
|
575
|
+
vi.unstubAllGlobals();
|
|
576
|
+
}
|
|
577
|
+
});
|
|
578
|
+
|
|
579
|
+
it("meta tools include ask_user, quest tools, delegation helpers, and self-improving tools", () => {
|
|
580
|
+
const metaTools = getCoreToolsByCategory("meta");
|
|
581
|
+
expect(metaTools).toHaveLength(16);
|
|
582
|
+
const names = new Set(metaTools.map((t) => t.name));
|
|
583
|
+
// Core meta
|
|
584
|
+
expect(names.has("ask_user")).toBe(true);
|
|
585
|
+
expect(names.has("quest_update")).toBe(true);
|
|
586
|
+
expect(names.has("quest_list")).toBe(true);
|
|
587
|
+
// Delegation (meta category)
|
|
588
|
+
expect(names.has("spawn_worker")).toBe(true);
|
|
589
|
+
expect(names.has("check_delegation")).toBe(true);
|
|
590
|
+
// Self-improving agent tools
|
|
591
|
+
expect(names.has("search")).toBe(true);
|
|
592
|
+
expect(names.has("learn")).toBe(true);
|
|
593
|
+
expect(names.has("learn_tool")).toBe(true);
|
|
594
|
+
expect(names.has("learn_skill")).toBe(true);
|
|
595
|
+
expect(names.has("create_tool")).toBe(true);
|
|
596
|
+
expect(names.has("create_skill")).toBe(true);
|
|
597
|
+
expect(names.has("use_skill")).toBe(true);
|
|
598
|
+
});
|
|
599
|
+
});
|
|
600
|
+
|
|
601
|
+
describe("Delegation tool routing", () => {
|
|
602
|
+
it("spawn_worker routes type='cli_agent' to delegationExecutor.spawnCliAgent", async () => {
|
|
603
|
+
const spawnCliAgent = vi.fn().mockResolvedValue("del_cli_123");
|
|
604
|
+
const spawnWorker = vi.fn().mockResolvedValue("del_worker_456");
|
|
605
|
+
const delegationExecutor = {
|
|
606
|
+
delegateToArion: vi.fn(),
|
|
607
|
+
spawnWorker,
|
|
608
|
+
spawnCliAgent,
|
|
609
|
+
};
|
|
610
|
+
|
|
611
|
+
const tool = getCoreTool("spawn_worker");
|
|
612
|
+
expect(tool).toBeDefined();
|
|
613
|
+
|
|
614
|
+
const result = await tool!.execute(
|
|
615
|
+
{
|
|
616
|
+
task: "Implement auth middleware",
|
|
617
|
+
type: "cli_agent",
|
|
618
|
+
driver: "claude-code",
|
|
619
|
+
workspace: "tempdir",
|
|
620
|
+
timeout: 15_000,
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
...ctx,
|
|
624
|
+
delegationExecutor,
|
|
625
|
+
},
|
|
626
|
+
);
|
|
627
|
+
|
|
628
|
+
expect(result.success).toBe(true);
|
|
629
|
+
expect(result.data).toEqual({ id: "del_cli_123" });
|
|
630
|
+
expect(spawnCliAgent).toHaveBeenCalledWith({
|
|
631
|
+
task: "Implement auth middleware",
|
|
632
|
+
driver: "claude-code",
|
|
633
|
+
workspace: "tempdir",
|
|
634
|
+
model: undefined,
|
|
635
|
+
resume: undefined,
|
|
636
|
+
timeout: 15_000,
|
|
637
|
+
});
|
|
638
|
+
expect(spawnWorker).not.toHaveBeenCalled();
|
|
639
|
+
});
|
|
640
|
+
|
|
641
|
+
it("spawn_worker routes default worker path to delegationExecutor.spawnWorker", async () => {
|
|
642
|
+
const spawnCliAgent = vi.fn().mockResolvedValue("del_cli_123");
|
|
643
|
+
const spawnWorker = vi.fn().mockResolvedValue("del_worker_456");
|
|
644
|
+
const delegationExecutor = {
|
|
645
|
+
delegateToArion: vi.fn(),
|
|
646
|
+
spawnWorker,
|
|
647
|
+
spawnCliAgent,
|
|
648
|
+
};
|
|
649
|
+
|
|
650
|
+
const tool = getCoreTool("spawn_worker");
|
|
651
|
+
expect(tool).toBeDefined();
|
|
652
|
+
|
|
653
|
+
const result = await tool!.execute(
|
|
654
|
+
{
|
|
655
|
+
task: "Read recent logs",
|
|
656
|
+
tools: ["read_file"],
|
|
657
|
+
tier: "fast",
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
...ctx,
|
|
661
|
+
delegationExecutor,
|
|
662
|
+
},
|
|
663
|
+
);
|
|
664
|
+
|
|
665
|
+
expect(result.success).toBe(true);
|
|
666
|
+
expect(result.data).toEqual({ id: "del_worker_456" });
|
|
667
|
+
expect(spawnWorker).toHaveBeenCalledWith("Read recent logs", ["read_file"], "fast");
|
|
668
|
+
expect(spawnCliAgent).not.toHaveBeenCalled();
|
|
669
|
+
});
|
|
670
|
+
});
|
|
671
|
+
});
|