remoteclaw 0.0.0 → 0.1.0-next.2abd2fa
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/CHANGELOG.md +7 -0
- package/LICENSE +661 -0
- package/README.md +490 -0
- package/assets/chrome-extension/README.md +23 -0
- package/assets/chrome-extension/background-utils.js +48 -0
- package/assets/chrome-extension/background.js +899 -0
- package/assets/chrome-extension/icons/icon128.png +0 -0
- package/assets/chrome-extension/icons/icon16.png +0 -0
- package/assets/chrome-extension/icons/icon32.png +0 -0
- package/assets/chrome-extension/icons/icon48.png +0 -0
- package/assets/chrome-extension/manifest.json +25 -0
- package/assets/chrome-extension/options-validation.js +57 -0
- package/assets/chrome-extension/options.html +200 -0
- package/assets/chrome-extension/options.js +74 -0
- package/assets/clawtributor-avatar-placeholder.png +0 -0
- package/assets/dmg-background-small.png +0 -0
- package/assets/dmg-background.png +0 -0
- package/dist/account-lookup-0KDSp5Mj.js +11 -0
- package/dist/account-lookup-zvANGr2x.js +11 -0
- package/dist/accounts-BFy_Z3od.js +272 -0
- package/dist/accounts-BTXSfPWi.js +270 -0
- package/dist/accounts-BxGS70Do.js +36 -0
- package/dist/accounts-CNY1TGj1.js +47 -0
- package/dist/accounts-DBohBlww.js +32 -0
- package/dist/accounts-DqRQ75w3.js +36 -0
- package/dist/accounts-iODF3SK2.js +47 -0
- package/dist/ack-reactions-B11TAC2D.js +446 -0
- package/dist/ack-reactions-BWVjL4H6.js +446 -0
- package/dist/acp-cli-CA1xMmVo.js +1320 -0
- package/dist/acp-cli-CGo6fJVZ.js +1326 -0
- package/dist/active-listener-VzhWW8W6.js +37 -0
- package/dist/active-listener-z0qVEcom.js +37 -0
- package/dist/agent-CTizRPIJ.js +732 -0
- package/dist/agent-D2RVoS5g.js +731 -0
- package/dist/agent-helpers-B6VfZ9_u.js +606 -0
- package/dist/agent-helpers-CTx5KKJu.js +606 -0
- package/dist/agent-scope-BGYzhtWQ.js +121 -0
- package/dist/agent-scope-C50VuLKh.js +119 -0
- package/dist/agents-BuYn-obw.js +788 -0
- package/dist/agents.config-BSTxuTVd.js +116 -0
- package/dist/agents.config-p3V3b9u6.js +116 -0
- package/dist/ansi-D04X81yq.js +14 -0
- package/dist/api-BeQMq2iS.js +17 -0
- package/dist/api-CxX8-gGz.js +17 -0
- package/dist/argv-Co-b9Zsc.js +101 -0
- package/dist/audio-DPOuhNq7.js +43 -0
- package/dist/audio-VBcVDa08.js +43 -0
- package/dist/audio-preflight-BwmCYeuM.js +64 -0
- package/dist/audio-preflight-co8gjlPX.js +69 -0
- package/dist/audit-oH4urD3G.js +3138 -0
- package/dist/audit-qgtCT3ik.js +3138 -0
- package/dist/auth-CAczFgAO.js +448 -0
- package/dist/auth-Deh9i9Eg.js +448 -0
- package/dist/auth-profiles-BquJGKLC.js +279 -0
- package/dist/auth-profiles-D8vKiBPq.js +281 -0
- package/dist/banner-Cf978khN.js +294 -0
- package/dist/binaries-DXW6oATV.js +13 -0
- package/dist/bindings-CRU_udk8.js +69 -0
- package/dist/bindings-DQZAu8Wv.js +69 -0
- package/dist/bonjour-discovery-DdAk1VyO.js +378 -0
- package/dist/bonjour-discovery-DuhiIZZx.js +378 -0
- package/dist/boot/handler.js +1498 -0
- package/dist/brew-C4zKZsHX.js +46 -0
- package/dist/brew-DbSbN8sD.js +46 -0
- package/dist/browser-cli-CZC4h5V4.js +1687 -0
- package/dist/browser-cli-DAgi_aQk.js +1692 -0
- package/dist/build-info.json +5 -0
- package/dist/bundled/boot/HOOK.md +24 -0
- package/dist/bundled/command-logger/HOOK.md +122 -0
- package/dist/call-BbwtB9Y-.js +2828 -0
- package/dist/call-PivL7Uex.js +2829 -0
- package/dist/canvas-host/a2ui/.bundle.hash +1 -0
- package/dist/canvas-host/a2ui/a2ui.bundle.js +13193 -0
- package/dist/canvas-host/a2ui/index.html +307 -0
- package/dist/catalog-BqO6yem_.js +185 -0
- package/dist/catalog-DFmaYwfk.js +185 -0
- package/dist/channel-account-context-CvIDAtHS.js +550 -0
- package/dist/channel-account-context-q-o0pG1A.js +550 -0
- package/dist/channel-activity-BaCNOZpP.js +94 -0
- package/dist/channel-activity-C-G4n9BK.js +292 -0
- package/dist/channel-activity-DTKGf3j5.js +94 -0
- package/dist/channel-options-Cyappik_.js +32 -0
- package/dist/channel-options-DFnypY5S.js +33 -0
- package/dist/channel-selection-BGl53D5K.js +51 -0
- package/dist/channel-selection-NNPbxnyZ.js +51 -0
- package/dist/channel-web-DmhVkWbP.js +2134 -0
- package/dist/channel-web-kRC3UYBJ.js +2136 -0
- package/dist/channels-cli-C5XRkPJl.js +1421 -0
- package/dist/channels-cli-D6TqCI0m.js +1426 -0
- package/dist/channels-status-issues-CUc9mpeW.js +18 -0
- package/dist/channels-status-issues-DwRDzwrV.js +18 -0
- package/dist/chat-envelope-DEZ-5RY8.js +248 -0
- package/dist/chat-envelope-el7Uo-Fe.js +248 -0
- package/dist/chat-type-CYPyHAj-.js +11 -0
- package/dist/chat-type-DKb2TlGZ.js +11 -0
- package/dist/chrome-0QaGKb3L.js +1732 -0
- package/dist/chrome-CFeWdP0Y.js +1733 -0
- package/dist/chunk-CSQfUhgF.js +341 -0
- package/dist/chunk-D0Y_w4oX.js +341 -0
- package/dist/clack-prompter-B7tOxhJd.js +122 -0
- package/dist/clack-prompter-CCFnKP_1.js +121 -0
- package/dist/cleanup-utils-CqAVZz2b.js +94 -0
- package/dist/cleanup-utils-CwQvD73q.js +94 -0
- package/dist/cli/daemon-cli.js +9 -0
- package/dist/cli-BR2J3c4l.js +125 -0
- package/dist/cli-C1q1vSmN.js +130 -0
- package/dist/cli-name-BicfmwQX.js +23 -0
- package/dist/cli-name-C6rJGl18.js +23 -0
- package/dist/cli-utils-BhXbz2UF.js +16 -0
- package/dist/cli-utils-DZe_rVkZ.js +16 -0
- package/dist/client-C61M8zI3.js +22 -0
- package/dist/client-DdpmATKq.js +22 -0
- package/dist/clipboard-D7_SKHPK.js +31 -0
- package/dist/clipboard-Dzkx6Q2K.js +31 -0
- package/dist/command-format-CVfo8I5f.js +18 -0
- package/dist/command-format-DgXcqxBt.js +32 -0
- package/dist/command-logger/handler.js +57 -0
- package/dist/command-options-C4paWSGf.js +26 -0
- package/dist/command-options-CA30lfLK.js +26 -0
- package/dist/command-registry-CYjvOp8W.js +215 -0
- package/dist/commands-CDonBOrw.js +41 -0
- package/dist/commands-D_-bgTlO.js +41 -0
- package/dist/commands-registry-CWJv6xe2.js +892 -0
- package/dist/commands-registry-Ci8_cFk9.js +893 -0
- package/dist/common-CMI-qsF8.js +156 -0
- package/dist/common-DSVmydhm.js +156 -0
- package/dist/completion-cli-8iZJqfmX.js +452 -0
- package/dist/completion-cli-CYDjEZSt.js +452 -0
- package/dist/config-D5XU45KD.js +6953 -0
- package/dist/config-FHu9Bn4R.js +6951 -0
- package/dist/config-cli-Gehy4sav.js +241 -0
- package/dist/config-cli-RC9qMgJq.js +246 -0
- package/dist/config-eval-CjGZtLwx.js +102 -0
- package/dist/config-eval-H_wlEYIG.js +102 -0
- package/dist/config-guard-J-Q_DFWk.js +97 -0
- package/dist/config-guard-cB5a_ANg.js +75 -0
- package/dist/config-validation-BPNyd9_3.js +18 -0
- package/dist/config-validation-BPWuvhVe.js +18 -0
- package/dist/configure-CC2XdRRm.js +891 -0
- package/dist/configure-DxFBJuhZ.js +889 -0
- package/dist/constants-BmRFoHl0.js +67 -0
- package/dist/constants-C9WPAluB.js +67 -0
- package/dist/constants-ChptG3d7.js +12 -0
- package/dist/constants-DY6b-_Wl.js +12 -0
- package/dist/control-auth-D0tpV3ts.js +397 -0
- package/dist/control-auth-_-0PGRUs.js +397 -0
- package/dist/control-ui/apple-touch-icon.png +0 -0
- package/dist/control-ui/assets/index-B4ZM1lW1.js +7738 -0
- package/dist/control-ui/assets/index-B4ZM1lW1.js.map +1 -0
- package/dist/control-ui/assets/index-PED72sKF.css +1 -0
- package/dist/control-ui/assets/pt-BR-eq0TfCI7.js +2 -0
- package/dist/control-ui/assets/pt-BR-eq0TfCI7.js.map +1 -0
- package/dist/control-ui/assets/zh-CN-DmLG2MF9.js +2 -0
- package/dist/control-ui/assets/zh-CN-DmLG2MF9.js.map +1 -0
- package/dist/control-ui/assets/zh-TW-BLErH0EM.js +2 -0
- package/dist/control-ui/assets/zh-TW-BLErH0EM.js.map +1 -0
- package/dist/control-ui/favicon-32.png +0 -0
- package/dist/control-ui/favicon.ico +0 -0
- package/dist/control-ui/favicon.svg +67 -0
- package/dist/control-ui/index.html +17 -0
- package/dist/control-ui-assets-Cx_mw4D0.js +186 -0
- package/dist/control-ui-assets-W1AUuGrO.js +186 -0
- package/dist/conversation-label-C4SDz4sT.js +36 -0
- package/dist/conversation-label-D1frnvYe.js +36 -0
- package/dist/credentials-BHWUBHMd.js +91 -0
- package/dist/credentials-DFsi1_e8.js +91 -0
- package/dist/cron-cli-BzERxhr5.js +495 -0
- package/dist/cron-cli-C8j_uslU.js +490 -0
- package/dist/daemon-cli-C95XNbX0.js +1199 -0
- package/dist/daemon-cli-e6sURMqd.js +1197 -0
- package/dist/daemon-cli.js +15243 -0
- package/dist/daemon-install-CcohRvKV.js +55 -0
- package/dist/daemon-install-DDshfT0J.js +60 -0
- package/dist/daemon-install-helpers-CFGAfRlj.js +462 -0
- package/dist/daemon-install-helpers-DIUzSFG1.js +462 -0
- package/dist/daemon-runtime-CMnbwryP.js +13 -0
- package/dist/daemon-runtime-CvqE4ysg.js +13 -0
- package/dist/dangerous-name-matching-BzmiLXmA.js +45 -0
- package/dist/dangerous-name-matching-DaVRgwer.js +45 -0
- package/dist/dangerous-tools-BOLoCRv4.js +253 -0
- package/dist/dangerous-tools-Baq7Q-i6.js +253 -0
- package/dist/defaults-B5KStIBg.js +7 -0
- package/dist/defaults-xUAL2Z-F.js +7 -0
- package/dist/deliver-912khjLK.js +481 -0
- package/dist/deliver-D56J4-1F.js +481 -0
- package/dist/delivery-queue-Cfa9Wmxp.js +244 -0
- package/dist/delivery-queue-CxVRi4tw.js +244 -0
- package/dist/devices-cli-0qDhTgZR.js +316 -0
- package/dist/devices-cli-6SKMR2bV.js +321 -0
- package/dist/diagnostics-99iCgBUh.js +46 -0
- package/dist/diagnostics-VC0cz7kX.js +46 -0
- package/dist/directory-cli-5YXdoVdn.js +217 -0
- package/dist/directory-cli-D3IKCHmn.js +222 -0
- package/dist/dm-policy-shared-4rkjhcrM.js +22 -0
- package/dist/dm-policy-shared-D8lgnmrC.js +22 -0
- package/dist/dns-cli-11CtErVU.js +197 -0
- package/dist/dns-cli-SiEd_1Lq.js +202 -0
- package/dist/dock-BqNINg7k.js +928 -0
- package/dist/dock-CQuu41bw.js +929 -0
- package/dist/doctor-completion-BR1SlAT3.js +92 -0
- package/dist/doctor-completion-CZwpEhIK.js +92 -0
- package/dist/doctor-config-flow-BVkHcvoj.js +1933 -0
- package/dist/doctor-config-flow-DVYRn0An.js +1934 -0
- package/dist/enable-DcJnkzfz.js +59 -0
- package/dist/enable-ibNq4UWy.js +59 -0
- package/dist/entry.js +2620 -0
- package/dist/env-DeF64iu0.js +60 -0
- package/dist/env-vars-7aZqKPhk.js +93 -0
- package/dist/env-vars-CLGbxdpL.js +93 -0
- package/dist/errors-8F-77i6m.js +35 -0
- package/dist/errors-DZ199hOo.js +35 -0
- package/dist/exec-DbKuYyM1.js +164 -0
- package/dist/exec-DkFE7lqU.js +164 -0
- package/dist/export-html/template.css +1060 -0
- package/dist/export-html/template.html +88 -0
- package/dist/export-html/template.js +1797 -0
- package/dist/export-html/vendor/highlight.min.js +1213 -0
- package/dist/export-html/vendor/marked.min.js +6 -0
- package/dist/extensionAPI.js +11520 -0
- package/dist/fetch-BFSBLBkA.js +67 -0
- package/dist/fetch-C6XKGA11.js +67 -0
- package/dist/fetch-CEDsOiql.js +67 -0
- package/dist/fetch-timeout-DTIN7CGM.js +43 -0
- package/dist/fetch-timeout-DoySHqfO.js +43 -0
- package/dist/file-identity-BxlKD8Ys.js +12 -0
- package/dist/file-lock-CIvloidc.js +107 -0
- package/dist/file-lock-CzBL_VIx.js +107 -0
- package/dist/format-duration-CqUERz51.js +35 -0
- package/dist/format-duration-Ct-yiwkS.js +35 -0
- package/dist/format-relative-79_Y1n2Y.js +55 -0
- package/dist/format-relative-CxLpEQOX.js +55 -0
- package/dist/fs-safe-DSwT85uK.js +88 -0
- package/dist/fs-safe-DkBhNAc3.js +98 -0
- package/dist/gateway-cli-BEEZhCHv.js +23747 -0
- package/dist/gateway-cli-Nob0g_4y.js +23742 -0
- package/dist/gateway-rpc-CksB-N83.js +28 -0
- package/dist/gateway-rpc-Dq44SkOv.js +28 -0
- package/dist/gmail-setup-utils-Cnx8A5pW.js +422 -0
- package/dist/gmail-setup-utils-nkabbKOE.js +423 -0
- package/dist/health-RT-F3hzT.js +1423 -0
- package/dist/health-SOuaKNRa.js +1420 -0
- package/dist/health-format-BG95OE6N.js +28 -0
- package/dist/health-format-B_QRD8Si.js +28 -0
- package/dist/heartbeat-visibility-BxkZjE5m.js +125 -0
- package/dist/heartbeat-visibility-CGG-G7px.js +125 -0
- package/dist/heartbeat-wake-LGEgcXjs.js +182 -0
- package/dist/heartbeat-wake-Y97geucO.js +182 -0
- package/dist/help-format-DAxf0l_h.js +17 -0
- package/dist/help-format-NNm_Ov4H.js +17 -0
- package/dist/helpers-BAsMXprO.js +25 -0
- package/dist/helpers-DLgbkcEn.js +25 -0
- package/dist/helpers-R7bU5IBz.js +10 -0
- package/dist/helpers-kkeXif0Q.js +10 -0
- package/dist/hook-runner-global-DJ14gXFP.js +527 -0
- package/dist/hooks-cli-DyEKryW8.js +1217 -0
- package/dist/hooks-cli-RuEn0-oy.js +1222 -0
- package/dist/host-env-security-Bms2_EMV.js +92 -0
- package/dist/host-env-security-szwfmhC4.js +92 -0
- package/dist/image-ops-Bi6JPSkD.js +354 -0
- package/dist/image-ops-DWytvdh_.js +354 -0
- package/dist/import-D8BBZQgl.js +170 -0
- package/dist/import-DQ6NI4Fz.js +168 -0
- package/dist/inbound-context-CPkkQW0i.js +68 -0
- package/dist/inbound-context-DS_kpIYI.js +68 -0
- package/dist/inbound-path-policy-Bg4gZBx-.js +250 -0
- package/dist/inbound-path-policy-sdr5Ji0k.js +250 -0
- package/dist/index.js +569 -0
- package/dist/input-provenance-Bn6thJNm.js +35 -0
- package/dist/input-provenance-xUsSMOsz.js +35 -0
- package/dist/inspect-Dt8hogS3.js +559 -0
- package/dist/inspect-vYIL1oA0.js +559 -0
- package/dist/installs-aM5dWAyn.js +325 -0
- package/dist/installs-pWdqG8HL.js +325 -0
- package/dist/ip-C9q3Oq20.js +200 -0
- package/dist/ip-D0zgNmBV.js +200 -0
- package/dist/ipv4--2WXMVtE.js +46 -0
- package/dist/ipv4-CDQpx1A7.js +46 -0
- package/dist/ir-BpaAMTfW.js +940 -0
- package/dist/is-main-DN8-sNR5.js +30 -0
- package/dist/json-file-B7l5-Xhr.js +25 -0
- package/dist/json-file-ChO_R9yh.js +25 -0
- package/dist/json-files-CmpYSF4G.js +46 -0
- package/dist/json-files-DzpTak5i.js +46 -0
- package/dist/lanes-ByWMUgrz.js +58 -0
- package/dist/lanes-cHJ5arWg.js +58 -0
- package/dist/links-Bz4V7R_p.js +15 -0
- package/dist/links-C3soDNDH.js +15 -0
- package/dist/loader-Ccwsh8Sh.js +22624 -0
- package/dist/loader-y9MhJewT.js +22621 -0
- package/dist/local-roots-BrH0Q63K.js +313 -0
- package/dist/local-roots-nImrw2WR.js +314 -0
- package/dist/location-DBWCGNLq.js +43 -0
- package/dist/location-GbZ0bBRU.js +43 -0
- package/dist/logger-BWMPnILd.js +47 -0
- package/dist/logger-Bw3cFE5t.js +49 -0
- package/dist/logger-DyL5G2DO.js +12 -0
- package/dist/logger-GvipVDfh.js +12 -0
- package/dist/logging-C-nxX2fn.js +20 -0
- package/dist/logging-D8-Kozjc.js +19 -0
- package/dist/login-C_Kt57nO.js +62 -0
- package/dist/login-DOmWDMeP.js +61 -0
- package/dist/login-qr-CXU0wC5K.js +322 -0
- package/dist/login-qr-D0u6fdeO.js +327 -0
- package/dist/logs-cli-CschwP4d.js +238 -0
- package/dist/logs-cli-D7ayUvz_.js +233 -0
- package/dist/markdown-tables-CrmghPAr.js +29 -0
- package/dist/markdown-tables-jrnSPvZ6.js +29 -0
- package/dist/media-CojxZ45J.js +10492 -0
- package/dist/media-DN7yRfrH.js +940 -0
- package/dist/message-action-names-CtEZcmlU.js +2521 -0
- package/dist/message-action-names-WglOO_DT.js +2521 -0
- package/dist/message-channel-DzJqHVZD.js +91 -0
- package/dist/message-channel-uWMAiywE.js +91 -0
- package/dist/mime-BS3jhcZE.js +149 -0
- package/dist/mime-Cxh_64P6.js +149 -0
- package/dist/mutable-allowlist-detectors-DiZDtmlZ.js +64 -0
- package/dist/mutable-allowlist-detectors-U5ThQr9V.js +64 -0
- package/dist/net-Cg8AQeke.js +225 -0
- package/dist/net-D6D0wgcF.js +225 -0
- package/dist/node-cli-Q2-n3Fgv.js +24 -0
- package/dist/node-cli-Uf6lAntf.js +24 -0
- package/dist/nodes-cli-C2SoKfCv.js +1343 -0
- package/dist/nodes-cli-CQmlfx0K.js +1348 -0
- package/dist/nodes-screen-BR9sYoPa.js +250 -0
- package/dist/nodes-screen-Cw7Hv7M2.js +250 -0
- package/dist/note-Dlv4NmlQ.js +92 -0
- package/dist/note-kvWV4xtw.js +92 -0
- package/dist/npm-registry-spec-0qiKawvv.js +786 -0
- package/dist/npm-registry-spec-COvUzy5J.js +786 -0
- package/dist/npm-resolution-6v_Zm-9G.js +86 -0
- package/dist/npm-resolution-BFz7LeoN.js +86 -0
- package/dist/onboard-CgyU-mDL.js +407 -0
- package/dist/onboard-RI4vNTZd.js +405 -0
- package/dist/onboard-channels-DN5JoKPd.js +2548 -0
- package/dist/onboard-channels-DyAd1OZr.js +2547 -0
- package/dist/onboard-config-BCTthQ7J.js +24 -0
- package/dist/onboard-config-y-2cgT0V.js +24 -0
- package/dist/onboard-helpers-BCzZUD0z.js +363 -0
- package/dist/onboard-helpers-sDc2Ky6H.js +362 -0
- package/dist/onboard-remote-CJrMtttl.js +127 -0
- package/dist/onboard-remote-hyQIBguz.js +127 -0
- package/dist/onboarding-DCu1iBTV.js +541 -0
- package/dist/onboarding-zKMitzpb.js +543 -0
- package/dist/onboarding.finalize-ClHhYE2E.js +401 -0
- package/dist/onboarding.finalize-D5JkVJgg.js +398 -0
- package/dist/onboarding.gateway-config-DFh71Ndn.js +198 -0
- package/dist/onboarding.gateway-config-VBk6AP9U.js +191 -0
- package/dist/outbound-BYlZshIw.js +221 -0
- package/dist/outbound-CFfJC1j5.js +220 -0
- package/dist/outbound-attachment-BCNs1u1F.js +18 -0
- package/dist/outbound-attachment-B_0D60Yr.js +18 -0
- package/dist/outbound-attachment-o0seS0CP.js +18 -0
- package/dist/pairing-cli-BeydfoF9.js +122 -0
- package/dist/pairing-cli-DWzX866x.js +127 -0
- package/dist/pairing-labels-B-N8S5Fc.js +9 -0
- package/dist/pairing-labels-B_53dY5L.js +9 -0
- package/dist/pairing-store-BxdqFZGK.js +460 -0
- package/dist/pairing-store-CTkD51uW.js +459 -0
- package/dist/parse-log-line-enq8pduH.js +44 -0
- package/dist/parse-log-line-mz9TG6ig.js +44 -0
- package/dist/parse-timeout-BMP8a0_a.js +16 -0
- package/dist/parse-timeout-CDkco8kd.js +16 -0
- package/dist/path-env-DR5vn3QL.js +89 -0
- package/dist/path-env-qRJbjJzj.js +89 -0
- package/dist/path-guards-CIx4hURU.js +31 -0
- package/dist/path-guards-CrQOUlsq.js +31 -0
- package/dist/path-safety-DkT9RmTG.js +14 -0
- package/dist/path-safety-juI2XbO1.js +14 -0
- package/dist/paths-BTaH3rLn.js +232 -0
- package/dist/plugin-auto-enable-D23gv7Aw.js +302 -0
- package/dist/plugin-auto-enable-DuPS9XiJ.js +301 -0
- package/dist/plugin-registry-CNu_1KZz.js +33 -0
- package/dist/plugin-registry-DeHwd2jk.js +33 -0
- package/dist/plugin-sdk/account-id.d.ts +1 -0
- package/dist/plugin-sdk/account-id.js +34 -0
- package/dist/plugin-sdk/agents/agent-helpers/errors.d.ts +55 -0
- package/dist/plugin-sdk/agents/agent-helpers/google.d.ts +3 -0
- package/dist/plugin-sdk/agents/agent-helpers/images.d.ts +21 -0
- package/dist/plugin-sdk/agents/agent-helpers/message-sanitization.d.ts +14 -0
- package/dist/plugin-sdk/agents/agent-helpers/messaging-dedupe.d.ts +10 -0
- package/dist/plugin-sdk/agents/agent-helpers/openai.d.ts +9 -0
- package/dist/plugin-sdk/agents/agent-helpers/thinking.d.ts +5 -0
- package/dist/plugin-sdk/agents/agent-helpers/turns.d.ts +20 -0
- package/dist/plugin-sdk/agents/agent-helpers/types.d.ts +1 -0
- package/dist/plugin-sdk/agents/agent-helpers.d.ts +11 -0
- package/dist/plugin-sdk/agents/agent-messaging.d.ts +8 -0
- package/dist/plugin-sdk/agents/agent-paths.d.ts +1 -0
- package/dist/plugin-sdk/agents/agent-scope.d.ts +61 -0
- package/dist/plugin-sdk/agents/agent-types.d.ts +78 -0
- package/dist/plugin-sdk/agents/agent-utils.d.ts +39 -0
- package/dist/plugin-sdk/agents/announce-idempotency.d.ts +11 -0
- package/dist/plugin-sdk/agents/api-key-rotation.d.ts +22 -0
- package/dist/plugin-sdk/agents/auth-profiles/constants.d.ts +16 -0
- package/dist/plugin-sdk/agents/auth-profiles/display.d.ts +7 -0
- package/dist/plugin-sdk/agents/auth-profiles/doctor.d.ts +8 -0
- package/dist/plugin-sdk/agents/auth-profiles/oauth.d.ts +14 -0
- package/dist/plugin-sdk/agents/auth-profiles/paths.d.ts +4 -0
- package/dist/plugin-sdk/agents/auth-profiles/profiles.d.ts +12 -0
- package/dist/plugin-sdk/agents/auth-profiles/session-override.d.ts +18 -0
- package/dist/plugin-sdk/agents/auth-profiles/store.d.ts +10 -0
- package/dist/plugin-sdk/agents/auth-profiles/types.d.ts +13 -0
- package/dist/plugin-sdk/agents/auth-profiles.d.ts +8 -0
- package/dist/plugin-sdk/agents/block-chunker.d.ts +19 -0
- package/dist/plugin-sdk/agents/channel-tools.d.ts +27 -0
- package/dist/plugin-sdk/agents/cli-session.d.ts +3 -0
- package/dist/plugin-sdk/agents/current-time.d.ts +17 -0
- package/dist/plugin-sdk/agents/date-time.d.ts +13 -0
- package/dist/plugin-sdk/agents/defaults.d.ts +3 -0
- package/dist/plugin-sdk/agents/identity-avatar.d.ts +15 -0
- package/dist/plugin-sdk/agents/identity.d.ts +28 -0
- package/dist/plugin-sdk/agents/image-sanitization.d.ts +8 -0
- package/dist/plugin-sdk/agents/lanes.d.ts +3 -0
- package/dist/plugin-sdk/agents/live-auth-keys.d.ts +6 -0
- package/dist/plugin-sdk/agents/owner-display.d.ts +19 -0
- package/dist/plugin-sdk/agents/provider-auth.d.ts +40 -0
- package/dist/plugin-sdk/agents/provider-utils.d.ts +21 -0
- package/dist/plugin-sdk/agents/schema/typebox.d.ts +14 -0
- package/dist/plugin-sdk/agents/session-write-lock.d.ts +53 -0
- package/dist/plugin-sdk/agents/stable-stringify.d.ts +1 -0
- package/dist/plugin-sdk/agents/subagent-announce-queue.d.ts +24 -0
- package/dist/plugin-sdk/agents/subagent-announce.d.ts +39 -0
- package/dist/plugin-sdk/agents/subagent-depth.d.ts +11 -0
- package/dist/plugin-sdk/agents/subagent-lifecycle-events.d.ts +18 -0
- package/dist/plugin-sdk/agents/subagent-registry-cleanup.d.ts +24 -0
- package/dist/plugin-sdk/agents/subagent-registry-completion.d.ts +15 -0
- package/dist/plugin-sdk/agents/subagent-registry-queries.d.ts +11 -0
- package/dist/plugin-sdk/agents/subagent-registry-state.d.ts +7 -0
- package/dist/plugin-sdk/agents/subagent-registry.d.ts +45 -0
- package/dist/plugin-sdk/agents/subagent-registry.store.d.ts +5 -0
- package/dist/plugin-sdk/agents/subagent-registry.types.d.ts +34 -0
- package/dist/plugin-sdk/agents/subagent-spawn.d.ts +47 -0
- package/dist/plugin-sdk/agents/timeout.d.ts +8 -0
- package/dist/plugin-sdk/agents/tool-call-id.d.ts +27 -0
- package/dist/plugin-sdk/agents/tool-display-common.d.ts +32 -0
- package/dist/plugin-sdk/agents/tool-display.d.ts +15 -0
- package/dist/plugin-sdk/agents/tool-images.d.ts +10 -0
- package/dist/plugin-sdk/agents/tools/agent-step.d.ts +15 -0
- package/dist/plugin-sdk/agents/tools/common.d.ts +80 -0
- package/dist/plugin-sdk/agents/tools/discord-actions-guild.d.ts +4 -0
- package/dist/plugin-sdk/agents/tools/discord-actions-messaging.d.ts +6 -0
- package/dist/plugin-sdk/agents/tools/discord-actions-moderation-shared.d.ts +13 -0
- package/dist/plugin-sdk/agents/tools/discord-actions-moderation.d.ts +4 -0
- package/dist/plugin-sdk/agents/tools/discord-actions-presence.d.ts +4 -0
- package/dist/plugin-sdk/agents/tools/discord-actions.d.ts +5 -0
- package/dist/plugin-sdk/agents/tools/sessions-access.d.ts +42 -0
- package/dist/plugin-sdk/agents/tools/sessions-helpers.d.ts +52 -0
- package/dist/plugin-sdk/agents/tools/sessions-resolution.d.ts +59 -0
- package/dist/plugin-sdk/agents/tools/sessions-send-helpers.d.ts +34 -0
- package/dist/plugin-sdk/agents/tools/slack-actions.d.ts +15 -0
- package/dist/plugin-sdk/agents/tools/telegram-actions.d.ts +7 -0
- package/dist/plugin-sdk/agents/tools/whatsapp-actions.d.ts +3 -0
- package/dist/plugin-sdk/agents/tools/whatsapp-target-auth.d.ts +10 -0
- package/dist/plugin-sdk/agents/usage.d.ts +49 -0
- package/dist/plugin-sdk/agents/workspace.d.ts +1 -0
- package/dist/plugin-sdk/auto-reply/chunk.d.ts +45 -0
- package/dist/plugin-sdk/auto-reply/command-auth.d.ts +17 -0
- package/dist/plugin-sdk/auto-reply/command-detection.d.ts +13 -0
- package/dist/plugin-sdk/auto-reply/commands-args.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/commands-registry.d.ts +47 -0
- package/dist/plugin-sdk/auto-reply/commands-registry.data.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/commands-registry.types.d.ts +66 -0
- package/dist/plugin-sdk/auto-reply/dispatch.d.ts +32 -0
- package/dist/plugin-sdk/auto-reply/envelope.d.ts +58 -0
- package/dist/plugin-sdk/auto-reply/fallback-state.d.ts +55 -0
- package/dist/plugin-sdk/auto-reply/group-activation.d.ts +6 -0
- package/dist/plugin-sdk/auto-reply/heartbeat-reply-payload.d.ts +2 -0
- package/dist/plugin-sdk/auto-reply/heartbeat.d.ts +16 -0
- package/dist/plugin-sdk/auto-reply/inbound-debounce.d.ts +17 -0
- package/dist/plugin-sdk/auto-reply/media-note.d.ts +2 -0
- package/dist/plugin-sdk/auto-reply/model-runtime.d.ts +17 -0
- package/dist/plugin-sdk/auto-reply/model.d.ts +8 -0
- package/dist/plugin-sdk/auto-reply/reply/abort.d.ts +32 -0
- package/dist/plugin-sdk/auto-reply/reply/agent-runner-execution.d.ts +59 -0
- package/dist/plugin-sdk/auto-reply/reply/agent-runner-helpers.d.ts +15 -0
- package/dist/plugin-sdk/auto-reply/reply/agent-runner-payloads.d.ts +27 -0
- package/dist/plugin-sdk/auto-reply/reply/agent-runner-utils.d.ts +152 -0
- package/dist/plugin-sdk/auto-reply/reply/agent-runner.d.ts +36 -0
- package/dist/plugin-sdk/auto-reply/reply/block-reply-coalescer.d.ts +15 -0
- package/dist/plugin-sdk/auto-reply/reply/block-reply-pipeline.d.ts +31 -0
- package/dist/plugin-sdk/auto-reply/reply/block-streaming.d.ts +22 -0
- package/dist/plugin-sdk/auto-reply/reply/body.d.ts +10 -0
- package/dist/plugin-sdk/auto-reply/reply/command-gates.d.ts +18 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-allowlist.d.ts +2 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-config.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-context.d.ts +12 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-core.d.ts +13 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-export-session.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-info.d.ts +11 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-plugin.d.ts +13 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-session.d.ts +8 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-setunset-standard.d.ts +10 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-setunset.d.ts +34 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-slash-parse.d.ts +24 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-status.d.ts +26 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-agents.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-focus.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-help.d.ts +2 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-info.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-kill.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-list.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-log.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-send.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-spawn.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-unfocus.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/shared.d.ts +81 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents.d.ts +4 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-tts.d.ts +2 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-types.d.ts +61 -0
- package/dist/plugin-sdk/auto-reply/reply/commands.d.ts +4 -0
- package/dist/plugin-sdk/auto-reply/reply/config-commands.d.ts +15 -0
- package/dist/plugin-sdk/auto-reply/reply/config-value.d.ts +4 -0
- package/dist/plugin-sdk/auto-reply/reply/debug-commands.d.ts +16 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.auth.d.ts +19 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.d.ts +6 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.fast-lane.d.ts +7 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.impl.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.levels.d.ts +20 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.params.d.ts +59 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.parse.d.ts +65 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.persist.d.ts +42 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.queue-validation.d.ts +10 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.shared.d.ts +29 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-parsing.d.ts +5 -0
- package/dist/plugin-sdk/auto-reply/reply/directives.d.ts +58 -0
- package/dist/plugin-sdk/auto-reply/reply/dispatch-from-config.d.ts +16 -0
- package/dist/plugin-sdk/auto-reply/reply/dispatcher-registry.d.ts +24 -0
- package/dist/plugin-sdk/auto-reply/reply/elevated-allowlist-matcher.d.ts +20 -0
- package/dist/plugin-sdk/auto-reply/reply/elevated-unavailable.d.ts +8 -0
- package/dist/plugin-sdk/auto-reply/reply/followup-runner.d.ts +16 -0
- package/dist/plugin-sdk/auto-reply/reply/get-reply-directives-apply.d.ts +64 -0
- package/dist/plugin-sdk/auto-reply/reply/get-reply-directives-utils.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/get-reply-directives.d.ts +121 -0
- package/dist/plugin-sdk/auto-reply/reply/get-reply-inline-actions.d.ts +56 -0
- package/dist/plugin-sdk/auto-reply/reply/get-reply-run.d.ts +73 -0
- package/dist/plugin-sdk/auto-reply/reply/get-reply.d.ts +4 -0
- package/dist/plugin-sdk/auto-reply/reply/groups.d.ts +26 -0
- package/dist/plugin-sdk/auto-reply/reply/history.d.ts +72 -0
- package/dist/plugin-sdk/auto-reply/reply/inbound-context.d.ts +8 -0
- package/dist/plugin-sdk/auto-reply/reply/inbound-dedupe.d.ts +8 -0
- package/dist/plugin-sdk/auto-reply/reply/inbound-meta.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/inbound-text.d.ts +1 -0
- package/dist/plugin-sdk/auto-reply/reply/line-directives.d.ts +22 -0
- package/dist/plugin-sdk/auto-reply/reply/mentions.d.ts +19 -0
- package/dist/plugin-sdk/auto-reply/reply/normalize-reply.d.ts +11 -0
- package/dist/plugin-sdk/auto-reply/reply/origin-routing.d.ts +13 -0
- package/dist/plugin-sdk/auto-reply/reply/provider-dispatcher.d.ts +19 -0
- package/dist/plugin-sdk/auto-reply/reply/queue/cleanup.d.ts +6 -0
- package/dist/plugin-sdk/auto-reply/reply/queue/directive.d.ts +15 -0
- package/dist/plugin-sdk/auto-reply/reply/queue/drain.d.ts +2 -0
- package/dist/plugin-sdk/auto-reply/reply/queue/enqueue.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/queue/normalize.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/queue/settings.d.ts +2 -0
- package/dist/plugin-sdk/auto-reply/reply/queue/state.d.ts +20 -0
- package/dist/plugin-sdk/auto-reply/reply/queue/types.d.ts +87 -0
- package/dist/plugin-sdk/auto-reply/reply/queue-policy.d.ts +8 -0
- package/dist/plugin-sdk/auto-reply/reply/queue.d.ts +8 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-delivery.d.ts +27 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-directives.d.ts +14 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-dispatcher.d.ts +53 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-elevated.d.ts +16 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-inline.d.ts +8 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-payloads.d.ts +27 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-reference.d.ts +20 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-tags.d.ts +6 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-threading.d.ts +9 -0
- package/dist/plugin-sdk/auto-reply/reply/response-prefix-template.d.ts +51 -0
- package/dist/plugin-sdk/auto-reply/reply/route-reply.d.ts +56 -0
- package/dist/plugin-sdk/auto-reply/reply/session-reset-prompt.d.ts +1 -0
- package/dist/plugin-sdk/auto-reply/reply/session-run-accounting.d.ts +11 -0
- package/dist/plugin-sdk/auto-reply/reply/session-updates.d.ts +18 -0
- package/dist/plugin-sdk/auto-reply/reply/session-usage.d.ts +21 -0
- package/dist/plugin-sdk/auto-reply/reply/session.d.ts +26 -0
- package/dist/plugin-sdk/auto-reply/reply/strip-inbound-meta.d.ts +27 -0
- package/dist/plugin-sdk/auto-reply/reply/subagents-utils.d.ts +26 -0
- package/dist/plugin-sdk/auto-reply/reply/typing-mode.d.ts +27 -0
- package/dist/plugin-sdk/auto-reply/reply/typing.d.ts +18 -0
- package/dist/plugin-sdk/auto-reply/reply/untrusted-context.d.ts +1 -0
- package/dist/plugin-sdk/auto-reply/reply.d.ts +5 -0
- package/dist/plugin-sdk/auto-reply/send-policy.d.ts +6 -0
- package/dist/plugin-sdk/auto-reply/status.d.ts +59 -0
- package/dist/plugin-sdk/auto-reply/templating.d.ts +159 -0
- package/dist/plugin-sdk/auto-reply/thinking.d.ts +22 -0
- package/dist/plugin-sdk/auto-reply/tokens.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/types.d.ts +82 -0
- package/dist/plugin-sdk/channel-web.d.ts +6 -0
- package/dist/plugin-sdk/channels/account-summary.d.ts +17 -0
- package/dist/plugin-sdk/channels/ack-reactions.d.ts +29 -0
- package/dist/plugin-sdk/channels/allow-from.d.ts +11 -0
- package/dist/plugin-sdk/channels/allowlist-match.d.ts +16 -0
- package/dist/plugin-sdk/channels/allowlists/resolve-utils.d.ts +33 -0
- package/dist/plugin-sdk/channels/channel-config.d.ts +39 -0
- package/dist/plugin-sdk/channels/chat-type.d.ts +2 -0
- package/dist/plugin-sdk/channels/command-gating.d.ts +20 -0
- package/dist/plugin-sdk/channels/conversation-label.d.ts +2 -0
- package/dist/plugin-sdk/channels/dock.d.ts +25 -0
- package/dist/plugin-sdk/channels/draft-stream-controls.d.ts +54 -0
- package/dist/plugin-sdk/channels/draft-stream-loop.d.ts +13 -0
- package/dist/plugin-sdk/channels/location.d.ts +21 -0
- package/dist/plugin-sdk/channels/logging.d.ts +20 -0
- package/dist/plugin-sdk/channels/mention-gating.d.ts +27 -0
- package/dist/plugin-sdk/channels/model-overrides.d.ts +18 -0
- package/dist/plugin-sdk/channels/plugins/account-action-gate.d.ts +5 -0
- package/dist/plugin-sdk/channels/plugins/account-helpers.d.ts +6 -0
- package/dist/plugin-sdk/channels/plugins/actions/discord/handle-action.d.ts +3 -0
- package/dist/plugin-sdk/channels/plugins/actions/discord/handle-action.guild-admin.d.ts +9 -0
- package/dist/plugin-sdk/channels/plugins/actions/discord.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/actions/shared.d.ts +7 -0
- package/dist/plugin-sdk/channels/plugins/actions/signal.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/actions/telegram.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/agent-tools/whatsapp-login.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/allowlist-match.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/bluebubbles-actions.d.ts +48 -0
- package/dist/plugin-sdk/channels/plugins/channel-config.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/config-helpers.d.ts +14 -0
- package/dist/plugin-sdk/channels/plugins/config-schema.d.ts +3 -0
- package/dist/plugin-sdk/channels/plugins/config-writes.d.ts +7 -0
- package/dist/plugin-sdk/channels/plugins/directory-config.d.ts +16 -0
- package/dist/plugin-sdk/channels/plugins/group-mentions.d.ts +18 -0
- package/dist/plugin-sdk/channels/plugins/helpers.d.ts +8 -0
- package/dist/plugin-sdk/channels/plugins/index.d.ts +8 -0
- package/dist/plugin-sdk/channels/plugins/media-limits.d.ts +9 -0
- package/dist/plugin-sdk/channels/plugins/media-payload.d.ts +15 -0
- package/dist/plugin-sdk/channels/plugins/message-action-names.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/normalize/discord.d.ts +14 -0
- package/dist/plugin-sdk/channels/plugins/normalize/imessage.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/normalize/shared.d.ts +6 -0
- package/dist/plugin-sdk/channels/plugins/normalize/signal.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/normalize/slack.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/normalize/telegram.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/normalize/whatsapp.d.ts +3 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/channel-access-configure.d.ts +21 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/channel-access.d.ts +31 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/discord.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/helpers.d.ts +177 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/imessage.d.ts +6 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/signal.d.ts +7 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/slack.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/telegram.d.ts +4 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/whatsapp.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/onboarding-types.d.ts +77 -0
- package/dist/plugin-sdk/channels/plugins/outbound/load.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/pairing-message.d.ts +1 -0
- package/dist/plugin-sdk/channels/plugins/pairing.d.ts +16 -0
- package/dist/plugin-sdk/channels/plugins/registry-loader.d.ts +5 -0
- package/dist/plugin-sdk/channels/plugins/setup-helpers.d.ts +13 -0
- package/dist/plugin-sdk/channels/plugins/status-issues/bluebubbles.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/status-issues/discord.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/status-issues/shared.d.ts +29 -0
- package/dist/plugin-sdk/channels/plugins/status-issues/telegram.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/status-issues/whatsapp.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/types.adapters.d.ts +288 -0
- package/dist/plugin-sdk/channels/plugins/types.core.d.ts +349 -0
- package/dist/plugin-sdk/channels/plugins/types.d.ts +6 -0
- package/dist/plugin-sdk/channels/plugins/types.plugin.d.ts +54 -0
- package/dist/plugin-sdk/channels/plugins/whatsapp-heartbeat.d.ts +11 -0
- package/dist/plugin-sdk/channels/plugins/whatsapp-shared.d.ts +5 -0
- package/dist/plugin-sdk/channels/registry.d.ts +15 -0
- package/dist/plugin-sdk/channels/reply-prefix.d.ts +24 -0
- package/dist/plugin-sdk/channels/sender-label.d.ts +9 -0
- package/dist/plugin-sdk/channels/session.d.ts +18 -0
- package/dist/plugin-sdk/channels/status-reactions.d.ts +62 -0
- package/dist/plugin-sdk/channels/targets.d.ts +42 -0
- package/dist/plugin-sdk/channels/telegram/api.d.ts +5 -0
- package/dist/plugin-sdk/channels/typing-lifecycle.d.ts +12 -0
- package/dist/plugin-sdk/channels/typing.d.ts +13 -0
- package/dist/plugin-sdk/channels/web/index.d.ts +1 -0
- package/dist/plugin-sdk/cli/cli-name.d.ts +3 -0
- package/dist/plugin-sdk/cli/command-format.d.ts +1 -0
- package/dist/plugin-sdk/cli/deps.d.ts +18 -0
- package/dist/plugin-sdk/cli/outbound-send-deps.d.ts +4 -0
- package/dist/plugin-sdk/cli/outbound-send-mapping.d.ts +10 -0
- package/dist/plugin-sdk/cli/parse-bytes.d.ts +4 -0
- package/dist/plugin-sdk/cli/parse-duration.d.ts +4 -0
- package/dist/plugin-sdk/cli/profile-utils.d.ts +2 -0
- package/dist/plugin-sdk/cli/progress.d.ts +24 -0
- package/dist/plugin-sdk/cli/wait.d.ts +1 -0
- package/dist/plugin-sdk/commands/agent/delivery.d.ts +25 -0
- package/dist/plugin-sdk/commands/agent/run-context.d.ts +2 -0
- package/dist/plugin-sdk/commands/agent/session-store.d.ts +16 -0
- package/dist/plugin-sdk/commands/agent/session.d.ts +33 -0
- package/dist/plugin-sdk/commands/agent/types.d.ts +89 -0
- package/dist/plugin-sdk/commands/agent.d.ts +14 -0
- package/dist/plugin-sdk/commands/daemon-runtime.d.ts +8 -0
- package/dist/plugin-sdk/commands/health.d.ts +63 -0
- package/dist/plugin-sdk/commands/oauth-flow.d.ts +21 -0
- package/dist/plugin-sdk/commands/onboard-helpers.d.ts +81 -0
- package/dist/plugin-sdk/commands/onboard-types.d.ts +69 -0
- package/dist/plugin-sdk/commands/signal-install.d.ts +30 -0
- package/dist/plugin-sdk/compat/legacy-names.d.ts +8 -0
- package/dist/plugin-sdk/config/agent-dirs.d.ts +14 -0
- package/dist/plugin-sdk/config/agent-limits.d.ts +6 -0
- package/dist/plugin-sdk/config/backup-rotation.d.ts +5 -0
- package/dist/plugin-sdk/config/cache-utils.d.ts +6 -0
- package/dist/plugin-sdk/config/commands.d.ts +20 -0
- package/dist/plugin-sdk/config/config-paths.d.ts +10 -0
- package/dist/plugin-sdk/config/config.d.ts +7 -0
- package/dist/plugin-sdk/config/dangerous-name-matching.d.ts +12 -0
- package/dist/plugin-sdk/config/defaults.d.ts +19 -0
- package/dist/plugin-sdk/config/discord-preview-streaming.d.ts +25 -0
- package/dist/plugin-sdk/config/env-preserve.d.ts +10 -0
- package/dist/plugin-sdk/config/env-substitution.d.ts +36 -0
- package/dist/plugin-sdk/config/env-vars.d.ts +6 -0
- package/dist/plugin-sdk/config/group-policy.d.ts +49 -0
- package/dist/plugin-sdk/config/includes.d.ts +32 -0
- package/dist/plugin-sdk/config/io.d.ts +60 -0
- package/dist/plugin-sdk/config/legacy-migrate.d.ts +5 -0
- package/dist/plugin-sdk/config/legacy.d.ts +6 -0
- package/dist/plugin-sdk/config/legacy.migrations.d.ts +1 -0
- package/dist/plugin-sdk/config/legacy.migrations.part-1.d.ts +2 -0
- package/dist/plugin-sdk/config/legacy.migrations.part-2.d.ts +2 -0
- package/dist/plugin-sdk/config/legacy.migrations.part-3.d.ts +2 -0
- package/dist/plugin-sdk/config/legacy.rules.d.ts +2 -0
- package/dist/plugin-sdk/config/legacy.shared.d.ts +19 -0
- package/dist/plugin-sdk/config/markdown-tables.d.ts +7 -0
- package/dist/plugin-sdk/config/merge-config.d.ts +7 -0
- package/dist/plugin-sdk/config/merge-patch.d.ts +5 -0
- package/dist/plugin-sdk/config/model-input.d.ts +9 -0
- package/dist/plugin-sdk/config/normalize-paths.d.ts +8 -0
- package/dist/plugin-sdk/config/paths.d.ts +57 -0
- package/dist/plugin-sdk/config/prototype-keys.d.ts +1 -0
- package/dist/plugin-sdk/config/runtime-group-policy.d.ts +56 -0
- package/dist/plugin-sdk/config/runtime-overrides.d.ts +15 -0
- package/dist/plugin-sdk/config/sessions/artifacts.d.ts +5 -0
- package/dist/plugin-sdk/config/sessions/constants.d.ts +2 -0
- package/dist/plugin-sdk/config/sessions/delivery-info.d.ts +16 -0
- package/dist/plugin-sdk/config/sessions/disk-budget.d.ts +28 -0
- package/dist/plugin-sdk/config/sessions/group.d.ts +11 -0
- package/dist/plugin-sdk/config/sessions/main-session.d.ts +43 -0
- package/dist/plugin-sdk/config/sessions/metadata.d.ts +16 -0
- package/dist/plugin-sdk/config/sessions/paths.d.ts +21 -0
- package/dist/plugin-sdk/config/sessions/reset.d.ts +43 -0
- package/dist/plugin-sdk/config/sessions/session-file.d.ts +15 -0
- package/dist/plugin-sdk/config/sessions/session-key.d.ts +8 -0
- package/dist/plugin-sdk/config/sessions/store.d.ts +123 -0
- package/dist/plugin-sdk/config/sessions/transcript.d.ts +18 -0
- package/dist/plugin-sdk/config/sessions/types.d.ts +160 -0
- package/dist/plugin-sdk/config/sessions.d.ts +13 -0
- package/dist/plugin-sdk/config/talk.d.ts +21 -0
- package/dist/plugin-sdk/config/telegram-custom-commands.d.ts +24 -0
- package/dist/plugin-sdk/config/types.agent-defaults.d.ts +268 -0
- package/dist/plugin-sdk/config/types.agents-shared.d.ts +49 -0
- package/dist/plugin-sdk/config/types.agents.d.ts +57 -0
- package/dist/plugin-sdk/config/types.approvals.d.ts +26 -0
- package/dist/plugin-sdk/config/types.auth.d.ts +28 -0
- package/dist/plugin-sdk/config/types.base.d.ts +203 -0
- package/dist/plugin-sdk/config/types.browser.d.ts +65 -0
- package/dist/plugin-sdk/config/types.channel-messaging-common.d.ts +44 -0
- package/dist/plugin-sdk/config/types.channels.d.ts +53 -0
- package/dist/plugin-sdk/config/types.cron.d.ts +26 -0
- package/dist/plugin-sdk/config/types.d.ts +27 -0
- package/dist/plugin-sdk/config/types.discord.d.ts +273 -0
- package/dist/plugin-sdk/config/types.gateway.d.ts +335 -0
- package/dist/plugin-sdk/config/types.googlechat.d.ts +107 -0
- package/dist/plugin-sdk/config/types.hooks.d.ts +123 -0
- package/dist/plugin-sdk/config/types.imessage.d.ts +77 -0
- package/dist/plugin-sdk/config/types.installs.d.ts +14 -0
- package/dist/plugin-sdk/config/types.irc.d.ts +54 -0
- package/dist/plugin-sdk/config/types.messages.d.ts +154 -0
- package/dist/plugin-sdk/config/types.models.d.ts +41 -0
- package/dist/plugin-sdk/config/types.msteams.d.ts +108 -0
- package/dist/plugin-sdk/config/types.node-host.d.ts +10 -0
- package/dist/plugin-sdk/config/types.plugins.d.ts +23 -0
- package/dist/plugin-sdk/config/types.queue.d.ts +14 -0
- package/dist/plugin-sdk/config/types.remoteclaw.d.ts +119 -0
- package/dist/plugin-sdk/config/types.signal.d.ts +46 -0
- package/dist/plugin-sdk/config/types.slack.d.ts +181 -0
- package/dist/plugin-sdk/config/types.telegram.d.ts +191 -0
- package/dist/plugin-sdk/config/types.tools.d.ts +322 -0
- package/dist/plugin-sdk/config/types.tts.d.ts +78 -0
- package/dist/plugin-sdk/config/types.whatsapp.d.ts +101 -0
- package/dist/plugin-sdk/config/validation.d.ts +37 -0
- package/dist/plugin-sdk/config/version.d.ts +8 -0
- package/dist/plugin-sdk/config/zod-schema.agent-defaults.d.ts +156 -0
- package/dist/plugin-sdk/config/zod-schema.agent-model.d.ts +5 -0
- package/dist/plugin-sdk/config/zod-schema.agent-runtime.d.ts +500 -0
- package/dist/plugin-sdk/config/zod-schema.agents.d.ts +298 -0
- package/dist/plugin-sdk/config/zod-schema.allowdeny.d.ts +13 -0
- package/dist/plugin-sdk/config/zod-schema.approvals.d.ts +15 -0
- package/dist/plugin-sdk/config/zod-schema.channels.d.ts +6 -0
- package/dist/plugin-sdk/config/zod-schema.core.d.ts +583 -0
- package/dist/plugin-sdk/config/zod-schema.d.ts +3434 -0
- package/dist/plugin-sdk/config/zod-schema.hooks.d.ts +85 -0
- package/dist/plugin-sdk/config/zod-schema.installs.d.ts +16 -0
- package/dist/plugin-sdk/config/zod-schema.providers-core.d.ts +3693 -0
- package/dist/plugin-sdk/config/zod-schema.providers-whatsapp.d.ts +235 -0
- package/dist/plugin-sdk/config/zod-schema.providers.d.ts +2200 -0
- package/dist/plugin-sdk/config/zod-schema.sensitive.d.ts +2 -0
- package/dist/plugin-sdk/config/zod-schema.session.d.ts +234 -0
- package/dist/plugin-sdk/cron/delivery.d.ts +9 -0
- package/dist/plugin-sdk/cron/legacy-delivery.d.ts +3 -0
- package/dist/plugin-sdk/cron/parse.d.ts +1 -0
- package/dist/plugin-sdk/cron/payload-migration.d.ts +3 -0
- package/dist/plugin-sdk/cron/schedule.d.ts +2 -0
- package/dist/plugin-sdk/cron/service/jobs.d.ts +21 -0
- package/dist/plugin-sdk/cron/service/locked.d.ts +2 -0
- package/dist/plugin-sdk/cron/service/normalize.d.ts +18 -0
- package/dist/plugin-sdk/cron/service/ops.d.ts +81 -0
- package/dist/plugin-sdk/cron/service/state.d.ts +125 -0
- package/dist/plugin-sdk/cron/service/store.d.ts +9 -0
- package/dist/plugin-sdk/cron/service/timer.d.ts +47 -0
- package/dist/plugin-sdk/cron/service.d.ts +66 -0
- package/dist/plugin-sdk/cron/session-reaper.d.ts +35 -0
- package/dist/plugin-sdk/cron/stagger.d.ts +8 -0
- package/dist/plugin-sdk/cron/store.d.ts +6 -0
- package/dist/plugin-sdk/cron/types.d.ts +131 -0
- package/dist/plugin-sdk/cron/webhook-url.d.ts +1 -0
- package/dist/plugin-sdk/daemon/constants.d.ts +35 -0
- package/dist/plugin-sdk/discord/accounts.d.ts +21 -0
- package/dist/plugin-sdk/discord/api.d.ts +11 -0
- package/dist/plugin-sdk/discord/audit.d.ts +29 -0
- package/dist/plugin-sdk/discord/chunk.d.ts +20 -0
- package/dist/plugin-sdk/discord/client.d.ts +21 -0
- package/dist/plugin-sdk/discord/components-registry.d.ts +16 -0
- package/dist/plugin-sdk/discord/components.d.ts +196 -0
- package/dist/plugin-sdk/discord/directory-live.d.ts +4 -0
- package/dist/plugin-sdk/discord/draft-chunking.d.ts +6 -0
- package/dist/plugin-sdk/discord/draft-stream.d.ts +21 -0
- package/dist/plugin-sdk/discord/gateway-logging.d.ts +8 -0
- package/dist/plugin-sdk/discord/guilds.d.ts +6 -0
- package/dist/plugin-sdk/discord/monitor/agent-components.d.ts +55 -0
- package/dist/plugin-sdk/discord/monitor/allow-list.d.ts +176 -0
- package/dist/plugin-sdk/discord/monitor/commands.d.ts +2 -0
- package/dist/plugin-sdk/discord/monitor/format.d.ts +13 -0
- package/dist/plugin-sdk/discord/monitor/gateway-plugin.d.ts +8 -0
- package/dist/plugin-sdk/discord/monitor/gateway-registry.d.ts +9 -0
- package/dist/plugin-sdk/discord/monitor/listeners.d.ts +44 -0
- package/dist/plugin-sdk/discord/monitor/message-handler.d.ts +5 -0
- package/dist/plugin-sdk/discord/monitor/message-handler.preflight.d.ts +14 -0
- package/dist/plugin-sdk/discord/monitor/message-handler.preflight.types.d.ts +95 -0
- package/dist/plugin-sdk/discord/monitor/message-handler.process.d.ts +2 -0
- package/dist/plugin-sdk/discord/monitor/message-utils.d.ts +40 -0
- package/dist/plugin-sdk/discord/monitor/native-command.d.ts +23 -0
- package/dist/plugin-sdk/discord/monitor/presence-cache.d.ts +9 -0
- package/dist/plugin-sdk/discord/monitor/presence.d.ts +5 -0
- package/dist/plugin-sdk/discord/monitor/provider.allowlist.d.ts +14 -0
- package/dist/plugin-sdk/discord/monitor/provider.d.ts +28 -0
- package/dist/plugin-sdk/discord/monitor/provider.lifecycle.d.ts +23 -0
- package/dist/plugin-sdk/discord/monitor/reply-context.d.ts +17 -0
- package/dist/plugin-sdk/discord/monitor/reply-delivery.d.ts +22 -0
- package/dist/plugin-sdk/discord/monitor/rest-fetch.d.ts +2 -0
- package/dist/plugin-sdk/discord/monitor/sender-identity.d.ts +31 -0
- package/dist/plugin-sdk/discord/monitor/system-events.d.ts +2 -0
- package/dist/plugin-sdk/discord/monitor/thread-bindings.d.ts +5 -0
- package/dist/plugin-sdk/discord/monitor/thread-bindings.discord-api.d.ts +36 -0
- package/dist/plugin-sdk/discord/monitor/thread-bindings.lifecycle.d.ts +30 -0
- package/dist/plugin-sdk/discord/monitor/thread-bindings.manager.d.ts +17 -0
- package/dist/plugin-sdk/discord/monitor/thread-bindings.messages.d.ts +17 -0
- package/dist/plugin-sdk/discord/monitor/thread-bindings.state.d.ts +61 -0
- package/dist/plugin-sdk/discord/monitor/thread-bindings.types.d.ts +64 -0
- package/dist/plugin-sdk/discord/monitor/threading.d.ts +106 -0
- package/dist/plugin-sdk/discord/monitor/typing.d.ts +5 -0
- package/dist/plugin-sdk/discord/monitor.d.ts +10 -0
- package/dist/plugin-sdk/discord/monitor.gateway.d.ts +12 -0
- package/dist/plugin-sdk/discord/pluralkit.d.ts +26 -0
- package/dist/plugin-sdk/discord/probe.d.ts +28 -0
- package/dist/plugin-sdk/discord/resolve-channels.d.ts +15 -0
- package/dist/plugin-sdk/discord/resolve-users.d.ts +14 -0
- package/dist/plugin-sdk/discord/send.channels.d.ts +17 -0
- package/dist/plugin-sdk/discord/send.components.d.ts +17 -0
- package/dist/plugin-sdk/discord/send.d.ts +10 -0
- package/dist/plugin-sdk/discord/send.emojis-stickers.d.ts +4 -0
- package/dist/plugin-sdk/discord/send.guild.d.ts +24 -0
- package/dist/plugin-sdk/discord/send.messages.d.ts +20 -0
- package/dist/plugin-sdk/discord/send.outbound.d.ts +57 -0
- package/dist/plugin-sdk/discord/send.permissions.d.ts +20 -0
- package/dist/plugin-sdk/discord/send.reactions.d.ts +15 -0
- package/dist/plugin-sdk/discord/send.shared.d.ts +85 -0
- package/dist/plugin-sdk/discord/send.types.d.ts +144 -0
- package/dist/plugin-sdk/discord/targets.d.ts +18 -0
- package/dist/plugin-sdk/discord/token.d.ts +11 -0
- package/dist/plugin-sdk/discord/voice/command.d.ts +15 -0
- package/dist/plugin-sdk/discord/voice/manager.d.ts +52 -0
- package/dist/plugin-sdk/discord/voice-message.d.ts +50 -0
- package/dist/plugin-sdk/gateway/call.d.ts +65 -0
- package/dist/plugin-sdk/gateway/chat-abort.d.ts +44 -0
- package/dist/plugin-sdk/gateway/chat-sanitize.d.ts +4 -0
- package/dist/plugin-sdk/gateway/client.d.ts +64 -0
- package/dist/plugin-sdk/gateway/control-ui-shared.d.ts +9 -0
- package/dist/plugin-sdk/gateway/credentials.d.ts +36 -0
- package/dist/plugin-sdk/gateway/device-auth.d.ts +11 -0
- package/dist/plugin-sdk/gateway/method-scopes.d.ts +22 -0
- package/dist/plugin-sdk/gateway/net.d.ts +77 -0
- package/dist/plugin-sdk/gateway/node-registry.d.ts +60 -0
- package/dist/plugin-sdk/gateway/protocol/client-info.d.ts +58 -0
- package/dist/plugin-sdk/gateway/protocol/index.d.ts +497 -0
- package/dist/plugin-sdk/gateway/protocol/schema/agent.d.ts +89 -0
- package/dist/plugin-sdk/gateway/protocol/schema/agents-models-skills.d.ts +188 -0
- package/dist/plugin-sdk/gateway/protocol/schema/channels.d.ts +134 -0
- package/dist/plugin-sdk/gateway/protocol/schema/config.d.ts +53 -0
- package/dist/plugin-sdk/gateway/protocol/schema/cron.d.ts +324 -0
- package/dist/plugin-sdk/gateway/protocol/schema/devices.d.ts +41 -0
- package/dist/plugin-sdk/gateway/protocol/schema/error-codes.d.ts +14 -0
- package/dist/plugin-sdk/gateway/protocol/schema/frames.d.ts +168 -0
- package/dist/plugin-sdk/gateway/protocol/schema/logs-chat.d.ts +45 -0
- package/dist/plugin-sdk/gateway/protocol/schema/nodes.d.ts +64 -0
- package/dist/plugin-sdk/gateway/protocol/schema/primitives.d.ts +4 -0
- package/dist/plugin-sdk/gateway/protocol/schema/protocol-schemas.d.ts +3 -0
- package/dist/plugin-sdk/gateway/protocol/schema/push.d.ts +15 -0
- package/dist/plugin-sdk/gateway/protocol/schema/sessions.d.ts +81 -0
- package/dist/plugin-sdk/gateway/protocol/schema/snapshot.d.ts +69 -0
- package/dist/plugin-sdk/gateway/protocol/schema/types.d.ts +120 -0
- package/dist/plugin-sdk/gateway/protocol/schema/wizard.d.ts +86 -0
- package/dist/plugin-sdk/gateway/protocol/schema.d.ts +16 -0
- package/dist/plugin-sdk/gateway/server/ws-types.d.ts +9 -0
- package/dist/plugin-sdk/gateway/server-broadcast.d.ts +17 -0
- package/dist/plugin-sdk/gateway/server-channels.d.ts +26 -0
- package/dist/plugin-sdk/gateway/server-constants.d.ts +10 -0
- package/dist/plugin-sdk/gateway/server-methods/types.d.ts +84 -0
- package/dist/plugin-sdk/gateway/server-shared.d.ts +7 -0
- package/dist/plugin-sdk/gateway/session-utils.fs.d.ts +48 -0
- package/dist/plugin-sdk/gateway/session-utils.types.d.ts +84 -0
- package/dist/plugin-sdk/gateway/ws-log.d.ts +5 -0
- package/dist/plugin-sdk/gateway/ws-logging.d.ts +4 -0
- package/dist/plugin-sdk/globals.d.ts +11 -0
- package/dist/plugin-sdk/hooks/internal-hooks.d.ts +140 -0
- package/dist/plugin-sdk/hooks/types.d.ts +62 -0
- package/dist/plugin-sdk/imessage/accounts.d.ts +16 -0
- package/dist/plugin-sdk/imessage/client.d.ts +46 -0
- package/dist/plugin-sdk/imessage/constants.d.ts +2 -0
- package/dist/plugin-sdk/imessage/monitor/abort-handler.d.ts +9 -0
- package/dist/plugin-sdk/imessage/monitor/deliver.d.ts +14 -0
- package/dist/plugin-sdk/imessage/monitor/echo-cache.d.ts +9 -0
- package/dist/plugin-sdk/imessage/monitor/inbound-processing.d.ts +96 -0
- package/dist/plugin-sdk/imessage/monitor/monitor-provider.d.ts +7 -0
- package/dist/plugin-sdk/imessage/monitor/parse-notification.d.ts +2 -0
- package/dist/plugin-sdk/imessage/monitor/runtime.d.ts +4 -0
- package/dist/plugin-sdk/imessage/monitor/types.d.ts +37 -0
- package/dist/plugin-sdk/imessage/monitor.d.ts +2 -0
- package/dist/plugin-sdk/imessage/probe.d.ts +17 -0
- package/dist/plugin-sdk/imessage/send.d.ts +34 -0
- package/dist/plugin-sdk/imessage/target-parsing-helpers.d.ts +45 -0
- package/dist/plugin-sdk/imessage/targets.d.ts +39 -0
- package/dist/plugin-sdk/index.d.ts +1 -0
- package/dist/plugin-sdk/index.js +24645 -0
- package/dist/plugin-sdk/infra/agent-events.d.ts +21 -0
- package/dist/plugin-sdk/infra/archive-path.d.ts +12 -0
- package/dist/plugin-sdk/infra/archive.d.ts +46 -0
- package/dist/plugin-sdk/infra/backoff.d.ts +8 -0
- package/dist/plugin-sdk/infra/brew.d.ts +8 -0
- package/dist/plugin-sdk/infra/channel-activity.d.ts +18 -0
- package/dist/plugin-sdk/infra/channel-summary.d.ts +6 -0
- package/dist/plugin-sdk/infra/dedupe.d.ts +12 -0
- package/dist/plugin-sdk/infra/device-auth-store.d.ts +18 -0
- package/dist/plugin-sdk/infra/device-identity.d.ts +11 -0
- package/dist/plugin-sdk/infra/device-pairing.d.ts +101 -0
- package/dist/plugin-sdk/infra/diagnostic-events.d.ts +140 -0
- package/dist/plugin-sdk/infra/diagnostic-flags.d.ts +4 -0
- package/dist/plugin-sdk/infra/dotenv.d.ts +3 -0
- package/dist/plugin-sdk/infra/env.d.ts +11 -0
- package/dist/plugin-sdk/infra/errors.d.ts +11 -0
- package/dist/plugin-sdk/infra/fetch.d.ts +2 -0
- package/dist/plugin-sdk/infra/file-identity.d.ts +5 -0
- package/dist/plugin-sdk/infra/file-lock.d.ts +2 -0
- package/dist/plugin-sdk/infra/format-time/format-datetime.d.ts +35 -0
- package/dist/plugin-sdk/infra/format-time/format-duration.d.ts +23 -0
- package/dist/plugin-sdk/infra/format-time/format-relative.d.ts +39 -0
- package/dist/plugin-sdk/infra/fs-safe.d.ts +25 -0
- package/dist/plugin-sdk/infra/gemini-auth.d.ts +16 -0
- package/dist/plugin-sdk/infra/git-commit.d.ts +4 -0
- package/dist/plugin-sdk/infra/git-root.d.ts +7 -0
- package/dist/plugin-sdk/infra/heartbeat-active-hours.d.ts +5 -0
- package/dist/plugin-sdk/infra/heartbeat-events-filter.d.ts +8 -0
- package/dist/plugin-sdk/infra/heartbeat-events.d.ts +21 -0
- package/dist/plugin-sdk/infra/heartbeat-reason.d.ts +5 -0
- package/dist/plugin-sdk/infra/heartbeat-runner.d.ts +45 -0
- package/dist/plugin-sdk/infra/heartbeat-visibility.d.ts +17 -0
- package/dist/plugin-sdk/infra/heartbeat-wake.d.ts +31 -0
- package/dist/plugin-sdk/infra/home-dir.d.ts +7 -0
- package/dist/plugin-sdk/infra/host-env-security.d.ts +21 -0
- package/dist/plugin-sdk/infra/http-body.d.ts +46 -0
- package/dist/plugin-sdk/infra/json-file.d.ts +2 -0
- package/dist/plugin-sdk/infra/json-files.d.ts +5 -0
- package/dist/plugin-sdk/infra/map-size.d.ts +1 -0
- package/dist/plugin-sdk/infra/net/fetch-guard.d.ts +21 -0
- package/dist/plugin-sdk/infra/net/hostname.d.ts +1 -0
- package/dist/plugin-sdk/infra/net/ssrf.d.ts +35 -0
- package/dist/plugin-sdk/infra/outbound/abort.d.ts +8 -0
- package/dist/plugin-sdk/infra/outbound/agent-delivery.d.ts +46 -0
- package/dist/plugin-sdk/infra/outbound/bound-delivery-router.d.ts +16 -0
- package/dist/plugin-sdk/infra/outbound/channel-selection.d.ts +11 -0
- package/dist/plugin-sdk/infra/outbound/channel-target.d.ts +6 -0
- package/dist/plugin-sdk/infra/outbound/deliver.d.ts +81 -0
- package/dist/plugin-sdk/infra/outbound/delivery-queue.d.ts +78 -0
- package/dist/plugin-sdk/infra/outbound/directory-cache.d.ts +24 -0
- package/dist/plugin-sdk/infra/outbound/envelope.d.ts +16 -0
- package/dist/plugin-sdk/infra/outbound/format.d.ts +39 -0
- package/dist/plugin-sdk/infra/outbound/identity.d.ts +8 -0
- package/dist/plugin-sdk/infra/outbound/message-action-spec.d.ts +5 -0
- package/dist/plugin-sdk/infra/outbound/payloads.d.ts +18 -0
- package/dist/plugin-sdk/infra/outbound/session-binding-service.d.ts +57 -0
- package/dist/plugin-sdk/infra/outbound/target-errors.d.ts +6 -0
- package/dist/plugin-sdk/infra/outbound/target-normalization.d.ts +4 -0
- package/dist/plugin-sdk/infra/outbound/target-resolver.d.ts +53 -0
- package/dist/plugin-sdk/infra/outbound/targets.d.ts +87 -0
- package/dist/plugin-sdk/infra/pairing-files.d.ts +23 -0
- package/dist/plugin-sdk/infra/pairing-pending.d.ts +13 -0
- package/dist/plugin-sdk/infra/pairing-token.d.ts +3 -0
- package/dist/plugin-sdk/infra/path-guards.d.ts +5 -0
- package/dist/plugin-sdk/infra/path-safety.d.ts +2 -0
- package/dist/plugin-sdk/infra/plain-object.d.ts +4 -0
- package/dist/plugin-sdk/infra/prototype-keys.d.ts +1 -0
- package/dist/plugin-sdk/infra/provider-usage.auth.d.ts +11 -0
- package/dist/plugin-sdk/infra/provider-usage.d.ts +4 -0
- package/dist/plugin-sdk/infra/provider-usage.fetch.claude.d.ts +2 -0
- package/dist/plugin-sdk/infra/provider-usage.fetch.codex.d.ts +2 -0
- package/dist/plugin-sdk/infra/provider-usage.fetch.copilot.d.ts +2 -0
- package/dist/plugin-sdk/infra/provider-usage.fetch.d.ts +6 -0
- package/dist/plugin-sdk/infra/provider-usage.fetch.gemini.d.ts +2 -0
- package/dist/plugin-sdk/infra/provider-usage.fetch.minimax.d.ts +2 -0
- package/dist/plugin-sdk/infra/provider-usage.fetch.shared.d.ts +12 -0
- package/dist/plugin-sdk/infra/provider-usage.fetch.zai.d.ts +2 -0
- package/dist/plugin-sdk/infra/provider-usage.format.d.ts +13 -0
- package/dist/plugin-sdk/infra/provider-usage.load.d.ts +12 -0
- package/dist/plugin-sdk/infra/provider-usage.shared.d.ts +8 -0
- package/dist/plugin-sdk/infra/provider-usage.types.d.ts +17 -0
- package/dist/plugin-sdk/infra/restart.d.ts +70 -0
- package/dist/plugin-sdk/infra/retry-policy.d.ts +25 -0
- package/dist/plugin-sdk/infra/retry.d.ts +21 -0
- package/dist/plugin-sdk/infra/safe-executable-value.d.ts +1 -0
- package/dist/plugin-sdk/infra/scp-host.d.ts +2 -0
- package/dist/plugin-sdk/infra/secure-random.d.ts +2 -0
- package/dist/plugin-sdk/infra/session-cost-usage.d.ts +45 -0
- package/dist/plugin-sdk/infra/session-cost-usage.types.d.ts +153 -0
- package/dist/plugin-sdk/infra/session-maintenance-warning.d.ts +10 -0
- package/dist/plugin-sdk/infra/shell-env.d.ts +34 -0
- package/dist/plugin-sdk/infra/system-events.d.ts +18 -0
- package/dist/plugin-sdk/infra/tailnet.d.ts +8 -0
- package/dist/plugin-sdk/infra/tls/fingerprint.d.ts +1 -0
- package/dist/plugin-sdk/infra/tls/gateway.d.ts +16 -0
- package/dist/plugin-sdk/infra/tmp-remoteclaw-dir.d.ts +18 -0
- package/dist/plugin-sdk/infra/transport-ready.d.ts +16 -0
- package/dist/plugin-sdk/infra/unhandled-rejections.d.ts +15 -0
- package/dist/plugin-sdk/infra/ws.d.ts +2 -0
- package/dist/plugin-sdk/infra/wsl.d.ts +11 -0
- package/dist/plugin-sdk/line/accounts.d.ts +10 -0
- package/dist/plugin-sdk/line/actions.d.ts +22 -0
- package/dist/plugin-sdk/line/auto-reply-delivery.d.ts +38 -0
- package/dist/plugin-sdk/line/bot-access.d.ts +17 -0
- package/dist/plugin-sdk/line/bot-handlers.d.ts +13 -0
- package/dist/plugin-sdk/line/bot-message-context.d.ts +118 -0
- package/dist/plugin-sdk/line/bot.d.ts +24 -0
- package/dist/plugin-sdk/line/channel-access-token.d.ts +4 -0
- package/dist/plugin-sdk/line/config-schema.d.ts +64 -0
- package/dist/plugin-sdk/line/download.d.ts +7 -0
- package/dist/plugin-sdk/line/flex-templates/basic-cards.d.ts +46 -0
- package/dist/plugin-sdk/line/flex-templates/common.d.ts +2 -0
- package/dist/plugin-sdk/line/flex-templates/media-control-cards.d.ts +73 -0
- package/dist/plugin-sdk/line/flex-templates/message.d.ts +6 -0
- package/dist/plugin-sdk/line/flex-templates/schedule-cards.d.ts +55 -0
- package/dist/plugin-sdk/line/flex-templates/types.d.ts +19 -0
- package/dist/plugin-sdk/line/flex-templates.d.ts +5 -0
- package/dist/plugin-sdk/line/markdown-to-line.d.ts +72 -0
- package/dist/plugin-sdk/line/monitor.d.ts +28 -0
- package/dist/plugin-sdk/line/probe.d.ts +2 -0
- package/dist/plugin-sdk/line/reply-chunks.d.ts +24 -0
- package/dist/plugin-sdk/line/send.d.ts +91 -0
- package/dist/plugin-sdk/line/signature.d.ts +1 -0
- package/dist/plugin-sdk/line/template-messages.d.ts +100 -0
- package/dist/plugin-sdk/line/types.d.ts +113 -0
- package/dist/plugin-sdk/line/webhook-node.d.ts +15 -0
- package/dist/plugin-sdk/line/webhook-utils.d.ts +3 -0
- package/dist/plugin-sdk/line/webhook.d.ts +19 -0
- package/dist/plugin-sdk/link-understanding/apply.d.ts +10 -0
- package/dist/plugin-sdk/link-understanding/defaults.d.ts +2 -0
- package/dist/plugin-sdk/link-understanding/detect.d.ts +3 -0
- package/dist/plugin-sdk/link-understanding/format.d.ts +4 -0
- package/dist/plugin-sdk/link-understanding/runner.d.ts +11 -0
- package/dist/plugin-sdk/logger.d.ts +6 -0
- package/dist/plugin-sdk/logging/config.d.ts +4 -0
- package/dist/plugin-sdk/logging/console.d.ts +23 -0
- package/dist/plugin-sdk/logging/diagnostic-session-state.d.ts +30 -0
- package/dist/plugin-sdk/logging/diagnostic.d.ts +65 -0
- package/dist/plugin-sdk/logging/env-log-level.d.ts +2 -0
- package/dist/plugin-sdk/logging/levels.d.ts +5 -0
- package/dist/plugin-sdk/logging/logger.d.ts +44 -0
- package/dist/plugin-sdk/logging/node-require.d.ts +1 -0
- package/dist/plugin-sdk/logging/redact-identifier.d.ts +4 -0
- package/dist/plugin-sdk/logging/redact.d.ts +9 -0
- package/dist/plugin-sdk/logging/state.d.ts +19 -0
- package/dist/plugin-sdk/logging/subsystem.d.ts +18 -0
- package/dist/plugin-sdk/logging/timestamps.d.ts +1 -0
- package/dist/plugin-sdk/logging.d.ts +10 -0
- package/dist/plugin-sdk/markdown/fences.d.ts +10 -0
- package/dist/plugin-sdk/markdown/ir.d.ts +32 -0
- package/dist/plugin-sdk/markdown/render.d.ts +18 -0
- package/dist/plugin-sdk/markdown/tables.d.ts +2 -0
- package/dist/plugin-sdk/markdown/whatsapp.d.ts +14 -0
- package/dist/plugin-sdk/media/audio-tags.d.ts +10 -0
- package/dist/plugin-sdk/media/audio.d.ts +19 -0
- package/dist/plugin-sdk/media/base64.d.ts +6 -0
- package/dist/plugin-sdk/media/constants.d.ts +7 -0
- package/dist/plugin-sdk/media/fetch.d.ts +23 -0
- package/dist/plugin-sdk/media/image-ops.d.ts +41 -0
- package/dist/plugin-sdk/media/inbound-path-policy.d.ts +18 -0
- package/dist/plugin-sdk/media/input-files.d.ts +95 -0
- package/dist/plugin-sdk/media/local-roots.d.ts +3 -0
- package/dist/plugin-sdk/media/mime.d.ts +16 -0
- package/dist/plugin-sdk/media/outbound-attachment.d.ts +6 -0
- package/dist/plugin-sdk/media/parse.d.ts +8 -0
- package/dist/plugin-sdk/media/png-encode.d.ts +8 -0
- package/dist/plugin-sdk/media/read-response-with-limit.d.ts +7 -0
- package/dist/plugin-sdk/media/store.d.ts +33 -0
- package/dist/plugin-sdk/media-understanding/apply.d.ts +19 -0
- package/dist/plugin-sdk/media-understanding/attachments.d.ts +49 -0
- package/dist/plugin-sdk/media-understanding/audio-preflight.d.ts +16 -0
- package/dist/plugin-sdk/media-understanding/concurrency.d.ts +1 -0
- package/dist/plugin-sdk/media-understanding/defaults.d.ts +12 -0
- package/dist/plugin-sdk/media-understanding/errors.d.ts +6 -0
- package/dist/plugin-sdk/media-understanding/format.d.ts +7 -0
- package/dist/plugin-sdk/media-understanding/fs.d.ts +1 -0
- package/dist/plugin-sdk/media-understanding/output-extract.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/anthropic/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/deepgram/audio.d.ts +4 -0
- package/dist/plugin-sdk/media-understanding/providers/deepgram/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/google/audio.d.ts +3 -0
- package/dist/plugin-sdk/media-understanding/providers/google/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/google/inline-data.d.ts +20 -0
- package/dist/plugin-sdk/media-understanding/providers/google/video.d.ts +3 -0
- package/dist/plugin-sdk/media-understanding/providers/groq/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/index.d.ts +4 -0
- package/dist/plugin-sdk/media-understanding/providers/minimax/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/mistral/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/moonshot/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/moonshot/video.d.ts +3 -0
- package/dist/plugin-sdk/media-understanding/providers/openai/audio.d.ts +3 -0
- package/dist/plugin-sdk/media-understanding/providers/openai/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/shared.d.ts +20 -0
- package/dist/plugin-sdk/media-understanding/providers/zai/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/resolve.d.ts +44 -0
- package/dist/plugin-sdk/media-understanding/runner.d.ts +34 -0
- package/dist/plugin-sdk/media-understanding/runner.entries.d.ts +33 -0
- package/dist/plugin-sdk/media-understanding/scope.d.ts +9 -0
- package/dist/plugin-sdk/media-understanding/types.d.ts +74 -0
- package/dist/plugin-sdk/media-understanding/video.d.ts +2 -0
- package/dist/plugin-sdk/middleware/channel-bridge.d.ts +39 -0
- package/dist/plugin-sdk/middleware/cli-runtime-base.d.ts +35 -0
- package/dist/plugin-sdk/middleware/delivery-adapter.d.ts +36 -0
- package/dist/plugin-sdk/middleware/error-classifier.d.ts +14 -0
- package/dist/plugin-sdk/middleware/mcp-side-effects.d.ts +20 -0
- package/dist/plugin-sdk/middleware/runtime-factory.d.ts +4 -0
- package/dist/plugin-sdk/middleware/runtimes/claude.d.ts +27 -0
- package/dist/plugin-sdk/middleware/runtimes/codex.d.ts +74 -0
- package/dist/plugin-sdk/middleware/runtimes/gemini.d.ts +52 -0
- package/dist/plugin-sdk/middleware/runtimes/opencode.d.ts +54 -0
- package/dist/plugin-sdk/middleware/session-map.d.ts +36 -0
- package/dist/plugin-sdk/middleware/system-prompt.d.ts +30 -0
- package/dist/plugin-sdk/middleware/types.d.ts +188 -0
- package/dist/plugin-sdk/pairing/pairing-labels.d.ts +2 -0
- package/dist/plugin-sdk/pairing/pairing-messages.d.ts +6 -0
- package/dist/plugin-sdk/pairing/pairing-store.d.ts +48 -0
- package/dist/plugin-sdk/plugin-sdk/account-id.d.ts +1 -0
- package/dist/plugin-sdk/plugin-sdk/agent-media-payload.d.ts +12 -0
- package/dist/plugin-sdk/plugin-sdk/allow-from.d.ts +32 -0
- package/dist/plugin-sdk/plugin-sdk/command-auth.d.ts +25 -0
- package/dist/plugin-sdk/plugin-sdk/config-paths.d.ts +6 -0
- package/dist/plugin-sdk/plugin-sdk/file-lock.d.ts +16 -0
- package/dist/plugin-sdk/plugin-sdk/group-access.d.ts +16 -0
- package/dist/plugin-sdk/plugin-sdk/index.d.ts +162 -0
- package/dist/plugin-sdk/plugin-sdk/json-store.d.ts +5 -0
- package/dist/plugin-sdk/plugin-sdk/onboarding.d.ts +11 -0
- package/dist/plugin-sdk/plugin-sdk/persistent-dedupe.d.ts +20 -0
- package/dist/plugin-sdk/plugin-sdk/reply-payload.d.ts +22 -0
- package/dist/plugin-sdk/plugin-sdk/run-command.d.ts +12 -0
- package/dist/plugin-sdk/plugin-sdk/runtime.d.ts +10 -0
- package/dist/plugin-sdk/plugin-sdk/slack-message-actions.d.ts +11 -0
- package/dist/plugin-sdk/plugin-sdk/status-helpers.d.ts +88 -0
- package/dist/plugin-sdk/plugin-sdk/temp-path.d.ts +12 -0
- package/dist/plugin-sdk/plugin-sdk/text-chunking.d.ts +1 -0
- package/dist/plugin-sdk/plugin-sdk/tool-send.d.ts +4 -0
- package/dist/plugin-sdk/plugin-sdk/webhook-path.d.ts +6 -0
- package/dist/plugin-sdk/plugin-sdk/webhook-targets.d.ts +23 -0
- package/dist/plugin-sdk/plugins/bundled-dir.d.ts +1 -0
- package/dist/plugin-sdk/plugins/commands.d.ts +83 -0
- package/dist/plugin-sdk/plugins/config-schema.d.ts +2 -0
- package/dist/plugin-sdk/plugins/config-state.d.ts +30 -0
- package/dist/plugin-sdk/plugins/discovery.d.ts +24 -0
- package/dist/plugin-sdk/plugins/hook-runner-global.d.ts +37 -0
- package/dist/plugin-sdk/plugins/hooks.d.ts +49 -0
- package/dist/plugin-sdk/plugins/http-path.d.ts +1 -0
- package/dist/plugin-sdk/plugins/http-registry.d.ts +13 -0
- package/dist/plugin-sdk/plugins/manifest-registry.d.ts +34 -0
- package/dist/plugin-sdk/plugins/manifest.d.ts +66 -0
- package/dist/plugin-sdk/plugins/path-safety.d.ts +5 -0
- package/dist/plugin-sdk/plugins/registry.d.ts +130 -0
- package/dist/plugin-sdk/plugins/runtime/native-deps.d.ts +8 -0
- package/dist/plugin-sdk/plugins/runtime/types.d.ts +310 -0
- package/dist/plugin-sdk/plugins/runtime.d.ts +5 -0
- package/dist/plugin-sdk/plugins/schema-validator.d.ts +10 -0
- package/dist/plugin-sdk/plugins/types.d.ts +487 -0
- package/dist/plugin-sdk/polls.d.ts +31 -0
- package/dist/plugin-sdk/process/command-queue.d.ts +51 -0
- package/dist/plugin-sdk/process/exec.d.ts +30 -0
- package/dist/plugin-sdk/process/lanes.d.ts +6 -0
- package/dist/plugin-sdk/process/spawn-utils.d.ts +26 -0
- package/dist/plugin-sdk/routing/account-id.d.ts +3 -0
- package/dist/plugin-sdk/routing/account-lookup.d.ts +1 -0
- package/dist/plugin-sdk/routing/bindings.d.ts +11 -0
- package/dist/plugin-sdk/routing/resolve-route.d.ts +42 -0
- package/dist/plugin-sdk/routing/session-key.d.ts +48 -0
- package/dist/plugin-sdk/runtime.d.ts +7 -0
- package/dist/plugin-sdk/security/channel-metadata.d.ts +6 -0
- package/dist/plugin-sdk/security/dm-policy-shared.d.ts +33 -0
- package/dist/plugin-sdk/security/external-content.d.ts +53 -0
- package/dist/plugin-sdk/security/safe-regex.d.ts +2 -0
- package/dist/plugin-sdk/security/scan-paths.d.ts +5 -0
- package/dist/plugin-sdk/security/secret-equal.d.ts +1 -0
- package/dist/plugin-sdk/sessions/input-provenance.d.ts +16 -0
- package/dist/plugin-sdk/sessions/level-overrides.d.ts +10 -0
- package/dist/plugin-sdk/sessions/model-overrides.d.ts +14 -0
- package/dist/plugin-sdk/sessions/send-policy.d.ts +11 -0
- package/dist/plugin-sdk/sessions/session-key-utils.d.ts +16 -0
- package/dist/plugin-sdk/sessions/session-label.d.ts +9 -0
- package/dist/plugin-sdk/sessions/transcript-events.d.ts +7 -0
- package/dist/plugin-sdk/shared/avatar-policy.d.ts +16 -0
- package/dist/plugin-sdk/shared/chat-content.d.ts +5 -0
- package/dist/plugin-sdk/shared/chat-envelope.d.ts +2 -0
- package/dist/plugin-sdk/shared/device-auth.d.ts +13 -0
- package/dist/plugin-sdk/shared/gateway-bind-url.d.ts +14 -0
- package/dist/plugin-sdk/shared/net/ip.d.ts +19 -0
- package/dist/plugin-sdk/shared/operator-scope-compat.d.ts +5 -0
- package/dist/plugin-sdk/shared/pid-alive.d.ts +1 -0
- package/dist/plugin-sdk/shared/process-scoped-map.d.ts +1 -0
- package/dist/plugin-sdk/shared/string-normalization.d.ts +4 -0
- package/dist/plugin-sdk/shared/subagents-format.d.ts +15 -0
- package/dist/plugin-sdk/shared/tailscale-status.d.ts +8 -0
- package/dist/plugin-sdk/shared/text/code-regions.d.ts +6 -0
- package/dist/plugin-sdk/shared/text/reasoning-tags.d.ts +6 -0
- package/dist/plugin-sdk/shared/text-chunking.d.ts +1 -0
- package/dist/plugin-sdk/signal/accounts.d.ts +17 -0
- package/dist/plugin-sdk/signal/client.d.ts +32 -0
- package/dist/plugin-sdk/signal/daemon.d.ts +26 -0
- package/dist/plugin-sdk/signal/format.d.ts +17 -0
- package/dist/plugin-sdk/signal/identity.d.ts +24 -0
- package/dist/plugin-sdk/signal/index.d.ts +5 -0
- package/dist/plugin-sdk/signal/monitor/event-handler.d.ts +5 -0
- package/dist/plugin-sdk/signal/monitor/event-handler.types.d.ts +125 -0
- package/dist/plugin-sdk/signal/monitor/mentions.d.ts +2 -0
- package/dist/plugin-sdk/signal/monitor.d.ts +25 -0
- package/dist/plugin-sdk/signal/probe.d.ts +7 -0
- package/dist/plugin-sdk/signal/reaction-level.d.ts +17 -0
- package/dist/plugin-sdk/signal/rpc-context.d.ts +9 -0
- package/dist/plugin-sdk/signal/send-reactions.d.ts +32 -0
- package/dist/plugin-sdk/signal/send.d.ts +25 -0
- package/dist/plugin-sdk/signal/sse-reconnect.d.ts +13 -0
- package/dist/plugin-sdk/slack/accounts.d.ts +32 -0
- package/dist/plugin-sdk/slack/actions.d.ts +56 -0
- package/dist/plugin-sdk/slack/blocks-fallback.d.ts +2 -0
- package/dist/plugin-sdk/slack/blocks-input.d.ts +3 -0
- package/dist/plugin-sdk/slack/channel-migration.d.ts +20 -0
- package/dist/plugin-sdk/slack/client.d.ts +4 -0
- package/dist/plugin-sdk/slack/directory-live.d.ts +4 -0
- package/dist/plugin-sdk/slack/draft-stream.d.ts +25 -0
- package/dist/plugin-sdk/slack/format.d.ts +7 -0
- package/dist/plugin-sdk/slack/http/index.d.ts +1 -0
- package/dist/plugin-sdk/slack/http/registry.d.ts +12 -0
- package/dist/plugin-sdk/slack/index.d.ts +6 -0
- package/dist/plugin-sdk/slack/message-actions.d.ts +4 -0
- package/dist/plugin-sdk/slack/modal-metadata.d.ts +7 -0
- package/dist/plugin-sdk/slack/monitor/allow-list.d.ts +23 -0
- package/dist/plugin-sdk/slack/monitor/auth.d.ts +11 -0
- package/dist/plugin-sdk/slack/monitor/channel-config.d.ts +43 -0
- package/dist/plugin-sdk/slack/monitor/commands.d.ts +9 -0
- package/dist/plugin-sdk/slack/monitor/context.d.ts +104 -0
- package/dist/plugin-sdk/slack/monitor/events/channels.d.ts +4 -0
- package/dist/plugin-sdk/slack/monitor/events/interactions.d.ts +4 -0
- package/dist/plugin-sdk/slack/monitor/events/members.d.ts +4 -0
- package/dist/plugin-sdk/slack/monitor/events/messages.d.ts +6 -0
- package/dist/plugin-sdk/slack/monitor/events/pins.d.ts +4 -0
- package/dist/plugin-sdk/slack/monitor/events/reactions.d.ts +4 -0
- package/dist/plugin-sdk/slack/monitor/events.d.ts +8 -0
- package/dist/plugin-sdk/slack/monitor/external-arg-menu-store.d.ts +18 -0
- package/dist/plugin-sdk/slack/monitor/media.d.ts +66 -0
- package/dist/plugin-sdk/slack/monitor/message-handler/dispatch.d.ts +12 -0
- package/dist/plugin-sdk/slack/monitor/message-handler/prepare.d.ts +13 -0
- package/dist/plugin-sdk/slack/monitor/message-handler/types.d.ts +22 -0
- package/dist/plugin-sdk/slack/monitor/message-handler.d.ts +11 -0
- package/dist/plugin-sdk/slack/monitor/mrkdwn.d.ts +1 -0
- package/dist/plugin-sdk/slack/monitor/policy.d.ts +5 -0
- package/dist/plugin-sdk/slack/monitor/provider.d.ts +7 -0
- package/dist/plugin-sdk/slack/monitor/replies.d.ts +53 -0
- package/dist/plugin-sdk/slack/monitor/room-context.d.ts +14 -0
- package/dist/plugin-sdk/slack/monitor/slash.d.ts +6 -0
- package/dist/plugin-sdk/slack/monitor/thread-resolution.d.ts +12 -0
- package/dist/plugin-sdk/slack/monitor/types.d.ts +97 -0
- package/dist/plugin-sdk/slack/monitor.d.ts +5 -0
- package/dist/plugin-sdk/slack/probe.d.ts +14 -0
- package/dist/plugin-sdk/slack/resolve-channels.d.ts +19 -0
- package/dist/plugin-sdk/slack/resolve-users.d.ts +26 -0
- package/dist/plugin-sdk/slack/send.d.ts +22 -0
- package/dist/plugin-sdk/slack/stream-mode.d.ts +23 -0
- package/dist/plugin-sdk/slack/streaming.d.ts +72 -0
- package/dist/plugin-sdk/slack/targets.d.ts +7 -0
- package/dist/plugin-sdk/slack/threading-tool-context.d.ts +10 -0
- package/dist/plugin-sdk/slack/threading.d.ts +29 -0
- package/dist/plugin-sdk/slack/token.d.ts +3 -0
- package/dist/plugin-sdk/slack/types.d.ts +58 -0
- package/dist/plugin-sdk/telegram/accounts.d.ts +21 -0
- package/dist/plugin-sdk/telegram/allowed-updates.d.ts +4 -0
- package/dist/plugin-sdk/telegram/api-logging.d.ts +11 -0
- package/dist/plugin-sdk/telegram/audit.d.ts +29 -0
- package/dist/plugin-sdk/telegram/bot/delivery.d.ts +35 -0
- package/dist/plugin-sdk/telegram/bot/helpers.d.ts +128 -0
- package/dist/plugin-sdk/telegram/bot/types.d.ts +28 -0
- package/dist/plugin-sdk/telegram/bot-access.d.ts +26 -0
- package/dist/plugin-sdk/telegram/bot-handlers.d.ts +2 -0
- package/dist/plugin-sdk/telegram/bot-message-context.d.ts +145 -0
- package/dist/plugin-sdk/telegram/bot-message-dispatch.d.ts +19 -0
- package/dist/plugin-sdk/telegram/bot-message.d.ts +20 -0
- package/dist/plugin-sdk/telegram/bot-native-command-menu.d.ts +33 -0
- package/dist/plugin-sdk/telegram/bot-native-commands.d.ts +59 -0
- package/dist/plugin-sdk/telegram/bot-updates.d.ts +31 -0
- package/dist/plugin-sdk/telegram/bot.d.ts +62 -0
- package/dist/plugin-sdk/telegram/button-types.d.ts +7 -0
- package/dist/plugin-sdk/telegram/caption.d.ts +5 -0
- package/dist/plugin-sdk/telegram/dm-access.d.ts +18 -0
- package/dist/plugin-sdk/telegram/draft-stream.d.ts +37 -0
- package/dist/plugin-sdk/telegram/fetch.d.ts +5 -0
- package/dist/plugin-sdk/telegram/format.d.ts +18 -0
- package/dist/plugin-sdk/telegram/group-access.d.ts +54 -0
- package/dist/plugin-sdk/telegram/group-config-helpers.d.ts +8 -0
- package/dist/plugin-sdk/telegram/group-migration.d.ts +20 -0
- package/dist/plugin-sdk/telegram/inline-buttons.d.ts +11 -0
- package/dist/plugin-sdk/telegram/lane-delivery.d.ts +56 -0
- package/dist/plugin-sdk/telegram/monitor.d.ts +19 -0
- package/dist/plugin-sdk/telegram/network-config.d.ts +33 -0
- package/dist/plugin-sdk/telegram/network-errors.d.ts +5 -0
- package/dist/plugin-sdk/telegram/outbound-params.d.ts +2 -0
- package/dist/plugin-sdk/telegram/probe.d.ts +17 -0
- package/dist/plugin-sdk/telegram/proxy.d.ts +1 -0
- package/dist/plugin-sdk/telegram/reaction-level.d.ts +11 -0
- package/dist/plugin-sdk/telegram/reasoning-lane-coordinator.d.ts +18 -0
- package/dist/plugin-sdk/telegram/send.d.ts +153 -0
- package/dist/plugin-sdk/telegram/sent-message-cache.d.ts +16 -0
- package/dist/plugin-sdk/telegram/status-reaction-variants.d.ts +21 -0
- package/dist/plugin-sdk/telegram/sticker-cache.d.ts +47 -0
- package/dist/plugin-sdk/telegram/target-writeback.d.ts +7 -0
- package/dist/plugin-sdk/telegram/targets.d.ts +11 -0
- package/dist/plugin-sdk/telegram/token.d.ts +13 -0
- package/dist/plugin-sdk/telegram/update-offset-store.d.ts +15 -0
- package/dist/plugin-sdk/telegram/voice.d.ts +16 -0
- package/dist/plugin-sdk/telegram/webhook.d.ts +20 -0
- package/dist/plugin-sdk/terminal/ansi.d.ts +2 -0
- package/dist/plugin-sdk/terminal/health-style.d.ts +1 -0
- package/dist/plugin-sdk/terminal/links.d.ts +6 -0
- package/dist/plugin-sdk/terminal/palette.d.ts +10 -0
- package/dist/plugin-sdk/terminal/progress-line.d.ts +3 -0
- package/dist/plugin-sdk/terminal/prompt-style.d.ts +3 -0
- package/dist/plugin-sdk/terminal/restore.d.ts +17 -0
- package/dist/plugin-sdk/terminal/theme.d.ts +15 -0
- package/dist/plugin-sdk/tts/tts-core.d.ts +38 -0
- package/dist/plugin-sdk/tts/tts.d.ts +177 -0
- package/dist/plugin-sdk/types/agent-types.d.ts +1 -0
- package/dist/plugin-sdk/utils/account-id.d.ts +1 -0
- package/dist/plugin-sdk/utils/boolean.d.ts +5 -0
- package/dist/plugin-sdk/utils/chunk-items.d.ts +1 -0
- package/dist/plugin-sdk/utils/delivery-context.d.ts +29 -0
- package/dist/plugin-sdk/utils/directive-tags.d.ts +29 -0
- package/dist/plugin-sdk/utils/fetch-timeout.d.ts +13 -0
- package/dist/plugin-sdk/utils/mask-api-key.d.ts +1 -0
- package/dist/plugin-sdk/utils/message-channel.d.ts +27 -0
- package/dist/plugin-sdk/utils/normalize-secret-input.d.ts +11 -0
- package/dist/plugin-sdk/utils/provider-utils.d.ts +9 -0
- package/dist/plugin-sdk/utils/queue-helpers.d.ts +80 -0
- package/dist/plugin-sdk/utils/reaction-level.d.ts +15 -0
- package/dist/plugin-sdk/utils/run-with-concurrency.d.ts +11 -0
- package/dist/plugin-sdk/utils/transcript-tools.d.ts +8 -0
- package/dist/plugin-sdk/utils/usage-format.d.ts +26 -0
- package/dist/plugin-sdk/utils/with-timeout.d.ts +1 -0
- package/dist/plugin-sdk/utils.d.ts +63 -0
- package/dist/plugin-sdk/version.d.ts +8 -0
- package/dist/plugin-sdk/web/accounts.d.ts +39 -0
- package/dist/plugin-sdk/web/active-listener.d.ts +25 -0
- package/dist/plugin-sdk/web/auth-store.d.ts +26 -0
- package/dist/plugin-sdk/web/auto-reply/constants.d.ts +1 -0
- package/dist/plugin-sdk/web/auto-reply/deliver-reply.d.ts +19 -0
- package/dist/plugin-sdk/web/auto-reply/heartbeat-runner.d.ts +20 -0
- package/dist/plugin-sdk/web/auto-reply/loggers.d.ts +4 -0
- package/dist/plugin-sdk/web/auto-reply/mentions.d.ts +19 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/ack-reaction.d.ts +13 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/broadcast.d.ts +16 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/commands.d.ts +2 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/echo.d.ts +17 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/group-activation.d.ts +9 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/group-gating.d.ts +33 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/group-members.d.ts +6 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/last-route.d.ts +15 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/message-line.d.ts +11 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/on-message.d.ts +24 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/peer.d.ts +2 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/process-message.d.ts +40 -0
- package/dist/plugin-sdk/web/auto-reply/monitor.d.ts +5 -0
- package/dist/plugin-sdk/web/auto-reply/session-snapshot.d.ts +17 -0
- package/dist/plugin-sdk/web/auto-reply/types.d.ts +30 -0
- package/dist/plugin-sdk/web/auto-reply/util.d.ts +2 -0
- package/dist/plugin-sdk/web/auto-reply.d.ts +1 -0
- package/dist/plugin-sdk/web/auto-reply.impl.d.ts +5 -0
- package/dist/plugin-sdk/web/inbound/access-control.d.ts +36 -0
- package/dist/plugin-sdk/web/inbound/dedupe.d.ts +2 -0
- package/dist/plugin-sdk/web/inbound/extract.d.ts +13 -0
- package/dist/plugin-sdk/web/inbound/media.d.ts +7 -0
- package/dist/plugin-sdk/web/inbound/monitor.d.ts +30 -0
- package/dist/plugin-sdk/web/inbound/send-api.d.ts +22 -0
- package/dist/plugin-sdk/web/inbound/types.d.ts +41 -0
- package/dist/plugin-sdk/web/inbound.d.ts +4 -0
- package/dist/plugin-sdk/web/login-qr.d.ts +19 -0
- package/dist/plugin-sdk/web/login.d.ts +3 -0
- package/dist/plugin-sdk/web/media.d.ts +43 -0
- package/dist/plugin-sdk/web/outbound.d.ts +24 -0
- package/dist/plugin-sdk/web/qr-image.d.ts +4 -0
- package/dist/plugin-sdk/web/reconnect.d.ts +12 -0
- package/dist/plugin-sdk/web/session.d.ts +14 -0
- package/dist/plugin-sdk/web/vcard.d.ts +6 -0
- package/dist/plugin-sdk/whatsapp/normalize.d.ts +6 -0
- package/dist/plugin-sdk/whatsapp/resolve-outbound-target.d.ts +12 -0
- package/dist/plugin-sdk/wizard/prompts.d.ts +43 -0
- package/dist/plugin-sdk/wizard/session.d.ts +42 -0
- package/dist/plugins-BflZz0sp.js +453 -0
- package/dist/plugins-allowlist-BbTQ5Z2k.js +15 -0
- package/dist/plugins-allowlist-C20oaESO.js +15 -0
- package/dist/plugins-cli-DV82scUw.js +798 -0
- package/dist/plugins-cli-Qj1UyIZO.js +793 -0
- package/dist/plugins-woGRXMzU.js +455 -0
- package/dist/polls-B0CCBDeR.js +33 -0
- package/dist/polls-CwwHzYBM.js +33 -0
- package/dist/ports-DrruB2fK.js +370 -0
- package/dist/ports-GT1yV-Tg.js +96 -0
- package/dist/ports-NPqtlfp0.js +316 -0
- package/dist/ports-QMI4-F9m.js +96 -0
- package/dist/ports-lsof-Wteul3ju.js +27 -0
- package/dist/process-scoped-map-CV9kDvfG.js +39 -0
- package/dist/process-scoped-map-PEvnG75N.js +39 -0
- package/dist/program-CQmIaRUI.js +244 -0
- package/dist/program-context-DEU6ACnL.js +474 -0
- package/dist/program-context-jqeI5alP.js +17 -0
- package/dist/progress-C1kUfYL-.js +123 -0
- package/dist/progress-CBkSaM6z.js +124 -0
- package/dist/prompt-Bllj1dhc.js +21 -0
- package/dist/prompt-Yn2yClg1.js +21 -0
- package/dist/prompt-select-styled-BhTN6zE2.js +1650 -0
- package/dist/prompt-select-styled-WopXnjIy.js +1647 -0
- package/dist/prompt-style-DVEm3BZW.js +9 -0
- package/dist/prompt-style-DjEYC_s-.js +9 -0
- package/dist/provider-dispatcher-B4QMe-I6.js +659 -0
- package/dist/provider-dispatcher-Bfauw6zz.js +660 -0
- package/dist/provider-utils-3JTMJroG.js +79 -0
- package/dist/provider-utils-FaBmofiq.js +79 -0
- package/dist/proxy-DL3MD6-P.js +16 -0
- package/dist/proxy-DpNv2cSV.js +16 -0
- package/dist/push-apns-C0LyG-WB.js +713 -0
- package/dist/push-apns-DuG95AKC.js +711 -0
- package/dist/pw-ai-D9n6-Wa6.js +1906 -0
- package/dist/pw-ai-T280E6Mn.js +1910 -0
- package/dist/pw-ai-state-CGfLv6nV.js +11 -0
- package/dist/pw-ai-state-Dynx20hr.js +11 -0
- package/dist/qr-cli-DVECWTHN.js +352 -0
- package/dist/qr-cli-hSLixZCe.js +347 -0
- package/dist/redact-Dx1Fue21.js +191 -0
- package/dist/redact-eZq1uwNK.js +191 -0
- package/dist/redact-identifier-BTIWtaa-.js +15 -0
- package/dist/redact-identifier-CAagcfWA.js +15 -0
- package/dist/redact-snapshot-BZYLIqe-.js +2028 -0
- package/dist/redact-snapshot-C6hVx_9I.js +2028 -0
- package/dist/register.agent-Dmj-sgEl.js +1043 -0
- package/dist/register.agent-IspcBFeD.js +286 -0
- package/dist/register.configure-BqJEqyGL.js +130 -0
- package/dist/register.configure-PPkU_4Ea.js +124 -0
- package/dist/register.import-Bs-UkOs-.js +27 -0
- package/dist/register.import-DLng8g-e.js +30 -0
- package/dist/register.maintenance-BbpkJil3.js +497 -0
- package/dist/register.maintenance-C5nkOQxa.js +494 -0
- package/dist/register.message-C83Hi1b3.js +681 -0
- package/dist/register.message-D16isu4u.js +686 -0
- package/dist/register.onboard-B8EzX3wY.js +257 -0
- package/dist/register.onboard-CyRbr_0V.js +262 -0
- package/dist/register.setup-DWyoowAz.js +109 -0
- package/dist/register.setup-Dz6GwMnu.js +114 -0
- package/dist/register.status-health-sessions-CbQOfycz.js +423 -0
- package/dist/register.status-health-sessions-DXIWG47y.js +669 -0
- package/dist/register.subclis-DeGP5UPU.js +267 -0
- package/dist/remoteclaw-root-C2HV2VeC.js +88 -0
- package/dist/remoteclaw-root-DybYl8PL.js +88 -0
- package/dist/render-6ahYfPwj.js +104 -0
- package/dist/render-CCLsW6Lz.js +104 -0
- package/dist/render-uf6PvGMV.js +104 -0
- package/dist/replies-BKrzM0QI.js +136 -0
- package/dist/replies-Cl2gYBVt.js +136 -0
- package/dist/reply-CCu_DY64.js +13900 -0
- package/dist/reply-DSKC8kyS.js +13897 -0
- package/dist/reply-directives-BHJKp1Du.js +182 -0
- package/dist/reply-directives-CD2WycBM.js +182 -0
- package/dist/reply-payloads-D_BM1Anb.js +527 -0
- package/dist/reply-prefix-DBLCYiup.js +38 -0
- package/dist/reply-prefix-Q4DOJSn_.js +38 -0
- package/dist/resolve-route-CBVbY0xS.js +249 -0
- package/dist/resolve-route-DGEgTEif.js +249 -0
- package/dist/response-prefix-template-rVZQOViK.js +136 -0
- package/dist/response-prefix-template-up4REfuR.js +136 -0
- package/dist/retry-BhuXOEVR.js +77 -0
- package/dist/retry-DUjAzOBy.js +77 -0
- package/dist/retry-DnqPAqWp.js +77 -0
- package/dist/rolldown-runtime-Cbj13DAv.js +20 -0
- package/dist/run-main-Um5xhxla.js +320 -0
- package/dist/runner-yVJ4HB2K.js +2294 -0
- package/dist/runner-z92MWZ3m.js +2294 -0
- package/dist/runtime-DJNp29jv.js +94 -0
- package/dist/runtime-guard-DZ_xuCc4.js +60 -0
- package/dist/runtime-guard-U-ewY_QH.js +60 -0
- package/dist/secret-equal-BbHdTtqY.js +11 -0
- package/dist/secret-equal-CXJEZiWb.js +11 -0
- package/dist/secure-random-CS2mSdTn.js +12 -0
- package/dist/secure-random-Pl9rPl0l.js +44 -0
- package/dist/secure-random-_dzDDlFo.js +12 -0
- package/dist/security-cli-CdwbWZUj.js +484 -0
- package/dist/security-cli-DP5QJpa5.js +478 -0
- package/dist/send-B1_Ymjb9.js +1778 -0
- package/dist/send-B84axiIa.js +29 -0
- package/dist/send-BN_zYVlx.js +547 -0
- package/dist/send-BqVOxAmK.js +1174 -0
- package/dist/send-Bx9bUGav.js +492 -0
- package/dist/send-C3pdJ6p-.js +2245 -0
- package/dist/send-CBGSXjfD.js +2245 -0
- package/dist/send-CGXyTF22.js +426 -0
- package/dist/send-CKavrhXj.js +11 -0
- package/dist/send-D08Je6DL.js +374 -0
- package/dist/send-D1aYEG-k.js +332 -0
- package/dist/send-DHldI3gf.js +492 -0
- package/dist/send-D_DUQJ6H.js +349 -0
- package/dist/send-Ds63eF4a.js +349 -0
- package/dist/send-YRVDWfSs.js +547 -0
- package/dist/send-xnwty9cY.js +1775 -0
- package/dist/server-BQFoyCRR.js +200 -0
- package/dist/server-DhXw25Jq.js +205 -0
- package/dist/server-lifecycle-BjCCyD3w.js +2437 -0
- package/dist/server-lifecycle-Coyr6Lda.js +2437 -0
- package/dist/server-node-events-De4WZQQD.js +393 -0
- package/dist/server-node-events-dXXayuqY.js +398 -0
- package/dist/service-Bjqii5nW.js +670 -0
- package/dist/service-fp29z5Ww.js +670 -0
- package/dist/session-DBL5nHDy.js +170 -0
- package/dist/session-cost-usage-DX09eTPU.js +627 -0
- package/dist/session-cost-usage-yYi525j3.js +627 -0
- package/dist/session-dirs-Cj5xi7zX.js +947 -0
- package/dist/session-dirs-DdF6TDsE.js +947 -0
- package/dist/session-key-5YLnn_qf.js +235 -0
- package/dist/session-key-C2n-VILA.js +235 -0
- package/dist/session-utils-CEtEq6bi.js +625 -0
- package/dist/session-utils-WmlWAs1r.js +625 -0
- package/dist/session-xKIW6gL2.js +170 -0
- package/dist/sessions--PykPynp.js +2593 -0
- package/dist/sessions-Bw4LRnSr.js +252 -0
- package/dist/ssrf-Ck9HDZpv.js +183 -0
- package/dist/ssrf-m7kFIobZ.js +183 -0
- package/dist/stagger-BXv_apuy.js +56 -0
- package/dist/stagger-MI9gd2rQ.js +56 -0
- package/dist/status-BmtCS3T1.js +21 -0
- package/dist/status-BrwHRn2B.js +21 -0
- package/dist/status-CtzYFLLF.js +2072 -0
- package/dist/status-DiN1cq2p.js +2068 -0
- package/dist/status.update-C55QM2xs.js +79 -0
- package/dist/status.update-CBmPXwYN.js +79 -0
- package/dist/store-C3tOpizT.js +64 -0
- package/dist/store-CPJXuhvQ.js +53 -0
- package/dist/store-SusmIfz7.js +2595 -0
- package/dist/store-v3P-OWhi.js +64 -0
- package/dist/strip-inbound-meta-DjKcSFaW.js +110 -0
- package/dist/strip-inbound-meta-jy3bkUab.js +110 -0
- package/dist/subagent-registry-Db4Ho_2Y.js +4858 -0
- package/dist/subagent-registry-Du_j0Fnt.js +4860 -0
- package/dist/subsystem-BUXAJwPD.js +1079 -0
- package/dist/subsystem-COd61u0P.js +1139 -0
- package/dist/system-cli-DYCpLO3T.js +75 -0
- package/dist/system-cli-eAk5wVbP.js +70 -0
- package/dist/systemd-DSnlM3jX.js +547 -0
- package/dist/systemd-TfK8GuTx.js +547 -0
- package/dist/systemd-linger-Axnc1xCb.js +75 -0
- package/dist/systemd-linger-_0_-RY4v.js +75 -0
- package/dist/table-C1rdyYl9.js +278 -0
- package/dist/table-DPTzZyhu.js +279 -0
- package/dist/tables-DI5LGEr1.js +55 -0
- package/dist/tables-PxcSPSO0.js +55 -0
- package/dist/tables-TWiml6b1.js +55 -0
- package/dist/tailnet-CEudzG0i.js +40 -0
- package/dist/tailnet-PnMrjwGT.js +40 -0
- package/dist/tailscale-DTATQxAG.js +230 -0
- package/dist/tailscale-Dbyahx0J.js +230 -0
- package/dist/target-errors-BDpPcwh5.js +26 -0
- package/dist/target-errors-DdIAPcMM.js +26 -0
- package/dist/targets-BMenhVHg.js +39 -0
- package/dist/targets-C-2xwh9f.js +45 -0
- package/dist/targets-C1NeMn2J.js +220 -0
- package/dist/targets-CcTME3bp.js +46 -0
- package/dist/targets-CmC5m7Ey.js +53 -0
- package/dist/targets-D-qLBpTA.js +79 -0
- package/dist/targets-D-u6Kyio.js +650 -0
- package/dist/targets-D7OKVXMI.js +650 -0
- package/dist/targets-D7PT_rdO.js +45 -0
- package/dist/targets-DB4vBpIQ.js +2172 -0
- package/dist/targets-DfqPGOmM.js +2173 -0
- package/dist/targets-DyybKefq.js +53 -0
- package/dist/targets-JCISV-hS.js +120 -0
- package/dist/targets-UncQvCVs.js +79 -0
- package/dist/text-format-BQ3z_OXA.js +9 -0
- package/dist/text-format-oWqzVmah.js +9 -0
- package/dist/tokens-B-jmvNR9.js +21 -0
- package/dist/tokens-DzFOtLlW.js +21 -0
- package/dist/tool-display-Br6mwaJc.js +785 -0
- package/dist/tool-display-sgNwLOBj.js +785 -0
- package/dist/tool-images-BNfIJ_Kj.js +263 -0
- package/dist/tool-images-kloBqxqK.js +263 -0
- package/dist/trash-DPi0aCCQ.js +125 -0
- package/dist/trash-D_Jd_yQZ.js +125 -0
- package/dist/tui-CHc0EfJO.js +3392 -0
- package/dist/tui-CyHwc2uX.js +3392 -0
- package/dist/tui-cli-BvwbrIYO.js +63 -0
- package/dist/tui-cli-C9I18SfW.js +58 -0
- package/dist/update-DxyjwCL2.js +349 -0
- package/dist/update-IX7vdqA8.js +349 -0
- package/dist/update-cli-CBeXUSzq.js +1373 -0
- package/dist/update-cli-DkAWmUrp.js +1370 -0
- package/dist/usage-BdhBT0Vz.js +57 -0
- package/dist/usage-BtQcAnf6.js +57 -0
- package/dist/usage-CYlQW4M2.js +5279 -0
- package/dist/usage-format-C3mNLfhI.js +31 -0
- package/dist/usage-format-DAaPzr_z.js +31 -0
- package/dist/utils-LBKvDoPx.js +631 -0
- package/dist/warning-filter.js +48 -0
- package/dist/web-BUYUdnRH.js +3065 -0
- package/dist/web-Dquzwqf4.js +70 -0
- package/dist/web-tS8diboh.js +76 -0
- package/dist/webhooks-cli-B7Vw3CMz.js +333 -0
- package/dist/webhooks-cli-BpZHQlVd.js +328 -0
- package/dist/whatsapp-actions-D5HXezjp.js +128 -0
- package/dist/whatsapp-actions-DaA291Ya.js +122 -0
- package/dist/widearea-dns-CsmBVbez.js +127 -0
- package/dist/widearea-dns-DSoaA-eH.js +127 -0
- package/dist/workspace-B4ZvVYT9.js +447 -0
- package/dist/workspace-B8PA8oxJ.js +449 -0
- package/dist/workspace-BzPeZDew.js +10 -0
- package/dist/workspace-DkGLVfOl.js +10 -0
- package/dist/wsl-BCnYV9O0.js +52 -0
- package/dist/wsl-B_sPlzWw.js +52 -0
- package/extensions/bluebubbles/README.md +45 -0
- package/extensions/bluebubbles/index.ts +19 -0
- package/extensions/bluebubbles/package.json +33 -0
- package/extensions/bluebubbles/remoteclaw.plugin.json +9 -0
- package/extensions/bluebubbles/src/account-resolve.ts +35 -0
- package/extensions/bluebubbles/src/accounts.ts +90 -0
- package/extensions/bluebubbles/src/actions.ts +460 -0
- package/extensions/bluebubbles/src/attachments.ts +268 -0
- package/extensions/bluebubbles/src/channel.ts +418 -0
- package/extensions/bluebubbles/src/chat.ts +329 -0
- package/extensions/bluebubbles/src/config-schema.ts +65 -0
- package/extensions/bluebubbles/src/history.ts +177 -0
- package/extensions/bluebubbles/src/media-send.ts +317 -0
- package/extensions/bluebubbles/src/monitor-normalize.ts +825 -0
- package/extensions/bluebubbles/src/monitor-processing.ts +1448 -0
- package/extensions/bluebubbles/src/monitor-reply-cache.ts +185 -0
- package/extensions/bluebubbles/src/monitor-shared.ts +41 -0
- package/extensions/bluebubbles/src/monitor.ts +534 -0
- package/extensions/bluebubbles/src/multipart.ts +32 -0
- package/extensions/bluebubbles/src/onboarding.ts +340 -0
- package/extensions/bluebubbles/src/probe.ts +163 -0
- package/extensions/bluebubbles/src/reactions.ts +182 -0
- package/extensions/bluebubbles/src/request-url.ts +12 -0
- package/extensions/bluebubbles/src/runtime.ts +34 -0
- package/extensions/bluebubbles/src/send-helpers.ts +53 -0
- package/extensions/bluebubbles/src/send.ts +472 -0
- package/extensions/bluebubbles/src/targets.ts +370 -0
- package/extensions/bluebubbles/src/test-harness.ts +79 -0
- package/extensions/bluebubbles/src/test-mocks.ts +11 -0
- package/extensions/bluebubbles/src/types.ts +135 -0
- package/extensions/device-pair/index.ts +529 -0
- package/extensions/device-pair/remoteclaw.plugin.json +20 -0
- package/extensions/diagnostics-otel/index.ts +15 -0
- package/extensions/diagnostics-otel/package.json +24 -0
- package/extensions/diagnostics-otel/remoteclaw.plugin.json +8 -0
- package/extensions/diagnostics-otel/src/service.ts +682 -0
- package/extensions/discord/index.ts +19 -0
- package/extensions/discord/package.json +11 -0
- package/extensions/discord/remoteclaw.plugin.json +9 -0
- package/extensions/discord/src/channel.ts +451 -0
- package/extensions/discord/src/runtime.ts +14 -0
- package/extensions/discord/src/subagent-hooks.ts +152 -0
- package/extensions/feishu/index.ts +63 -0
- package/extensions/feishu/package.json +34 -0
- package/extensions/feishu/remoteclaw.plugin.json +10 -0
- package/extensions/feishu/skills/feishu-doc/SKILL.md +105 -0
- package/extensions/feishu/skills/feishu-doc/references/block-types.md +103 -0
- package/extensions/feishu/skills/feishu-drive/SKILL.md +97 -0
- package/extensions/feishu/skills/feishu-perm/SKILL.md +119 -0
- package/extensions/feishu/skills/feishu-wiki/SKILL.md +111 -0
- package/extensions/feishu/src/accounts.ts +144 -0
- package/extensions/feishu/src/bitable.ts +739 -0
- package/extensions/feishu/src/bot.ts +1006 -0
- package/extensions/feishu/src/channel.ts +359 -0
- package/extensions/feishu/src/client.ts +118 -0
- package/extensions/feishu/src/config-schema.ts +226 -0
- package/extensions/feishu/src/dedup.ts +54 -0
- package/extensions/feishu/src/directory.ts +177 -0
- package/extensions/feishu/src/doc-schema.ts +47 -0
- package/extensions/feishu/src/docx.ts +536 -0
- package/extensions/feishu/src/drive-schema.ts +46 -0
- package/extensions/feishu/src/drive.ts +227 -0
- package/extensions/feishu/src/dynamic-agent.ts +131 -0
- package/extensions/feishu/src/external-keys.ts +19 -0
- package/extensions/feishu/src/media.ts +441 -0
- package/extensions/feishu/src/mention.ts +133 -0
- package/extensions/feishu/src/monitor.ts +397 -0
- package/extensions/feishu/src/onboarding.ts +351 -0
- package/extensions/feishu/src/outbound.ts +55 -0
- package/extensions/feishu/src/perm-schema.ts +52 -0
- package/extensions/feishu/src/perm.ts +173 -0
- package/extensions/feishu/src/policy.ts +120 -0
- package/extensions/feishu/src/probe.ts +44 -0
- package/extensions/feishu/src/reactions.ts +160 -0
- package/extensions/feishu/src/reply-dispatcher.ts +239 -0
- package/extensions/feishu/src/runtime.ts +14 -0
- package/extensions/feishu/src/send-result.ts +29 -0
- package/extensions/feishu/src/send-target.ts +25 -0
- package/extensions/feishu/src/send.ts +313 -0
- package/extensions/feishu/src/streaming-card.ts +218 -0
- package/extensions/feishu/src/targets.ts +78 -0
- package/extensions/feishu/src/tools-config.ts +21 -0
- package/extensions/feishu/src/types.ts +81 -0
- package/extensions/feishu/src/typing.ts +80 -0
- package/extensions/feishu/src/wiki-schema.ts +55 -0
- package/extensions/feishu/src/wiki.ts +232 -0
- package/extensions/googlechat/index.ts +19 -0
- package/extensions/googlechat/node_modules/.bin/remoteclaw +21 -0
- package/extensions/googlechat/package.json +37 -0
- package/extensions/googlechat/remoteclaw.plugin.json +9 -0
- package/extensions/googlechat/src/accounts.ts +147 -0
- package/extensions/googlechat/src/actions.ts +176 -0
- package/extensions/googlechat/src/api.ts +282 -0
- package/extensions/googlechat/src/auth.ts +137 -0
- package/extensions/googlechat/src/channel.ts +576 -0
- package/extensions/googlechat/src/monitor.ts +965 -0
- package/extensions/googlechat/src/onboarding.ts +270 -0
- package/extensions/googlechat/src/runtime.ts +14 -0
- package/extensions/googlechat/src/targets.ts +65 -0
- package/extensions/googlechat/src/types.config.ts +3 -0
- package/extensions/googlechat/src/types.ts +73 -0
- package/extensions/imessage/index.ts +17 -0
- package/extensions/imessage/package.json +12 -0
- package/extensions/imessage/remoteclaw.plugin.json +9 -0
- package/extensions/imessage/src/channel.ts +304 -0
- package/extensions/imessage/src/runtime.ts +14 -0
- package/extensions/irc/index.ts +17 -0
- package/extensions/irc/package.json +11 -0
- package/extensions/irc/remoteclaw.plugin.json +9 -0
- package/extensions/irc/src/accounts.ts +268 -0
- package/extensions/irc/src/channel.ts +364 -0
- package/extensions/irc/src/client.ts +439 -0
- package/extensions/irc/src/config-schema.ts +91 -0
- package/extensions/irc/src/connect-options.ts +30 -0
- package/extensions/irc/src/control-chars.ts +22 -0
- package/extensions/irc/src/inbound.ts +372 -0
- package/extensions/irc/src/monitor.ts +146 -0
- package/extensions/irc/src/normalize.ts +123 -0
- package/extensions/irc/src/onboarding.ts +479 -0
- package/extensions/irc/src/policy.ts +166 -0
- package/extensions/irc/src/probe.ts +53 -0
- package/extensions/irc/src/protocol.ts +169 -0
- package/extensions/irc/src/runtime.ts +14 -0
- package/extensions/irc/src/send.ts +88 -0
- package/extensions/irc/src/types.ts +99 -0
- package/extensions/line/index.ts +19 -0
- package/extensions/line/package.json +27 -0
- package/extensions/line/remoteclaw.plugin.json +9 -0
- package/extensions/line/src/card-command.ts +344 -0
- package/extensions/line/src/channel.ts +797 -0
- package/extensions/line/src/runtime.ts +14 -0
- package/extensions/matrix/CHANGELOG.md +32 -0
- package/extensions/matrix/index.ts +17 -0
- package/extensions/matrix/node_modules/.bin/markdown-it +21 -0
- package/extensions/matrix/package.json +33 -0
- package/extensions/matrix/remoteclaw.plugin.json +9 -0
- package/extensions/matrix/src/actions.ts +195 -0
- package/extensions/matrix/src/channel.ts +486 -0
- package/extensions/matrix/src/config-schema.ts +63 -0
- package/extensions/matrix/src/directory-live.ts +208 -0
- package/extensions/matrix/src/group-mentions.ts +52 -0
- package/extensions/matrix/src/matrix/accounts.ts +137 -0
- package/extensions/matrix/src/matrix/actions/client.ts +47 -0
- package/extensions/matrix/src/matrix/actions/limits.ts +6 -0
- package/extensions/matrix/src/matrix/actions/messages.ts +126 -0
- package/extensions/matrix/src/matrix/actions/pins.ts +84 -0
- package/extensions/matrix/src/matrix/actions/reactions.ts +102 -0
- package/extensions/matrix/src/matrix/actions/room.ts +85 -0
- package/extensions/matrix/src/matrix/actions/summary.ts +75 -0
- package/extensions/matrix/src/matrix/actions/types.ts +85 -0
- package/extensions/matrix/src/matrix/actions.ts +15 -0
- package/extensions/matrix/src/matrix/active-client.ts +32 -0
- package/extensions/matrix/src/matrix/client/config.ts +219 -0
- package/extensions/matrix/src/matrix/client/create-client.ts +123 -0
- package/extensions/matrix/src/matrix/client/logging.ts +36 -0
- package/extensions/matrix/src/matrix/client/runtime.ts +4 -0
- package/extensions/matrix/src/matrix/client/shared.ts +201 -0
- package/extensions/matrix/src/matrix/client/storage.ts +131 -0
- package/extensions/matrix/src/matrix/client/types.ts +34 -0
- package/extensions/matrix/src/matrix/client-bootstrap.ts +39 -0
- package/extensions/matrix/src/matrix/client.ts +14 -0
- package/extensions/matrix/src/matrix/credentials.ts +125 -0
- package/extensions/matrix/src/matrix/deps.ts +60 -0
- package/extensions/matrix/src/matrix/format.ts +22 -0
- package/extensions/matrix/src/matrix/index.ts +11 -0
- package/extensions/matrix/src/matrix/monitor/allowlist.ts +103 -0
- package/extensions/matrix/src/matrix/monitor/auto-join.ts +71 -0
- package/extensions/matrix/src/matrix/monitor/direct.ts +104 -0
- package/extensions/matrix/src/matrix/monitor/events.ts +148 -0
- package/extensions/matrix/src/matrix/monitor/handler.ts +688 -0
- package/extensions/matrix/src/matrix/monitor/index.ts +358 -0
- package/extensions/matrix/src/matrix/monitor/location.ts +100 -0
- package/extensions/matrix/src/matrix/monitor/media.ts +118 -0
- package/extensions/matrix/src/matrix/monitor/mentions.ts +62 -0
- package/extensions/matrix/src/matrix/monitor/replies.ts +124 -0
- package/extensions/matrix/src/matrix/monitor/room-info.ts +55 -0
- package/extensions/matrix/src/matrix/monitor/rooms.ts +47 -0
- package/extensions/matrix/src/matrix/monitor/threads.ts +68 -0
- package/extensions/matrix/src/matrix/monitor/types.ts +39 -0
- package/extensions/matrix/src/matrix/poll-types.ts +167 -0
- package/extensions/matrix/src/matrix/probe.ts +69 -0
- package/extensions/matrix/src/matrix/send/client.ts +97 -0
- package/extensions/matrix/src/matrix/send/formatting.ts +93 -0
- package/extensions/matrix/src/matrix/send/media.ts +230 -0
- package/extensions/matrix/src/matrix/send/targets.ts +150 -0
- package/extensions/matrix/src/matrix/send/types.ts +109 -0
- package/extensions/matrix/src/matrix/send-queue.ts +44 -0
- package/extensions/matrix/src/matrix/send.ts +265 -0
- package/extensions/matrix/src/onboarding.ts +446 -0
- package/extensions/matrix/src/outbound.ts +55 -0
- package/extensions/matrix/src/resolve-targets.ts +126 -0
- package/extensions/matrix/src/runtime.ts +14 -0
- package/extensions/matrix/src/tool-actions.ts +164 -0
- package/extensions/matrix/src/types.ts +116 -0
- package/extensions/mattermost/index.ts +17 -0
- package/extensions/mattermost/package.json +25 -0
- package/extensions/mattermost/remoteclaw.plugin.json +9 -0
- package/extensions/mattermost/src/channel.ts +439 -0
- package/extensions/mattermost/src/config-schema.ts +62 -0
- package/extensions/mattermost/src/group-mentions.ts +15 -0
- package/extensions/mattermost/src/mattermost/accounts.ts +128 -0
- package/extensions/mattermost/src/mattermost/client.ts +230 -0
- package/extensions/mattermost/src/mattermost/index.ts +9 -0
- package/extensions/mattermost/src/mattermost/monitor-helpers.ts +72 -0
- package/extensions/mattermost/src/mattermost/monitor-onchar.ts +25 -0
- package/extensions/mattermost/src/mattermost/monitor-websocket.ts +221 -0
- package/extensions/mattermost/src/mattermost/monitor.ts +1061 -0
- package/extensions/mattermost/src/mattermost/probe.ts +61 -0
- package/extensions/mattermost/src/mattermost/reactions.test-helpers.ts +83 -0
- package/extensions/mattermost/src/mattermost/reactions.ts +124 -0
- package/extensions/mattermost/src/mattermost/reconnect.ts +103 -0
- package/extensions/mattermost/src/mattermost/send.ts +231 -0
- package/extensions/mattermost/src/normalize.ts +46 -0
- package/extensions/mattermost/src/onboarding-helpers.ts +1 -0
- package/extensions/mattermost/src/onboarding.ts +182 -0
- package/extensions/mattermost/src/runtime.ts +14 -0
- package/extensions/mattermost/src/types.ts +62 -0
- package/extensions/msteams/CHANGELOG.md +35 -0
- package/extensions/msteams/index.ts +17 -0
- package/extensions/msteams/package.json +32 -0
- package/extensions/msteams/remoteclaw.plugin.json +9 -0
- package/extensions/msteams/src/attachments/download.ts +282 -0
- package/extensions/msteams/src/attachments/graph.ts +354 -0
- package/extensions/msteams/src/attachments/html.ts +90 -0
- package/extensions/msteams/src/attachments/payload.ts +14 -0
- package/extensions/msteams/src/attachments/remote-media.ts +42 -0
- package/extensions/msteams/src/attachments/shared.ts +404 -0
- package/extensions/msteams/src/attachments/types.ts +37 -0
- package/extensions/msteams/src/attachments.ts +18 -0
- package/extensions/msteams/src/channel.ts +464 -0
- package/extensions/msteams/src/conversation-store-fs.ts +165 -0
- package/extensions/msteams/src/conversation-store-memory.ts +47 -0
- package/extensions/msteams/src/conversation-store.ts +41 -0
- package/extensions/msteams/src/directory-live.ts +108 -0
- package/extensions/msteams/src/errors.ts +190 -0
- package/extensions/msteams/src/file-consent-helpers.ts +73 -0
- package/extensions/msteams/src/file-consent.ts +126 -0
- package/extensions/msteams/src/file-lock.ts +1 -0
- package/extensions/msteams/src/graph-chat.ts +53 -0
- package/extensions/msteams/src/graph-upload.ts +452 -0
- package/extensions/msteams/src/graph-users.ts +29 -0
- package/extensions/msteams/src/graph.ts +81 -0
- package/extensions/msteams/src/inbound.ts +48 -0
- package/extensions/msteams/src/index.ts +4 -0
- package/extensions/msteams/src/media-helpers.ts +105 -0
- package/extensions/msteams/src/mentions.ts +114 -0
- package/extensions/msteams/src/messenger.ts +484 -0
- package/extensions/msteams/src/monitor-handler/inbound-media.ts +128 -0
- package/extensions/msteams/src/monitor-handler/message-handler.ts +661 -0
- package/extensions/msteams/src/monitor-handler.ts +162 -0
- package/extensions/msteams/src/monitor-types.ts +5 -0
- package/extensions/msteams/src/monitor.ts +305 -0
- package/extensions/msteams/src/onboarding.ts +406 -0
- package/extensions/msteams/src/outbound.ts +46 -0
- package/extensions/msteams/src/pending-uploads.ts +89 -0
- package/extensions/msteams/src/policy.ts +259 -0
- package/extensions/msteams/src/polls-store-memory.ts +32 -0
- package/extensions/msteams/src/polls.ts +315 -0
- package/extensions/msteams/src/probe.ts +94 -0
- package/extensions/msteams/src/reply-dispatcher.ts +132 -0
- package/extensions/msteams/src/resolve-allowlist.ts +198 -0
- package/extensions/msteams/src/runtime.ts +14 -0
- package/extensions/msteams/src/sdk-types.ts +19 -0
- package/extensions/msteams/src/sdk.ts +33 -0
- package/extensions/msteams/src/send-context.ts +164 -0
- package/extensions/msteams/src/send.ts +530 -0
- package/extensions/msteams/src/sent-message-cache.ts +44 -0
- package/extensions/msteams/src/storage.ts +25 -0
- package/extensions/msteams/src/store-fs.ts +44 -0
- package/extensions/msteams/src/test-runtime.ts +16 -0
- package/extensions/msteams/src/token-response.ts +11 -0
- package/extensions/msteams/src/token.ts +19 -0
- package/extensions/nextcloud-talk/index.ts +17 -0
- package/extensions/nextcloud-talk/package.json +30 -0
- package/extensions/nextcloud-talk/remoteclaw.plugin.json +9 -0
- package/extensions/nextcloud-talk/src/accounts.ts +170 -0
- package/extensions/nextcloud-talk/src/channel.ts +416 -0
- package/extensions/nextcloud-talk/src/config-schema.ts +72 -0
- package/extensions/nextcloud-talk/src/format.ts +79 -0
- package/extensions/nextcloud-talk/src/inbound.ts +343 -0
- package/extensions/nextcloud-talk/src/monitor.ts +275 -0
- package/extensions/nextcloud-talk/src/normalize.ts +39 -0
- package/extensions/nextcloud-talk/src/onboarding.ts +349 -0
- package/extensions/nextcloud-talk/src/policy.ts +180 -0
- package/extensions/nextcloud-talk/src/room-info.ts +125 -0
- package/extensions/nextcloud-talk/src/runtime.ts +14 -0
- package/extensions/nextcloud-talk/src/send.ts +215 -0
- package/extensions/nextcloud-talk/src/signature.ts +72 -0
- package/extensions/nextcloud-talk/src/types.ts +185 -0
- package/extensions/nostr/CHANGELOG.md +44 -0
- package/extensions/nostr/README.md +136 -0
- package/extensions/nostr/index.ts +68 -0
- package/extensions/nostr/package.json +30 -0
- package/extensions/nostr/remoteclaw.plugin.json +9 -0
- package/extensions/nostr/src/channel.ts +345 -0
- package/extensions/nostr/src/config-schema.ts +90 -0
- package/extensions/nostr/src/metrics.ts +458 -0
- package/extensions/nostr/src/nostr-bus.ts +719 -0
- package/extensions/nostr/src/nostr-profile-http.ts +519 -0
- package/extensions/nostr/src/nostr-profile-import.ts +262 -0
- package/extensions/nostr/src/nostr-profile.ts +277 -0
- package/extensions/nostr/src/nostr-state-store.ts +226 -0
- package/extensions/nostr/src/runtime.ts +14 -0
- package/extensions/nostr/src/seen-tracker.ts +289 -0
- package/extensions/nostr/src/types.ts +101 -0
- package/extensions/phone-control/index.ts +421 -0
- package/extensions/phone-control/remoteclaw.plugin.json +10 -0
- package/extensions/shared/resolve-target-test-helpers.ts +66 -0
- package/extensions/signal/index.ts +17 -0
- package/extensions/signal/package.json +12 -0
- package/extensions/signal/remoteclaw.plugin.json +9 -0
- package/extensions/signal/src/channel.ts +299 -0
- package/extensions/signal/src/runtime.ts +14 -0
- package/extensions/slack/index.ts +17 -0
- package/extensions/slack/package.json +12 -0
- package/extensions/slack/remoteclaw.plugin.json +9 -0
- package/extensions/slack/src/channel.ts +421 -0
- package/extensions/slack/src/runtime.ts +14 -0
- package/extensions/synology-chat/index.ts +17 -0
- package/extensions/synology-chat/package.json +28 -0
- package/extensions/synology-chat/remoteclaw.plugin.json +9 -0
- package/extensions/synology-chat/src/accounts.ts +87 -0
- package/extensions/synology-chat/src/channel.ts +347 -0
- package/extensions/synology-chat/src/client.ts +142 -0
- package/extensions/synology-chat/src/runtime.ts +20 -0
- package/extensions/synology-chat/src/security.ts +140 -0
- package/extensions/synology-chat/src/types.ts +60 -0
- package/extensions/synology-chat/src/webhook-handler.ts +221 -0
- package/extensions/talk-voice/index.ts +150 -0
- package/extensions/talk-voice/remoteclaw.plugin.json +10 -0
- package/extensions/telegram/index.ts +17 -0
- package/extensions/telegram/package.json +12 -0
- package/extensions/telegram/remoteclaw.plugin.json +9 -0
- package/extensions/telegram/src/channel.ts +569 -0
- package/extensions/telegram/src/runtime.ts +14 -0
- package/extensions/test-utils/runtime-env.ts +12 -0
- package/extensions/thread-ownership/index.ts +133 -0
- package/extensions/thread-ownership/remoteclaw.plugin.json +28 -0
- package/extensions/tlon/README.md +5 -0
- package/extensions/tlon/index.ts +17 -0
- package/extensions/tlon/package.json +29 -0
- package/extensions/tlon/remoteclaw.plugin.json +9 -0
- package/extensions/tlon/src/account-fields.ts +25 -0
- package/extensions/tlon/src/channel.ts +384 -0
- package/extensions/tlon/src/config-schema.ts +41 -0
- package/extensions/tlon/src/monitor/discovery.ts +78 -0
- package/extensions/tlon/src/monitor/history.ts +92 -0
- package/extensions/tlon/src/monitor/index.ts +596 -0
- package/extensions/tlon/src/monitor/processed-messages.ts +33 -0
- package/extensions/tlon/src/monitor/utils.ts +106 -0
- package/extensions/tlon/src/onboarding.ts +229 -0
- package/extensions/tlon/src/runtime.ts +14 -0
- package/extensions/tlon/src/targets.ts +89 -0
- package/extensions/tlon/src/types.ts +99 -0
- package/extensions/tlon/src/urbit/auth.ts +48 -0
- package/extensions/tlon/src/urbit/base-url.ts +57 -0
- package/extensions/tlon/src/urbit/channel-client.ts +158 -0
- package/extensions/tlon/src/urbit/channel-ops.ts +164 -0
- package/extensions/tlon/src/urbit/context.ts +47 -0
- package/extensions/tlon/src/urbit/errors.ts +51 -0
- package/extensions/tlon/src/urbit/fetch.ts +39 -0
- package/extensions/tlon/src/urbit/send.ts +131 -0
- package/extensions/tlon/src/urbit/sse-client.ts +431 -0
- package/extensions/twitch/CHANGELOG.md +39 -0
- package/extensions/twitch/README.md +89 -0
- package/extensions/twitch/index.ts +20 -0
- package/extensions/twitch/package.json +17 -0
- package/extensions/twitch/remoteclaw.plugin.json +9 -0
- package/extensions/twitch/src/access-control.ts +166 -0
- package/extensions/twitch/src/actions.ts +174 -0
- package/extensions/twitch/src/client-manager-registry.ts +115 -0
- package/extensions/twitch/src/config-schema.ts +84 -0
- package/extensions/twitch/src/config.ts +116 -0
- package/extensions/twitch/src/monitor.ts +273 -0
- package/extensions/twitch/src/onboarding.ts +417 -0
- package/extensions/twitch/src/outbound.ts +187 -0
- package/extensions/twitch/src/plugin.ts +274 -0
- package/extensions/twitch/src/probe.ts +119 -0
- package/extensions/twitch/src/resolver.ts +137 -0
- package/extensions/twitch/src/runtime.ts +14 -0
- package/extensions/twitch/src/send.ts +136 -0
- package/extensions/twitch/src/status.ts +179 -0
- package/extensions/twitch/src/test-fixtures.ts +30 -0
- package/extensions/twitch/src/token.ts +94 -0
- package/extensions/twitch/src/twitch-client.ts +277 -0
- package/extensions/twitch/src/types.ts +141 -0
- package/extensions/twitch/src/utils/markdown.ts +98 -0
- package/extensions/twitch/src/utils/twitch.ts +80 -0
- package/extensions/voice-call/CHANGELOG.md +49 -0
- package/extensions/voice-call/README.md +181 -0
- package/extensions/voice-call/index.ts +512 -0
- package/extensions/voice-call/package.json +16 -0
- package/extensions/voice-call/remoteclaw.plugin.json +559 -0
- package/extensions/voice-call/src/allowlist.ts +19 -0
- package/extensions/voice-call/src/cli.ts +380 -0
- package/extensions/voice-call/src/config.ts +477 -0
- package/extensions/voice-call/src/core-bridge.ts +170 -0
- package/extensions/voice-call/src/manager/context.ts +41 -0
- package/extensions/voice-call/src/manager/events.ts +242 -0
- package/extensions/voice-call/src/manager/lookup.ts +35 -0
- package/extensions/voice-call/src/manager/outbound.ts +380 -0
- package/extensions/voice-call/src/manager/state.ts +48 -0
- package/extensions/voice-call/src/manager/store.ts +94 -0
- package/extensions/voice-call/src/manager/timers.ts +112 -0
- package/extensions/voice-call/src/manager/twiml.ts +9 -0
- package/extensions/voice-call/src/manager.ts +209 -0
- package/extensions/voice-call/src/media-stream.ts +527 -0
- package/extensions/voice-call/src/providers/base.ts +67 -0
- package/extensions/voice-call/src/providers/index.ts +10 -0
- package/extensions/voice-call/src/providers/mock.ts +165 -0
- package/extensions/voice-call/src/providers/plivo.ts +560 -0
- package/extensions/voice-call/src/providers/stt-openai-realtime.ts +311 -0
- package/extensions/voice-call/src/providers/telnyx.ts +318 -0
- package/extensions/voice-call/src/providers/tts-openai.ts +259 -0
- package/extensions/voice-call/src/providers/twilio/api.ts +42 -0
- package/extensions/voice-call/src/providers/twilio/webhook.ts +33 -0
- package/extensions/voice-call/src/providers/twilio.ts +688 -0
- package/extensions/voice-call/src/response-generator.ts +174 -0
- package/extensions/voice-call/src/runtime.ts +217 -0
- package/extensions/voice-call/src/telephony-audio.ts +90 -0
- package/extensions/voice-call/src/telephony-tts.ts +106 -0
- package/extensions/voice-call/src/tunnel.ts +314 -0
- package/extensions/voice-call/src/types.ts +280 -0
- package/extensions/voice-call/src/utils.ts +14 -0
- package/extensions/voice-call/src/voice-mapping.ts +67 -0
- package/extensions/voice-call/src/webhook-security.ts +880 -0
- package/extensions/voice-call/src/webhook.ts +556 -0
- package/extensions/whatsapp/index.ts +17 -0
- package/extensions/whatsapp/package.json +12 -0
- package/extensions/whatsapp/remoteclaw.plugin.json +9 -0
- package/extensions/whatsapp/src/channel.ts +459 -0
- package/extensions/whatsapp/src/runtime.ts +14 -0
- package/extensions/zalo/CHANGELOG.md +29 -0
- package/extensions/zalo/README.md +50 -0
- package/extensions/zalo/index.ts +19 -0
- package/extensions/zalo/package.json +32 -0
- package/extensions/zalo/remoteclaw.plugin.json +9 -0
- package/extensions/zalo/src/accounts.ts +82 -0
- package/extensions/zalo/src/actions.ts +56 -0
- package/extensions/zalo/src/api.ts +208 -0
- package/extensions/zalo/src/channel.ts +398 -0
- package/extensions/zalo/src/config-schema.ts +27 -0
- package/extensions/zalo/src/group-access.ts +48 -0
- package/extensions/zalo/src/monitor.ts +675 -0
- package/extensions/zalo/src/monitor.webhook.ts +219 -0
- package/extensions/zalo/src/onboarding.ts +398 -0
- package/extensions/zalo/src/probe.ts +45 -0
- package/extensions/zalo/src/proxy.ts +24 -0
- package/extensions/zalo/src/runtime.ts +14 -0
- package/extensions/zalo/src/send.ts +124 -0
- package/extensions/zalo/src/status-issues.ts +53 -0
- package/extensions/zalo/src/token.ts +62 -0
- package/extensions/zalo/src/types.ts +48 -0
- package/extensions/zalouser/CHANGELOG.md +31 -0
- package/extensions/zalouser/README.md +225 -0
- package/extensions/zalouser/index.ts +31 -0
- package/extensions/zalouser/package.json +32 -0
- package/extensions/zalouser/remoteclaw.plugin.json +9 -0
- package/extensions/zalouser/src/accounts.ts +138 -0
- package/extensions/zalouser/src/channel.ts +652 -0
- package/extensions/zalouser/src/config-schema.ts +28 -0
- package/extensions/zalouser/src/monitor.ts +619 -0
- package/extensions/zalouser/src/onboarding.ts +428 -0
- package/extensions/zalouser/src/probe.ts +27 -0
- package/extensions/zalouser/src/runtime.ts +14 -0
- package/extensions/zalouser/src/send.ts +141 -0
- package/extensions/zalouser/src/status-issues.ts +89 -0
- package/extensions/zalouser/src/tool.ts +166 -0
- package/extensions/zalouser/src/types.ts +105 -0
- package/extensions/zalouser/src/zca.ts +198 -0
- package/package.json +251 -15
- package/remoteclaw.mjs +56 -0
- package/index.js +0 -4
|
@@ -0,0 +1,2294 @@
|
|
|
1
|
+
import { M as shouldLogVerbose, Z as resolvePreferredRemoteClawTmpDir, k as logVerbose } from "./utils-LBKvDoPx.js";
|
|
2
|
+
import { a as normalizeProviderId, r as normalizeGoogleModelId } from "./provider-utils-FaBmofiq.js";
|
|
3
|
+
import { a as resolveIMessageAttachmentRoots, i as mergeInboundPathRoots, n as isInboundPathAllowed, s as getShellEnvAppliedKeys, t as DEFAULT_IMESSAGE_ATTACHMENT_ROOTS } from "./inbound-path-policy-Bg4gZBx-.js";
|
|
4
|
+
import { t as normalizeChatType } from "./chat-type-DKb2TlGZ.js";
|
|
5
|
+
import { n as fetchWithTimeout } from "./fetch-timeout-DTIN7CGM.js";
|
|
6
|
+
import { i as fetchRemoteMedia, n as getDefaultMediaLocalRoots, o as fetchWithSsrFGuard, r as MediaFetchError } from "./local-roots-nImrw2WR.js";
|
|
7
|
+
import { n as runExec } from "./exec-DbKuYyM1.js";
|
|
8
|
+
import { n as formatErrorMessage, r as formatUncaughtError, t as extractErrorCode } from "./errors-8F-77i6m.js";
|
|
9
|
+
import { a as isAudioFileName, r as getFileExtension, s as kindFromMime, t as detectMime } from "./mime-BS3jhcZE.js";
|
|
10
|
+
import { t as formatCliCommand } from "./command-format-DgXcqxBt.js";
|
|
11
|
+
import { a as ensureAuthProfileStore, l as resolveAuthStorePathForDisplay, m as normalizeSecretInput, n as resolveApiKeyForProfile, p as normalizeOptionalSecretInput, r as listProfilesForProvider, u as resolveAuthProfileDisplayLabel } from "./auth-profiles-D8vKiBPq.js";
|
|
12
|
+
import process$1 from "node:process";
|
|
13
|
+
import { fileURLToPath } from "node:url";
|
|
14
|
+
import { constants, existsSync } from "node:fs";
|
|
15
|
+
import os, { homedir } from "node:os";
|
|
16
|
+
import path, { join } from "node:path";
|
|
17
|
+
import fs$1, { mkdtemp, rm } from "node:fs/promises";
|
|
18
|
+
import crypto from "node:crypto";
|
|
19
|
+
|
|
20
|
+
//#region src/auto-reply/templating.ts
|
|
21
|
+
function formatTemplateValue(value) {
|
|
22
|
+
if (value == null) return "";
|
|
23
|
+
if (typeof value === "string") return value;
|
|
24
|
+
if (typeof value === "number" || typeof value === "boolean" || typeof value === "bigint") return String(value);
|
|
25
|
+
if (typeof value === "symbol" || typeof value === "function") return value.toString();
|
|
26
|
+
if (Array.isArray(value)) return value.flatMap((entry) => {
|
|
27
|
+
if (entry == null) return [];
|
|
28
|
+
if (typeof entry === "string") return [entry];
|
|
29
|
+
if (typeof entry === "number" || typeof entry === "boolean" || typeof entry === "bigint") return [String(entry)];
|
|
30
|
+
return [];
|
|
31
|
+
}).join(",");
|
|
32
|
+
if (typeof value === "object") return "";
|
|
33
|
+
return "";
|
|
34
|
+
}
|
|
35
|
+
function applyTemplate(str, ctx) {
|
|
36
|
+
if (!str) return "";
|
|
37
|
+
return str.replace(/{{\s*(\w+)\s*}}/g, (_, key) => {
|
|
38
|
+
const value = ctx[key];
|
|
39
|
+
return formatTemplateValue(value);
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
//#endregion
|
|
44
|
+
//#region src/media-understanding/defaults.ts
|
|
45
|
+
const MB = 1024 * 1024;
|
|
46
|
+
const DEFAULT_MAX_CHARS = 500;
|
|
47
|
+
const DEFAULT_MAX_CHARS_BY_CAPABILITY = {
|
|
48
|
+
image: DEFAULT_MAX_CHARS,
|
|
49
|
+
audio: void 0,
|
|
50
|
+
video: DEFAULT_MAX_CHARS
|
|
51
|
+
};
|
|
52
|
+
const DEFAULT_MAX_BYTES = {
|
|
53
|
+
image: 10 * MB,
|
|
54
|
+
audio: 20 * MB,
|
|
55
|
+
video: 50 * MB
|
|
56
|
+
};
|
|
57
|
+
const DEFAULT_TIMEOUT_SECONDS = {
|
|
58
|
+
image: 60,
|
|
59
|
+
audio: 60,
|
|
60
|
+
video: 120
|
|
61
|
+
};
|
|
62
|
+
const DEFAULT_PROMPT = {
|
|
63
|
+
image: "Describe the image.",
|
|
64
|
+
audio: "Transcribe the audio.",
|
|
65
|
+
video: "Describe the video."
|
|
66
|
+
};
|
|
67
|
+
const DEFAULT_VIDEO_MAX_BASE64_BYTES = 70 * MB;
|
|
68
|
+
const DEFAULT_AUDIO_MODELS = {
|
|
69
|
+
groq: "whisper-large-v3-turbo",
|
|
70
|
+
openai: "gpt-4o-mini-transcribe",
|
|
71
|
+
deepgram: "nova-3",
|
|
72
|
+
mistral: "voxtral-mini-latest"
|
|
73
|
+
};
|
|
74
|
+
const AUTO_AUDIO_KEY_PROVIDERS = [
|
|
75
|
+
"openai",
|
|
76
|
+
"groq",
|
|
77
|
+
"deepgram",
|
|
78
|
+
"google",
|
|
79
|
+
"mistral"
|
|
80
|
+
];
|
|
81
|
+
const AUTO_VIDEO_KEY_PROVIDERS = ["google", "moonshot"];
|
|
82
|
+
const CLI_OUTPUT_MAX_BUFFER = 5 * MB;
|
|
83
|
+
const DEFAULT_MEDIA_CONCURRENCY = 2;
|
|
84
|
+
|
|
85
|
+
//#endregion
|
|
86
|
+
//#region src/media-understanding/providers/anthropic/index.ts
|
|
87
|
+
const anthropicProvider = { id: "anthropic" };
|
|
88
|
+
|
|
89
|
+
//#endregion
|
|
90
|
+
//#region src/media-understanding/providers/shared.ts
|
|
91
|
+
const MAX_ERROR_CHARS = 300;
|
|
92
|
+
function normalizeBaseUrl(baseUrl, fallback) {
|
|
93
|
+
return (baseUrl?.trim() || fallback).replace(/\/+$/, "");
|
|
94
|
+
}
|
|
95
|
+
async function fetchWithTimeoutGuarded(url, init, timeoutMs, fetchFn, options) {
|
|
96
|
+
return await fetchWithSsrFGuard({
|
|
97
|
+
url,
|
|
98
|
+
fetchImpl: fetchFn,
|
|
99
|
+
init,
|
|
100
|
+
timeoutMs,
|
|
101
|
+
policy: options?.ssrfPolicy,
|
|
102
|
+
lookupFn: options?.lookupFn,
|
|
103
|
+
pinDns: options?.pinDns
|
|
104
|
+
});
|
|
105
|
+
}
|
|
106
|
+
async function postTranscriptionRequest(params) {
|
|
107
|
+
return fetchWithTimeoutGuarded(params.url, {
|
|
108
|
+
method: "POST",
|
|
109
|
+
headers: params.headers,
|
|
110
|
+
body: params.body
|
|
111
|
+
}, params.timeoutMs, params.fetchFn, params.allowPrivateNetwork ? { ssrfPolicy: { allowPrivateNetwork: true } } : void 0);
|
|
112
|
+
}
|
|
113
|
+
async function readErrorResponse(res) {
|
|
114
|
+
try {
|
|
115
|
+
const collapsed = (await res.text()).replace(/\s+/g, " ").trim();
|
|
116
|
+
if (!collapsed) return;
|
|
117
|
+
if (collapsed.length <= MAX_ERROR_CHARS) return collapsed;
|
|
118
|
+
return `${collapsed.slice(0, MAX_ERROR_CHARS)}…`;
|
|
119
|
+
} catch {
|
|
120
|
+
return;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
async function assertOkOrThrowHttpError(res, label) {
|
|
124
|
+
if (res.ok) return;
|
|
125
|
+
const detail = await readErrorResponse(res);
|
|
126
|
+
const suffix = detail ? `: ${detail}` : "";
|
|
127
|
+
throw new Error(`${label} (HTTP ${res.status})${suffix}`);
|
|
128
|
+
}
|
|
129
|
+
function requireTranscriptionText(value, missingMessage) {
|
|
130
|
+
const text = value?.trim();
|
|
131
|
+
if (!text) throw new Error(missingMessage);
|
|
132
|
+
return text;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
//#endregion
|
|
136
|
+
//#region src/media-understanding/providers/deepgram/audio.ts
|
|
137
|
+
const DEFAULT_DEEPGRAM_AUDIO_BASE_URL = "https://api.deepgram.com/v1";
|
|
138
|
+
const DEFAULT_DEEPGRAM_AUDIO_MODEL = "nova-3";
|
|
139
|
+
function resolveModel$2(model) {
|
|
140
|
+
return model?.trim() || DEFAULT_DEEPGRAM_AUDIO_MODEL;
|
|
141
|
+
}
|
|
142
|
+
async function transcribeDeepgramAudio(params) {
|
|
143
|
+
const fetchFn = params.fetchFn ?? fetch;
|
|
144
|
+
const baseUrl = normalizeBaseUrl(params.baseUrl, DEFAULT_DEEPGRAM_AUDIO_BASE_URL);
|
|
145
|
+
const allowPrivate = Boolean(params.baseUrl?.trim());
|
|
146
|
+
const model = resolveModel$2(params.model);
|
|
147
|
+
const url = new URL(`${baseUrl}/listen`);
|
|
148
|
+
url.searchParams.set("model", model);
|
|
149
|
+
if (params.language?.trim()) url.searchParams.set("language", params.language.trim());
|
|
150
|
+
if (params.query) for (const [key, value] of Object.entries(params.query)) {
|
|
151
|
+
if (value === void 0) continue;
|
|
152
|
+
url.searchParams.set(key, String(value));
|
|
153
|
+
}
|
|
154
|
+
const headers = new Headers(params.headers);
|
|
155
|
+
if (!headers.has("authorization")) headers.set("authorization", `Token ${params.apiKey}`);
|
|
156
|
+
if (!headers.has("content-type")) headers.set("content-type", params.mime ?? "application/octet-stream");
|
|
157
|
+
const body = new Uint8Array(params.buffer);
|
|
158
|
+
const { response: res, release } = await postTranscriptionRequest({
|
|
159
|
+
url: url.toString(),
|
|
160
|
+
headers,
|
|
161
|
+
body,
|
|
162
|
+
timeoutMs: params.timeoutMs,
|
|
163
|
+
fetchFn,
|
|
164
|
+
allowPrivateNetwork: allowPrivate
|
|
165
|
+
});
|
|
166
|
+
try {
|
|
167
|
+
await assertOkOrThrowHttpError(res, "Audio transcription failed");
|
|
168
|
+
return {
|
|
169
|
+
text: requireTranscriptionText((await res.json()).results?.channels?.[0]?.alternatives?.[0]?.transcript, "Audio transcription response missing transcript"),
|
|
170
|
+
model
|
|
171
|
+
};
|
|
172
|
+
} finally {
|
|
173
|
+
await release();
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
//#endregion
|
|
178
|
+
//#region src/media-understanding/providers/deepgram/index.ts
|
|
179
|
+
const deepgramProvider = {
|
|
180
|
+
id: "deepgram",
|
|
181
|
+
capabilities: ["audio"],
|
|
182
|
+
transcribeAudio: transcribeDeepgramAudio
|
|
183
|
+
};
|
|
184
|
+
|
|
185
|
+
//#endregion
|
|
186
|
+
//#region src/infra/gemini-auth.ts
|
|
187
|
+
/**
|
|
188
|
+
* Shared Gemini authentication utilities.
|
|
189
|
+
*
|
|
190
|
+
* Supports both traditional API keys and OAuth JSON format.
|
|
191
|
+
*/
|
|
192
|
+
/**
|
|
193
|
+
* Parse Gemini API key and return appropriate auth headers.
|
|
194
|
+
*
|
|
195
|
+
* OAuth format: `{"token": "...", "projectId": "..."}`
|
|
196
|
+
*
|
|
197
|
+
* @param apiKey - Either a traditional API key string or OAuth JSON
|
|
198
|
+
* @returns Headers object with appropriate authentication
|
|
199
|
+
*/
|
|
200
|
+
function parseGeminiAuth(apiKey) {
|
|
201
|
+
if (apiKey.startsWith("{")) try {
|
|
202
|
+
const parsed = JSON.parse(apiKey);
|
|
203
|
+
if (typeof parsed.token === "string" && parsed.token) return { headers: {
|
|
204
|
+
Authorization: `Bearer ${parsed.token}`,
|
|
205
|
+
"Content-Type": "application/json"
|
|
206
|
+
} };
|
|
207
|
+
} catch {}
|
|
208
|
+
return { headers: {
|
|
209
|
+
"x-goog-api-key": apiKey,
|
|
210
|
+
"Content-Type": "application/json"
|
|
211
|
+
} };
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
//#endregion
|
|
215
|
+
//#region src/media-understanding/providers/google/inline-data.ts
|
|
216
|
+
async function generateGeminiInlineDataText(params) {
|
|
217
|
+
const fetchFn = params.fetchFn ?? fetch;
|
|
218
|
+
const baseUrl = normalizeBaseUrl(params.baseUrl, params.defaultBaseUrl);
|
|
219
|
+
const allowPrivate = Boolean(params.baseUrl?.trim());
|
|
220
|
+
const model = (() => {
|
|
221
|
+
const trimmed = params.model?.trim();
|
|
222
|
+
if (!trimmed) return params.defaultModel;
|
|
223
|
+
return normalizeGoogleModelId(trimmed);
|
|
224
|
+
})();
|
|
225
|
+
const url = `${baseUrl}/models/${model}:generateContent`;
|
|
226
|
+
const authHeaders = parseGeminiAuth(params.apiKey);
|
|
227
|
+
const headers = new Headers(params.headers);
|
|
228
|
+
for (const [key, value] of Object.entries(authHeaders.headers)) if (!headers.has(key)) headers.set(key, value);
|
|
229
|
+
const body = { contents: [{
|
|
230
|
+
role: "user",
|
|
231
|
+
parts: [{ text: params.prompt?.trim() || params.defaultPrompt }, { inline_data: {
|
|
232
|
+
mime_type: params.mime ?? params.defaultMime,
|
|
233
|
+
data: params.buffer.toString("base64")
|
|
234
|
+
} }]
|
|
235
|
+
}] };
|
|
236
|
+
const { response: res, release } = await fetchWithTimeoutGuarded(url, {
|
|
237
|
+
method: "POST",
|
|
238
|
+
headers,
|
|
239
|
+
body: JSON.stringify(body)
|
|
240
|
+
}, params.timeoutMs, fetchFn, allowPrivate ? { ssrfPolicy: { allowPrivateNetwork: true } } : void 0);
|
|
241
|
+
try {
|
|
242
|
+
await assertOkOrThrowHttpError(res, params.httpErrorLabel);
|
|
243
|
+
const text = ((await res.json()).candidates?.[0]?.content?.parts ?? []).map((part) => part?.text?.trim()).filter(Boolean).join("\n");
|
|
244
|
+
if (!text) throw new Error(params.missingTextError);
|
|
245
|
+
return {
|
|
246
|
+
text,
|
|
247
|
+
model
|
|
248
|
+
};
|
|
249
|
+
} finally {
|
|
250
|
+
await release();
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
//#endregion
|
|
255
|
+
//#region src/media-understanding/providers/google/audio.ts
|
|
256
|
+
const DEFAULT_GOOGLE_AUDIO_BASE_URL = "https://generativelanguage.googleapis.com/v1beta";
|
|
257
|
+
const DEFAULT_GOOGLE_AUDIO_MODEL = "gemini-3-flash-preview";
|
|
258
|
+
const DEFAULT_GOOGLE_AUDIO_PROMPT = "Transcribe the audio.";
|
|
259
|
+
async function transcribeGeminiAudio(params) {
|
|
260
|
+
const { text, model } = await generateGeminiInlineDataText({
|
|
261
|
+
...params,
|
|
262
|
+
defaultBaseUrl: DEFAULT_GOOGLE_AUDIO_BASE_URL,
|
|
263
|
+
defaultModel: DEFAULT_GOOGLE_AUDIO_MODEL,
|
|
264
|
+
defaultPrompt: DEFAULT_GOOGLE_AUDIO_PROMPT,
|
|
265
|
+
defaultMime: "audio/wav",
|
|
266
|
+
httpErrorLabel: "Audio transcription failed",
|
|
267
|
+
missingTextError: "Audio transcription response missing text"
|
|
268
|
+
});
|
|
269
|
+
return {
|
|
270
|
+
text,
|
|
271
|
+
model
|
|
272
|
+
};
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
//#endregion
|
|
276
|
+
//#region src/media-understanding/providers/google/video.ts
|
|
277
|
+
const DEFAULT_GOOGLE_VIDEO_BASE_URL = "https://generativelanguage.googleapis.com/v1beta";
|
|
278
|
+
const DEFAULT_GOOGLE_VIDEO_MODEL = "gemini-3-flash-preview";
|
|
279
|
+
const DEFAULT_GOOGLE_VIDEO_PROMPT = "Describe the video.";
|
|
280
|
+
async function describeGeminiVideo(params) {
|
|
281
|
+
const { text, model } = await generateGeminiInlineDataText({
|
|
282
|
+
...params,
|
|
283
|
+
defaultBaseUrl: DEFAULT_GOOGLE_VIDEO_BASE_URL,
|
|
284
|
+
defaultModel: DEFAULT_GOOGLE_VIDEO_MODEL,
|
|
285
|
+
defaultPrompt: DEFAULT_GOOGLE_VIDEO_PROMPT,
|
|
286
|
+
defaultMime: "video/mp4",
|
|
287
|
+
httpErrorLabel: "Video description failed",
|
|
288
|
+
missingTextError: "Video description response missing text"
|
|
289
|
+
});
|
|
290
|
+
return {
|
|
291
|
+
text,
|
|
292
|
+
model
|
|
293
|
+
};
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
//#endregion
|
|
297
|
+
//#region src/media-understanding/providers/google/index.ts
|
|
298
|
+
const googleProvider = {
|
|
299
|
+
id: "google",
|
|
300
|
+
capabilities: ["audio", "video"],
|
|
301
|
+
transcribeAudio: transcribeGeminiAudio,
|
|
302
|
+
describeVideo: describeGeminiVideo
|
|
303
|
+
};
|
|
304
|
+
|
|
305
|
+
//#endregion
|
|
306
|
+
//#region src/media-understanding/providers/openai/audio.ts
|
|
307
|
+
const DEFAULT_OPENAI_AUDIO_BASE_URL = "https://api.openai.com/v1";
|
|
308
|
+
const DEFAULT_OPENAI_AUDIO_MODEL = "gpt-4o-mini-transcribe";
|
|
309
|
+
function resolveModel$1(model) {
|
|
310
|
+
return model?.trim() || DEFAULT_OPENAI_AUDIO_MODEL;
|
|
311
|
+
}
|
|
312
|
+
async function transcribeOpenAiCompatibleAudio(params) {
|
|
313
|
+
const fetchFn = params.fetchFn ?? fetch;
|
|
314
|
+
const baseUrl = normalizeBaseUrl(params.baseUrl, DEFAULT_OPENAI_AUDIO_BASE_URL);
|
|
315
|
+
const allowPrivate = Boolean(params.baseUrl?.trim());
|
|
316
|
+
const url = `${baseUrl}/audio/transcriptions`;
|
|
317
|
+
const model = resolveModel$1(params.model);
|
|
318
|
+
const form = new FormData();
|
|
319
|
+
const fileName = params.fileName?.trim() || path.basename(params.fileName) || "audio";
|
|
320
|
+
const bytes = new Uint8Array(params.buffer);
|
|
321
|
+
const blob = new Blob([bytes], { type: params.mime ?? "application/octet-stream" });
|
|
322
|
+
form.append("file", blob, fileName);
|
|
323
|
+
form.append("model", model);
|
|
324
|
+
if (params.language?.trim()) form.append("language", params.language.trim());
|
|
325
|
+
if (params.prompt?.trim()) form.append("prompt", params.prompt.trim());
|
|
326
|
+
const headers = new Headers(params.headers);
|
|
327
|
+
if (!headers.has("authorization")) headers.set("authorization", `Bearer ${params.apiKey}`);
|
|
328
|
+
const { response: res, release } = await postTranscriptionRequest({
|
|
329
|
+
url,
|
|
330
|
+
headers,
|
|
331
|
+
body: form,
|
|
332
|
+
timeoutMs: params.timeoutMs,
|
|
333
|
+
fetchFn,
|
|
334
|
+
allowPrivateNetwork: allowPrivate
|
|
335
|
+
});
|
|
336
|
+
try {
|
|
337
|
+
await assertOkOrThrowHttpError(res, "Audio transcription failed");
|
|
338
|
+
return {
|
|
339
|
+
text: requireTranscriptionText((await res.json()).text, "Audio transcription response missing text"),
|
|
340
|
+
model
|
|
341
|
+
};
|
|
342
|
+
} finally {
|
|
343
|
+
await release();
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
//#endregion
|
|
348
|
+
//#region src/media-understanding/providers/groq/index.ts
|
|
349
|
+
const DEFAULT_GROQ_AUDIO_BASE_URL = "https://api.groq.com/openai/v1";
|
|
350
|
+
const groqProvider = {
|
|
351
|
+
id: "groq",
|
|
352
|
+
capabilities: ["audio"],
|
|
353
|
+
transcribeAudio: (req) => transcribeOpenAiCompatibleAudio({
|
|
354
|
+
...req,
|
|
355
|
+
baseUrl: req.baseUrl ?? DEFAULT_GROQ_AUDIO_BASE_URL
|
|
356
|
+
})
|
|
357
|
+
};
|
|
358
|
+
|
|
359
|
+
//#endregion
|
|
360
|
+
//#region src/media-understanding/providers/minimax/index.ts
|
|
361
|
+
const minimaxProvider = { id: "minimax" };
|
|
362
|
+
|
|
363
|
+
//#endregion
|
|
364
|
+
//#region src/media-understanding/providers/mistral/index.ts
|
|
365
|
+
const DEFAULT_MISTRAL_AUDIO_BASE_URL = "https://api.mistral.ai/v1";
|
|
366
|
+
const mistralProvider = {
|
|
367
|
+
id: "mistral",
|
|
368
|
+
capabilities: ["audio"],
|
|
369
|
+
transcribeAudio: (req) => transcribeOpenAiCompatibleAudio({
|
|
370
|
+
...req,
|
|
371
|
+
baseUrl: req.baseUrl ?? DEFAULT_MISTRAL_AUDIO_BASE_URL
|
|
372
|
+
})
|
|
373
|
+
};
|
|
374
|
+
|
|
375
|
+
//#endregion
|
|
376
|
+
//#region src/media-understanding/providers/moonshot/video.ts
|
|
377
|
+
const DEFAULT_MOONSHOT_VIDEO_BASE_URL = "https://api.moonshot.ai/v1";
|
|
378
|
+
const DEFAULT_MOONSHOT_VIDEO_MODEL = "kimi-k2.5";
|
|
379
|
+
const DEFAULT_MOONSHOT_VIDEO_PROMPT = "Describe the video.";
|
|
380
|
+
function resolveModel(model) {
|
|
381
|
+
return model?.trim() || DEFAULT_MOONSHOT_VIDEO_MODEL;
|
|
382
|
+
}
|
|
383
|
+
function resolvePrompt$1(prompt) {
|
|
384
|
+
return prompt?.trim() || DEFAULT_MOONSHOT_VIDEO_PROMPT;
|
|
385
|
+
}
|
|
386
|
+
function coerceMoonshotText(payload) {
|
|
387
|
+
const message = payload.choices?.[0]?.message;
|
|
388
|
+
if (!message) return null;
|
|
389
|
+
if (typeof message.content === "string" && message.content.trim()) return message.content.trim();
|
|
390
|
+
if (Array.isArray(message.content)) {
|
|
391
|
+
const text = message.content.map((part) => typeof part.text === "string" ? part.text.trim() : "").filter(Boolean).join("\n").trim();
|
|
392
|
+
if (text) return text;
|
|
393
|
+
}
|
|
394
|
+
if (typeof message.reasoning_content === "string" && message.reasoning_content.trim()) return message.reasoning_content.trim();
|
|
395
|
+
return null;
|
|
396
|
+
}
|
|
397
|
+
async function describeMoonshotVideo(params) {
|
|
398
|
+
const fetchFn = params.fetchFn ?? fetch;
|
|
399
|
+
const baseUrl = normalizeBaseUrl(params.baseUrl, DEFAULT_MOONSHOT_VIDEO_BASE_URL);
|
|
400
|
+
const model = resolveModel(params.model);
|
|
401
|
+
const mime = params.mime ?? "video/mp4";
|
|
402
|
+
const prompt = resolvePrompt$1(params.prompt);
|
|
403
|
+
const url = `${baseUrl}/chat/completions`;
|
|
404
|
+
const headers = new Headers(params.headers);
|
|
405
|
+
if (!headers.has("content-type")) headers.set("content-type", "application/json");
|
|
406
|
+
if (!headers.has("authorization")) headers.set("authorization", `Bearer ${params.apiKey}`);
|
|
407
|
+
const body = {
|
|
408
|
+
model,
|
|
409
|
+
messages: [{
|
|
410
|
+
role: "user",
|
|
411
|
+
content: [{
|
|
412
|
+
type: "text",
|
|
413
|
+
text: prompt
|
|
414
|
+
}, {
|
|
415
|
+
type: "video_url",
|
|
416
|
+
video_url: { url: `data:${mime};base64,${params.buffer.toString("base64")}` }
|
|
417
|
+
}]
|
|
418
|
+
}]
|
|
419
|
+
};
|
|
420
|
+
const { response: res, release } = await fetchWithTimeoutGuarded(url, {
|
|
421
|
+
method: "POST",
|
|
422
|
+
headers,
|
|
423
|
+
body: JSON.stringify(body)
|
|
424
|
+
}, params.timeoutMs, fetchFn);
|
|
425
|
+
try {
|
|
426
|
+
await assertOkOrThrowHttpError(res, "Moonshot video description failed");
|
|
427
|
+
const text = coerceMoonshotText(await res.json());
|
|
428
|
+
if (!text) throw new Error("Moonshot video description response missing content");
|
|
429
|
+
return {
|
|
430
|
+
text,
|
|
431
|
+
model
|
|
432
|
+
};
|
|
433
|
+
} finally {
|
|
434
|
+
await release();
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
//#endregion
|
|
439
|
+
//#region src/media-understanding/providers/moonshot/index.ts
|
|
440
|
+
const moonshotProvider = {
|
|
441
|
+
id: "moonshot",
|
|
442
|
+
capabilities: ["video"],
|
|
443
|
+
describeVideo: describeMoonshotVideo
|
|
444
|
+
};
|
|
445
|
+
|
|
446
|
+
//#endregion
|
|
447
|
+
//#region src/media-understanding/providers/openai/index.ts
|
|
448
|
+
const openaiProvider = {
|
|
449
|
+
id: "openai",
|
|
450
|
+
transcribeAudio: transcribeOpenAiCompatibleAudio
|
|
451
|
+
};
|
|
452
|
+
|
|
453
|
+
//#endregion
|
|
454
|
+
//#region src/media-understanding/providers/zai/index.ts
|
|
455
|
+
const zaiProvider = { id: "zai" };
|
|
456
|
+
|
|
457
|
+
//#endregion
|
|
458
|
+
//#region src/media-understanding/providers/index.ts
|
|
459
|
+
const PROVIDERS = [
|
|
460
|
+
groqProvider,
|
|
461
|
+
openaiProvider,
|
|
462
|
+
googleProvider,
|
|
463
|
+
anthropicProvider,
|
|
464
|
+
minimaxProvider,
|
|
465
|
+
moonshotProvider,
|
|
466
|
+
mistralProvider,
|
|
467
|
+
zaiProvider,
|
|
468
|
+
deepgramProvider
|
|
469
|
+
];
|
|
470
|
+
function normalizeMediaProviderId(id) {
|
|
471
|
+
const normalized = normalizeProviderId(id);
|
|
472
|
+
if (normalized === "gemini") return "google";
|
|
473
|
+
return normalized;
|
|
474
|
+
}
|
|
475
|
+
function buildMediaUnderstandingRegistry(overrides) {
|
|
476
|
+
const registry = /* @__PURE__ */ new Map();
|
|
477
|
+
for (const provider of PROVIDERS) registry.set(normalizeMediaProviderId(provider.id), provider);
|
|
478
|
+
if (overrides) for (const [key, provider] of Object.entries(overrides)) {
|
|
479
|
+
const normalizedKey = normalizeMediaProviderId(key);
|
|
480
|
+
const existing = registry.get(normalizedKey);
|
|
481
|
+
const merged = existing ? {
|
|
482
|
+
...existing,
|
|
483
|
+
...provider,
|
|
484
|
+
capabilities: provider.capabilities ?? existing.capabilities
|
|
485
|
+
} : provider;
|
|
486
|
+
registry.set(normalizedKey, merged);
|
|
487
|
+
}
|
|
488
|
+
return registry;
|
|
489
|
+
}
|
|
490
|
+
function getMediaUnderstandingProvider(id, registry) {
|
|
491
|
+
return registry.get(normalizeMediaProviderId(id));
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
//#endregion
|
|
495
|
+
//#region src/media-understanding/scope.ts
|
|
496
|
+
function normalizeDecision(value) {
|
|
497
|
+
const normalized = value?.trim().toLowerCase();
|
|
498
|
+
if (normalized === "allow") return "allow";
|
|
499
|
+
if (normalized === "deny") return "deny";
|
|
500
|
+
}
|
|
501
|
+
function normalizeMatch(value) {
|
|
502
|
+
return value?.trim().toLowerCase() || void 0;
|
|
503
|
+
}
|
|
504
|
+
function normalizeMediaUnderstandingChatType(raw) {
|
|
505
|
+
return normalizeChatType(raw ?? void 0);
|
|
506
|
+
}
|
|
507
|
+
function resolveMediaUnderstandingScope(params) {
|
|
508
|
+
const scope = params.scope;
|
|
509
|
+
if (!scope) return "allow";
|
|
510
|
+
const channel = normalizeMatch(params.channel);
|
|
511
|
+
const chatType = normalizeMediaUnderstandingChatType(params.chatType);
|
|
512
|
+
const sessionKey = normalizeMatch(params.sessionKey) ?? "";
|
|
513
|
+
for (const rule of scope.rules ?? []) {
|
|
514
|
+
if (!rule) continue;
|
|
515
|
+
const action = normalizeDecision(rule.action) ?? "allow";
|
|
516
|
+
const match = rule.match ?? {};
|
|
517
|
+
const matchChannel = normalizeMatch(match.channel);
|
|
518
|
+
const matchChatType = normalizeMediaUnderstandingChatType(match.chatType);
|
|
519
|
+
const matchPrefix = normalizeMatch(match.keyPrefix);
|
|
520
|
+
if (matchChannel && matchChannel !== channel) continue;
|
|
521
|
+
if (matchChatType && matchChatType !== chatType) continue;
|
|
522
|
+
if (matchPrefix && !sessionKey.startsWith(matchPrefix)) continue;
|
|
523
|
+
return action;
|
|
524
|
+
}
|
|
525
|
+
return normalizeDecision(scope.default) ?? "allow";
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
//#endregion
|
|
529
|
+
//#region src/media-understanding/resolve.ts
|
|
530
|
+
function resolveTimeoutMs(seconds, fallbackSeconds) {
|
|
531
|
+
const value = typeof seconds === "number" && Number.isFinite(seconds) ? seconds : fallbackSeconds;
|
|
532
|
+
return Math.max(1e3, Math.floor(value * 1e3));
|
|
533
|
+
}
|
|
534
|
+
function resolvePrompt(capability, prompt, maxChars) {
|
|
535
|
+
const base = prompt?.trim() || DEFAULT_PROMPT[capability];
|
|
536
|
+
if (!maxChars || capability === "audio") return base;
|
|
537
|
+
return `${base} Respond in at most ${maxChars} characters.`;
|
|
538
|
+
}
|
|
539
|
+
function resolveMaxChars(params) {
|
|
540
|
+
const { capability, entry, cfg } = params;
|
|
541
|
+
const configured = entry.maxChars ?? params.config?.maxChars ?? cfg.tools?.media?.[capability]?.maxChars;
|
|
542
|
+
if (typeof configured === "number") return configured;
|
|
543
|
+
return DEFAULT_MAX_CHARS_BY_CAPABILITY[capability];
|
|
544
|
+
}
|
|
545
|
+
function resolveMaxBytes(params) {
|
|
546
|
+
const configured = params.entry.maxBytes ?? params.config?.maxBytes ?? params.cfg.tools?.media?.[params.capability]?.maxBytes;
|
|
547
|
+
if (typeof configured === "number") return configured;
|
|
548
|
+
return DEFAULT_MAX_BYTES[params.capability];
|
|
549
|
+
}
|
|
550
|
+
function resolveScopeDecision(params) {
|
|
551
|
+
return resolveMediaUnderstandingScope({
|
|
552
|
+
scope: params.scope,
|
|
553
|
+
sessionKey: params.ctx.SessionKey,
|
|
554
|
+
channel: params.ctx.Surface ?? params.ctx.Provider,
|
|
555
|
+
chatType: normalizeMediaUnderstandingChatType(params.ctx.ChatType)
|
|
556
|
+
});
|
|
557
|
+
}
|
|
558
|
+
function resolveEntryCapabilities(params) {
|
|
559
|
+
if ((params.entry.type ?? (params.entry.command ? "cli" : "provider")) === "cli") return;
|
|
560
|
+
const providerId = normalizeMediaProviderId(params.entry.provider ?? "");
|
|
561
|
+
if (!providerId) return;
|
|
562
|
+
return params.providerRegistry.get(providerId)?.capabilities;
|
|
563
|
+
}
|
|
564
|
+
function resolveModelEntries(params) {
|
|
565
|
+
const { cfg, capability, config } = params;
|
|
566
|
+
const sharedModels = cfg.tools?.media?.models ?? [];
|
|
567
|
+
const entries = [...(config?.models ?? []).map((entry) => ({
|
|
568
|
+
entry,
|
|
569
|
+
source: "capability"
|
|
570
|
+
})), ...sharedModels.map((entry) => ({
|
|
571
|
+
entry,
|
|
572
|
+
source: "shared"
|
|
573
|
+
}))];
|
|
574
|
+
if (entries.length === 0) return [];
|
|
575
|
+
return entries.filter(({ entry, source }) => {
|
|
576
|
+
const caps = entry.capabilities && entry.capabilities.length > 0 ? entry.capabilities : source === "shared" ? resolveEntryCapabilities({
|
|
577
|
+
entry,
|
|
578
|
+
providerRegistry: params.providerRegistry
|
|
579
|
+
}) : void 0;
|
|
580
|
+
if (!caps || caps.length === 0) {
|
|
581
|
+
if (source === "shared") {
|
|
582
|
+
if (shouldLogVerbose()) logVerbose(`Skipping shared media model without capabilities: ${entry.provider ?? entry.command ?? "unknown"}`);
|
|
583
|
+
return false;
|
|
584
|
+
}
|
|
585
|
+
return true;
|
|
586
|
+
}
|
|
587
|
+
return caps.includes(capability);
|
|
588
|
+
}).map(({ entry }) => entry);
|
|
589
|
+
}
|
|
590
|
+
function resolveConcurrency(cfg) {
|
|
591
|
+
const configured = cfg.tools?.media?.concurrency;
|
|
592
|
+
if (typeof configured === "number" && Number.isFinite(configured) && configured > 0) return Math.floor(configured);
|
|
593
|
+
return DEFAULT_MEDIA_CONCURRENCY;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
//#endregion
|
|
597
|
+
//#region src/infra/unhandled-rejections.ts
|
|
598
|
+
const handlers = /* @__PURE__ */ new Set();
|
|
599
|
+
const FATAL_ERROR_CODES = new Set([
|
|
600
|
+
"ERR_OUT_OF_MEMORY",
|
|
601
|
+
"ERR_SCRIPT_EXECUTION_TIMEOUT",
|
|
602
|
+
"ERR_WORKER_OUT_OF_MEMORY",
|
|
603
|
+
"ERR_WORKER_UNCAUGHT_EXCEPTION",
|
|
604
|
+
"ERR_WORKER_INITIALIZATION_FAILED"
|
|
605
|
+
]);
|
|
606
|
+
const CONFIG_ERROR_CODES = new Set([
|
|
607
|
+
"INVALID_CONFIG",
|
|
608
|
+
"MISSING_API_KEY",
|
|
609
|
+
"MISSING_CREDENTIALS"
|
|
610
|
+
]);
|
|
611
|
+
const TRANSIENT_NETWORK_CODES = new Set([
|
|
612
|
+
"ECONNRESET",
|
|
613
|
+
"ECONNREFUSED",
|
|
614
|
+
"ENOTFOUND",
|
|
615
|
+
"ETIMEDOUT",
|
|
616
|
+
"ESOCKETTIMEDOUT",
|
|
617
|
+
"ECONNABORTED",
|
|
618
|
+
"EPIPE",
|
|
619
|
+
"EHOSTUNREACH",
|
|
620
|
+
"ENETUNREACH",
|
|
621
|
+
"EAI_AGAIN",
|
|
622
|
+
"UND_ERR_CONNECT_TIMEOUT",
|
|
623
|
+
"UND_ERR_DNS_RESOLVE_FAILED",
|
|
624
|
+
"UND_ERR_CONNECT",
|
|
625
|
+
"UND_ERR_SOCKET",
|
|
626
|
+
"UND_ERR_HEADERS_TIMEOUT",
|
|
627
|
+
"UND_ERR_BODY_TIMEOUT"
|
|
628
|
+
]);
|
|
629
|
+
const TRANSIENT_NETWORK_ERROR_NAMES = new Set([
|
|
630
|
+
"AbortError",
|
|
631
|
+
"ConnectTimeoutError",
|
|
632
|
+
"HeadersTimeoutError",
|
|
633
|
+
"BodyTimeoutError",
|
|
634
|
+
"TimeoutError"
|
|
635
|
+
]);
|
|
636
|
+
const TRANSIENT_NETWORK_MESSAGE_CODE_RE = /\b(ECONNRESET|ECONNREFUSED|ENOTFOUND|ETIMEDOUT|ESOCKETTIMEDOUT|ECONNABORTED|EPIPE|EHOSTUNREACH|ENETUNREACH|EAI_AGAIN|UND_ERR_CONNECT_TIMEOUT|UND_ERR_DNS_RESOLVE_FAILED|UND_ERR_CONNECT|UND_ERR_SOCKET|UND_ERR_HEADERS_TIMEOUT|UND_ERR_BODY_TIMEOUT)\b/i;
|
|
637
|
+
const TRANSIENT_NETWORK_MESSAGE_SNIPPETS = [
|
|
638
|
+
"getaddrinfo",
|
|
639
|
+
"socket hang up",
|
|
640
|
+
"network error",
|
|
641
|
+
"network is unreachable",
|
|
642
|
+
"temporary failure in name resolution"
|
|
643
|
+
];
|
|
644
|
+
function getErrorCause(err) {
|
|
645
|
+
if (!err || typeof err !== "object") return;
|
|
646
|
+
return err.cause;
|
|
647
|
+
}
|
|
648
|
+
function getErrorName(err) {
|
|
649
|
+
if (!err || typeof err !== "object") return "";
|
|
650
|
+
const name = err.name;
|
|
651
|
+
return typeof name === "string" ? name : "";
|
|
652
|
+
}
|
|
653
|
+
function extractErrorCodeOrErrno(err) {
|
|
654
|
+
const code = extractErrorCode(err);
|
|
655
|
+
if (code) return code.trim().toUpperCase();
|
|
656
|
+
if (!err || typeof err !== "object") return;
|
|
657
|
+
const errno = err.errno;
|
|
658
|
+
if (typeof errno === "string" && errno.trim()) return errno.trim().toUpperCase();
|
|
659
|
+
if (typeof errno === "number" && Number.isFinite(errno)) return String(errno);
|
|
660
|
+
}
|
|
661
|
+
function extractErrorCodeWithCause(err) {
|
|
662
|
+
const direct = extractErrorCode(err);
|
|
663
|
+
if (direct) return direct;
|
|
664
|
+
return extractErrorCode(getErrorCause(err));
|
|
665
|
+
}
|
|
666
|
+
function collectErrorCandidates(err) {
|
|
667
|
+
const queue = [err];
|
|
668
|
+
const seen = /* @__PURE__ */ new Set();
|
|
669
|
+
const candidates = [];
|
|
670
|
+
while (queue.length > 0) {
|
|
671
|
+
const current = queue.shift();
|
|
672
|
+
if (current == null || seen.has(current)) continue;
|
|
673
|
+
seen.add(current);
|
|
674
|
+
candidates.push(current);
|
|
675
|
+
if (!current || typeof current !== "object") continue;
|
|
676
|
+
const maybeNested = [
|
|
677
|
+
current.cause,
|
|
678
|
+
current.reason,
|
|
679
|
+
current.original,
|
|
680
|
+
current.error,
|
|
681
|
+
current.data
|
|
682
|
+
];
|
|
683
|
+
const errors = current.errors;
|
|
684
|
+
if (Array.isArray(errors)) maybeNested.push(...errors);
|
|
685
|
+
for (const nested of maybeNested) if (nested != null && !seen.has(nested)) queue.push(nested);
|
|
686
|
+
}
|
|
687
|
+
return candidates;
|
|
688
|
+
}
|
|
689
|
+
/**
|
|
690
|
+
* Checks if an error is an AbortError.
|
|
691
|
+
* These are typically intentional cancellations (e.g., during shutdown) and shouldn't crash.
|
|
692
|
+
*/
|
|
693
|
+
function isAbortError(err) {
|
|
694
|
+
if (!err || typeof err !== "object") return false;
|
|
695
|
+
if (("name" in err ? String(err.name) : "") === "AbortError") return true;
|
|
696
|
+
if (("message" in err && typeof err.message === "string" ? err.message : "") === "This operation was aborted") return true;
|
|
697
|
+
return false;
|
|
698
|
+
}
|
|
699
|
+
function isFatalError(err) {
|
|
700
|
+
const code = extractErrorCodeWithCause(err);
|
|
701
|
+
return code !== void 0 && FATAL_ERROR_CODES.has(code);
|
|
702
|
+
}
|
|
703
|
+
function isConfigError(err) {
|
|
704
|
+
const code = extractErrorCodeWithCause(err);
|
|
705
|
+
return code !== void 0 && CONFIG_ERROR_CODES.has(code);
|
|
706
|
+
}
|
|
707
|
+
/**
|
|
708
|
+
* Checks if an error is a transient network error that shouldn't crash the gateway.
|
|
709
|
+
* These are typically temporary connectivity issues that will resolve on their own.
|
|
710
|
+
*/
|
|
711
|
+
function isTransientNetworkError(err) {
|
|
712
|
+
if (!err) return false;
|
|
713
|
+
for (const candidate of collectErrorCandidates(err)) {
|
|
714
|
+
const code = extractErrorCodeOrErrno(candidate);
|
|
715
|
+
if (code && TRANSIENT_NETWORK_CODES.has(code)) return true;
|
|
716
|
+
const name = getErrorName(candidate);
|
|
717
|
+
if (name && TRANSIENT_NETWORK_ERROR_NAMES.has(name)) return true;
|
|
718
|
+
if (candidate instanceof TypeError && candidate.message === "fetch failed") return true;
|
|
719
|
+
if (!candidate || typeof candidate !== "object") continue;
|
|
720
|
+
const rawMessage = candidate.message;
|
|
721
|
+
const message = typeof rawMessage === "string" ? rawMessage.toLowerCase().trim() : "";
|
|
722
|
+
if (!message) continue;
|
|
723
|
+
if (TRANSIENT_NETWORK_MESSAGE_CODE_RE.test(message)) return true;
|
|
724
|
+
if (message === "fetch failed") return true;
|
|
725
|
+
if (TRANSIENT_NETWORK_MESSAGE_SNIPPETS.some((snippet) => message.includes(snippet))) return true;
|
|
726
|
+
}
|
|
727
|
+
return false;
|
|
728
|
+
}
|
|
729
|
+
function registerUnhandledRejectionHandler(handler) {
|
|
730
|
+
handlers.add(handler);
|
|
731
|
+
return () => {
|
|
732
|
+
handlers.delete(handler);
|
|
733
|
+
};
|
|
734
|
+
}
|
|
735
|
+
function isUnhandledRejectionHandled(reason) {
|
|
736
|
+
for (const handler of handlers) try {
|
|
737
|
+
if (handler(reason)) return true;
|
|
738
|
+
} catch (err) {
|
|
739
|
+
console.error("[remoteclaw] Unhandled rejection handler failed:", err instanceof Error ? err.stack ?? err.message : err);
|
|
740
|
+
}
|
|
741
|
+
return false;
|
|
742
|
+
}
|
|
743
|
+
function installUnhandledRejectionHandler() {
|
|
744
|
+
process$1.on("unhandledRejection", (reason, _promise) => {
|
|
745
|
+
if (isUnhandledRejectionHandled(reason)) return;
|
|
746
|
+
if (isAbortError(reason)) {
|
|
747
|
+
console.warn("[remoteclaw] Suppressed AbortError:", formatUncaughtError(reason));
|
|
748
|
+
return;
|
|
749
|
+
}
|
|
750
|
+
if (isFatalError(reason)) {
|
|
751
|
+
console.error("[remoteclaw] FATAL unhandled rejection:", formatUncaughtError(reason));
|
|
752
|
+
process$1.exit(1);
|
|
753
|
+
return;
|
|
754
|
+
}
|
|
755
|
+
if (isConfigError(reason)) {
|
|
756
|
+
console.error("[remoteclaw] CONFIGURATION ERROR - requires fix:", formatUncaughtError(reason));
|
|
757
|
+
process$1.exit(1);
|
|
758
|
+
return;
|
|
759
|
+
}
|
|
760
|
+
if (isTransientNetworkError(reason)) {
|
|
761
|
+
console.warn("[remoteclaw] Non-fatal unhandled rejection (continuing):", formatUncaughtError(reason));
|
|
762
|
+
return;
|
|
763
|
+
}
|
|
764
|
+
console.error("[remoteclaw] Unhandled promise rejection:", formatUncaughtError(reason));
|
|
765
|
+
process$1.exit(1);
|
|
766
|
+
});
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
//#endregion
|
|
770
|
+
//#region src/plugin-sdk/temp-path.ts
|
|
771
|
+
function sanitizePrefix(prefix) {
|
|
772
|
+
return prefix.replace(/[^a-zA-Z0-9_-]+/g, "-").replace(/^-+|-+$/g, "") || "tmp";
|
|
773
|
+
}
|
|
774
|
+
function sanitizeExtension(extension) {
|
|
775
|
+
if (!extension) return "";
|
|
776
|
+
const token = ((extension.startsWith(".") ? extension : `.${extension}`).match(/[a-zA-Z0-9._-]+$/)?.[0] ?? "").replace(/^[._-]+/, "");
|
|
777
|
+
if (!token) return "";
|
|
778
|
+
return `.${token}`;
|
|
779
|
+
}
|
|
780
|
+
function resolveTempRoot(tmpDir) {
|
|
781
|
+
return tmpDir ?? resolvePreferredRemoteClawTmpDir();
|
|
782
|
+
}
|
|
783
|
+
function buildRandomTempFilePath(params) {
|
|
784
|
+
const prefix = sanitizePrefix(params.prefix);
|
|
785
|
+
const extension = sanitizeExtension(params.extension);
|
|
786
|
+
const nowCandidate = params.now;
|
|
787
|
+
const now = typeof nowCandidate === "number" && Number.isFinite(nowCandidate) ? Math.trunc(nowCandidate) : Date.now();
|
|
788
|
+
const uuid = params.uuid?.trim() || crypto.randomUUID();
|
|
789
|
+
return path.join(resolveTempRoot(params.tmpDir), `${prefix}-${now}-${uuid}${extension}`);
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
//#endregion
|
|
793
|
+
//#region src/media-understanding/errors.ts
|
|
794
|
+
var MediaUnderstandingSkipError = class extends Error {
|
|
795
|
+
constructor(reason, message) {
|
|
796
|
+
super(message);
|
|
797
|
+
this.reason = reason;
|
|
798
|
+
this.name = "MediaUnderstandingSkipError";
|
|
799
|
+
}
|
|
800
|
+
};
|
|
801
|
+
function isMediaUnderstandingSkipError(err) {
|
|
802
|
+
return err instanceof MediaUnderstandingSkipError;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
//#endregion
|
|
806
|
+
//#region src/media-understanding/attachments.ts
|
|
807
|
+
const DEFAULT_MAX_ATTACHMENTS = 1;
|
|
808
|
+
const DEFAULT_LOCAL_PATH_ROOTS = mergeInboundPathRoots(getDefaultMediaLocalRoots(), DEFAULT_IMESSAGE_ATTACHMENT_ROOTS);
|
|
809
|
+
function normalizeAttachmentPath(raw) {
|
|
810
|
+
const value = raw?.trim();
|
|
811
|
+
if (!value) return;
|
|
812
|
+
if (value.startsWith("file://")) try {
|
|
813
|
+
return fileURLToPath(value);
|
|
814
|
+
} catch {
|
|
815
|
+
return;
|
|
816
|
+
}
|
|
817
|
+
return value;
|
|
818
|
+
}
|
|
819
|
+
function normalizeAttachments(ctx) {
|
|
820
|
+
const pathsFromArray = Array.isArray(ctx.MediaPaths) ? ctx.MediaPaths : void 0;
|
|
821
|
+
const urlsFromArray = Array.isArray(ctx.MediaUrls) ? ctx.MediaUrls : void 0;
|
|
822
|
+
const typesFromArray = Array.isArray(ctx.MediaTypes) ? ctx.MediaTypes : void 0;
|
|
823
|
+
const resolveMime = (count, index) => {
|
|
824
|
+
const typeHint = typesFromArray?.[index];
|
|
825
|
+
const trimmed = typeof typeHint === "string" ? typeHint.trim() : "";
|
|
826
|
+
if (trimmed) return trimmed;
|
|
827
|
+
return count === 1 ? ctx.MediaType : void 0;
|
|
828
|
+
};
|
|
829
|
+
if (pathsFromArray && pathsFromArray.length > 0) {
|
|
830
|
+
const count = pathsFromArray.length;
|
|
831
|
+
const urls = urlsFromArray && urlsFromArray.length > 0 ? urlsFromArray : void 0;
|
|
832
|
+
return pathsFromArray.map((value, index) => ({
|
|
833
|
+
path: value?.trim() || void 0,
|
|
834
|
+
url: urls?.[index] ?? ctx.MediaUrl,
|
|
835
|
+
mime: resolveMime(count, index),
|
|
836
|
+
index
|
|
837
|
+
})).filter((entry) => Boolean(entry.path?.trim() || entry.url?.trim()));
|
|
838
|
+
}
|
|
839
|
+
if (urlsFromArray && urlsFromArray.length > 0) {
|
|
840
|
+
const count = urlsFromArray.length;
|
|
841
|
+
return urlsFromArray.map((value, index) => ({
|
|
842
|
+
path: void 0,
|
|
843
|
+
url: value?.trim() || void 0,
|
|
844
|
+
mime: resolveMime(count, index),
|
|
845
|
+
index
|
|
846
|
+
})).filter((entry) => Boolean(entry.url?.trim()));
|
|
847
|
+
}
|
|
848
|
+
const pathValue = ctx.MediaPath?.trim();
|
|
849
|
+
const url = ctx.MediaUrl?.trim();
|
|
850
|
+
if (!pathValue && !url) return [];
|
|
851
|
+
return [{
|
|
852
|
+
path: pathValue || void 0,
|
|
853
|
+
url: url || void 0,
|
|
854
|
+
mime: ctx.MediaType,
|
|
855
|
+
index: 0
|
|
856
|
+
}];
|
|
857
|
+
}
|
|
858
|
+
function resolveAttachmentKind(attachment) {
|
|
859
|
+
const kind = kindFromMime(attachment.mime);
|
|
860
|
+
if (kind === "image" || kind === "audio" || kind === "video") return kind;
|
|
861
|
+
const ext = getFileExtension(attachment.path ?? attachment.url);
|
|
862
|
+
if (!ext) return "unknown";
|
|
863
|
+
if ([
|
|
864
|
+
".mp4",
|
|
865
|
+
".mov",
|
|
866
|
+
".mkv",
|
|
867
|
+
".webm",
|
|
868
|
+
".avi",
|
|
869
|
+
".m4v"
|
|
870
|
+
].includes(ext)) return "video";
|
|
871
|
+
if (isAudioFileName(attachment.path ?? attachment.url)) return "audio";
|
|
872
|
+
if ([
|
|
873
|
+
".png",
|
|
874
|
+
".jpg",
|
|
875
|
+
".jpeg",
|
|
876
|
+
".webp",
|
|
877
|
+
".gif",
|
|
878
|
+
".bmp",
|
|
879
|
+
".tiff",
|
|
880
|
+
".tif"
|
|
881
|
+
].includes(ext)) return "image";
|
|
882
|
+
return "unknown";
|
|
883
|
+
}
|
|
884
|
+
function isVideoAttachment(attachment) {
|
|
885
|
+
return resolveAttachmentKind(attachment) === "video";
|
|
886
|
+
}
|
|
887
|
+
function isAudioAttachment(attachment) {
|
|
888
|
+
return resolveAttachmentKind(attachment) === "audio";
|
|
889
|
+
}
|
|
890
|
+
function isImageAttachment(attachment) {
|
|
891
|
+
return resolveAttachmentKind(attachment) === "image";
|
|
892
|
+
}
|
|
893
|
+
function resolveRequestUrl(input) {
|
|
894
|
+
if (typeof input === "string") return input;
|
|
895
|
+
if (input instanceof URL) return input.toString();
|
|
896
|
+
return input.url;
|
|
897
|
+
}
|
|
898
|
+
function orderAttachments(attachments, prefer) {
|
|
899
|
+
if (!prefer || prefer === "first") return attachments;
|
|
900
|
+
if (prefer === "last") return [...attachments].toReversed();
|
|
901
|
+
if (prefer === "path") {
|
|
902
|
+
const withPath = attachments.filter((item) => item.path);
|
|
903
|
+
const withoutPath = attachments.filter((item) => !item.path);
|
|
904
|
+
return [...withPath, ...withoutPath];
|
|
905
|
+
}
|
|
906
|
+
if (prefer === "url") {
|
|
907
|
+
const withUrl = attachments.filter((item) => item.url);
|
|
908
|
+
const withoutUrl = attachments.filter((item) => !item.url);
|
|
909
|
+
return [...withUrl, ...withoutUrl];
|
|
910
|
+
}
|
|
911
|
+
return attachments;
|
|
912
|
+
}
|
|
913
|
+
function selectAttachments(params) {
|
|
914
|
+
const { capability, attachments, policy } = params;
|
|
915
|
+
const matches = attachments.filter((item) => {
|
|
916
|
+
if (capability === "audio" && item.alreadyTranscribed) return false;
|
|
917
|
+
if (capability === "image") return isImageAttachment(item);
|
|
918
|
+
if (capability === "audio") return isAudioAttachment(item);
|
|
919
|
+
return isVideoAttachment(item);
|
|
920
|
+
});
|
|
921
|
+
if (matches.length === 0) return [];
|
|
922
|
+
const ordered = orderAttachments(matches, policy?.prefer);
|
|
923
|
+
const mode = policy?.mode ?? "first";
|
|
924
|
+
const maxAttachments = policy?.maxAttachments ?? DEFAULT_MAX_ATTACHMENTS;
|
|
925
|
+
if (mode === "all") return ordered.slice(0, Math.max(1, maxAttachments));
|
|
926
|
+
return ordered.slice(0, 1);
|
|
927
|
+
}
|
|
928
|
+
var MediaAttachmentCache = class {
|
|
929
|
+
constructor(attachments, options) {
|
|
930
|
+
this.entries = /* @__PURE__ */ new Map();
|
|
931
|
+
this.attachments = attachments;
|
|
932
|
+
this.localPathRoots = mergeInboundPathRoots(options?.localPathRoots, DEFAULT_LOCAL_PATH_ROOTS);
|
|
933
|
+
for (const attachment of attachments) this.entries.set(attachment.index, { attachment });
|
|
934
|
+
}
|
|
935
|
+
async getBuffer(params) {
|
|
936
|
+
const entry = await this.ensureEntry(params.attachmentIndex);
|
|
937
|
+
if (entry.buffer) {
|
|
938
|
+
if (entry.buffer.length > params.maxBytes) throw new MediaUnderstandingSkipError("maxBytes", `Attachment ${params.attachmentIndex + 1} exceeds maxBytes ${params.maxBytes}`);
|
|
939
|
+
return {
|
|
940
|
+
buffer: entry.buffer,
|
|
941
|
+
mime: entry.bufferMime,
|
|
942
|
+
fileName: entry.bufferFileName ?? `media-${params.attachmentIndex + 1}`,
|
|
943
|
+
size: entry.buffer.length
|
|
944
|
+
};
|
|
945
|
+
}
|
|
946
|
+
if (entry.resolvedPath) {
|
|
947
|
+
const size = await this.ensureLocalStat(entry);
|
|
948
|
+
if (entry.resolvedPath) {
|
|
949
|
+
if (size !== void 0 && size > params.maxBytes) throw new MediaUnderstandingSkipError("maxBytes", `Attachment ${params.attachmentIndex + 1} exceeds maxBytes ${params.maxBytes}`);
|
|
950
|
+
const buffer = await fs$1.readFile(entry.resolvedPath);
|
|
951
|
+
entry.buffer = buffer;
|
|
952
|
+
entry.bufferMime = entry.bufferMime ?? entry.attachment.mime ?? await detectMime({
|
|
953
|
+
buffer,
|
|
954
|
+
filePath: entry.resolvedPath
|
|
955
|
+
});
|
|
956
|
+
entry.bufferFileName = path.basename(entry.resolvedPath) || `media-${params.attachmentIndex + 1}`;
|
|
957
|
+
return {
|
|
958
|
+
buffer,
|
|
959
|
+
mime: entry.bufferMime,
|
|
960
|
+
fileName: entry.bufferFileName,
|
|
961
|
+
size: buffer.length
|
|
962
|
+
};
|
|
963
|
+
}
|
|
964
|
+
}
|
|
965
|
+
const url = entry.attachment.url?.trim();
|
|
966
|
+
if (!url) throw new MediaUnderstandingSkipError("empty", `Attachment ${params.attachmentIndex + 1} has no path or URL.`);
|
|
967
|
+
try {
|
|
968
|
+
const fetchImpl = (input, init) => fetchWithTimeout(resolveRequestUrl(input), init ?? {}, params.timeoutMs, fetch);
|
|
969
|
+
const fetched = await fetchRemoteMedia({
|
|
970
|
+
url,
|
|
971
|
+
fetchImpl,
|
|
972
|
+
maxBytes: params.maxBytes
|
|
973
|
+
});
|
|
974
|
+
entry.buffer = fetched.buffer;
|
|
975
|
+
entry.bufferMime = entry.attachment.mime ?? fetched.contentType ?? await detectMime({
|
|
976
|
+
buffer: fetched.buffer,
|
|
977
|
+
filePath: fetched.fileName ?? url
|
|
978
|
+
});
|
|
979
|
+
entry.bufferFileName = fetched.fileName ?? `media-${params.attachmentIndex + 1}`;
|
|
980
|
+
return {
|
|
981
|
+
buffer: fetched.buffer,
|
|
982
|
+
mime: entry.bufferMime,
|
|
983
|
+
fileName: entry.bufferFileName,
|
|
984
|
+
size: fetched.buffer.length
|
|
985
|
+
};
|
|
986
|
+
} catch (err) {
|
|
987
|
+
if (err instanceof MediaFetchError && err.code === "max_bytes") throw new MediaUnderstandingSkipError("maxBytes", `Attachment ${params.attachmentIndex + 1} exceeds maxBytes ${params.maxBytes}`);
|
|
988
|
+
if (isAbortError(err)) throw new MediaUnderstandingSkipError("timeout", `Attachment ${params.attachmentIndex + 1} timed out while fetching.`);
|
|
989
|
+
throw err;
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
async getPath(params) {
|
|
993
|
+
const entry = await this.ensureEntry(params.attachmentIndex);
|
|
994
|
+
if (entry.resolvedPath) {
|
|
995
|
+
if (params.maxBytes) {
|
|
996
|
+
const size = await this.ensureLocalStat(entry);
|
|
997
|
+
if (entry.resolvedPath) {
|
|
998
|
+
if (size !== void 0 && size > params.maxBytes) throw new MediaUnderstandingSkipError("maxBytes", `Attachment ${params.attachmentIndex + 1} exceeds maxBytes ${params.maxBytes}`);
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
if (entry.resolvedPath) return { path: entry.resolvedPath };
|
|
1002
|
+
}
|
|
1003
|
+
if (entry.tempPath) {
|
|
1004
|
+
if (params.maxBytes && entry.buffer && entry.buffer.length > params.maxBytes) throw new MediaUnderstandingSkipError("maxBytes", `Attachment ${params.attachmentIndex + 1} exceeds maxBytes ${params.maxBytes}`);
|
|
1005
|
+
return {
|
|
1006
|
+
path: entry.tempPath,
|
|
1007
|
+
cleanup: entry.tempCleanup
|
|
1008
|
+
};
|
|
1009
|
+
}
|
|
1010
|
+
const maxBytes = params.maxBytes ?? Number.POSITIVE_INFINITY;
|
|
1011
|
+
const bufferResult = await this.getBuffer({
|
|
1012
|
+
attachmentIndex: params.attachmentIndex,
|
|
1013
|
+
maxBytes,
|
|
1014
|
+
timeoutMs: params.timeoutMs
|
|
1015
|
+
});
|
|
1016
|
+
const tmpPath = buildRandomTempFilePath({
|
|
1017
|
+
prefix: "remoteclaw-media",
|
|
1018
|
+
extension: path.extname(bufferResult.fileName || "") || ""
|
|
1019
|
+
});
|
|
1020
|
+
await fs$1.writeFile(tmpPath, bufferResult.buffer);
|
|
1021
|
+
entry.tempPath = tmpPath;
|
|
1022
|
+
entry.tempCleanup = async () => {
|
|
1023
|
+
await fs$1.unlink(tmpPath).catch(() => {});
|
|
1024
|
+
};
|
|
1025
|
+
return {
|
|
1026
|
+
path: tmpPath,
|
|
1027
|
+
cleanup: entry.tempCleanup
|
|
1028
|
+
};
|
|
1029
|
+
}
|
|
1030
|
+
async cleanup() {
|
|
1031
|
+
const cleanups = [];
|
|
1032
|
+
for (const entry of this.entries.values()) if (entry.tempCleanup) {
|
|
1033
|
+
cleanups.push(Promise.resolve(entry.tempCleanup()));
|
|
1034
|
+
entry.tempCleanup = void 0;
|
|
1035
|
+
}
|
|
1036
|
+
await Promise.all(cleanups);
|
|
1037
|
+
}
|
|
1038
|
+
async ensureEntry(attachmentIndex) {
|
|
1039
|
+
const existing = this.entries.get(attachmentIndex);
|
|
1040
|
+
if (existing) {
|
|
1041
|
+
if (!existing.resolvedPath) existing.resolvedPath = this.resolveLocalPath(existing.attachment);
|
|
1042
|
+
return existing;
|
|
1043
|
+
}
|
|
1044
|
+
const attachment = this.attachments.find((item) => item.index === attachmentIndex) ?? { index: attachmentIndex };
|
|
1045
|
+
const entry = {
|
|
1046
|
+
attachment,
|
|
1047
|
+
resolvedPath: this.resolveLocalPath(attachment)
|
|
1048
|
+
};
|
|
1049
|
+
this.entries.set(attachmentIndex, entry);
|
|
1050
|
+
return entry;
|
|
1051
|
+
}
|
|
1052
|
+
resolveLocalPath(attachment) {
|
|
1053
|
+
const rawPath = normalizeAttachmentPath(attachment.path);
|
|
1054
|
+
if (!rawPath) return;
|
|
1055
|
+
return path.isAbsolute(rawPath) ? rawPath : path.resolve(rawPath);
|
|
1056
|
+
}
|
|
1057
|
+
async ensureLocalStat(entry) {
|
|
1058
|
+
if (!entry.resolvedPath) return;
|
|
1059
|
+
if (!isInboundPathAllowed({
|
|
1060
|
+
filePath: entry.resolvedPath,
|
|
1061
|
+
roots: this.localPathRoots
|
|
1062
|
+
})) {
|
|
1063
|
+
entry.resolvedPath = void 0;
|
|
1064
|
+
if (shouldLogVerbose()) logVerbose(`Blocked attachment path outside allowed roots: ${entry.attachment.path ?? entry.attachment.url ?? "(unknown)"}`);
|
|
1065
|
+
return;
|
|
1066
|
+
}
|
|
1067
|
+
if (entry.statSize !== void 0) return entry.statSize;
|
|
1068
|
+
try {
|
|
1069
|
+
const currentPath = entry.resolvedPath;
|
|
1070
|
+
const stat = await fs$1.stat(currentPath);
|
|
1071
|
+
if (!stat.isFile()) {
|
|
1072
|
+
entry.resolvedPath = void 0;
|
|
1073
|
+
return;
|
|
1074
|
+
}
|
|
1075
|
+
const canonicalPath = await fs$1.realpath(currentPath).catch(() => currentPath);
|
|
1076
|
+
if (!isInboundPathAllowed({
|
|
1077
|
+
filePath: canonicalPath,
|
|
1078
|
+
roots: await this.getCanonicalLocalPathRoots()
|
|
1079
|
+
})) {
|
|
1080
|
+
entry.resolvedPath = void 0;
|
|
1081
|
+
if (shouldLogVerbose()) logVerbose(`Blocked canonicalized attachment path outside allowed roots: ${canonicalPath}`);
|
|
1082
|
+
return;
|
|
1083
|
+
}
|
|
1084
|
+
entry.resolvedPath = canonicalPath;
|
|
1085
|
+
entry.statSize = stat.size;
|
|
1086
|
+
return stat.size;
|
|
1087
|
+
} catch (err) {
|
|
1088
|
+
entry.resolvedPath = void 0;
|
|
1089
|
+
if (shouldLogVerbose()) logVerbose(`Failed to read attachment ${entry.attachment.index + 1}: ${String(err)}`);
|
|
1090
|
+
return;
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
async getCanonicalLocalPathRoots() {
|
|
1094
|
+
if (this.canonicalLocalPathRoots) return await this.canonicalLocalPathRoots;
|
|
1095
|
+
this.canonicalLocalPathRoots = (async () => mergeInboundPathRoots(this.localPathRoots, await Promise.all(this.localPathRoots.map(async (root) => {
|
|
1096
|
+
if (root.includes("*")) return root;
|
|
1097
|
+
return await fs$1.realpath(root).catch(() => root);
|
|
1098
|
+
}))))();
|
|
1099
|
+
return await this.canonicalLocalPathRoots;
|
|
1100
|
+
}
|
|
1101
|
+
};
|
|
1102
|
+
|
|
1103
|
+
//#endregion
|
|
1104
|
+
//#region src/agents/provider-auth.ts
|
|
1105
|
+
/**
|
|
1106
|
+
* Provider auth resolution extracted from model-auth.ts.
|
|
1107
|
+
*
|
|
1108
|
+
* Resolves API keys for providers via auth profiles, environment variables,
|
|
1109
|
+
* and AWS SDK credential chains. Used by media-understanding, onboarding,
|
|
1110
|
+
* and status display.
|
|
1111
|
+
*/
|
|
1112
|
+
const AWS_BEARER_ENV = "AWS_BEARER_TOKEN_BEDROCK";
|
|
1113
|
+
const AWS_ACCESS_KEY_ENV = "AWS_ACCESS_KEY_ID";
|
|
1114
|
+
const AWS_SECRET_KEY_ENV = "AWS_SECRET_ACCESS_KEY";
|
|
1115
|
+
const AWS_PROFILE_ENV = "AWS_PROFILE";
|
|
1116
|
+
function resolveEnvSourceLabel(params) {
|
|
1117
|
+
return `${params.envVars.some((envVar) => params.applied.has(envVar)) ? "shell env: " : "env: "}${params.label}`;
|
|
1118
|
+
}
|
|
1119
|
+
function resolveAwsSdkAuthInfo() {
|
|
1120
|
+
const applied = new Set(getShellEnvAppliedKeys());
|
|
1121
|
+
if (process.env[AWS_BEARER_ENV]?.trim()) return {
|
|
1122
|
+
mode: "api-key",
|
|
1123
|
+
source: resolveEnvSourceLabel({
|
|
1124
|
+
applied,
|
|
1125
|
+
envVars: [AWS_BEARER_ENV],
|
|
1126
|
+
label: AWS_BEARER_ENV
|
|
1127
|
+
})
|
|
1128
|
+
};
|
|
1129
|
+
if (process.env[AWS_ACCESS_KEY_ENV]?.trim() && process.env[AWS_SECRET_KEY_ENV]?.trim()) return {
|
|
1130
|
+
mode: "api-key",
|
|
1131
|
+
source: resolveEnvSourceLabel({
|
|
1132
|
+
applied,
|
|
1133
|
+
envVars: [AWS_ACCESS_KEY_ENV, AWS_SECRET_KEY_ENV],
|
|
1134
|
+
label: `${AWS_ACCESS_KEY_ENV} + ${AWS_SECRET_KEY_ENV}`
|
|
1135
|
+
})
|
|
1136
|
+
};
|
|
1137
|
+
if (process.env[AWS_PROFILE_ENV]?.trim()) return {
|
|
1138
|
+
mode: "api-key",
|
|
1139
|
+
source: resolveEnvSourceLabel({
|
|
1140
|
+
applied,
|
|
1141
|
+
envVars: [AWS_PROFILE_ENV],
|
|
1142
|
+
label: AWS_PROFILE_ENV
|
|
1143
|
+
})
|
|
1144
|
+
};
|
|
1145
|
+
return {
|
|
1146
|
+
mode: "api-key",
|
|
1147
|
+
source: "aws-sdk default chain"
|
|
1148
|
+
};
|
|
1149
|
+
}
|
|
1150
|
+
function hasVertexAdcCredentials() {
|
|
1151
|
+
const gacPath = process.env.GOOGLE_APPLICATION_CREDENTIALS;
|
|
1152
|
+
if (gacPath) return existsSync(gacPath);
|
|
1153
|
+
return existsSync(join(homedir(), ".config", "gcloud", "application_default_credentials.json"));
|
|
1154
|
+
}
|
|
1155
|
+
async function resolveApiKeyForProvider(params) {
|
|
1156
|
+
const { provider, cfg, profileId } = params;
|
|
1157
|
+
const store = params.store ?? ensureAuthProfileStore(params.agentDir);
|
|
1158
|
+
if (profileId) {
|
|
1159
|
+
const resolved = await resolveApiKeyForProfile({
|
|
1160
|
+
cfg,
|
|
1161
|
+
store,
|
|
1162
|
+
profileId,
|
|
1163
|
+
agentDir: params.agentDir
|
|
1164
|
+
});
|
|
1165
|
+
if (!resolved) throw new Error(`No credentials found for profile "${profileId}".`);
|
|
1166
|
+
return {
|
|
1167
|
+
apiKey: resolved.apiKey,
|
|
1168
|
+
profileId,
|
|
1169
|
+
source: `profile:${profileId}`,
|
|
1170
|
+
mode: "api-key"
|
|
1171
|
+
};
|
|
1172
|
+
}
|
|
1173
|
+
const profiles = listProfilesForProvider(store, provider);
|
|
1174
|
+
const preferred = params.preferredProfile;
|
|
1175
|
+
const candidates = preferred && profiles.includes(preferred) ? [preferred, ...profiles.filter((id) => id !== preferred)] : profiles;
|
|
1176
|
+
for (const candidate of candidates) try {
|
|
1177
|
+
const resolved = await resolveApiKeyForProfile({
|
|
1178
|
+
cfg,
|
|
1179
|
+
store,
|
|
1180
|
+
profileId: candidate,
|
|
1181
|
+
agentDir: params.agentDir
|
|
1182
|
+
});
|
|
1183
|
+
if (resolved) return {
|
|
1184
|
+
apiKey: resolved.apiKey,
|
|
1185
|
+
profileId: candidate,
|
|
1186
|
+
source: `profile:${candidate}`,
|
|
1187
|
+
mode: "api-key"
|
|
1188
|
+
};
|
|
1189
|
+
} catch {}
|
|
1190
|
+
const envResolved = resolveEnvApiKey(provider);
|
|
1191
|
+
if (envResolved) return {
|
|
1192
|
+
apiKey: envResolved.apiKey,
|
|
1193
|
+
source: envResolved.source,
|
|
1194
|
+
mode: "api-key"
|
|
1195
|
+
};
|
|
1196
|
+
if (normalizeProviderId(provider) === "amazon-bedrock") return resolveAwsSdkAuthInfo();
|
|
1197
|
+
if (provider === "openai") {
|
|
1198
|
+
if (listProfilesForProvider(store, "openai-codex").length > 0) throw new Error("No API key found for provider \"openai\". You are authenticated with OpenAI Codex OAuth. Use openai-codex/gpt-5.3-codex (OAuth) or set OPENAI_API_KEY to use openai/gpt-5.1-codex.");
|
|
1199
|
+
}
|
|
1200
|
+
const authStorePath = resolveAuthStorePathForDisplay(params.agentDir);
|
|
1201
|
+
const resolvedAgentDir = path.dirname(authStorePath);
|
|
1202
|
+
throw new Error([
|
|
1203
|
+
`No API key found for provider "${provider}".`,
|
|
1204
|
+
`Auth store: ${authStorePath} (agentDir: ${resolvedAgentDir}).`,
|
|
1205
|
+
`Configure auth for this agent (${formatCliCommand("remoteclaw agents add <id>")}) or copy auth-profiles.json from the main agentDir.`
|
|
1206
|
+
].join(" "));
|
|
1207
|
+
}
|
|
1208
|
+
function resolveEnvApiKey(provider) {
|
|
1209
|
+
const normalized = normalizeProviderId(provider);
|
|
1210
|
+
const applied = new Set(getShellEnvAppliedKeys());
|
|
1211
|
+
const pick = (envVar) => {
|
|
1212
|
+
const value = normalizeOptionalSecretInput(process.env[envVar]);
|
|
1213
|
+
if (!value) return null;
|
|
1214
|
+
return {
|
|
1215
|
+
apiKey: value,
|
|
1216
|
+
source: applied.has(envVar) ? `shell env: ${envVar}` : `env: ${envVar}`
|
|
1217
|
+
};
|
|
1218
|
+
};
|
|
1219
|
+
if (normalized === "github-copilot") return pick("COPILOT_GITHUB_TOKEN") ?? pick("GH_TOKEN") ?? pick("GITHUB_TOKEN");
|
|
1220
|
+
if (normalized === "anthropic") return pick("ANTHROPIC_OAUTH_TOKEN") ?? pick("ANTHROPIC_API_KEY");
|
|
1221
|
+
if (normalized === "chutes") return pick("CHUTES_OAUTH_TOKEN") ?? pick("CHUTES_API_KEY");
|
|
1222
|
+
if (normalized === "zai") return pick("ZAI_API_KEY") ?? pick("Z_AI_API_KEY");
|
|
1223
|
+
if (normalized === "google-vertex") {
|
|
1224
|
+
const hasCredentials = hasVertexAdcCredentials();
|
|
1225
|
+
const hasProject = !!(process.env.GOOGLE_CLOUD_PROJECT || process.env.GCLOUD_PROJECT);
|
|
1226
|
+
const hasLocation = !!process.env.GOOGLE_CLOUD_LOCATION;
|
|
1227
|
+
if (hasCredentials && hasProject && hasLocation) return {
|
|
1228
|
+
apiKey: "<authenticated>",
|
|
1229
|
+
source: "gcloud adc"
|
|
1230
|
+
};
|
|
1231
|
+
return null;
|
|
1232
|
+
}
|
|
1233
|
+
if (normalized === "opencode") return pick("OPENCODE_API_KEY") ?? pick("OPENCODE_ZEN_API_KEY");
|
|
1234
|
+
if (normalized === "qwen-portal") return pick("QWEN_OAUTH_TOKEN") ?? pick("QWEN_PORTAL_API_KEY");
|
|
1235
|
+
if (normalized === "volcengine" || normalized === "volcengine-plan") return pick("VOLCANO_ENGINE_API_KEY");
|
|
1236
|
+
if (normalized === "byteplus" || normalized === "byteplus-plan") return pick("BYTEPLUS_API_KEY");
|
|
1237
|
+
if (normalized === "minimax-portal") return pick("MINIMAX_OAUTH_TOKEN") ?? pick("MINIMAX_API_KEY");
|
|
1238
|
+
if (normalized === "kimi-coding") return pick("KIMI_API_KEY") ?? pick("KIMICODE_API_KEY");
|
|
1239
|
+
if (normalized === "huggingface") return pick("HUGGINGFACE_HUB_TOKEN") ?? pick("HF_TOKEN");
|
|
1240
|
+
const envVar = {
|
|
1241
|
+
openai: "OPENAI_API_KEY",
|
|
1242
|
+
google: "GEMINI_API_KEY",
|
|
1243
|
+
voyage: "VOYAGE_API_KEY",
|
|
1244
|
+
groq: "GROQ_API_KEY",
|
|
1245
|
+
deepgram: "DEEPGRAM_API_KEY",
|
|
1246
|
+
cerebras: "CEREBRAS_API_KEY",
|
|
1247
|
+
xai: "XAI_API_KEY",
|
|
1248
|
+
openrouter: "OPENROUTER_API_KEY",
|
|
1249
|
+
litellm: "LITELLM_API_KEY",
|
|
1250
|
+
"vercel-ai-gateway": "AI_GATEWAY_API_KEY",
|
|
1251
|
+
"cloudflare-ai-gateway": "CLOUDFLARE_AI_GATEWAY_API_KEY",
|
|
1252
|
+
moonshot: "MOONSHOT_API_KEY",
|
|
1253
|
+
minimax: "MINIMAX_API_KEY",
|
|
1254
|
+
nvidia: "NVIDIA_API_KEY",
|
|
1255
|
+
xiaomi: "XIAOMI_API_KEY",
|
|
1256
|
+
synthetic: "SYNTHETIC_API_KEY",
|
|
1257
|
+
venice: "VENICE_API_KEY",
|
|
1258
|
+
mistral: "MISTRAL_API_KEY",
|
|
1259
|
+
opencode: "OPENCODE_API_KEY",
|
|
1260
|
+
together: "TOGETHER_API_KEY",
|
|
1261
|
+
qianfan: "QIANFAN_API_KEY",
|
|
1262
|
+
ollama: "OLLAMA_API_KEY",
|
|
1263
|
+
vllm: "VLLM_API_KEY",
|
|
1264
|
+
kilocode: "KILOCODE_API_KEY"
|
|
1265
|
+
}[normalized];
|
|
1266
|
+
if (!envVar) return null;
|
|
1267
|
+
return pick(envVar);
|
|
1268
|
+
}
|
|
1269
|
+
function resolveModelAuthMode(provider, cfg, store) {
|
|
1270
|
+
const resolved = provider?.trim();
|
|
1271
|
+
if (!resolved) return;
|
|
1272
|
+
if (listProfilesForProvider(store ?? ensureAuthProfileStore(), resolved).length > 0) return "api-key";
|
|
1273
|
+
if (normalizeProviderId(resolved) === "amazon-bedrock") return "api-key";
|
|
1274
|
+
if (resolveEnvApiKey(resolved)?.apiKey) return "api-key";
|
|
1275
|
+
return "unknown";
|
|
1276
|
+
}
|
|
1277
|
+
function requireApiKey(auth, provider) {
|
|
1278
|
+
const key = normalizeSecretInput(auth.apiKey);
|
|
1279
|
+
if (key) return key;
|
|
1280
|
+
throw new Error(`No API key resolved for provider "${provider}" (auth mode: ${auth.mode}).`);
|
|
1281
|
+
}
|
|
1282
|
+
function formatApiKeySnippet(apiKey) {
|
|
1283
|
+
const compact = apiKey.replace(/\s+/g, "");
|
|
1284
|
+
if (!compact) return "unknown";
|
|
1285
|
+
const edge = compact.length >= 12 ? 6 : 4;
|
|
1286
|
+
return `${compact.slice(0, edge)}…${compact.slice(-edge)}`;
|
|
1287
|
+
}
|
|
1288
|
+
function resolveModelAuthLabel(params) {
|
|
1289
|
+
const resolvedProvider = params.provider?.trim();
|
|
1290
|
+
if (!resolvedProvider) return;
|
|
1291
|
+
const providerKey = normalizeProviderId(resolvedProvider);
|
|
1292
|
+
const store = ensureAuthProfileStore(params.agentDir, { allowKeychainPrompt: false });
|
|
1293
|
+
const candidates = [params.sessionEntry?.authProfileOverride?.trim(), ...listProfilesForProvider(store, providerKey)].filter(Boolean);
|
|
1294
|
+
for (const profileId of candidates) {
|
|
1295
|
+
const profile = store.profiles[profileId];
|
|
1296
|
+
if (!profile || normalizeProviderId(profile.provider) !== providerKey) continue;
|
|
1297
|
+
const label = resolveAuthProfileDisplayLabel({
|
|
1298
|
+
cfg: params.cfg,
|
|
1299
|
+
store,
|
|
1300
|
+
profileId
|
|
1301
|
+
});
|
|
1302
|
+
return `api-key ${formatApiKeySnippet(profile.key ?? "")}${label ? ` (${label})` : ""}`;
|
|
1303
|
+
}
|
|
1304
|
+
const envKey = resolveEnvApiKey(providerKey);
|
|
1305
|
+
if (envKey?.apiKey) {
|
|
1306
|
+
if (envKey.source.includes("OAUTH_TOKEN")) return `oauth (${envKey.source})`;
|
|
1307
|
+
return `api-key ${formatApiKeySnippet(envKey.apiKey)} (${envKey.source})`;
|
|
1308
|
+
}
|
|
1309
|
+
return "unknown";
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
//#endregion
|
|
1313
|
+
//#region src/media-understanding/fs.ts
|
|
1314
|
+
async function fileExists(filePath) {
|
|
1315
|
+
if (!filePath) return false;
|
|
1316
|
+
try {
|
|
1317
|
+
await fs$1.stat(filePath);
|
|
1318
|
+
return true;
|
|
1319
|
+
} catch {
|
|
1320
|
+
return false;
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
//#endregion
|
|
1325
|
+
//#region src/media-understanding/output-extract.ts
|
|
1326
|
+
function extractLastJsonObject(raw) {
|
|
1327
|
+
const trimmed = raw.trim();
|
|
1328
|
+
const start = trimmed.lastIndexOf("{");
|
|
1329
|
+
if (start === -1) return null;
|
|
1330
|
+
const slice = trimmed.slice(start);
|
|
1331
|
+
try {
|
|
1332
|
+
return JSON.parse(slice);
|
|
1333
|
+
} catch {
|
|
1334
|
+
return null;
|
|
1335
|
+
}
|
|
1336
|
+
}
|
|
1337
|
+
function extractGeminiResponse(raw) {
|
|
1338
|
+
const payload = extractLastJsonObject(raw);
|
|
1339
|
+
if (!payload || typeof payload !== "object") return null;
|
|
1340
|
+
const response = payload.response;
|
|
1341
|
+
if (typeof response !== "string") return null;
|
|
1342
|
+
return response.trim() || null;
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1345
|
+
//#endregion
|
|
1346
|
+
//#region src/agents/live-auth-keys.ts
|
|
1347
|
+
const KEY_SPLIT_RE = /[\s,;]+/g;
|
|
1348
|
+
const GOOGLE_LIVE_SINGLE_KEY = "REMOTECLAW_LIVE_GEMINI_KEY";
|
|
1349
|
+
const PROVIDER_PREFIX_OVERRIDES = {
|
|
1350
|
+
google: "GEMINI",
|
|
1351
|
+
"google-vertex": "GEMINI"
|
|
1352
|
+
};
|
|
1353
|
+
const PROVIDER_API_KEY_CONFIG = {
|
|
1354
|
+
anthropic: {
|
|
1355
|
+
liveSingle: "REMOTECLAW_LIVE_ANTHROPIC_KEY",
|
|
1356
|
+
listVar: "REMOTECLAW_LIVE_ANTHROPIC_KEYS",
|
|
1357
|
+
primaryVar: "ANTHROPIC_API_KEY",
|
|
1358
|
+
prefixedVar: "ANTHROPIC_API_KEY_"
|
|
1359
|
+
},
|
|
1360
|
+
google: {
|
|
1361
|
+
liveSingle: GOOGLE_LIVE_SINGLE_KEY,
|
|
1362
|
+
listVar: "GEMINI_API_KEYS",
|
|
1363
|
+
primaryVar: "GEMINI_API_KEY",
|
|
1364
|
+
prefixedVar: "GEMINI_API_KEY_"
|
|
1365
|
+
},
|
|
1366
|
+
"google-vertex": {
|
|
1367
|
+
liveSingle: GOOGLE_LIVE_SINGLE_KEY,
|
|
1368
|
+
listVar: "GEMINI_API_KEYS",
|
|
1369
|
+
primaryVar: "GEMINI_API_KEY",
|
|
1370
|
+
prefixedVar: "GEMINI_API_KEY_"
|
|
1371
|
+
},
|
|
1372
|
+
openai: {
|
|
1373
|
+
liveSingle: "REMOTECLAW_LIVE_OPENAI_KEY",
|
|
1374
|
+
listVar: "OPENAI_API_KEYS",
|
|
1375
|
+
primaryVar: "OPENAI_API_KEY",
|
|
1376
|
+
prefixedVar: "OPENAI_API_KEY_"
|
|
1377
|
+
}
|
|
1378
|
+
};
|
|
1379
|
+
function parseKeyList(raw) {
|
|
1380
|
+
if (!raw) return [];
|
|
1381
|
+
return raw.split(KEY_SPLIT_RE).map((value) => value.trim()).filter(Boolean);
|
|
1382
|
+
}
|
|
1383
|
+
function collectEnvPrefixedKeys(prefix) {
|
|
1384
|
+
const keys = [];
|
|
1385
|
+
for (const [name, value] of Object.entries(process.env)) {
|
|
1386
|
+
if (!name.startsWith(prefix)) continue;
|
|
1387
|
+
const trimmed = value?.trim();
|
|
1388
|
+
if (!trimmed) continue;
|
|
1389
|
+
keys.push(trimmed);
|
|
1390
|
+
}
|
|
1391
|
+
return keys;
|
|
1392
|
+
}
|
|
1393
|
+
function resolveProviderApiKeyConfig(provider) {
|
|
1394
|
+
const normalized = normalizeProviderId(provider);
|
|
1395
|
+
const custom = PROVIDER_API_KEY_CONFIG[normalized];
|
|
1396
|
+
const base = PROVIDER_PREFIX_OVERRIDES[normalized] ?? normalized.toUpperCase().replace(/-/g, "_");
|
|
1397
|
+
const liveSingle = custom?.liveSingle ?? `REMOTECLAW_LIVE_${base}_KEY`;
|
|
1398
|
+
const listVar = custom?.listVar ?? `${base}_API_KEYS`;
|
|
1399
|
+
const primaryVar = custom?.primaryVar ?? `${base}_API_KEY`;
|
|
1400
|
+
const prefixedVar = custom?.prefixedVar ?? `${base}_API_KEY_`;
|
|
1401
|
+
if (normalized === "google" || normalized === "google-vertex") return {
|
|
1402
|
+
liveSingle,
|
|
1403
|
+
listVar,
|
|
1404
|
+
primaryVar,
|
|
1405
|
+
prefixedVar,
|
|
1406
|
+
fallbackVars: ["GOOGLE_API_KEY"]
|
|
1407
|
+
};
|
|
1408
|
+
return {
|
|
1409
|
+
liveSingle,
|
|
1410
|
+
listVar,
|
|
1411
|
+
primaryVar,
|
|
1412
|
+
prefixedVar,
|
|
1413
|
+
fallbackVars: []
|
|
1414
|
+
};
|
|
1415
|
+
}
|
|
1416
|
+
function collectProviderApiKeys(provider) {
|
|
1417
|
+
const config = resolveProviderApiKeyConfig(provider);
|
|
1418
|
+
const forcedSingle = config.liveSingle ? process.env[config.liveSingle]?.trim() : void 0;
|
|
1419
|
+
if (forcedSingle) return [forcedSingle];
|
|
1420
|
+
const fromList = parseKeyList(config.listVar ? process.env[config.listVar] : void 0);
|
|
1421
|
+
const primary = config.primaryVar ? process.env[config.primaryVar]?.trim() : void 0;
|
|
1422
|
+
const fromPrefixed = config.prefixedVar ? collectEnvPrefixedKeys(config.prefixedVar) : [];
|
|
1423
|
+
const fallback = config.fallbackVars.map((envVar) => process.env[envVar]?.trim()).filter(Boolean);
|
|
1424
|
+
const seen = /* @__PURE__ */ new Set();
|
|
1425
|
+
const add = (value) => {
|
|
1426
|
+
if (!value) return;
|
|
1427
|
+
if (seen.has(value)) return;
|
|
1428
|
+
seen.add(value);
|
|
1429
|
+
};
|
|
1430
|
+
for (const value of fromList) add(value);
|
|
1431
|
+
add(primary);
|
|
1432
|
+
for (const value of fromPrefixed) add(value);
|
|
1433
|
+
for (const value of fallback) add(value);
|
|
1434
|
+
return Array.from(seen);
|
|
1435
|
+
}
|
|
1436
|
+
function isApiKeyRateLimitError(message) {
|
|
1437
|
+
const lower = message.toLowerCase();
|
|
1438
|
+
if (lower.includes("rate_limit")) return true;
|
|
1439
|
+
if (lower.includes("rate limit")) return true;
|
|
1440
|
+
if (lower.includes("429")) return true;
|
|
1441
|
+
if (lower.includes("quota exceeded") || lower.includes("quota_exceeded")) return true;
|
|
1442
|
+
if (lower.includes("resource exhausted") || lower.includes("resource_exhausted")) return true;
|
|
1443
|
+
if (lower.includes("too many requests")) return true;
|
|
1444
|
+
return false;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
//#endregion
|
|
1448
|
+
//#region src/agents/api-key-rotation.ts
|
|
1449
|
+
function dedupeApiKeys(raw) {
|
|
1450
|
+
const seen = /* @__PURE__ */ new Set();
|
|
1451
|
+
const keys = [];
|
|
1452
|
+
for (const value of raw) {
|
|
1453
|
+
const apiKey = value.trim();
|
|
1454
|
+
if (!apiKey || seen.has(apiKey)) continue;
|
|
1455
|
+
seen.add(apiKey);
|
|
1456
|
+
keys.push(apiKey);
|
|
1457
|
+
}
|
|
1458
|
+
return keys;
|
|
1459
|
+
}
|
|
1460
|
+
function collectProviderApiKeysForExecution(params) {
|
|
1461
|
+
const { primaryApiKey, provider } = params;
|
|
1462
|
+
return dedupeApiKeys([primaryApiKey?.trim() ?? "", ...collectProviderApiKeys(provider)]);
|
|
1463
|
+
}
|
|
1464
|
+
async function executeWithApiKeyRotation(params) {
|
|
1465
|
+
const keys = dedupeApiKeys(params.apiKeys);
|
|
1466
|
+
if (keys.length === 0) throw new Error(`No API keys configured for provider "${params.provider}".`);
|
|
1467
|
+
let lastError;
|
|
1468
|
+
for (let attempt = 0; attempt < keys.length; attempt += 1) {
|
|
1469
|
+
const apiKey = keys[attempt];
|
|
1470
|
+
try {
|
|
1471
|
+
return await params.execute(apiKey);
|
|
1472
|
+
} catch (error) {
|
|
1473
|
+
lastError = error;
|
|
1474
|
+
const message = formatErrorMessage(error);
|
|
1475
|
+
if (!(params.shouldRetry ? params.shouldRetry({
|
|
1476
|
+
apiKey,
|
|
1477
|
+
error,
|
|
1478
|
+
attempt,
|
|
1479
|
+
message
|
|
1480
|
+
}) : isApiKeyRateLimitError(message)) || attempt + 1 >= keys.length) break;
|
|
1481
|
+
params.onRetry?.({
|
|
1482
|
+
apiKey,
|
|
1483
|
+
error,
|
|
1484
|
+
attempt,
|
|
1485
|
+
message
|
|
1486
|
+
});
|
|
1487
|
+
}
|
|
1488
|
+
}
|
|
1489
|
+
if (lastError === void 0) throw new Error(`Failed to run API request for ${params.provider}.`);
|
|
1490
|
+
throw lastError;
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
//#endregion
|
|
1494
|
+
//#region src/media-understanding/video.ts
|
|
1495
|
+
function estimateBase64Size(bytes) {
|
|
1496
|
+
return Math.ceil(bytes / 3) * 4;
|
|
1497
|
+
}
|
|
1498
|
+
function resolveVideoMaxBase64Bytes(maxBytes) {
|
|
1499
|
+
const expanded = Math.floor(maxBytes * (4 / 3));
|
|
1500
|
+
return Math.min(expanded, DEFAULT_VIDEO_MAX_BASE64_BYTES);
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1503
|
+
//#endregion
|
|
1504
|
+
//#region src/media-understanding/runner.entries.ts
|
|
1505
|
+
function trimOutput(text, maxChars) {
|
|
1506
|
+
const trimmed = text.trim();
|
|
1507
|
+
if (!maxChars || trimmed.length <= maxChars) return trimmed;
|
|
1508
|
+
return trimmed.slice(0, maxChars).trim();
|
|
1509
|
+
}
|
|
1510
|
+
function extractSherpaOnnxText(raw) {
|
|
1511
|
+
const tryParse = (value) => {
|
|
1512
|
+
const trimmed = value.trim();
|
|
1513
|
+
if (!trimmed) return null;
|
|
1514
|
+
const head = trimmed[0];
|
|
1515
|
+
if (head !== "{" && head !== "\"") return null;
|
|
1516
|
+
try {
|
|
1517
|
+
const parsed = JSON.parse(trimmed);
|
|
1518
|
+
if (typeof parsed === "string") return tryParse(parsed);
|
|
1519
|
+
if (parsed && typeof parsed === "object") {
|
|
1520
|
+
const text = parsed.text;
|
|
1521
|
+
if (typeof text === "string" && text.trim()) return text.trim();
|
|
1522
|
+
}
|
|
1523
|
+
} catch {}
|
|
1524
|
+
return null;
|
|
1525
|
+
};
|
|
1526
|
+
const direct = tryParse(raw);
|
|
1527
|
+
if (direct) return direct;
|
|
1528
|
+
const lines = raw.split("\n").map((line) => line.trim()).filter(Boolean);
|
|
1529
|
+
for (let i = lines.length - 1; i >= 0; i -= 1) {
|
|
1530
|
+
const parsed = tryParse(lines[i] ?? "");
|
|
1531
|
+
if (parsed) return parsed;
|
|
1532
|
+
}
|
|
1533
|
+
return null;
|
|
1534
|
+
}
|
|
1535
|
+
function commandBase(command) {
|
|
1536
|
+
return path.parse(command).name;
|
|
1537
|
+
}
|
|
1538
|
+
function findArgValue(args, keys) {
|
|
1539
|
+
for (let i = 0; i < args.length; i += 1) if (keys.includes(args[i] ?? "")) {
|
|
1540
|
+
const value = args[i + 1];
|
|
1541
|
+
if (value) return value;
|
|
1542
|
+
}
|
|
1543
|
+
}
|
|
1544
|
+
function hasArg(args, keys) {
|
|
1545
|
+
return args.some((arg) => keys.includes(arg));
|
|
1546
|
+
}
|
|
1547
|
+
function resolveWhisperOutputPath(args, mediaPath) {
|
|
1548
|
+
const outputDir = findArgValue(args, ["--output_dir", "-o"]);
|
|
1549
|
+
const outputFormat = findArgValue(args, ["--output_format"]);
|
|
1550
|
+
if (!outputDir || !outputFormat) return null;
|
|
1551
|
+
if (!outputFormat.split(",").map((value) => value.trim()).includes("txt")) return null;
|
|
1552
|
+
const base = path.parse(mediaPath).name;
|
|
1553
|
+
return path.join(outputDir, `${base}.txt`);
|
|
1554
|
+
}
|
|
1555
|
+
function resolveWhisperCppOutputPath(args) {
|
|
1556
|
+
if (!hasArg(args, ["-otxt", "--output-txt"])) return null;
|
|
1557
|
+
const outputBase = findArgValue(args, ["-of", "--output-file"]);
|
|
1558
|
+
if (!outputBase) return null;
|
|
1559
|
+
return `${outputBase}.txt`;
|
|
1560
|
+
}
|
|
1561
|
+
async function resolveCliOutput(params) {
|
|
1562
|
+
const commandId = commandBase(params.command);
|
|
1563
|
+
const fileOutput = commandId === "whisper-cli" ? resolveWhisperCppOutputPath(params.args) : commandId === "whisper" ? resolveWhisperOutputPath(params.args, params.mediaPath) : null;
|
|
1564
|
+
if (fileOutput && await fileExists(fileOutput)) try {
|
|
1565
|
+
const content = await fs$1.readFile(fileOutput, "utf8");
|
|
1566
|
+
if (content.trim()) return content.trim();
|
|
1567
|
+
} catch {}
|
|
1568
|
+
if (commandId === "gemini") {
|
|
1569
|
+
const response = extractGeminiResponse(params.stdout);
|
|
1570
|
+
if (response) return response;
|
|
1571
|
+
}
|
|
1572
|
+
if (commandId === "sherpa-onnx-offline") {
|
|
1573
|
+
const response = extractSherpaOnnxText(params.stdout);
|
|
1574
|
+
if (response) return response;
|
|
1575
|
+
}
|
|
1576
|
+
return params.stdout.trim();
|
|
1577
|
+
}
|
|
1578
|
+
function normalizeProviderQuery(options) {
|
|
1579
|
+
if (!options) return;
|
|
1580
|
+
const query = {};
|
|
1581
|
+
for (const [key, value] of Object.entries(options)) {
|
|
1582
|
+
if (value === void 0) continue;
|
|
1583
|
+
query[key] = value;
|
|
1584
|
+
}
|
|
1585
|
+
return Object.keys(query).length > 0 ? query : void 0;
|
|
1586
|
+
}
|
|
1587
|
+
function buildDeepgramCompatQuery(options) {
|
|
1588
|
+
if (!options) return;
|
|
1589
|
+
const query = {};
|
|
1590
|
+
if (typeof options.detectLanguage === "boolean") query.detect_language = options.detectLanguage;
|
|
1591
|
+
if (typeof options.punctuate === "boolean") query.punctuate = options.punctuate;
|
|
1592
|
+
if (typeof options.smartFormat === "boolean") query.smart_format = options.smartFormat;
|
|
1593
|
+
return Object.keys(query).length > 0 ? query : void 0;
|
|
1594
|
+
}
|
|
1595
|
+
function normalizeDeepgramQueryKeys(query) {
|
|
1596
|
+
const normalized = { ...query };
|
|
1597
|
+
if ("detectLanguage" in normalized) {
|
|
1598
|
+
normalized.detect_language = normalized.detectLanguage;
|
|
1599
|
+
delete normalized.detectLanguage;
|
|
1600
|
+
}
|
|
1601
|
+
if ("smartFormat" in normalized) {
|
|
1602
|
+
normalized.smart_format = normalized.smartFormat;
|
|
1603
|
+
delete normalized.smartFormat;
|
|
1604
|
+
}
|
|
1605
|
+
return normalized;
|
|
1606
|
+
}
|
|
1607
|
+
function resolveProviderQuery(params) {
|
|
1608
|
+
const { providerId, config, entry } = params;
|
|
1609
|
+
const mergedOptions = normalizeProviderQuery({
|
|
1610
|
+
...config?.providerOptions?.[providerId],
|
|
1611
|
+
...entry.providerOptions?.[providerId]
|
|
1612
|
+
});
|
|
1613
|
+
if (providerId !== "deepgram") return mergedOptions;
|
|
1614
|
+
const query = normalizeDeepgramQueryKeys(mergedOptions ?? {});
|
|
1615
|
+
const compat = buildDeepgramCompatQuery({
|
|
1616
|
+
...config?.deepgram,
|
|
1617
|
+
...entry.deepgram
|
|
1618
|
+
});
|
|
1619
|
+
for (const [key, value] of Object.entries(compat ?? {})) if (query[key] === void 0) query[key] = value;
|
|
1620
|
+
return Object.keys(query).length > 0 ? query : void 0;
|
|
1621
|
+
}
|
|
1622
|
+
function buildModelDecision(params) {
|
|
1623
|
+
if (params.entryType === "cli") {
|
|
1624
|
+
const command = params.entry.command?.trim();
|
|
1625
|
+
return {
|
|
1626
|
+
type: "cli",
|
|
1627
|
+
provider: command ?? "cli",
|
|
1628
|
+
model: params.entry.model ?? command,
|
|
1629
|
+
outcome: params.outcome,
|
|
1630
|
+
reason: params.reason
|
|
1631
|
+
};
|
|
1632
|
+
}
|
|
1633
|
+
const providerIdRaw = params.entry.provider?.trim();
|
|
1634
|
+
return {
|
|
1635
|
+
type: "provider",
|
|
1636
|
+
provider: (providerIdRaw ? normalizeMediaProviderId(providerIdRaw) : void 0) ?? providerIdRaw,
|
|
1637
|
+
model: params.entry.model,
|
|
1638
|
+
outcome: params.outcome,
|
|
1639
|
+
reason: params.reason
|
|
1640
|
+
};
|
|
1641
|
+
}
|
|
1642
|
+
function resolveEntryRunOptions(params) {
|
|
1643
|
+
const { capability, entry, cfg } = params;
|
|
1644
|
+
const maxBytes = resolveMaxBytes({
|
|
1645
|
+
capability,
|
|
1646
|
+
entry,
|
|
1647
|
+
cfg,
|
|
1648
|
+
config: params.config
|
|
1649
|
+
});
|
|
1650
|
+
const maxChars = resolveMaxChars({
|
|
1651
|
+
capability,
|
|
1652
|
+
entry,
|
|
1653
|
+
cfg,
|
|
1654
|
+
config: params.config
|
|
1655
|
+
});
|
|
1656
|
+
return {
|
|
1657
|
+
maxBytes,
|
|
1658
|
+
maxChars,
|
|
1659
|
+
timeoutMs: resolveTimeoutMs(entry.timeoutSeconds ?? params.config?.timeoutSeconds ?? cfg.tools?.media?.[capability]?.timeoutSeconds, DEFAULT_TIMEOUT_SECONDS[capability]),
|
|
1660
|
+
prompt: resolvePrompt(capability, entry.prompt ?? params.config?.prompt ?? cfg.tools?.media?.[capability]?.prompt, maxChars)
|
|
1661
|
+
};
|
|
1662
|
+
}
|
|
1663
|
+
async function resolveProviderExecutionAuth(params) {
|
|
1664
|
+
const auth = await resolveApiKeyForProvider({
|
|
1665
|
+
provider: params.providerId,
|
|
1666
|
+
cfg: params.cfg,
|
|
1667
|
+
profileId: params.entry.profile,
|
|
1668
|
+
preferredProfile: params.entry.preferredProfile,
|
|
1669
|
+
agentDir: params.agentDir
|
|
1670
|
+
});
|
|
1671
|
+
return { apiKeys: collectProviderApiKeysForExecution({
|
|
1672
|
+
provider: params.providerId,
|
|
1673
|
+
primaryApiKey: requireApiKey(auth, params.providerId)
|
|
1674
|
+
}) };
|
|
1675
|
+
}
|
|
1676
|
+
async function resolveProviderExecutionContext(params) {
|
|
1677
|
+
const { apiKeys } = await resolveProviderExecutionAuth({
|
|
1678
|
+
providerId: params.providerId,
|
|
1679
|
+
cfg: params.cfg,
|
|
1680
|
+
entry: params.entry,
|
|
1681
|
+
agentDir: params.agentDir
|
|
1682
|
+
});
|
|
1683
|
+
const baseUrl = params.entry.baseUrl ?? params.config?.baseUrl;
|
|
1684
|
+
const mergedHeaders = {
|
|
1685
|
+
...params.config?.headers,
|
|
1686
|
+
...params.entry.headers
|
|
1687
|
+
};
|
|
1688
|
+
return {
|
|
1689
|
+
apiKeys,
|
|
1690
|
+
baseUrl,
|
|
1691
|
+
headers: Object.keys(mergedHeaders).length > 0 ? mergedHeaders : void 0
|
|
1692
|
+
};
|
|
1693
|
+
}
|
|
1694
|
+
function formatDecisionSummary(decision) {
|
|
1695
|
+
const total = decision.attachments.length;
|
|
1696
|
+
const success = decision.attachments.filter((entry) => entry.chosen?.outcome === "success").length;
|
|
1697
|
+
const chosen = decision.attachments.find((entry) => entry.chosen)?.chosen;
|
|
1698
|
+
const provider = chosen?.provider?.trim();
|
|
1699
|
+
const model = chosen?.model?.trim();
|
|
1700
|
+
const modelLabel = provider ? model ? `${provider}/${model}` : provider : void 0;
|
|
1701
|
+
const reason = decision.attachments.flatMap((entry) => entry.attempts.map((attempt) => attempt.reason).filter(Boolean)).find(Boolean);
|
|
1702
|
+
const shortReason = reason ? reason.split(":")[0]?.trim() : void 0;
|
|
1703
|
+
const countLabel = total > 0 ? ` (${success}/${total})` : "";
|
|
1704
|
+
const viaLabel = modelLabel ? ` via ${modelLabel}` : "";
|
|
1705
|
+
const reasonLabel = shortReason ? ` reason=${shortReason}` : "";
|
|
1706
|
+
return `${decision.capability}: ${decision.outcome}${countLabel}${viaLabel}${reasonLabel}`;
|
|
1707
|
+
}
|
|
1708
|
+
async function runProviderEntry(params) {
|
|
1709
|
+
const { entry, capability, cfg } = params;
|
|
1710
|
+
const providerIdRaw = entry.provider?.trim();
|
|
1711
|
+
if (!providerIdRaw) throw new Error(`Provider entry missing provider for ${capability}`);
|
|
1712
|
+
const providerId = normalizeMediaProviderId(providerIdRaw);
|
|
1713
|
+
const { maxBytes, maxChars, timeoutMs, prompt } = resolveEntryRunOptions({
|
|
1714
|
+
capability,
|
|
1715
|
+
entry,
|
|
1716
|
+
cfg,
|
|
1717
|
+
config: params.config
|
|
1718
|
+
});
|
|
1719
|
+
const provider = getMediaUnderstandingProvider(providerId, params.providerRegistry);
|
|
1720
|
+
if (!provider) throw new Error(`Media provider not available: ${providerId}`);
|
|
1721
|
+
if (capability === "audio") {
|
|
1722
|
+
if (!provider.transcribeAudio) throw new Error(`Audio transcription provider "${providerId}" not available.`);
|
|
1723
|
+
const transcribeAudio = provider.transcribeAudio;
|
|
1724
|
+
const media = await params.cache.getBuffer({
|
|
1725
|
+
attachmentIndex: params.attachmentIndex,
|
|
1726
|
+
maxBytes,
|
|
1727
|
+
timeoutMs
|
|
1728
|
+
});
|
|
1729
|
+
const { apiKeys, baseUrl, headers } = await resolveProviderExecutionContext({
|
|
1730
|
+
providerId,
|
|
1731
|
+
cfg,
|
|
1732
|
+
entry,
|
|
1733
|
+
config: params.config,
|
|
1734
|
+
agentDir: params.agentDir
|
|
1735
|
+
});
|
|
1736
|
+
const providerQuery = resolveProviderQuery({
|
|
1737
|
+
providerId,
|
|
1738
|
+
config: params.config,
|
|
1739
|
+
entry
|
|
1740
|
+
});
|
|
1741
|
+
const model = entry.model?.trim() || DEFAULT_AUDIO_MODELS[providerId] || entry.model;
|
|
1742
|
+
const result = await executeWithApiKeyRotation({
|
|
1743
|
+
provider: providerId,
|
|
1744
|
+
apiKeys,
|
|
1745
|
+
execute: async (apiKey) => transcribeAudio({
|
|
1746
|
+
buffer: media.buffer,
|
|
1747
|
+
fileName: media.fileName,
|
|
1748
|
+
mime: media.mime,
|
|
1749
|
+
apiKey,
|
|
1750
|
+
baseUrl,
|
|
1751
|
+
headers,
|
|
1752
|
+
model,
|
|
1753
|
+
language: entry.language ?? params.config?.language ?? cfg.tools?.media?.audio?.language,
|
|
1754
|
+
prompt,
|
|
1755
|
+
query: providerQuery,
|
|
1756
|
+
timeoutMs
|
|
1757
|
+
})
|
|
1758
|
+
});
|
|
1759
|
+
return {
|
|
1760
|
+
kind: "audio.transcription",
|
|
1761
|
+
attachmentIndex: params.attachmentIndex,
|
|
1762
|
+
text: trimOutput(result.text, maxChars),
|
|
1763
|
+
provider: providerId,
|
|
1764
|
+
model: result.model ?? model
|
|
1765
|
+
};
|
|
1766
|
+
}
|
|
1767
|
+
if (!provider.describeVideo) throw new Error(`Video understanding provider "${providerId}" not available.`);
|
|
1768
|
+
const describeVideo = provider.describeVideo;
|
|
1769
|
+
const media = await params.cache.getBuffer({
|
|
1770
|
+
attachmentIndex: params.attachmentIndex,
|
|
1771
|
+
maxBytes,
|
|
1772
|
+
timeoutMs
|
|
1773
|
+
});
|
|
1774
|
+
const estimatedBase64Bytes = estimateBase64Size(media.size);
|
|
1775
|
+
const maxBase64Bytes = resolveVideoMaxBase64Bytes(maxBytes);
|
|
1776
|
+
if (estimatedBase64Bytes > maxBase64Bytes) throw new MediaUnderstandingSkipError("maxBytes", `Video attachment ${params.attachmentIndex + 1} base64 payload ${estimatedBase64Bytes} exceeds ${maxBase64Bytes}`);
|
|
1777
|
+
const { apiKeys, baseUrl, headers } = await resolveProviderExecutionContext({
|
|
1778
|
+
providerId,
|
|
1779
|
+
cfg,
|
|
1780
|
+
entry,
|
|
1781
|
+
config: params.config,
|
|
1782
|
+
agentDir: params.agentDir
|
|
1783
|
+
});
|
|
1784
|
+
const result = await executeWithApiKeyRotation({
|
|
1785
|
+
provider: providerId,
|
|
1786
|
+
apiKeys,
|
|
1787
|
+
execute: (apiKey) => describeVideo({
|
|
1788
|
+
buffer: media.buffer,
|
|
1789
|
+
fileName: media.fileName,
|
|
1790
|
+
mime: media.mime,
|
|
1791
|
+
apiKey,
|
|
1792
|
+
baseUrl,
|
|
1793
|
+
headers,
|
|
1794
|
+
model: entry.model,
|
|
1795
|
+
prompt,
|
|
1796
|
+
timeoutMs
|
|
1797
|
+
})
|
|
1798
|
+
});
|
|
1799
|
+
return {
|
|
1800
|
+
kind: "video.description",
|
|
1801
|
+
attachmentIndex: params.attachmentIndex,
|
|
1802
|
+
text: trimOutput(result.text, maxChars),
|
|
1803
|
+
provider: providerId,
|
|
1804
|
+
model: result.model ?? entry.model
|
|
1805
|
+
};
|
|
1806
|
+
}
|
|
1807
|
+
async function runCliEntry(params) {
|
|
1808
|
+
const { entry, capability, cfg, ctx } = params;
|
|
1809
|
+
const command = entry.command?.trim();
|
|
1810
|
+
const args = entry.args ?? [];
|
|
1811
|
+
if (!command) throw new Error(`CLI entry missing command for ${capability}`);
|
|
1812
|
+
const { maxBytes, maxChars, timeoutMs, prompt } = resolveEntryRunOptions({
|
|
1813
|
+
capability,
|
|
1814
|
+
entry,
|
|
1815
|
+
cfg,
|
|
1816
|
+
config: params.config
|
|
1817
|
+
});
|
|
1818
|
+
const pathResult = await params.cache.getPath({
|
|
1819
|
+
attachmentIndex: params.attachmentIndex,
|
|
1820
|
+
maxBytes,
|
|
1821
|
+
timeoutMs
|
|
1822
|
+
});
|
|
1823
|
+
const outputDir = await fs$1.mkdtemp(path.join(resolvePreferredRemoteClawTmpDir(), "remoteclaw-media-cli-"));
|
|
1824
|
+
const mediaPath = pathResult.path;
|
|
1825
|
+
const outputBase = path.join(outputDir, path.parse(mediaPath).name);
|
|
1826
|
+
const templCtx = {
|
|
1827
|
+
...ctx,
|
|
1828
|
+
MediaPath: mediaPath,
|
|
1829
|
+
MediaDir: path.dirname(mediaPath),
|
|
1830
|
+
OutputDir: outputDir,
|
|
1831
|
+
OutputBase: outputBase,
|
|
1832
|
+
Prompt: prompt,
|
|
1833
|
+
MaxChars: maxChars
|
|
1834
|
+
};
|
|
1835
|
+
const argv = [command, ...args].map((part, index) => index === 0 ? part : applyTemplate(part, templCtx));
|
|
1836
|
+
try {
|
|
1837
|
+
if (shouldLogVerbose()) logVerbose(`Media understanding via CLI: ${argv.join(" ")}`);
|
|
1838
|
+
const { stdout } = await runExec(argv[0], argv.slice(1), {
|
|
1839
|
+
timeoutMs,
|
|
1840
|
+
maxBuffer: CLI_OUTPUT_MAX_BUFFER
|
|
1841
|
+
});
|
|
1842
|
+
const text = trimOutput(await resolveCliOutput({
|
|
1843
|
+
command,
|
|
1844
|
+
args: argv.slice(1),
|
|
1845
|
+
stdout,
|
|
1846
|
+
mediaPath
|
|
1847
|
+
}), maxChars);
|
|
1848
|
+
if (!text) return null;
|
|
1849
|
+
return {
|
|
1850
|
+
kind: capability === "audio" ? "audio.transcription" : `${capability}.description`,
|
|
1851
|
+
attachmentIndex: params.attachmentIndex,
|
|
1852
|
+
text,
|
|
1853
|
+
provider: "cli",
|
|
1854
|
+
model: command
|
|
1855
|
+
};
|
|
1856
|
+
} finally {
|
|
1857
|
+
await fs$1.rm(outputDir, {
|
|
1858
|
+
recursive: true,
|
|
1859
|
+
force: true
|
|
1860
|
+
}).catch(() => {});
|
|
1861
|
+
}
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
//#endregion
|
|
1865
|
+
//#region src/media-understanding/runner.ts
|
|
1866
|
+
function buildProviderRegistry(overrides) {
|
|
1867
|
+
return buildMediaUnderstandingRegistry(overrides);
|
|
1868
|
+
}
|
|
1869
|
+
function normalizeMediaAttachments(ctx) {
|
|
1870
|
+
return normalizeAttachments(ctx);
|
|
1871
|
+
}
|
|
1872
|
+
function resolveMediaAttachmentLocalRoots(params) {
|
|
1873
|
+
return mergeInboundPathRoots(getDefaultMediaLocalRoots(), resolveIMessageAttachmentRoots({
|
|
1874
|
+
cfg: params.cfg,
|
|
1875
|
+
accountId: params.ctx.AccountId
|
|
1876
|
+
}));
|
|
1877
|
+
}
|
|
1878
|
+
function createMediaAttachmentCache(attachments, options) {
|
|
1879
|
+
return new MediaAttachmentCache(attachments, options);
|
|
1880
|
+
}
|
|
1881
|
+
const binaryCache = /* @__PURE__ */ new Map();
|
|
1882
|
+
const geminiProbeCache = /* @__PURE__ */ new Map();
|
|
1883
|
+
function expandHomeDir(value) {
|
|
1884
|
+
if (!value.startsWith("~")) return value;
|
|
1885
|
+
const home = os.homedir();
|
|
1886
|
+
if (value === "~") return home;
|
|
1887
|
+
if (value.startsWith("~/")) return path.join(home, value.slice(2));
|
|
1888
|
+
return value;
|
|
1889
|
+
}
|
|
1890
|
+
function hasPathSeparator(value) {
|
|
1891
|
+
return value.includes("/") || value.includes("\\");
|
|
1892
|
+
}
|
|
1893
|
+
function candidateBinaryNames(name) {
|
|
1894
|
+
if (process.platform !== "win32") return [name];
|
|
1895
|
+
if (path.extname(name)) return [name];
|
|
1896
|
+
const pathext = (process.env.PATHEXT ?? ".EXE;.CMD;.BAT;.COM").split(";").map((item) => item.trim()).filter(Boolean).map((item) => item.startsWith(".") ? item : `.${item}`);
|
|
1897
|
+
return [name, ...Array.from(new Set(pathext)).map((item) => `${name}${item}`)];
|
|
1898
|
+
}
|
|
1899
|
+
async function isExecutable(filePath) {
|
|
1900
|
+
try {
|
|
1901
|
+
if (!(await fs$1.stat(filePath)).isFile()) return false;
|
|
1902
|
+
if (process.platform === "win32") return true;
|
|
1903
|
+
await fs$1.access(filePath, constants.X_OK);
|
|
1904
|
+
return true;
|
|
1905
|
+
} catch {
|
|
1906
|
+
return false;
|
|
1907
|
+
}
|
|
1908
|
+
}
|
|
1909
|
+
async function findBinary(name) {
|
|
1910
|
+
const cached = binaryCache.get(name);
|
|
1911
|
+
if (cached) return cached;
|
|
1912
|
+
const resolved = (async () => {
|
|
1913
|
+
const direct = expandHomeDir(name.trim());
|
|
1914
|
+
if (direct && hasPathSeparator(direct)) {
|
|
1915
|
+
for (const candidate of candidateBinaryNames(direct)) if (await isExecutable(candidate)) return candidate;
|
|
1916
|
+
}
|
|
1917
|
+
const searchName = name.trim();
|
|
1918
|
+
if (!searchName) return null;
|
|
1919
|
+
const pathEntries = (process.env.PATH ?? "").split(path.delimiter);
|
|
1920
|
+
const candidates = candidateBinaryNames(searchName);
|
|
1921
|
+
for (const entryRaw of pathEntries) {
|
|
1922
|
+
const entry = expandHomeDir(entryRaw.trim().replace(/^"(.*)"$/, "$1"));
|
|
1923
|
+
if (!entry) continue;
|
|
1924
|
+
for (const candidate of candidates) {
|
|
1925
|
+
const fullPath = path.join(entry, candidate);
|
|
1926
|
+
if (await isExecutable(fullPath)) return fullPath;
|
|
1927
|
+
}
|
|
1928
|
+
}
|
|
1929
|
+
return null;
|
|
1930
|
+
})();
|
|
1931
|
+
binaryCache.set(name, resolved);
|
|
1932
|
+
return resolved;
|
|
1933
|
+
}
|
|
1934
|
+
async function hasBinary(name) {
|
|
1935
|
+
return Boolean(await findBinary(name));
|
|
1936
|
+
}
|
|
1937
|
+
async function probeGeminiCli() {
|
|
1938
|
+
const cached = geminiProbeCache.get("gemini");
|
|
1939
|
+
if (cached) return cached;
|
|
1940
|
+
const resolved = (async () => {
|
|
1941
|
+
if (!await hasBinary("gemini")) return false;
|
|
1942
|
+
try {
|
|
1943
|
+
const { stdout } = await runExec("gemini", [
|
|
1944
|
+
"--output-format",
|
|
1945
|
+
"json",
|
|
1946
|
+
"ok"
|
|
1947
|
+
], { timeoutMs: 8e3 });
|
|
1948
|
+
return Boolean(extractGeminiResponse(stdout) ?? stdout.toLowerCase().includes("ok"));
|
|
1949
|
+
} catch {
|
|
1950
|
+
return false;
|
|
1951
|
+
}
|
|
1952
|
+
})();
|
|
1953
|
+
geminiProbeCache.set("gemini", resolved);
|
|
1954
|
+
return resolved;
|
|
1955
|
+
}
|
|
1956
|
+
async function resolveLocalWhisperCppEntry() {
|
|
1957
|
+
if (!await hasBinary("whisper-cli")) return null;
|
|
1958
|
+
const envModel = process.env.WHISPER_CPP_MODEL?.trim();
|
|
1959
|
+
const modelPath = envModel && await fileExists(envModel) ? envModel : "/opt/homebrew/share/whisper-cpp/for-tests-ggml-tiny.bin";
|
|
1960
|
+
if (!await fileExists(modelPath)) return null;
|
|
1961
|
+
return {
|
|
1962
|
+
type: "cli",
|
|
1963
|
+
command: "whisper-cli",
|
|
1964
|
+
args: [
|
|
1965
|
+
"-m",
|
|
1966
|
+
modelPath,
|
|
1967
|
+
"-otxt",
|
|
1968
|
+
"-of",
|
|
1969
|
+
"{{OutputBase}}",
|
|
1970
|
+
"-np",
|
|
1971
|
+
"-nt",
|
|
1972
|
+
"{{MediaPath}}"
|
|
1973
|
+
]
|
|
1974
|
+
};
|
|
1975
|
+
}
|
|
1976
|
+
async function resolveLocalWhisperEntry() {
|
|
1977
|
+
if (!await hasBinary("whisper")) return null;
|
|
1978
|
+
return {
|
|
1979
|
+
type: "cli",
|
|
1980
|
+
command: "whisper",
|
|
1981
|
+
args: [
|
|
1982
|
+
"--model",
|
|
1983
|
+
"turbo",
|
|
1984
|
+
"--output_format",
|
|
1985
|
+
"txt",
|
|
1986
|
+
"--output_dir",
|
|
1987
|
+
"{{OutputDir}}",
|
|
1988
|
+
"--verbose",
|
|
1989
|
+
"False",
|
|
1990
|
+
"{{MediaPath}}"
|
|
1991
|
+
]
|
|
1992
|
+
};
|
|
1993
|
+
}
|
|
1994
|
+
async function resolveSherpaOnnxEntry() {
|
|
1995
|
+
if (!await hasBinary("sherpa-onnx-offline")) return null;
|
|
1996
|
+
const modelDir = process.env.SHERPA_ONNX_MODEL_DIR?.trim();
|
|
1997
|
+
if (!modelDir) return null;
|
|
1998
|
+
const tokens = path.join(modelDir, "tokens.txt");
|
|
1999
|
+
const encoder = path.join(modelDir, "encoder.onnx");
|
|
2000
|
+
const decoder = path.join(modelDir, "decoder.onnx");
|
|
2001
|
+
const joiner = path.join(modelDir, "joiner.onnx");
|
|
2002
|
+
if (!await fileExists(tokens)) return null;
|
|
2003
|
+
if (!await fileExists(encoder)) return null;
|
|
2004
|
+
if (!await fileExists(decoder)) return null;
|
|
2005
|
+
if (!await fileExists(joiner)) return null;
|
|
2006
|
+
return {
|
|
2007
|
+
type: "cli",
|
|
2008
|
+
command: "sherpa-onnx-offline",
|
|
2009
|
+
args: [
|
|
2010
|
+
`--tokens=${tokens}`,
|
|
2011
|
+
`--encoder=${encoder}`,
|
|
2012
|
+
`--decoder=${decoder}`,
|
|
2013
|
+
`--joiner=${joiner}`,
|
|
2014
|
+
"{{MediaPath}}"
|
|
2015
|
+
]
|
|
2016
|
+
};
|
|
2017
|
+
}
|
|
2018
|
+
async function resolveLocalAudioEntry() {
|
|
2019
|
+
const sherpa = await resolveSherpaOnnxEntry();
|
|
2020
|
+
if (sherpa) return sherpa;
|
|
2021
|
+
const whisperCpp = await resolveLocalWhisperCppEntry();
|
|
2022
|
+
if (whisperCpp) return whisperCpp;
|
|
2023
|
+
return await resolveLocalWhisperEntry();
|
|
2024
|
+
}
|
|
2025
|
+
async function resolveGeminiCliEntry(_capability) {
|
|
2026
|
+
if (!await probeGeminiCli()) return null;
|
|
2027
|
+
return {
|
|
2028
|
+
type: "cli",
|
|
2029
|
+
command: "gemini",
|
|
2030
|
+
args: [
|
|
2031
|
+
"--output-format",
|
|
2032
|
+
"json",
|
|
2033
|
+
"--allowed-tools",
|
|
2034
|
+
"read_many_files",
|
|
2035
|
+
"--include-directories",
|
|
2036
|
+
"{{MediaDir}}",
|
|
2037
|
+
"{{Prompt}}",
|
|
2038
|
+
"Use read_many_files to read {{MediaPath}} and respond with only the text output."
|
|
2039
|
+
]
|
|
2040
|
+
};
|
|
2041
|
+
}
|
|
2042
|
+
async function resolveKeyEntry(params) {
|
|
2043
|
+
const { cfg, agentDir, providerRegistry, capability } = params;
|
|
2044
|
+
const checkProvider = async (providerId, model) => {
|
|
2045
|
+
const provider = getMediaUnderstandingProvider(providerId, providerRegistry);
|
|
2046
|
+
if (!provider) return null;
|
|
2047
|
+
if (capability === "audio" && !provider.transcribeAudio) return null;
|
|
2048
|
+
if (capability === "video" && !provider.describeVideo) return null;
|
|
2049
|
+
try {
|
|
2050
|
+
await resolveApiKeyForProvider({
|
|
2051
|
+
provider: providerId,
|
|
2052
|
+
cfg,
|
|
2053
|
+
agentDir
|
|
2054
|
+
});
|
|
2055
|
+
return {
|
|
2056
|
+
type: "provider",
|
|
2057
|
+
provider: providerId,
|
|
2058
|
+
model
|
|
2059
|
+
};
|
|
2060
|
+
} catch {
|
|
2061
|
+
return null;
|
|
2062
|
+
}
|
|
2063
|
+
};
|
|
2064
|
+
if (capability === "video") {
|
|
2065
|
+
const activeProvider = params.activeModel?.provider?.trim();
|
|
2066
|
+
if (activeProvider) {
|
|
2067
|
+
const activeEntry = await checkProvider(activeProvider, params.activeModel?.model);
|
|
2068
|
+
if (activeEntry) return activeEntry;
|
|
2069
|
+
}
|
|
2070
|
+
for (const providerId of AUTO_VIDEO_KEY_PROVIDERS) {
|
|
2071
|
+
const entry = await checkProvider(providerId, void 0);
|
|
2072
|
+
if (entry) return entry;
|
|
2073
|
+
}
|
|
2074
|
+
return null;
|
|
2075
|
+
}
|
|
2076
|
+
const activeProvider = params.activeModel?.provider?.trim();
|
|
2077
|
+
if (activeProvider) {
|
|
2078
|
+
const activeEntry = await checkProvider(activeProvider, params.activeModel?.model);
|
|
2079
|
+
if (activeEntry) return activeEntry;
|
|
2080
|
+
}
|
|
2081
|
+
for (const providerId of AUTO_AUDIO_KEY_PROVIDERS) {
|
|
2082
|
+
const entry = await checkProvider(providerId, void 0);
|
|
2083
|
+
if (entry) return entry;
|
|
2084
|
+
}
|
|
2085
|
+
return null;
|
|
2086
|
+
}
|
|
2087
|
+
async function resolveAutoEntries(params) {
|
|
2088
|
+
const activeEntry = await resolveActiveModelEntry(params);
|
|
2089
|
+
if (activeEntry) return [activeEntry];
|
|
2090
|
+
if (params.capability === "audio") {
|
|
2091
|
+
const localAudio = await resolveLocalAudioEntry();
|
|
2092
|
+
if (localAudio) return [localAudio];
|
|
2093
|
+
}
|
|
2094
|
+
const gemini = await resolveGeminiCliEntry(params.capability);
|
|
2095
|
+
if (gemini) return [gemini];
|
|
2096
|
+
const keys = await resolveKeyEntry(params);
|
|
2097
|
+
if (keys) return [keys];
|
|
2098
|
+
return [];
|
|
2099
|
+
}
|
|
2100
|
+
async function resolveActiveModelEntry(params) {
|
|
2101
|
+
const activeProviderRaw = params.activeModel?.provider?.trim();
|
|
2102
|
+
if (!activeProviderRaw) return null;
|
|
2103
|
+
const providerId = normalizeMediaProviderId(activeProviderRaw);
|
|
2104
|
+
if (!providerId) return null;
|
|
2105
|
+
const provider = getMediaUnderstandingProvider(providerId, params.providerRegistry);
|
|
2106
|
+
if (!provider) return null;
|
|
2107
|
+
if (params.capability === "audio" && !provider.transcribeAudio) return null;
|
|
2108
|
+
if (params.capability === "video" && !provider.describeVideo) return null;
|
|
2109
|
+
try {
|
|
2110
|
+
await resolveApiKeyForProvider({
|
|
2111
|
+
provider: providerId,
|
|
2112
|
+
cfg: params.cfg,
|
|
2113
|
+
agentDir: params.agentDir
|
|
2114
|
+
});
|
|
2115
|
+
} catch {
|
|
2116
|
+
return null;
|
|
2117
|
+
}
|
|
2118
|
+
return {
|
|
2119
|
+
type: "provider",
|
|
2120
|
+
provider: providerId,
|
|
2121
|
+
model: params.activeModel?.model
|
|
2122
|
+
};
|
|
2123
|
+
}
|
|
2124
|
+
async function runAttachmentEntries(params) {
|
|
2125
|
+
const { entries, capability } = params;
|
|
2126
|
+
const attempts = [];
|
|
2127
|
+
for (const entry of entries) {
|
|
2128
|
+
const entryType = entry.type ?? (entry.command ? "cli" : "provider");
|
|
2129
|
+
try {
|
|
2130
|
+
const result = entryType === "cli" ? await runCliEntry({
|
|
2131
|
+
capability,
|
|
2132
|
+
entry,
|
|
2133
|
+
cfg: params.cfg,
|
|
2134
|
+
ctx: params.ctx,
|
|
2135
|
+
attachmentIndex: params.attachmentIndex,
|
|
2136
|
+
cache: params.cache,
|
|
2137
|
+
config: params.config
|
|
2138
|
+
}) : await runProviderEntry({
|
|
2139
|
+
capability,
|
|
2140
|
+
entry,
|
|
2141
|
+
cfg: params.cfg,
|
|
2142
|
+
ctx: params.ctx,
|
|
2143
|
+
attachmentIndex: params.attachmentIndex,
|
|
2144
|
+
cache: params.cache,
|
|
2145
|
+
agentDir: params.agentDir,
|
|
2146
|
+
providerRegistry: params.providerRegistry,
|
|
2147
|
+
config: params.config
|
|
2148
|
+
});
|
|
2149
|
+
if (result) {
|
|
2150
|
+
const decision = buildModelDecision({
|
|
2151
|
+
entry,
|
|
2152
|
+
entryType,
|
|
2153
|
+
outcome: "success"
|
|
2154
|
+
});
|
|
2155
|
+
if (result.provider) decision.provider = result.provider;
|
|
2156
|
+
if (result.model) decision.model = result.model;
|
|
2157
|
+
attempts.push(decision);
|
|
2158
|
+
return {
|
|
2159
|
+
output: result,
|
|
2160
|
+
attempts
|
|
2161
|
+
};
|
|
2162
|
+
}
|
|
2163
|
+
attempts.push(buildModelDecision({
|
|
2164
|
+
entry,
|
|
2165
|
+
entryType,
|
|
2166
|
+
outcome: "skipped",
|
|
2167
|
+
reason: "empty output"
|
|
2168
|
+
}));
|
|
2169
|
+
} catch (err) {
|
|
2170
|
+
if (isMediaUnderstandingSkipError(err)) {
|
|
2171
|
+
attempts.push(buildModelDecision({
|
|
2172
|
+
entry,
|
|
2173
|
+
entryType,
|
|
2174
|
+
outcome: "skipped",
|
|
2175
|
+
reason: `${err.reason}: ${err.message}`
|
|
2176
|
+
}));
|
|
2177
|
+
if (shouldLogVerbose()) logVerbose(`Skipping ${capability} model due to ${err.reason}: ${err.message}`);
|
|
2178
|
+
continue;
|
|
2179
|
+
}
|
|
2180
|
+
attempts.push(buildModelDecision({
|
|
2181
|
+
entry,
|
|
2182
|
+
entryType,
|
|
2183
|
+
outcome: "failed",
|
|
2184
|
+
reason: String(err)
|
|
2185
|
+
}));
|
|
2186
|
+
if (shouldLogVerbose()) logVerbose(`${capability} understanding failed: ${String(err)}`);
|
|
2187
|
+
}
|
|
2188
|
+
}
|
|
2189
|
+
return {
|
|
2190
|
+
output: null,
|
|
2191
|
+
attempts
|
|
2192
|
+
};
|
|
2193
|
+
}
|
|
2194
|
+
async function runCapability(params) {
|
|
2195
|
+
const { capability, cfg, ctx } = params;
|
|
2196
|
+
const config = params.config ?? cfg.tools?.media?.[capability];
|
|
2197
|
+
if (config?.enabled === false) return {
|
|
2198
|
+
outputs: [],
|
|
2199
|
+
decision: {
|
|
2200
|
+
capability,
|
|
2201
|
+
outcome: "disabled",
|
|
2202
|
+
attachments: []
|
|
2203
|
+
}
|
|
2204
|
+
};
|
|
2205
|
+
const attachmentPolicy = config?.attachments;
|
|
2206
|
+
const selected = selectAttachments({
|
|
2207
|
+
capability,
|
|
2208
|
+
attachments: params.media,
|
|
2209
|
+
policy: attachmentPolicy
|
|
2210
|
+
});
|
|
2211
|
+
if (selected.length === 0) return {
|
|
2212
|
+
outputs: [],
|
|
2213
|
+
decision: {
|
|
2214
|
+
capability,
|
|
2215
|
+
outcome: "no-attachment",
|
|
2216
|
+
attachments: []
|
|
2217
|
+
}
|
|
2218
|
+
};
|
|
2219
|
+
if (resolveScopeDecision({
|
|
2220
|
+
scope: config?.scope,
|
|
2221
|
+
ctx
|
|
2222
|
+
}) === "deny") {
|
|
2223
|
+
if (shouldLogVerbose()) logVerbose(`${capability} understanding disabled by scope policy.`);
|
|
2224
|
+
return {
|
|
2225
|
+
outputs: [],
|
|
2226
|
+
decision: {
|
|
2227
|
+
capability,
|
|
2228
|
+
outcome: "scope-deny",
|
|
2229
|
+
attachments: selected.map((item) => ({
|
|
2230
|
+
attachmentIndex: item.index,
|
|
2231
|
+
attempts: []
|
|
2232
|
+
}))
|
|
2233
|
+
}
|
|
2234
|
+
};
|
|
2235
|
+
}
|
|
2236
|
+
let resolvedEntries = resolveModelEntries({
|
|
2237
|
+
cfg,
|
|
2238
|
+
capability,
|
|
2239
|
+
config,
|
|
2240
|
+
providerRegistry: params.providerRegistry
|
|
2241
|
+
});
|
|
2242
|
+
if (resolvedEntries.length === 0) resolvedEntries = await resolveAutoEntries({
|
|
2243
|
+
cfg,
|
|
2244
|
+
agentDir: params.agentDir,
|
|
2245
|
+
providerRegistry: params.providerRegistry,
|
|
2246
|
+
capability,
|
|
2247
|
+
activeModel: params.activeModel
|
|
2248
|
+
});
|
|
2249
|
+
if (resolvedEntries.length === 0) return {
|
|
2250
|
+
outputs: [],
|
|
2251
|
+
decision: {
|
|
2252
|
+
capability,
|
|
2253
|
+
outcome: "skipped",
|
|
2254
|
+
attachments: selected.map((item) => ({
|
|
2255
|
+
attachmentIndex: item.index,
|
|
2256
|
+
attempts: []
|
|
2257
|
+
}))
|
|
2258
|
+
}
|
|
2259
|
+
};
|
|
2260
|
+
const outputs = [];
|
|
2261
|
+
const attachmentDecisions = [];
|
|
2262
|
+
for (const attachment of selected) {
|
|
2263
|
+
const { output, attempts } = await runAttachmentEntries({
|
|
2264
|
+
capability,
|
|
2265
|
+
cfg,
|
|
2266
|
+
ctx,
|
|
2267
|
+
attachmentIndex: attachment.index,
|
|
2268
|
+
agentDir: params.agentDir,
|
|
2269
|
+
providerRegistry: params.providerRegistry,
|
|
2270
|
+
cache: params.attachments,
|
|
2271
|
+
entries: resolvedEntries,
|
|
2272
|
+
config
|
|
2273
|
+
});
|
|
2274
|
+
if (output) outputs.push(output);
|
|
2275
|
+
attachmentDecisions.push({
|
|
2276
|
+
attachmentIndex: attachment.index,
|
|
2277
|
+
attempts,
|
|
2278
|
+
chosen: attempts.find((attempt) => attempt.outcome === "success")
|
|
2279
|
+
});
|
|
2280
|
+
}
|
|
2281
|
+
const decision = {
|
|
2282
|
+
capability,
|
|
2283
|
+
outcome: outputs.length > 0 ? "success" : "skipped",
|
|
2284
|
+
attachments: attachmentDecisions
|
|
2285
|
+
};
|
|
2286
|
+
if (shouldLogVerbose()) logVerbose(`Media understanding ${formatDecisionSummary(decision)}`);
|
|
2287
|
+
return {
|
|
2288
|
+
outputs,
|
|
2289
|
+
decision
|
|
2290
|
+
};
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2293
|
+
//#endregion
|
|
2294
|
+
export { CLI_OUTPUT_MAX_BUFFER as _, runCapability as a, isAudioAttachment as c, installUnhandledRejectionHandler as d, registerUnhandledRejectionHandler as f, resolveMediaUnderstandingScope as g, normalizeMediaUnderstandingChatType as h, resolveMediaAttachmentLocalRoots as i, resolveAttachmentKind as l, resolveTimeoutMs as m, createMediaAttachmentCache as n, resolveModelAuthLabel as o, resolveConcurrency as p, normalizeMediaAttachments as r, resolveModelAuthMode as s, buildProviderRegistry as t, buildRandomTempFilePath as u, applyTemplate as v };
|