@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,83 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
import {
|
|
3
|
+
LoopbackTlsIdentitySchema,
|
|
4
|
+
NodeIdSchema,
|
|
5
|
+
OwnerGenerationSchema,
|
|
6
|
+
PeerTransportIdSchema,
|
|
7
|
+
PrincipalFingerprintSchema,
|
|
8
|
+
RuntimeIdSchema,
|
|
9
|
+
SigningPublicKeySchema,
|
|
10
|
+
TlsCaFingerprintSchema,
|
|
11
|
+
TransportEndpointAdvertisementSchema,
|
|
12
|
+
} from "./address-types.js";
|
|
13
|
+
import { NetworkRuntimeProtocolVersionSchema } from "./protocol-schemas.js";
|
|
14
|
+
|
|
15
|
+
const NonEmptyTrimmedStringSchema = z.string().trim().min(1);
|
|
16
|
+
const NonBlankVerbatimStringSchema = z
|
|
17
|
+
.string()
|
|
18
|
+
.min(1)
|
|
19
|
+
.refine((value) => value.trim().length > 0);
|
|
20
|
+
|
|
21
|
+
export const RuntimeBootstrapRevisionSchema = z.number().int().nonnegative();
|
|
22
|
+
export type RuntimeBootstrapRevision = z.infer<typeof RuntimeBootstrapRevisionSchema>;
|
|
23
|
+
|
|
24
|
+
export const RuntimeBootstrapPhaseSchema = z.enum([
|
|
25
|
+
"starting",
|
|
26
|
+
"tls_bound",
|
|
27
|
+
"control_ready",
|
|
28
|
+
"network_ready",
|
|
29
|
+
"mesh_ready",
|
|
30
|
+
"degraded",
|
|
31
|
+
"stopped",
|
|
32
|
+
]);
|
|
33
|
+
export type RuntimeBootstrapPhase = z.infer<typeof RuntimeBootstrapPhaseSchema>;
|
|
34
|
+
|
|
35
|
+
export const RuntimeBootstrapControlEndpointSchema = z
|
|
36
|
+
.object({
|
|
37
|
+
host: NonEmptyTrimmedStringSchema,
|
|
38
|
+
port: z.number().int().min(1).max(65535),
|
|
39
|
+
})
|
|
40
|
+
.strict();
|
|
41
|
+
export type RuntimeBootstrapControlEndpoint = z.infer<typeof RuntimeBootstrapControlEndpointSchema>;
|
|
42
|
+
|
|
43
|
+
export const RuntimeBootstrapTlsSchema = z
|
|
44
|
+
.object({
|
|
45
|
+
caFingerprint: TlsCaFingerprintSchema,
|
|
46
|
+
caCertPem: NonBlankVerbatimStringSchema,
|
|
47
|
+
principalIdentity: PrincipalFingerprintSchema,
|
|
48
|
+
loopbackIdentity: LoopbackTlsIdentitySchema,
|
|
49
|
+
})
|
|
50
|
+
.strict();
|
|
51
|
+
export type RuntimeBootstrapTls = z.infer<typeof RuntimeBootstrapTlsSchema>;
|
|
52
|
+
|
|
53
|
+
export const RuntimeBootstrapIdentitySchema = z
|
|
54
|
+
.object({
|
|
55
|
+
signingPublicKey: SigningPublicKeySchema,
|
|
56
|
+
transportPublicKey: PeerTransportIdSchema,
|
|
57
|
+
transportEndpoint: TransportEndpointAdvertisementSchema,
|
|
58
|
+
displayNameSnapshot: NonEmptyTrimmedStringSchema.optional(),
|
|
59
|
+
})
|
|
60
|
+
.strict();
|
|
61
|
+
export type RuntimeBootstrapIdentity = z.infer<typeof RuntimeBootstrapIdentitySchema>;
|
|
62
|
+
|
|
63
|
+
export const RuntimeBootstrapRecordSchema = z
|
|
64
|
+
.object({
|
|
65
|
+
nodeId: NodeIdSchema,
|
|
66
|
+
runtimeId: RuntimeIdSchema,
|
|
67
|
+
arionName: NonEmptyTrimmedStringSchema.optional(),
|
|
68
|
+
ownerGeneration: OwnerGenerationSchema,
|
|
69
|
+
bootstrapRevision: RuntimeBootstrapRevisionSchema,
|
|
70
|
+
phase: RuntimeBootstrapPhaseSchema,
|
|
71
|
+
protocolVersion: NetworkRuntimeProtocolVersionSchema,
|
|
72
|
+
controlEndpoint: RuntimeBootstrapControlEndpointSchema,
|
|
73
|
+
displayNameSnapshot: NonEmptyTrimmedStringSchema.optional(),
|
|
74
|
+
signingPublicKey: SigningPublicKeySchema,
|
|
75
|
+
transportPublicKey: PeerTransportIdSchema,
|
|
76
|
+
transportEndpoint: TransportEndpointAdvertisementSchema,
|
|
77
|
+
tls: RuntimeBootstrapTlsSchema,
|
|
78
|
+
publishedAt: NonEmptyTrimmedStringSchema,
|
|
79
|
+
degradedReason: NonEmptyTrimmedStringSchema.optional(),
|
|
80
|
+
failedPhase: RuntimeBootstrapPhaseSchema.optional(),
|
|
81
|
+
})
|
|
82
|
+
.strict();
|
|
83
|
+
export type RuntimeBootstrapRecord = z.infer<typeof RuntimeBootstrapRecordSchema>;
|
|
@@ -0,0 +1,409 @@
|
|
|
1
|
+
import os from "node:os";
|
|
2
|
+
import path from "node:path";
|
|
3
|
+
import { promises as fs } from "node:fs";
|
|
4
|
+
|
|
5
|
+
const OUTLOOK_SESSION_DIR = path.join(os.homedir(), ".aria", "outlook-session");
|
|
6
|
+
const OUTLOOK_TOKEN_CACHE = path.join(os.homedir(), ".aria", "cache", "outlook-token.json");
|
|
7
|
+
const OUTLOOK_WEB_URL = "https://outlook.office.com/mail/";
|
|
8
|
+
// Outlook web uses outlook.office.com-scoped tokens, not graph.microsoft.com.
|
|
9
|
+
// The Outlook REST v2 API at outlook.office.com/api/v2.0 accepts these tokens.
|
|
10
|
+
const OUTLOOK_REST_API_BASE = "https://outlook.office.com/api/v2.0";
|
|
11
|
+
const DEFAULT_BOOTSTRAP_TIMEOUT_MS = 60_000;
|
|
12
|
+
|
|
13
|
+
interface CachedToken {
|
|
14
|
+
bearerToken: string;
|
|
15
|
+
accountEmail: string;
|
|
16
|
+
expiresAt: number; // epoch ms
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
async function loadCachedToken(): Promise<CachedToken | null> {
|
|
20
|
+
try {
|
|
21
|
+
const raw = await fs.readFile(OUTLOOK_TOKEN_CACHE, "utf-8");
|
|
22
|
+
const cached = JSON.parse(raw) as CachedToken;
|
|
23
|
+
// Token valid if >5 min remaining
|
|
24
|
+
if (cached.bearerToken && cached.expiresAt > Date.now() + 5 * 60_000) {
|
|
25
|
+
return cached;
|
|
26
|
+
}
|
|
27
|
+
} catch {
|
|
28
|
+
// no cache or invalid
|
|
29
|
+
}
|
|
30
|
+
return null;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
async function saveCachedToken(token: string, email: string): Promise<void> {
|
|
34
|
+
// Decode JWT to get expiry
|
|
35
|
+
let exp = Date.now() + 60 * 60_000; // default 1h
|
|
36
|
+
try {
|
|
37
|
+
const part = token.split(".")[1];
|
|
38
|
+
if (!part) throw new Error("no payload");
|
|
39
|
+
const payload = JSON.parse(Buffer.from(part, "base64").toString());
|
|
40
|
+
if (payload.exp) exp = payload.exp * 1000;
|
|
41
|
+
} catch {
|
|
42
|
+
/* best-effort */
|
|
43
|
+
}
|
|
44
|
+
const cached: CachedToken = { bearerToken: token, accountEmail: email, expiresAt: exp };
|
|
45
|
+
await fs.mkdir(path.dirname(OUTLOOK_TOKEN_CACHE), { recursive: true });
|
|
46
|
+
await fs.writeFile(OUTLOOK_TOKEN_CACHE, JSON.stringify(cached, null, 2));
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export interface OutlookMessageView {
|
|
50
|
+
id: string;
|
|
51
|
+
subject: string;
|
|
52
|
+
from: { name: string; email: string };
|
|
53
|
+
toRecipients: { name: string; email: string }[];
|
|
54
|
+
receivedDateTime: string;
|
|
55
|
+
isRead: boolean;
|
|
56
|
+
hasAttachments: boolean;
|
|
57
|
+
bodyPreview: string;
|
|
58
|
+
conversationId: string;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export interface OutlookMessageDetail extends OutlookMessageView {
|
|
62
|
+
body: { contentType: string; content: string };
|
|
63
|
+
ccRecipients: { name: string; email: string }[];
|
|
64
|
+
importance: string;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export interface OutlookListMessagesResult {
|
|
68
|
+
accountEmail: string;
|
|
69
|
+
folder: string;
|
|
70
|
+
messages: OutlookMessageView[];
|
|
71
|
+
totalCount: number;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export interface OutlookSendResult {
|
|
75
|
+
accountEmail: string;
|
|
76
|
+
status: "sent";
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export interface OutlookDesktopClient {
|
|
80
|
+
getAccountEmail(): string;
|
|
81
|
+
listMessages(input: {
|
|
82
|
+
folder?: string;
|
|
83
|
+
limit?: number;
|
|
84
|
+
filter?: string;
|
|
85
|
+
search?: string;
|
|
86
|
+
}): Promise<OutlookListMessagesResult>;
|
|
87
|
+
getMessage(input: { messageId: string }): Promise<OutlookMessageDetail>;
|
|
88
|
+
sendMessage(input: {
|
|
89
|
+
to: string[];
|
|
90
|
+
cc?: string[];
|
|
91
|
+
subject: string;
|
|
92
|
+
body: string;
|
|
93
|
+
bodyType?: "text" | "html";
|
|
94
|
+
}): Promise<OutlookSendResult>;
|
|
95
|
+
replyMessage(input: {
|
|
96
|
+
messageId: string;
|
|
97
|
+
body: string;
|
|
98
|
+
bodyType?: "text" | "html";
|
|
99
|
+
replyAll?: boolean;
|
|
100
|
+
}): Promise<OutlookSendResult>;
|
|
101
|
+
close(): Promise<void>;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// Outlook REST v2 returns PascalCase keys (Subject, From, EmailAddress)
|
|
105
|
+
// while Graph API uses camelCase (subject, from, emailAddress).
|
|
106
|
+
// Helper to read a field with either casing.
|
|
107
|
+
function field(obj: Record<string, unknown>, camelKey: string): unknown {
|
|
108
|
+
if (camelKey in obj) return obj[camelKey];
|
|
109
|
+
const pascalKey = camelKey.charAt(0).toUpperCase() + camelKey.slice(1);
|
|
110
|
+
return obj[pascalKey];
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
function fieldStr(obj: Record<string, unknown>, camelKey: string): string {
|
|
114
|
+
const v = field(obj, camelKey);
|
|
115
|
+
return typeof v === "string" ? v : "";
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
function parseRecipient(
|
|
119
|
+
recipient: Record<string, unknown>,
|
|
120
|
+
): { name: string; email: string } | null {
|
|
121
|
+
const emailAddress = (field(recipient, "emailAddress") as Record<string, unknown>) ?? null;
|
|
122
|
+
if (!emailAddress || typeof emailAddress !== "object") return null;
|
|
123
|
+
return {
|
|
124
|
+
name: fieldStr(emailAddress, "name"),
|
|
125
|
+
email: fieldStr(emailAddress, "address"),
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
function parseRecipients(raw: unknown): { name: string; email: string }[] {
|
|
130
|
+
if (!Array.isArray(raw)) return [];
|
|
131
|
+
return raw
|
|
132
|
+
.filter((r): r is Record<string, unknown> => !!r && typeof r === "object")
|
|
133
|
+
.map(parseRecipient)
|
|
134
|
+
.filter((r): r is { name: string; email: string } => r !== null);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
function toMessageView(msg: Record<string, unknown>): OutlookMessageView {
|
|
138
|
+
const fromRaw = field(msg, "from");
|
|
139
|
+
const from =
|
|
140
|
+
fromRaw && typeof fromRaw === "object"
|
|
141
|
+
? parseRecipient(fromRaw as Record<string, unknown>)
|
|
142
|
+
: null;
|
|
143
|
+
return {
|
|
144
|
+
id: fieldStr(msg, "id") || fieldStr(msg, "Id"),
|
|
145
|
+
subject: fieldStr(msg, "subject"),
|
|
146
|
+
from: from ?? { name: "", email: "" },
|
|
147
|
+
toRecipients: parseRecipients(field(msg, "toRecipients")),
|
|
148
|
+
receivedDateTime: fieldStr(msg, "receivedDateTime"),
|
|
149
|
+
isRead: field(msg, "isRead") === true,
|
|
150
|
+
hasAttachments: field(msg, "hasAttachments") === true,
|
|
151
|
+
bodyPreview: fieldStr(msg, "bodyPreview"),
|
|
152
|
+
conversationId: fieldStr(msg, "conversationId"),
|
|
153
|
+
};
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
function toMessageDetail(msg: Record<string, unknown>): OutlookMessageDetail {
|
|
157
|
+
const view = toMessageView(msg);
|
|
158
|
+
const bodyRaw = field(msg, "body");
|
|
159
|
+
const body = bodyRaw && typeof bodyRaw === "object" ? (bodyRaw as Record<string, unknown>) : {};
|
|
160
|
+
return {
|
|
161
|
+
...view,
|
|
162
|
+
body: {
|
|
163
|
+
contentType: fieldStr(body, "contentType") || "text",
|
|
164
|
+
content: fieldStr(body, "content"),
|
|
165
|
+
},
|
|
166
|
+
ccRecipients: parseRecipients(field(msg, "ccRecipients")),
|
|
167
|
+
importance: fieldStr(msg, "importance") || "normal",
|
|
168
|
+
};
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
async function waitForMailBearerToken(
|
|
172
|
+
page: {
|
|
173
|
+
on(
|
|
174
|
+
event: "request",
|
|
175
|
+
listener: (request: { url(): string; headers(): Record<string, string> }) => void,
|
|
176
|
+
): void;
|
|
177
|
+
off(
|
|
178
|
+
event: "request",
|
|
179
|
+
listener: (request: { url(): string; headers(): Record<string, string> }) => void,
|
|
180
|
+
): void;
|
|
181
|
+
},
|
|
182
|
+
timeoutMs: number,
|
|
183
|
+
): Promise<{ bearerToken: string; accountEmail: string }> {
|
|
184
|
+
return new Promise((resolve, reject) => {
|
|
185
|
+
const timer = setTimeout(() => {
|
|
186
|
+
page.off("request", handleRequest);
|
|
187
|
+
reject(
|
|
188
|
+
new Error(
|
|
189
|
+
"Timed out waiting for a Mail-scoped bearer token. " +
|
|
190
|
+
"Ensure you are logged in to outlook.office.com.",
|
|
191
|
+
),
|
|
192
|
+
);
|
|
193
|
+
}, timeoutMs);
|
|
194
|
+
|
|
195
|
+
const seen = new Set<string>();
|
|
196
|
+
|
|
197
|
+
const handleRequest = (request: { url(): string; headers(): Record<string, string> }) => {
|
|
198
|
+
const authHeader = request.headers()["authorization"];
|
|
199
|
+
if (!authHeader || !authHeader.startsWith("Bearer ")) return;
|
|
200
|
+
|
|
201
|
+
const bearerToken = authHeader.slice(7);
|
|
202
|
+
|
|
203
|
+
const dedup = bearerToken.substring(0, 30);
|
|
204
|
+
if (seen.has(dedup)) return;
|
|
205
|
+
seen.add(dedup);
|
|
206
|
+
|
|
207
|
+
// Decode JWT payload to extract email and scopes
|
|
208
|
+
let accountEmail = "";
|
|
209
|
+
let scp = "";
|
|
210
|
+
try {
|
|
211
|
+
const payloadB64 = bearerToken.split(".")[1];
|
|
212
|
+
if (payloadB64) {
|
|
213
|
+
const payload = JSON.parse(
|
|
214
|
+
Buffer.from(payloadB64, "base64url").toString("utf8"),
|
|
215
|
+
) as Record<string, unknown>;
|
|
216
|
+
scp = typeof payload.scp === "string" ? payload.scp : "";
|
|
217
|
+
accountEmail =
|
|
218
|
+
typeof payload.upn === "string"
|
|
219
|
+
? payload.upn
|
|
220
|
+
: typeof payload.preferred_username === "string"
|
|
221
|
+
? payload.preferred_username
|
|
222
|
+
: typeof payload.unique_name === "string"
|
|
223
|
+
? payload.unique_name
|
|
224
|
+
: "";
|
|
225
|
+
}
|
|
226
|
+
} catch {
|
|
227
|
+
// JWT decode is best-effort
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
// Only accept tokens with Mail.Read scope (from outlook.cloud.microsoft)
|
|
231
|
+
if (!scp.includes("Mail.Read")) return;
|
|
232
|
+
|
|
233
|
+
clearTimeout(timer);
|
|
234
|
+
page.off("request", handleRequest);
|
|
235
|
+
resolve({ bearerToken, accountEmail });
|
|
236
|
+
};
|
|
237
|
+
|
|
238
|
+
page.on("request", handleRequest);
|
|
239
|
+
});
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
// Stateless client using a cached bearer token (no Playwright needed)
|
|
243
|
+
function createStatelessClient(bearerToken: string, accountEmail: string): OutlookDesktopClient {
|
|
244
|
+
const invokeApi = async (
|
|
245
|
+
method: "GET" | "POST",
|
|
246
|
+
endpoint: string,
|
|
247
|
+
body?: Record<string, unknown>,
|
|
248
|
+
): Promise<Record<string, unknown>> => {
|
|
249
|
+
const url = `${OUTLOOK_REST_API_BASE}${endpoint}`;
|
|
250
|
+
const headers: Record<string, string> = {
|
|
251
|
+
Authorization: `Bearer ${bearerToken}`,
|
|
252
|
+
"Content-Type": "application/json",
|
|
253
|
+
};
|
|
254
|
+
const resp = await fetch(url, {
|
|
255
|
+
method,
|
|
256
|
+
headers,
|
|
257
|
+
body: body ? JSON.stringify(body) : undefined,
|
|
258
|
+
});
|
|
259
|
+
if (resp.status === 204) return { status: 204 };
|
|
260
|
+
const text = await resp.text();
|
|
261
|
+
let json: Record<string, unknown>;
|
|
262
|
+
try {
|
|
263
|
+
json = JSON.parse(text);
|
|
264
|
+
} catch {
|
|
265
|
+
throw new Error(`Outlook API ${method} ${endpoint} returned non-JSON (HTTP ${resp.status}).`);
|
|
266
|
+
}
|
|
267
|
+
if (resp.status >= 400) {
|
|
268
|
+
const error =
|
|
269
|
+
json.error && typeof json.error === "object" ? (json.error as Record<string, unknown>) : {};
|
|
270
|
+
const code = typeof error.code === "string" ? error.code : `http_${resp.status}`;
|
|
271
|
+
const message = typeof error.message === "string" ? error.message : "Unknown error";
|
|
272
|
+
throw new Error(`Outlook API ${method} ${endpoint} failed: ${code} — ${message}`);
|
|
273
|
+
}
|
|
274
|
+
return json;
|
|
275
|
+
};
|
|
276
|
+
|
|
277
|
+
return buildClientMethods(invokeApi, accountEmail, async () => {
|
|
278
|
+
/* no-op close */
|
|
279
|
+
});
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
export async function createOutlookDesktopClient(opts?: {
|
|
283
|
+
accountHint?: string;
|
|
284
|
+
bootstrapTimeoutMs?: number;
|
|
285
|
+
}): Promise<OutlookDesktopClient> {
|
|
286
|
+
const timeoutMs = opts?.bootstrapTimeoutMs ?? DEFAULT_BOOTSTRAP_TIMEOUT_MS;
|
|
287
|
+
|
|
288
|
+
// Strategy 1: Use cached token if still valid (no Playwright needed)
|
|
289
|
+
const cached = await loadCachedToken();
|
|
290
|
+
if (cached) {
|
|
291
|
+
return createStatelessClient(cached.bearerToken, cached.accountEmail);
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
// Strategy 2: Launch Playwright headful to get a fresh token via SSO
|
|
295
|
+
// Must be headful — Microsoft SSO blocks headless Chromium
|
|
296
|
+
await fs.mkdir(OUTLOOK_SESSION_DIR, { recursive: true });
|
|
297
|
+
const playwright = await import("playwright");
|
|
298
|
+
const context = await playwright.chromium.launchPersistentContext(OUTLOOK_SESSION_DIR, {
|
|
299
|
+
headless: false,
|
|
300
|
+
args: ["--start-maximized"],
|
|
301
|
+
viewport: null,
|
|
302
|
+
});
|
|
303
|
+
|
|
304
|
+
const page = context.pages()[0] ?? (await context.newPage());
|
|
305
|
+
|
|
306
|
+
const bootstrapPromise = waitForMailBearerToken(page, timeoutMs);
|
|
307
|
+
await page.goto(OUTLOOK_WEB_URL, {
|
|
308
|
+
waitUntil: "domcontentloaded",
|
|
309
|
+
timeout: timeoutMs,
|
|
310
|
+
});
|
|
311
|
+
|
|
312
|
+
const { bearerToken, accountEmail } = await bootstrapPromise;
|
|
313
|
+
|
|
314
|
+
// Cache the token for subsequent calls (avoids launching Playwright)
|
|
315
|
+
await saveCachedToken(bearerToken, accountEmail);
|
|
316
|
+
|
|
317
|
+
// Close browser immediately — we have the token, use stateless client
|
|
318
|
+
await page.close().catch(() => undefined);
|
|
319
|
+
await context.close().catch(() => undefined);
|
|
320
|
+
|
|
321
|
+
return createStatelessClient(bearerToken, accountEmail);
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
type ApiInvoker = (
|
|
325
|
+
method: "GET" | "POST",
|
|
326
|
+
endpoint: string,
|
|
327
|
+
body?: Record<string, unknown>,
|
|
328
|
+
) => Promise<Record<string, unknown>>;
|
|
329
|
+
|
|
330
|
+
function buildClientMethods(
|
|
331
|
+
invokeApi: ApiInvoker,
|
|
332
|
+
accountEmail: string,
|
|
333
|
+
closeFn: () => Promise<void>,
|
|
334
|
+
): OutlookDesktopClient {
|
|
335
|
+
return {
|
|
336
|
+
getAccountEmail: () => accountEmail,
|
|
337
|
+
|
|
338
|
+
listMessages: async ({ folder = "inbox", limit = 20, filter, search }) => {
|
|
339
|
+
const params = new URLSearchParams();
|
|
340
|
+
params.set("$top", String(Math.max(1, Math.min(limit, 50))));
|
|
341
|
+
params.set(
|
|
342
|
+
"$select",
|
|
343
|
+
"Id,Subject,From,ToRecipients,ReceivedDateTime,IsRead,HasAttachments,BodyPreview,ConversationId",
|
|
344
|
+
);
|
|
345
|
+
params.set("$orderby", "ReceivedDateTime desc");
|
|
346
|
+
if (filter) params.set("$filter", filter);
|
|
347
|
+
if (search) params.set("$search", `"${search}"`);
|
|
348
|
+
|
|
349
|
+
const endpoint = `/me/mailFolders/${encodeURIComponent(folder)}/messages?${params.toString()}`;
|
|
350
|
+
const json = await invokeApi("GET", endpoint);
|
|
351
|
+
|
|
352
|
+
const rawMessages = Array.isArray(json.value) ? json.value : [];
|
|
353
|
+
const messages = rawMessages
|
|
354
|
+
.filter((m): m is Record<string, unknown> => !!m && typeof m === "object")
|
|
355
|
+
.map(toMessageView);
|
|
356
|
+
|
|
357
|
+
return {
|
|
358
|
+
accountEmail,
|
|
359
|
+
folder,
|
|
360
|
+
messages,
|
|
361
|
+
totalCount:
|
|
362
|
+
typeof json["@odata.count"] === "number" ? json["@odata.count"] : messages.length,
|
|
363
|
+
};
|
|
364
|
+
},
|
|
365
|
+
|
|
366
|
+
getMessage: async ({ messageId }) => {
|
|
367
|
+
const json = await invokeApi("GET", `/me/messages/${encodeURIComponent(messageId)}`);
|
|
368
|
+
return toMessageDetail(json);
|
|
369
|
+
},
|
|
370
|
+
|
|
371
|
+
sendMessage: async ({ to, cc, subject, body, bodyType = "text" }) => {
|
|
372
|
+
const toRecipients = to.map((email) => ({
|
|
373
|
+
EmailAddress: { Address: email },
|
|
374
|
+
}));
|
|
375
|
+
const ccRecipients = (cc ?? []).map((email) => ({
|
|
376
|
+
EmailAddress: { Address: email },
|
|
377
|
+
}));
|
|
378
|
+
|
|
379
|
+
await invokeApi("POST", "/me/sendMail", {
|
|
380
|
+
Message: {
|
|
381
|
+
Subject: subject,
|
|
382
|
+
Body: { ContentType: bodyType === "html" ? "HTML" : "Text", Content: body },
|
|
383
|
+
ToRecipients: toRecipients,
|
|
384
|
+
...(ccRecipients.length > 0 ? { CcRecipients: ccRecipients } : {}),
|
|
385
|
+
},
|
|
386
|
+
});
|
|
387
|
+
|
|
388
|
+
return { accountEmail, status: "sent" as const };
|
|
389
|
+
},
|
|
390
|
+
|
|
391
|
+
replyMessage: async ({ messageId, body, bodyType = "text", replyAll = false }) => {
|
|
392
|
+
const replyMethod = replyAll ? "ReplyAll" : "Reply";
|
|
393
|
+
await invokeApi("POST", `/me/messages/${encodeURIComponent(messageId)}/${replyMethod}`, {
|
|
394
|
+
Comment: body,
|
|
395
|
+
...(bodyType === "html"
|
|
396
|
+
? {
|
|
397
|
+
Message: {
|
|
398
|
+
Body: { ContentType: "HTML", Content: body },
|
|
399
|
+
},
|
|
400
|
+
}
|
|
401
|
+
: {}),
|
|
402
|
+
});
|
|
403
|
+
|
|
404
|
+
return { accountEmail, status: "sent" as const };
|
|
405
|
+
},
|
|
406
|
+
|
|
407
|
+
close: closeFn,
|
|
408
|
+
};
|
|
409
|
+
}
|
package/src/policy.ts
ADDED
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tool Policy Engine
|
|
3
|
+
*
|
|
4
|
+
* Evaluates whether a tool is allowed based on allow/deny lists with group expansion.
|
|
5
|
+
* Supports layered policy merging (intersection semantics) for arion + RunOptions policies.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
export interface ToolPolicy {
|
|
9
|
+
/** Tool names or group names to allow. Empty array or undefined = allow all */
|
|
10
|
+
allow?: string[];
|
|
11
|
+
/** Tool names or group names to deny. Applied after allow. Deny wins. */
|
|
12
|
+
deny?: string[];
|
|
13
|
+
/**
|
|
14
|
+
* Internal marker used by policy merging:
|
|
15
|
+
* when true, treat allow (even empty) as an explicit restriction.
|
|
16
|
+
* This preserves deny-all semantics for empty intersections.
|
|
17
|
+
*/
|
|
18
|
+
restrictAllow?: boolean;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/** Built-in tool groups */
|
|
22
|
+
export const TOOL_GROUPS: Record<string, string[]> = {
|
|
23
|
+
"group:memory": [
|
|
24
|
+
"remember",
|
|
25
|
+
"recall",
|
|
26
|
+
"forget",
|
|
27
|
+
"recall_knowledge",
|
|
28
|
+
"reflect",
|
|
29
|
+
"search",
|
|
30
|
+
"learn",
|
|
31
|
+
"session_history",
|
|
32
|
+
],
|
|
33
|
+
"group:web": ["web_search", "web_fetch", "browse", "browser"],
|
|
34
|
+
"group:filesystem": ["read_file", "write_file", "edit_file", "glob", "grep", "ls", "apply_patch"],
|
|
35
|
+
"group:shell": [
|
|
36
|
+
"bash",
|
|
37
|
+
"exec",
|
|
38
|
+
"spawn",
|
|
39
|
+
"kill",
|
|
40
|
+
"list_processes",
|
|
41
|
+
"wait_process",
|
|
42
|
+
"write_stdin",
|
|
43
|
+
"process",
|
|
44
|
+
],
|
|
45
|
+
"group:arion": [
|
|
46
|
+
"hatch_arion",
|
|
47
|
+
"wake_arion",
|
|
48
|
+
"rest_arion",
|
|
49
|
+
"retire_arion",
|
|
50
|
+
"delegate_arion",
|
|
51
|
+
"manage_network",
|
|
52
|
+
"list_clients",
|
|
53
|
+
"deploy",
|
|
54
|
+
],
|
|
55
|
+
"group:meta": [
|
|
56
|
+
"ask_user",
|
|
57
|
+
"quest_update",
|
|
58
|
+
"quest_list",
|
|
59
|
+
"search",
|
|
60
|
+
"learn",
|
|
61
|
+
"learn_tool",
|
|
62
|
+
"learn_skill",
|
|
63
|
+
"create_tool",
|
|
64
|
+
"create_skill",
|
|
65
|
+
"use_skill",
|
|
66
|
+
"restart",
|
|
67
|
+
"spawn_worker",
|
|
68
|
+
"check_delegation",
|
|
69
|
+
"pause_delegation",
|
|
70
|
+
"resume_delegation",
|
|
71
|
+
"quest_report",
|
|
72
|
+
"self_diagnose",
|
|
73
|
+
],
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Expand group references in a policy list.
|
|
78
|
+
* "group:memory" → ["remember", "recall", "forget", "reflect"]
|
|
79
|
+
* Individual tool names pass through unchanged.
|
|
80
|
+
* Unknown group names are ignored (treated as empty).
|
|
81
|
+
*/
|
|
82
|
+
export function expandGroups(names: string[]): Set<string> {
|
|
83
|
+
const result = new Set<string>();
|
|
84
|
+
for (const name of names) {
|
|
85
|
+
const lower = name.toLowerCase();
|
|
86
|
+
if (lower.startsWith("group:")) {
|
|
87
|
+
const members = TOOL_GROUPS[lower];
|
|
88
|
+
if (members) {
|
|
89
|
+
for (const member of members) {
|
|
90
|
+
result.add(member.toLowerCase());
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
// Unknown group names are silently ignored
|
|
94
|
+
} else {
|
|
95
|
+
result.add(lower);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
return result;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Evaluate whether a tool is allowed by a policy.
|
|
103
|
+
* Rules:
|
|
104
|
+
* 1. If allow is empty/undefined and restrictAllow is false/undefined
|
|
105
|
+
* → all tools allowed (then check deny)
|
|
106
|
+
* 2. If allow is non-empty OR restrictAllow=true
|
|
107
|
+
* → only listed tools/groups allowed (empty allow + restrictAllow=true denies all)
|
|
108
|
+
* 3. Deny always wins over allow
|
|
109
|
+
*/
|
|
110
|
+
export function isToolAllowed(toolName: string, policy: ToolPolicy): boolean {
|
|
111
|
+
const normalized = toolName.toLowerCase();
|
|
112
|
+
|
|
113
|
+
// Check allow list: when restricted, tool must be in allowed set.
|
|
114
|
+
const isAllowRestricted =
|
|
115
|
+
policy.restrictAllow === true || (policy.allow !== undefined && policy.allow.length > 0);
|
|
116
|
+
if (isAllowRestricted) {
|
|
117
|
+
const allowed = expandGroups(policy.allow ?? []);
|
|
118
|
+
if (!allowed.has(normalized)) {
|
|
119
|
+
return false;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
// Check deny list: deny always wins
|
|
124
|
+
if (policy.deny && policy.deny.length > 0) {
|
|
125
|
+
const denied = expandGroups(policy.deny);
|
|
126
|
+
if (denied.has(normalized)) {
|
|
127
|
+
return false;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
return true;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* Merge two policies (intersection). Used for layered evaluation:
|
|
136
|
+
* arion policy ∩ RunOptions policy = effective policy.
|
|
137
|
+
* A tool must be allowed by BOTH layers.
|
|
138
|
+
*/
|
|
139
|
+
export function mergePolicies(a: ToolPolicy, b: ToolPolicy): ToolPolicy {
|
|
140
|
+
// Merge deny: union of both deny lists
|
|
141
|
+
const mergedDeny = [...(a.deny ?? []), ...(b.deny ?? [])];
|
|
142
|
+
|
|
143
|
+
// Merge allow with restriction semantics:
|
|
144
|
+
// - both restricted: intersection (possibly empty = deny all)
|
|
145
|
+
// - one restricted: inherit that restriction
|
|
146
|
+
// - neither restricted: unrestricted
|
|
147
|
+
const aRestricts = a.restrictAllow === true || (a.allow?.length ?? 0) > 0;
|
|
148
|
+
const bRestricts = b.restrictAllow === true || (b.allow?.length ?? 0) > 0;
|
|
149
|
+
|
|
150
|
+
let mergedAllow: string[] | undefined;
|
|
151
|
+
let mergedRestrictAllow = false;
|
|
152
|
+
|
|
153
|
+
if (aRestricts && bRestricts) {
|
|
154
|
+
const expandedA = expandGroups(a.allow ?? []);
|
|
155
|
+
const expandedB = expandGroups(b.allow ?? []);
|
|
156
|
+
mergedAllow = [...expandedA].filter((name) => expandedB.has(name));
|
|
157
|
+
mergedRestrictAllow = true;
|
|
158
|
+
} else if (aRestricts) {
|
|
159
|
+
mergedAllow = [...(a.allow ?? [])];
|
|
160
|
+
mergedRestrictAllow = true;
|
|
161
|
+
} else if (bRestricts) {
|
|
162
|
+
mergedAllow = [...(b.allow ?? [])];
|
|
163
|
+
mergedRestrictAllow = true;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
return {
|
|
167
|
+
...(mergedAllow !== undefined ? { allow: mergedAllow } : {}),
|
|
168
|
+
...(mergedRestrictAllow ? { restrictAllow: true } : {}),
|
|
169
|
+
...(mergedDeny.length ? { deny: mergedDeny } : {}),
|
|
170
|
+
};
|
|
171
|
+
}
|