@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,106 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Core tool definitions for ARIA
|
|
3
|
+
* Core tools across 10 definition groups:
|
|
4
|
+
* memory (5), web (3+1), filesystem (8), shell (7+1), arion (4), delegation (3), messaging (4+2), network (2), deploy (1), meta (11)
|
|
5
|
+
*
|
|
6
|
+
* Individual category definitions are in their respective files.
|
|
7
|
+
* This module assembles them into the unified CORE_TOOL_DEFINITIONS array.
|
|
8
|
+
* browser and process are forked from OpenClaw (MIT) and added directly here.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
import type { Tool, ToolCategory, RiskLevel } from "../types.js";
|
|
12
|
+
import { MEMORY_TOOL_DEFINITIONS } from "./memory.js";
|
|
13
|
+
import { WEB_TOOL_DEFINITIONS } from "./web.js";
|
|
14
|
+
import { FILESYSTEM_TOOL_DEFINITIONS } from "./filesystem.js";
|
|
15
|
+
import { SHELL_TOOL_DEFINITIONS } from "./shell.js";
|
|
16
|
+
import { ARION_TOOL_DEFINITIONS } from "./arion.js";
|
|
17
|
+
import { DELEGATION_TOOL_DEFINITIONS } from "./delegation.js";
|
|
18
|
+
import { MESSAGING_TOOL_DEFINITIONS } from "./messaging.js";
|
|
19
|
+
import { SLACK_TOOL_DEFINITIONS } from "./slack.js";
|
|
20
|
+
import { OUTLOOK_TOOL_DEFINITIONS } from "./outlook.js";
|
|
21
|
+
import { QUIP_TOOL_DEFINITIONS } from "./quip.js";
|
|
22
|
+
import { NETWORK_TOOL_DEFINITIONS } from "./network.js";
|
|
23
|
+
import { DEPLOY_TOOL_DEFINITIONS } from "./deploy.js";
|
|
24
|
+
import { META_TOOL_DEFINITIONS } from "./meta.js";
|
|
25
|
+
import { SESSION_HISTORY_TOOL_DEFINITIONS } from "./session-history.js";
|
|
26
|
+
|
|
27
|
+
// OpenClaw forks (MIT) — Playwright browser automation and background process management
|
|
28
|
+
import { browserTool } from "./browser/index.js";
|
|
29
|
+
import { processTool } from "./process/index.js";
|
|
30
|
+
|
|
31
|
+
// Re-export category arrays for direct access
|
|
32
|
+
export { MEMORY_TOOL_DEFINITIONS } from "./memory.js";
|
|
33
|
+
export { WEB_TOOL_DEFINITIONS } from "./web.js";
|
|
34
|
+
export { FILESYSTEM_TOOL_DEFINITIONS } from "./filesystem.js";
|
|
35
|
+
export { SHELL_TOOL_DEFINITIONS } from "./shell.js";
|
|
36
|
+
export { ARION_TOOL_DEFINITIONS } from "./arion.js";
|
|
37
|
+
export { DELEGATION_TOOL_DEFINITIONS } from "./delegation.js";
|
|
38
|
+
export { MESSAGING_TOOL_DEFINITIONS } from "./messaging.js";
|
|
39
|
+
export { SLACK_TOOL_DEFINITIONS } from "./slack.js";
|
|
40
|
+
export { OUTLOOK_TOOL_DEFINITIONS } from "./outlook.js";
|
|
41
|
+
export { QUIP_TOOL_DEFINITIONS } from "./quip.js";
|
|
42
|
+
export { NETWORK_TOOL_DEFINITIONS } from "./network.js";
|
|
43
|
+
export { DEPLOY_TOOL_DEFINITIONS } from "./deploy.js";
|
|
44
|
+
export { META_TOOL_DEFINITIONS } from "./meta.js";
|
|
45
|
+
export { SESSION_HISTORY_TOOL_DEFINITIONS } from "./session-history.js";
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* All core tool definitions
|
|
49
|
+
*/
|
|
50
|
+
export const CORE_TOOL_DEFINITIONS: Tool[] = [
|
|
51
|
+
// Memory tools (5)
|
|
52
|
+
...MEMORY_TOOL_DEFINITIONS,
|
|
53
|
+
// Web tools (3 + browser)
|
|
54
|
+
...WEB_TOOL_DEFINITIONS,
|
|
55
|
+
browserTool,
|
|
56
|
+
// Filesystem tools (8, includes forked apply_patch with fuzzy matching)
|
|
57
|
+
...FILESYSTEM_TOOL_DEFINITIONS,
|
|
58
|
+
// Shell tools (7 + process)
|
|
59
|
+
...SHELL_TOOL_DEFINITIONS,
|
|
60
|
+
processTool,
|
|
61
|
+
// Arion tools (4)
|
|
62
|
+
...ARION_TOOL_DEFINITIONS,
|
|
63
|
+
// Delegation tools (7): delegate_arion, spawn_worker, check_delegation, pause_delegation, resume_delegation, delegate_remote, quest_report
|
|
64
|
+
...DELEGATION_TOOL_DEFINITIONS,
|
|
65
|
+
// Messaging tools (6): send_message, check_messages, search_messages, get_thread, check_slack_messages, send_slack_message
|
|
66
|
+
...MESSAGING_TOOL_DEFINITIONS,
|
|
67
|
+
...SLACK_TOOL_DEFINITIONS,
|
|
68
|
+
...OUTLOOK_TOOL_DEFINITIONS,
|
|
69
|
+
...QUIP_TOOL_DEFINITIONS,
|
|
70
|
+
// Network tools (2): manage_network + list_clients
|
|
71
|
+
...NETWORK_TOOL_DEFINITIONS,
|
|
72
|
+
// Deploy tools (1): deploy (SSH remote deployment)
|
|
73
|
+
...DEPLOY_TOOL_DEFINITIONS,
|
|
74
|
+
// Meta tools (10): ask_user/quest plus learning/meta capability tools
|
|
75
|
+
...META_TOOL_DEFINITIONS,
|
|
76
|
+
// Session History tools (1): session_history (list/search/get/current/stats/delete/set_title)
|
|
77
|
+
...SESSION_HISTORY_TOOL_DEFINITIONS,
|
|
78
|
+
];
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Get all core tools
|
|
82
|
+
*/
|
|
83
|
+
export function getCoreTools(): Tool[] {
|
|
84
|
+
return CORE_TOOL_DEFINITIONS;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Get a core tool by name
|
|
89
|
+
*/
|
|
90
|
+
export function getCoreTool(name: string): Tool | undefined {
|
|
91
|
+
return CORE_TOOL_DEFINITIONS.find((tool) => tool.name === name);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* Get all tools in a category
|
|
96
|
+
*/
|
|
97
|
+
export function getCoreToolsByCategory(category: ToolCategory): Tool[] {
|
|
98
|
+
return CORE_TOOL_DEFINITIONS.filter((tool) => tool.category === category);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Get all tools by risk level
|
|
103
|
+
*/
|
|
104
|
+
export function getCoreToolsByRiskLevel(riskLevel: RiskLevel): Tool[] {
|
|
105
|
+
return CORE_TOOL_DEFINITIONS.filter((tool) => tool.riskLevel === riskLevel);
|
|
106
|
+
}
|
|
@@ -0,0 +1,567 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delegation tool definitions
|
|
3
|
+
*
|
|
4
|
+
* Tools: delegate_arion, spawn_worker, check_delegation, pause_delegation, resume_delegation, delegate_remote, quest_report (7 tools)
|
|
5
|
+
*
|
|
6
|
+
* delegate_arion and spawn_worker call context.delegationExecutor (injected by runner).
|
|
7
|
+
* check_delegation uses context.delegationRegistry for status queries.
|
|
8
|
+
* When the executor/registry aren't wired, tools return a clear error.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
import { z } from "zod";
|
|
12
|
+
import { NodeIdSchema } from "../network-runtime/index.js";
|
|
13
|
+
import { tool } from "../tool-factory.js";
|
|
14
|
+
import type { ToolContext, ToolResult } from "../types.js";
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Delegate a task to another arion in the room.
|
|
18
|
+
* The arion runs in parallel with its own memory and persona.
|
|
19
|
+
*/
|
|
20
|
+
const delegate_arion = tool({
|
|
21
|
+
name: "delegate_arion",
|
|
22
|
+
description:
|
|
23
|
+
"Delegate a task to another arion in the room. The arion runs in parallel with its own memory and persona. Use check_delegation to get results.",
|
|
24
|
+
parameters: z.object({
|
|
25
|
+
arion: z.string().min(1).max(100).describe("Name of the arion to delegate to"),
|
|
26
|
+
task: z.string().min(1).max(100_000).describe("The task description for the delegated arion"),
|
|
27
|
+
tier: z
|
|
28
|
+
.enum(["fast", "balanced", "powerful", "ensemble"])
|
|
29
|
+
.optional()
|
|
30
|
+
.describe("Model tier override (fast/balanced/powerful)"),
|
|
31
|
+
}),
|
|
32
|
+
category: "arion",
|
|
33
|
+
riskLevel: "moderate",
|
|
34
|
+
isReadOnly: false,
|
|
35
|
+
loadingTier: "always",
|
|
36
|
+
execute: async (input, context: ToolContext): Promise<ToolResult> => {
|
|
37
|
+
if (!context.delegationExecutor) {
|
|
38
|
+
return {
|
|
39
|
+
success: false,
|
|
40
|
+
message:
|
|
41
|
+
"delegate_arion: Delegation executor not available. Ensure RunSession is configured with delegation support.",
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
try {
|
|
46
|
+
const id = await context.delegationExecutor.delegateToArion(
|
|
47
|
+
input.arion,
|
|
48
|
+
input.task,
|
|
49
|
+
input.tier,
|
|
50
|
+
);
|
|
51
|
+
return {
|
|
52
|
+
success: true,
|
|
53
|
+
message: `Delegation ${id} started. Arion "${input.arion}" is working on the task. Use check_delegation to monitor progress.`,
|
|
54
|
+
data: { id, arion: input.arion },
|
|
55
|
+
};
|
|
56
|
+
} catch (e) {
|
|
57
|
+
return {
|
|
58
|
+
success: false,
|
|
59
|
+
message: `delegate_arion failed: ${(e as Error).message}`,
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
});
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Spawn a lightweight worker to execute a focused task in parallel.
|
|
67
|
+
* No memory or persona. Use for quick, isolated tasks.
|
|
68
|
+
*/
|
|
69
|
+
const spawn_worker = tool({
|
|
70
|
+
name: "spawn_worker",
|
|
71
|
+
description:
|
|
72
|
+
"Spawn a lightweight worker to execute a focused task in parallel. No memory or persona. Use for quick, isolated tasks. Use check_delegation to get results.",
|
|
73
|
+
parameters: z.object({
|
|
74
|
+
task: z.string().min(1).max(100_000).describe("The task for the worker"),
|
|
75
|
+
type: z
|
|
76
|
+
.enum(["worker", "cli_agent"])
|
|
77
|
+
.optional()
|
|
78
|
+
.default("worker")
|
|
79
|
+
.describe("Delegation type: lightweight worker (default) or external CLI agent"),
|
|
80
|
+
tools: z
|
|
81
|
+
.array(
|
|
82
|
+
z
|
|
83
|
+
.string()
|
|
84
|
+
.min(1)
|
|
85
|
+
.max(100)
|
|
86
|
+
.regex(/^[a-z0-9_]+$/),
|
|
87
|
+
)
|
|
88
|
+
.max(100)
|
|
89
|
+
.optional()
|
|
90
|
+
.describe("Restrict worker to these tools only"),
|
|
91
|
+
tier: z
|
|
92
|
+
.enum(["fast", "balanced", "powerful", "ensemble"])
|
|
93
|
+
.optional()
|
|
94
|
+
.default("fast")
|
|
95
|
+
.describe("Model tier"),
|
|
96
|
+
driver: z
|
|
97
|
+
.string()
|
|
98
|
+
.regex(/^[a-z0-9-]+$/)
|
|
99
|
+
.max(50)
|
|
100
|
+
.optional()
|
|
101
|
+
.describe("CLI agent driver ID (for type='cli_agent', e.g. claude-code/codex)"),
|
|
102
|
+
workspace: z
|
|
103
|
+
.enum(["cwd", "tempdir", "worktree"])
|
|
104
|
+
.optional()
|
|
105
|
+
.describe("Workspace strategy for CLI agent delegation"),
|
|
106
|
+
model: z.string().max(200).optional().describe("CLI model override (for type='cli_agent')"),
|
|
107
|
+
resume: z.string().max(200).optional().describe("Resume from an existing CLI session ID"),
|
|
108
|
+
timeout: z
|
|
109
|
+
.number()
|
|
110
|
+
.int()
|
|
111
|
+
.min(1000)
|
|
112
|
+
.max(3_600_000)
|
|
113
|
+
.optional()
|
|
114
|
+
.describe("CLI delegation timeout in ms"),
|
|
115
|
+
}),
|
|
116
|
+
category: "meta",
|
|
117
|
+
riskLevel: "moderate",
|
|
118
|
+
isReadOnly: false,
|
|
119
|
+
loadingTier: "always",
|
|
120
|
+
execute: async (input, context: ToolContext): Promise<ToolResult> => {
|
|
121
|
+
if (!context.delegationExecutor) {
|
|
122
|
+
return {
|
|
123
|
+
success: false,
|
|
124
|
+
message:
|
|
125
|
+
"spawn_worker: Delegation executor not available. Ensure RunSession is configured with delegation support.",
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
try {
|
|
130
|
+
if (input.type === "cli_agent") {
|
|
131
|
+
const id = await context.delegationExecutor.spawnCliAgent({
|
|
132
|
+
task: input.task,
|
|
133
|
+
driver: input.driver ?? "claude-code",
|
|
134
|
+
workspace: input.workspace,
|
|
135
|
+
model: input.model,
|
|
136
|
+
resume: input.resume,
|
|
137
|
+
timeout: input.timeout,
|
|
138
|
+
});
|
|
139
|
+
return {
|
|
140
|
+
success: true,
|
|
141
|
+
message: "CLI agent delegation started",
|
|
142
|
+
data: { id },
|
|
143
|
+
};
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
const id = await context.delegationExecutor.spawnWorker(input.task, input.tools, input.tier);
|
|
147
|
+
return {
|
|
148
|
+
success: true,
|
|
149
|
+
message: `Worker ${id} spawned. Use check_delegation to monitor progress.`,
|
|
150
|
+
data: { id },
|
|
151
|
+
};
|
|
152
|
+
} catch (e) {
|
|
153
|
+
return {
|
|
154
|
+
success: false,
|
|
155
|
+
message: `spawn_worker failed: ${(e as Error).message}`,
|
|
156
|
+
};
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
});
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* Check the status of a delegated task or spawned worker.
|
|
163
|
+
* Uses typed DelegationRegistryRef from ToolContext.
|
|
164
|
+
*/
|
|
165
|
+
const check_delegation = tool({
|
|
166
|
+
name: "check_delegation",
|
|
167
|
+
description:
|
|
168
|
+
"Check the status of a delegated task. The ID is always a quest_xxx ID. Returns the result when complete.",
|
|
169
|
+
parameters: z.object({
|
|
170
|
+
id: z
|
|
171
|
+
.string()
|
|
172
|
+
.regex(/^quest_[a-z0-9]{6,20}$/)
|
|
173
|
+
.max(50)
|
|
174
|
+
.describe("Quest ID (quest_xxx)"),
|
|
175
|
+
wait: z.boolean().optional().default(false).describe("Wait for completion instead of polling."),
|
|
176
|
+
timeout: z
|
|
177
|
+
.number()
|
|
178
|
+
.int()
|
|
179
|
+
.min(1000)
|
|
180
|
+
.max(3_600_000)
|
|
181
|
+
.optional()
|
|
182
|
+
.describe("Max wait time in ms when wait=true (default 300000)"),
|
|
183
|
+
}),
|
|
184
|
+
category: "meta",
|
|
185
|
+
riskLevel: "safe",
|
|
186
|
+
isReadOnly: true,
|
|
187
|
+
loadingTier: "always",
|
|
188
|
+
execute: async (input, context: ToolContext): Promise<ToolResult> => {
|
|
189
|
+
const registry = context.delegationRegistry;
|
|
190
|
+
|
|
191
|
+
if (!registry) {
|
|
192
|
+
return { success: false, message: "No delegation registry available" };
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
const entry = registry.get(input.id);
|
|
196
|
+
|
|
197
|
+
// If not in registry (evicted or process died), check quest store
|
|
198
|
+
if (!entry && context.questStore) {
|
|
199
|
+
const quest = context.questStore.getQuest(input.id);
|
|
200
|
+
if (quest) {
|
|
201
|
+
const questMessages = context.messageStore?.getByCorrelation(input.id) ?? [];
|
|
202
|
+
return {
|
|
203
|
+
success: quest.status === "done" || quest.status === "active",
|
|
204
|
+
message:
|
|
205
|
+
quest.status === "done"
|
|
206
|
+
? quest.progress || "Quest completed"
|
|
207
|
+
: quest.status === "blocked"
|
|
208
|
+
? quest.progress || "Quest blocked"
|
|
209
|
+
: `Quest is ${quest.status}`,
|
|
210
|
+
data: {
|
|
211
|
+
id: quest.id,
|
|
212
|
+
status: quest.status,
|
|
213
|
+
progress: quest.progress,
|
|
214
|
+
questMessages: questMessages.slice(-10),
|
|
215
|
+
},
|
|
216
|
+
};
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
if (!entry) {
|
|
221
|
+
return { success: false, message: `Delegation not found: ${input.id}` };
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
if (input.wait && entry.status === "running") {
|
|
225
|
+
try {
|
|
226
|
+
const completed = await registry.await(input.id, input.timeout ?? 300_000);
|
|
227
|
+
return buildCheckResponse(completed, context);
|
|
228
|
+
} catch (e) {
|
|
229
|
+
return { success: false, message: `Wait failed: ${(e as Error).message}` };
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
return buildCheckResponse(entry, context);
|
|
234
|
+
},
|
|
235
|
+
});
|
|
236
|
+
|
|
237
|
+
/** Build check_delegation response, enriching with quest store data when available. */
|
|
238
|
+
function buildCheckResponse(
|
|
239
|
+
entry: {
|
|
240
|
+
id: string;
|
|
241
|
+
type: string;
|
|
242
|
+
status: string;
|
|
243
|
+
result?: string;
|
|
244
|
+
error?: string;
|
|
245
|
+
metadata?: Record<string, unknown>;
|
|
246
|
+
},
|
|
247
|
+
context: ToolContext,
|
|
248
|
+
): ToolResult {
|
|
249
|
+
let questProgress: string | undefined;
|
|
250
|
+
let questMessages: unknown[] | undefined;
|
|
251
|
+
if (context.questStore) {
|
|
252
|
+
const quest = context.questStore.getQuest(entry.id);
|
|
253
|
+
if (quest) questProgress = quest.progress;
|
|
254
|
+
}
|
|
255
|
+
if (context.messageStore) {
|
|
256
|
+
questMessages = context.messageStore.getByCorrelation(entry.id).slice(-10);
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
const isTerminalFailure = entry.status === "failed" || entry.status === "aborted";
|
|
260
|
+
return {
|
|
261
|
+
success: entry.status === "completed" || entry.status === "running",
|
|
262
|
+
message:
|
|
263
|
+
entry.status === "completed"
|
|
264
|
+
? (entry.result ?? "Delegation completed")
|
|
265
|
+
: isTerminalFailure
|
|
266
|
+
? (entry.error ?? `Delegation ${entry.status}`)
|
|
267
|
+
: `Delegation is ${entry.status}`,
|
|
268
|
+
data: {
|
|
269
|
+
id: entry.id,
|
|
270
|
+
type: entry.type,
|
|
271
|
+
status: entry.status,
|
|
272
|
+
result: entry.result,
|
|
273
|
+
error: entry.error,
|
|
274
|
+
questProgress,
|
|
275
|
+
questMessages,
|
|
276
|
+
metadata: entry.metadata,
|
|
277
|
+
},
|
|
278
|
+
};
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* Pause a running delegation.
|
|
283
|
+
* The agent stops after the AbortController signals cancellation.
|
|
284
|
+
* Can be resumed later with resume_delegation.
|
|
285
|
+
*/
|
|
286
|
+
const pause_delegation = tool({
|
|
287
|
+
name: "pause_delegation",
|
|
288
|
+
description:
|
|
289
|
+
"Pause a running delegation by terminating it. No in-flight state is preserved. Use resume_delegation to re-create the delegation with the original task.",
|
|
290
|
+
parameters: z.object({
|
|
291
|
+
id: z
|
|
292
|
+
.string()
|
|
293
|
+
.regex(/^quest_[a-z0-9]{6,20}$/)
|
|
294
|
+
.max(50)
|
|
295
|
+
.describe("Quest ID (quest_xxx) to pause"),
|
|
296
|
+
reason: z.string().max(1000).optional().describe("Reason for pausing"),
|
|
297
|
+
}),
|
|
298
|
+
category: "meta",
|
|
299
|
+
riskLevel: "moderate",
|
|
300
|
+
isReadOnly: false,
|
|
301
|
+
loadingTier: "always",
|
|
302
|
+
execute: async (input, context: ToolContext): Promise<ToolResult> => {
|
|
303
|
+
const registry = context.delegationRegistry;
|
|
304
|
+
if (!registry) {
|
|
305
|
+
return { success: false, message: "No delegation registry available" };
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
const entry = registry.get(input.id);
|
|
309
|
+
if (!entry) {
|
|
310
|
+
return { success: false, message: `Delegation not found: ${input.id}` };
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
if (entry.status !== "running") {
|
|
314
|
+
return {
|
|
315
|
+
success: false,
|
|
316
|
+
message: `Cannot pause — delegation is ${entry.status}`,
|
|
317
|
+
};
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
registry.abort(input.id);
|
|
321
|
+
|
|
322
|
+
// Sync quest store so check_delegation's fallback path sees "blocked" after registry eviction
|
|
323
|
+
if (context.questStore) {
|
|
324
|
+
try {
|
|
325
|
+
context.questStore.updateQuest(input.id, {
|
|
326
|
+
status: "blocked",
|
|
327
|
+
progress: input.reason ?? "Paused by user",
|
|
328
|
+
});
|
|
329
|
+
} catch {
|
|
330
|
+
// Non-fatal — registry is authoritative while process lives
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
return {
|
|
335
|
+
success: true,
|
|
336
|
+
message: `Delegation ${input.id} aborted${input.reason ? `: ${input.reason}` : ""}. Use resume_delegation to re-create with the original task.`,
|
|
337
|
+
data: { id: input.id, status: "aborted" },
|
|
338
|
+
};
|
|
339
|
+
},
|
|
340
|
+
});
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* Resume a paused delegation from where it stopped.
|
|
344
|
+
* Creates a new delegation that continues the original task.
|
|
345
|
+
*/
|
|
346
|
+
const resume_delegation = tool({
|
|
347
|
+
name: "resume_delegation",
|
|
348
|
+
description:
|
|
349
|
+
"Resume a paused delegation by creating a new delegation with the original task. Does not restore in-flight state — the agent starts fresh with the original task description.",
|
|
350
|
+
parameters: z.object({
|
|
351
|
+
id: z
|
|
352
|
+
.string()
|
|
353
|
+
.regex(/^quest_[a-z0-9]{6,20}$/)
|
|
354
|
+
.max(50)
|
|
355
|
+
.describe("Quest ID (quest_xxx) to resume"),
|
|
356
|
+
additionalContext: z
|
|
357
|
+
.string()
|
|
358
|
+
.max(50_000)
|
|
359
|
+
.optional()
|
|
360
|
+
.describe("Additional context or instructions for the resumed agent"),
|
|
361
|
+
}),
|
|
362
|
+
category: "meta",
|
|
363
|
+
riskLevel: "moderate",
|
|
364
|
+
isReadOnly: false,
|
|
365
|
+
loadingTier: "always",
|
|
366
|
+
execute: async (input, context: ToolContext): Promise<ToolResult> => {
|
|
367
|
+
const executor = context.delegationExecutor;
|
|
368
|
+
if (!executor) {
|
|
369
|
+
return {
|
|
370
|
+
success: false,
|
|
371
|
+
message: "Delegation executor not available",
|
|
372
|
+
};
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
const registry = context.delegationRegistry;
|
|
376
|
+
if (!registry) {
|
|
377
|
+
return { success: false, message: "No delegation registry available" };
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
const entry = registry.get(input.id);
|
|
381
|
+
if (!entry) {
|
|
382
|
+
return { success: false, message: `Delegation not found: ${input.id}` };
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
if (entry.status === "running") {
|
|
386
|
+
return {
|
|
387
|
+
success: false,
|
|
388
|
+
message: `Cannot resume — delegation ${input.id} is still running. Use pause_delegation first.`,
|
|
389
|
+
};
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
// Build a continuation task from the original task + optional additional context
|
|
393
|
+
const task = input.additionalContext
|
|
394
|
+
? `Continue the previous task: ${entry.task}\n\nAdditional context: ${input.additionalContext}`
|
|
395
|
+
: `Continue the previous task: ${entry.task}`;
|
|
396
|
+
|
|
397
|
+
try {
|
|
398
|
+
let newId: string;
|
|
399
|
+
if (entry.type === "arion" && entry.arionName) {
|
|
400
|
+
newId = await executor.delegateToArion(entry.arionName, task);
|
|
401
|
+
} else if (entry.type === "cli_agent") {
|
|
402
|
+
if (entry.metadata?.driver) {
|
|
403
|
+
newId = await executor.spawnCliAgent({
|
|
404
|
+
task,
|
|
405
|
+
driver: entry.metadata.driver as string,
|
|
406
|
+
workspace: entry.metadata.workspace as "cwd" | "tempdir" | "worktree" | undefined,
|
|
407
|
+
model: entry.metadata.model as string | undefined,
|
|
408
|
+
});
|
|
409
|
+
} else {
|
|
410
|
+
return {
|
|
411
|
+
success: false,
|
|
412
|
+
message:
|
|
413
|
+
"Cannot resume CLI agent delegation — original driver metadata not preserved. Use spawn_worker with type='cli_agent' instead.",
|
|
414
|
+
};
|
|
415
|
+
}
|
|
416
|
+
} else {
|
|
417
|
+
newId = await executor.spawnWorker(task);
|
|
418
|
+
}
|
|
419
|
+
return {
|
|
420
|
+
success: true,
|
|
421
|
+
message: `Delegation resumed as ${newId}. Original: ${input.id}`,
|
|
422
|
+
data: { originalId: input.id, newId, type: entry.type },
|
|
423
|
+
};
|
|
424
|
+
} catch (e) {
|
|
425
|
+
return {
|
|
426
|
+
success: false,
|
|
427
|
+
message: `Resume failed: ${(e as Error).message}`,
|
|
428
|
+
};
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
});
|
|
432
|
+
|
|
433
|
+
/**
|
|
434
|
+
* Delegate a task to a remote ARIA node connected via WireGuard tunnel.
|
|
435
|
+
* The remote node receives the task as a quest message and executes it independently.
|
|
436
|
+
* Results come back via quest completion messages through the tunnel.
|
|
437
|
+
*/
|
|
438
|
+
const delegate_remote = tool({
|
|
439
|
+
name: "delegate_remote",
|
|
440
|
+
description:
|
|
441
|
+
"Delegate a task to a remote ARIA node connected via WireGuard tunnel. The node executes the task independently. Use check_delegation to get results.",
|
|
442
|
+
parameters: z.object({
|
|
443
|
+
node_id: NodeIdSchema.describe("Durable remote node id to delegate to"),
|
|
444
|
+
task: z.string().min(1).max(100_000).describe("Task description for the remote node"),
|
|
445
|
+
tier: z
|
|
446
|
+
.enum(["fast", "balanced", "powerful"])
|
|
447
|
+
.optional()
|
|
448
|
+
.describe("Model tier for the remote execution"),
|
|
449
|
+
}),
|
|
450
|
+
category: "messaging",
|
|
451
|
+
riskLevel: "moderate",
|
|
452
|
+
isReadOnly: false,
|
|
453
|
+
loadingTier: "always",
|
|
454
|
+
execute: async (input, context: ToolContext): Promise<ToolResult> => {
|
|
455
|
+
if (!context.delegationExecutor?.delegateToRemote) {
|
|
456
|
+
return {
|
|
457
|
+
success: false,
|
|
458
|
+
message:
|
|
459
|
+
"delegate_remote: Remote delegation not available — no delegateToRemote configured. Ensure mailbox and network are wired.",
|
|
460
|
+
};
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
try {
|
|
464
|
+
const id = await context.delegationExecutor.delegateToRemote(
|
|
465
|
+
NodeIdSchema.parse(input.node_id),
|
|
466
|
+
input.task,
|
|
467
|
+
input.tier,
|
|
468
|
+
);
|
|
469
|
+
return {
|
|
470
|
+
success: true,
|
|
471
|
+
message: `Remote delegation ${id} sent to node "${input.node_id}". Use check_delegation to monitor progress.`,
|
|
472
|
+
data: { id, nodeId: input.node_id },
|
|
473
|
+
};
|
|
474
|
+
} catch (e) {
|
|
475
|
+
return {
|
|
476
|
+
success: false,
|
|
477
|
+
message: `delegate_remote failed: ${(e as Error).message}`,
|
|
478
|
+
};
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
});
|
|
482
|
+
|
|
483
|
+
/**
|
|
484
|
+
* View the structured completion report for a finished quest.
|
|
485
|
+
* Parses the JSON progress field to surface commits, files changed, commands run, and cost.
|
|
486
|
+
*/
|
|
487
|
+
const quest_report = tool({
|
|
488
|
+
name: "quest_report",
|
|
489
|
+
description:
|
|
490
|
+
"View the structured completion report for a finished quest, including commits, files changed, commands run, and cost",
|
|
491
|
+
parameters: z.object({
|
|
492
|
+
quest_id: z.string().min(1).max(100).describe("Quest ID to view report for"),
|
|
493
|
+
}),
|
|
494
|
+
category: "meta",
|
|
495
|
+
riskLevel: "safe",
|
|
496
|
+
isReadOnly: true,
|
|
497
|
+
loadingTier: "always",
|
|
498
|
+
execute: async (input, context: ToolContext): Promise<ToolResult> => {
|
|
499
|
+
const questId = input.quest_id;
|
|
500
|
+
if (!context.questStore) {
|
|
501
|
+
return { success: false, message: "Quest store not available" };
|
|
502
|
+
}
|
|
503
|
+
const quest = context.questStore.getQuest(questId);
|
|
504
|
+
if (!quest) {
|
|
505
|
+
return { success: false, message: `Quest not found: ${questId}` };
|
|
506
|
+
}
|
|
507
|
+
if (quest.status !== "done") {
|
|
508
|
+
return {
|
|
509
|
+
success: true,
|
|
510
|
+
message: `Quest not yet completed (status: ${quest.status})`,
|
|
511
|
+
data: { questId, status: quest.status },
|
|
512
|
+
};
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
// Try to parse structured progress JSON
|
|
516
|
+
try {
|
|
517
|
+
const report = JSON.parse(quest.progress);
|
|
518
|
+
return {
|
|
519
|
+
success: true,
|
|
520
|
+
message: "Quest completion report",
|
|
521
|
+
data: {
|
|
522
|
+
questId,
|
|
523
|
+
title: quest.title,
|
|
524
|
+
status: quest.status,
|
|
525
|
+
report: {
|
|
526
|
+
summary: report.summary ?? quest.progress.slice(0, 500),
|
|
527
|
+
commits: report.commits ?? [],
|
|
528
|
+
filesChanged: report.filesChanged ?? [],
|
|
529
|
+
commandsRun: report.commandsRun ?? [],
|
|
530
|
+
toolsUsed: report.toolsUsed ?? [],
|
|
531
|
+
turnCount: report.turnCount ?? 0,
|
|
532
|
+
tokensUsed: report.tokensUsed ?? 0,
|
|
533
|
+
costUsd: report.costUsd ?? 0,
|
|
534
|
+
},
|
|
535
|
+
},
|
|
536
|
+
};
|
|
537
|
+
} catch {
|
|
538
|
+
// Progress is plain text, not structured JSON
|
|
539
|
+
return {
|
|
540
|
+
success: true,
|
|
541
|
+
message: "Quest completion report (plain text)",
|
|
542
|
+
data: {
|
|
543
|
+
questId,
|
|
544
|
+
title: quest.title,
|
|
545
|
+
status: quest.status,
|
|
546
|
+
report: {
|
|
547
|
+
summary: quest.progress,
|
|
548
|
+
commits: [],
|
|
549
|
+
filesChanged: [],
|
|
550
|
+
commandsRun: [],
|
|
551
|
+
},
|
|
552
|
+
},
|
|
553
|
+
};
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
});
|
|
557
|
+
|
|
558
|
+
/** Delegation tool definitions (7) */
|
|
559
|
+
export const DELEGATION_TOOL_DEFINITIONS = [
|
|
560
|
+
delegate_arion,
|
|
561
|
+
spawn_worker,
|
|
562
|
+
check_delegation,
|
|
563
|
+
pause_delegation,
|
|
564
|
+
resume_delegation,
|
|
565
|
+
delegate_remote,
|
|
566
|
+
quest_report,
|
|
567
|
+
];
|