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,3065 @@
|
|
|
1
|
+
import { R as resolveDiscordAccount, T as mergeInboundPathRoots, U as INTERNAL_MESSAGE_CHANNEL, X as GATEWAY_CLIENT_IDS, Z as GATEWAY_CLIENT_MODES, dt as DEFAULT_ACCOUNT_ID, f as getDefaultMediaLocalRoots, ft as normalizeAccountId, g as resolveChunkMode, h as chunkMarkdownTextWithMode, p as resolveMarkdownTableMode, t as loadWebMedia, tt as formatCliCommand, w as DEFAULT_IMESSAGE_ATTACHMENT_ROOTS, x as loadConfig, z as normalizeDiscordToken } from "./media-CojxZ45J.js";
|
|
2
|
+
import { C as getChildLogger, g as toWhatsappJid, i as CHAT_CHANNEL_ORDER, t as createSubsystemLogger, u as escapeRegExp } from "./subsystem-BUXAJwPD.js";
|
|
3
|
+
import { L as INPUT_PROVENANCE_KIND_VALUES } from "./usage-CYlQW4M2.js";
|
|
4
|
+
import "./targets-JCISV-hS.js";
|
|
5
|
+
import "./accounts-DBohBlww.js";
|
|
6
|
+
import { t as generateSecureUuid } from "./secure-random-Pl9rPl0l.js";
|
|
7
|
+
import "./fetch-BFSBLBkA.js";
|
|
8
|
+
import "./retry-DUjAzOBy.js";
|
|
9
|
+
import { n as resolveDiscordTarget, t as parseDiscordTarget } from "./targets-C1NeMn2J.js";
|
|
10
|
+
import "./store-CPJXuhvQ.js";
|
|
11
|
+
import "./send-B84axiIa.js";
|
|
12
|
+
import { n as createDiscordRetryRunner, t as recordChannelActivity } from "./channel-activity-C-G4n9BK.js";
|
|
13
|
+
import "./render-6ahYfPwj.js";
|
|
14
|
+
import { t as convertMarkdownTables } from "./tables-PxcSPSO0.js";
|
|
15
|
+
import "./send-BqVOxAmK.js";
|
|
16
|
+
import path, { join } from "node:path";
|
|
17
|
+
import fs, { constants, readFileSync } from "node:fs";
|
|
18
|
+
import os, { homedir } from "node:os";
|
|
19
|
+
import JSON5 from "json5";
|
|
20
|
+
import { promisify } from "node:util";
|
|
21
|
+
import fs$1 from "node:fs/promises";
|
|
22
|
+
import crypto, { randomUUID } from "node:crypto";
|
|
23
|
+
import { execFile } from "node:child_process";
|
|
24
|
+
import { fileURLToPath } from "node:url";
|
|
25
|
+
import AjvPkg from "ajv";
|
|
26
|
+
import "ws";
|
|
27
|
+
import { Type } from "@sinclair/typebox";
|
|
28
|
+
import process$1 from "node:process";
|
|
29
|
+
import "node-edge-tts";
|
|
30
|
+
import { ChannelType, PermissionFlagsBits, Routes } from "discord-api-types/v10";
|
|
31
|
+
import { Embed, RequestClient, serializePayload } from "@buape/carbon";
|
|
32
|
+
import "discord-api-types/payloads/v10";
|
|
33
|
+
import "@whiskeysockets/baileys";
|
|
34
|
+
import "qrcode-terminal";
|
|
35
|
+
|
|
36
|
+
//#region src/infra/device-identity.ts
|
|
37
|
+
const ED25519_SPKI_PREFIX = Buffer.from("302a300506032b6570032100", "hex");
|
|
38
|
+
|
|
39
|
+
//#endregion
|
|
40
|
+
//#region src/infra/tls/gateway.ts
|
|
41
|
+
const execFileAsync$1 = promisify(execFile);
|
|
42
|
+
|
|
43
|
+
//#endregion
|
|
44
|
+
//#region src/infra/json-files.ts
|
|
45
|
+
function createAsyncLock() {
|
|
46
|
+
let lock = Promise.resolve();
|
|
47
|
+
return async function withLock(fn) {
|
|
48
|
+
const prev = lock;
|
|
49
|
+
let release;
|
|
50
|
+
lock = new Promise((resolve) => {
|
|
51
|
+
release = resolve;
|
|
52
|
+
});
|
|
53
|
+
await prev;
|
|
54
|
+
try {
|
|
55
|
+
return await fn();
|
|
56
|
+
} finally {
|
|
57
|
+
release?.();
|
|
58
|
+
}
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
//#endregion
|
|
63
|
+
//#region src/infra/device-pairing.ts
|
|
64
|
+
const PENDING_TTL_MS = 300 * 1e3;
|
|
65
|
+
const withLock = createAsyncLock();
|
|
66
|
+
|
|
67
|
+
//#endregion
|
|
68
|
+
//#region src/sessions/session-label.ts
|
|
69
|
+
const SESSION_LABEL_MAX_LENGTH = 64;
|
|
70
|
+
|
|
71
|
+
//#endregion
|
|
72
|
+
//#region src/gateway/protocol/schema/primitives.ts
|
|
73
|
+
const NonEmptyString = Type.String({ minLength: 1 });
|
|
74
|
+
const SessionLabelString = Type.String({
|
|
75
|
+
minLength: 1,
|
|
76
|
+
maxLength: SESSION_LABEL_MAX_LENGTH
|
|
77
|
+
});
|
|
78
|
+
const GatewayClientIdSchema = Type.Union(Object.values(GATEWAY_CLIENT_IDS).map((value) => Type.Literal(value)));
|
|
79
|
+
const GatewayClientModeSchema = Type.Union(Object.values(GATEWAY_CLIENT_MODES).map((value) => Type.Literal(value)));
|
|
80
|
+
|
|
81
|
+
//#endregion
|
|
82
|
+
//#region src/gateway/protocol/schema/agent.ts
|
|
83
|
+
const AgentEventSchema = Type.Object({
|
|
84
|
+
runId: NonEmptyString,
|
|
85
|
+
seq: Type.Integer({ minimum: 0 }),
|
|
86
|
+
stream: NonEmptyString,
|
|
87
|
+
ts: Type.Integer({ minimum: 0 }),
|
|
88
|
+
data: Type.Record(Type.String(), Type.Unknown())
|
|
89
|
+
}, { additionalProperties: false });
|
|
90
|
+
const SendParamsSchema = Type.Object({
|
|
91
|
+
to: NonEmptyString,
|
|
92
|
+
message: Type.Optional(Type.String()),
|
|
93
|
+
mediaUrl: Type.Optional(Type.String()),
|
|
94
|
+
mediaUrls: Type.Optional(Type.Array(Type.String())),
|
|
95
|
+
gifPlayback: Type.Optional(Type.Boolean()),
|
|
96
|
+
channel: Type.Optional(Type.String()),
|
|
97
|
+
accountId: Type.Optional(Type.String()),
|
|
98
|
+
threadId: Type.Optional(Type.String()),
|
|
99
|
+
sessionKey: Type.Optional(Type.String()),
|
|
100
|
+
idempotencyKey: NonEmptyString
|
|
101
|
+
}, { additionalProperties: false });
|
|
102
|
+
const PollParamsSchema = Type.Object({
|
|
103
|
+
to: NonEmptyString,
|
|
104
|
+
question: NonEmptyString,
|
|
105
|
+
options: Type.Array(NonEmptyString, {
|
|
106
|
+
minItems: 2,
|
|
107
|
+
maxItems: 12
|
|
108
|
+
}),
|
|
109
|
+
maxSelections: Type.Optional(Type.Integer({
|
|
110
|
+
minimum: 1,
|
|
111
|
+
maximum: 12
|
|
112
|
+
})),
|
|
113
|
+
durationSeconds: Type.Optional(Type.Integer({
|
|
114
|
+
minimum: 1,
|
|
115
|
+
maximum: 604800
|
|
116
|
+
})),
|
|
117
|
+
durationHours: Type.Optional(Type.Integer({ minimum: 1 })),
|
|
118
|
+
silent: Type.Optional(Type.Boolean()),
|
|
119
|
+
isAnonymous: Type.Optional(Type.Boolean()),
|
|
120
|
+
threadId: Type.Optional(Type.String()),
|
|
121
|
+
channel: Type.Optional(Type.String()),
|
|
122
|
+
accountId: Type.Optional(Type.String()),
|
|
123
|
+
idempotencyKey: NonEmptyString
|
|
124
|
+
}, { additionalProperties: false });
|
|
125
|
+
const AgentParamsSchema = Type.Object({
|
|
126
|
+
message: NonEmptyString,
|
|
127
|
+
agentId: Type.Optional(NonEmptyString),
|
|
128
|
+
to: Type.Optional(Type.String()),
|
|
129
|
+
replyTo: Type.Optional(Type.String()),
|
|
130
|
+
sessionId: Type.Optional(Type.String()),
|
|
131
|
+
sessionKey: Type.Optional(Type.String()),
|
|
132
|
+
thinking: Type.Optional(Type.String()),
|
|
133
|
+
deliver: Type.Optional(Type.Boolean()),
|
|
134
|
+
attachments: Type.Optional(Type.Array(Type.Unknown())),
|
|
135
|
+
channel: Type.Optional(Type.String()),
|
|
136
|
+
replyChannel: Type.Optional(Type.String()),
|
|
137
|
+
accountId: Type.Optional(Type.String()),
|
|
138
|
+
replyAccountId: Type.Optional(Type.String()),
|
|
139
|
+
threadId: Type.Optional(Type.String()),
|
|
140
|
+
groupId: Type.Optional(Type.String()),
|
|
141
|
+
groupChannel: Type.Optional(Type.String()),
|
|
142
|
+
groupSpace: Type.Optional(Type.String()),
|
|
143
|
+
timeout: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
144
|
+
bestEffortDeliver: Type.Optional(Type.Boolean()),
|
|
145
|
+
lane: Type.Optional(Type.String()),
|
|
146
|
+
extraSystemPrompt: Type.Optional(Type.String()),
|
|
147
|
+
inputProvenance: Type.Optional(Type.Object({
|
|
148
|
+
kind: Type.String({ enum: [...INPUT_PROVENANCE_KIND_VALUES] }),
|
|
149
|
+
sourceSessionKey: Type.Optional(Type.String()),
|
|
150
|
+
sourceChannel: Type.Optional(Type.String()),
|
|
151
|
+
sourceTool: Type.Optional(Type.String())
|
|
152
|
+
}, { additionalProperties: false })),
|
|
153
|
+
idempotencyKey: NonEmptyString,
|
|
154
|
+
label: Type.Optional(SessionLabelString),
|
|
155
|
+
spawnedBy: Type.Optional(Type.String())
|
|
156
|
+
}, { additionalProperties: false });
|
|
157
|
+
const AgentIdentityParamsSchema = Type.Object({
|
|
158
|
+
agentId: Type.Optional(NonEmptyString),
|
|
159
|
+
sessionKey: Type.Optional(Type.String())
|
|
160
|
+
}, { additionalProperties: false });
|
|
161
|
+
const AgentIdentityResultSchema = Type.Object({
|
|
162
|
+
agentId: NonEmptyString,
|
|
163
|
+
name: Type.Optional(NonEmptyString),
|
|
164
|
+
avatar: Type.Optional(NonEmptyString),
|
|
165
|
+
emoji: Type.Optional(NonEmptyString)
|
|
166
|
+
}, { additionalProperties: false });
|
|
167
|
+
const AgentWaitParamsSchema = Type.Object({
|
|
168
|
+
runId: NonEmptyString,
|
|
169
|
+
timeoutMs: Type.Optional(Type.Integer({ minimum: 0 }))
|
|
170
|
+
}, { additionalProperties: false });
|
|
171
|
+
const WakeParamsSchema = Type.Object({
|
|
172
|
+
mode: Type.Union([Type.Literal("now"), Type.Literal("next-heartbeat")]),
|
|
173
|
+
text: NonEmptyString
|
|
174
|
+
}, { additionalProperties: false });
|
|
175
|
+
|
|
176
|
+
//#endregion
|
|
177
|
+
//#region src/gateway/protocol/schema/agents-models-skills.ts
|
|
178
|
+
const ModelChoiceSchema = Type.Object({
|
|
179
|
+
id: NonEmptyString,
|
|
180
|
+
name: NonEmptyString,
|
|
181
|
+
provider: NonEmptyString,
|
|
182
|
+
contextWindow: Type.Optional(Type.Integer({ minimum: 1 })),
|
|
183
|
+
reasoning: Type.Optional(Type.Boolean())
|
|
184
|
+
}, { additionalProperties: false });
|
|
185
|
+
const AgentSummarySchema = Type.Object({
|
|
186
|
+
id: NonEmptyString,
|
|
187
|
+
name: Type.Optional(NonEmptyString),
|
|
188
|
+
identity: Type.Optional(Type.Object({
|
|
189
|
+
name: Type.Optional(NonEmptyString),
|
|
190
|
+
theme: Type.Optional(NonEmptyString),
|
|
191
|
+
emoji: Type.Optional(NonEmptyString),
|
|
192
|
+
avatar: Type.Optional(NonEmptyString),
|
|
193
|
+
avatarUrl: Type.Optional(NonEmptyString)
|
|
194
|
+
}, { additionalProperties: false }))
|
|
195
|
+
}, { additionalProperties: false });
|
|
196
|
+
const AgentsListParamsSchema = Type.Object({}, { additionalProperties: false });
|
|
197
|
+
const AgentsListResultSchema = Type.Object({
|
|
198
|
+
defaultId: NonEmptyString,
|
|
199
|
+
mainKey: NonEmptyString,
|
|
200
|
+
scope: Type.Union([Type.Literal("per-sender"), Type.Literal("global")]),
|
|
201
|
+
agents: Type.Array(AgentSummarySchema)
|
|
202
|
+
}, { additionalProperties: false });
|
|
203
|
+
const AgentsCreateParamsSchema = Type.Object({
|
|
204
|
+
name: NonEmptyString,
|
|
205
|
+
workspace: NonEmptyString,
|
|
206
|
+
emoji: Type.Optional(Type.String()),
|
|
207
|
+
avatar: Type.Optional(Type.String())
|
|
208
|
+
}, { additionalProperties: false });
|
|
209
|
+
const AgentsCreateResultSchema = Type.Object({
|
|
210
|
+
ok: Type.Literal(true),
|
|
211
|
+
agentId: NonEmptyString,
|
|
212
|
+
name: NonEmptyString,
|
|
213
|
+
workspace: NonEmptyString
|
|
214
|
+
}, { additionalProperties: false });
|
|
215
|
+
const AgentsUpdateParamsSchema = Type.Object({
|
|
216
|
+
agentId: NonEmptyString,
|
|
217
|
+
name: Type.Optional(NonEmptyString),
|
|
218
|
+
workspace: Type.Optional(NonEmptyString),
|
|
219
|
+
model: Type.Optional(NonEmptyString),
|
|
220
|
+
avatar: Type.Optional(Type.String())
|
|
221
|
+
}, { additionalProperties: false });
|
|
222
|
+
const AgentsUpdateResultSchema = Type.Object({
|
|
223
|
+
ok: Type.Literal(true),
|
|
224
|
+
agentId: NonEmptyString
|
|
225
|
+
}, { additionalProperties: false });
|
|
226
|
+
const AgentsDeleteParamsSchema = Type.Object({
|
|
227
|
+
agentId: NonEmptyString,
|
|
228
|
+
deleteFiles: Type.Optional(Type.Boolean())
|
|
229
|
+
}, { additionalProperties: false });
|
|
230
|
+
const AgentsDeleteResultSchema = Type.Object({
|
|
231
|
+
ok: Type.Literal(true),
|
|
232
|
+
agentId: NonEmptyString,
|
|
233
|
+
removedBindings: Type.Integer({ minimum: 0 })
|
|
234
|
+
}, { additionalProperties: false });
|
|
235
|
+
const AgentsFileEntrySchema = Type.Object({
|
|
236
|
+
name: NonEmptyString,
|
|
237
|
+
path: NonEmptyString,
|
|
238
|
+
missing: Type.Boolean(),
|
|
239
|
+
size: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
240
|
+
updatedAtMs: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
241
|
+
content: Type.Optional(Type.String())
|
|
242
|
+
}, { additionalProperties: false });
|
|
243
|
+
const AgentsFilesListParamsSchema = Type.Object({ agentId: NonEmptyString }, { additionalProperties: false });
|
|
244
|
+
const AgentsFilesListResultSchema = Type.Object({
|
|
245
|
+
agentId: NonEmptyString,
|
|
246
|
+
workspace: NonEmptyString,
|
|
247
|
+
files: Type.Array(AgentsFileEntrySchema)
|
|
248
|
+
}, { additionalProperties: false });
|
|
249
|
+
const AgentsFilesGetParamsSchema = Type.Object({
|
|
250
|
+
agentId: NonEmptyString,
|
|
251
|
+
name: NonEmptyString
|
|
252
|
+
}, { additionalProperties: false });
|
|
253
|
+
const AgentsFilesGetResultSchema = Type.Object({
|
|
254
|
+
agentId: NonEmptyString,
|
|
255
|
+
workspace: NonEmptyString,
|
|
256
|
+
file: AgentsFileEntrySchema
|
|
257
|
+
}, { additionalProperties: false });
|
|
258
|
+
const AgentsFilesSetParamsSchema = Type.Object({
|
|
259
|
+
agentId: NonEmptyString,
|
|
260
|
+
name: NonEmptyString,
|
|
261
|
+
content: Type.String()
|
|
262
|
+
}, { additionalProperties: false });
|
|
263
|
+
const AgentsFilesSetResultSchema = Type.Object({
|
|
264
|
+
ok: Type.Literal(true),
|
|
265
|
+
agentId: NonEmptyString,
|
|
266
|
+
workspace: NonEmptyString,
|
|
267
|
+
file: AgentsFileEntrySchema
|
|
268
|
+
}, { additionalProperties: false });
|
|
269
|
+
const ModelsListParamsSchema = Type.Object({}, { additionalProperties: false });
|
|
270
|
+
const ModelsListResultSchema = Type.Object({ models: Type.Array(ModelChoiceSchema) }, { additionalProperties: false });
|
|
271
|
+
const ToolsCatalogParamsSchema = Type.Object({
|
|
272
|
+
agentId: Type.Optional(NonEmptyString),
|
|
273
|
+
includePlugins: Type.Optional(Type.Boolean())
|
|
274
|
+
}, { additionalProperties: false });
|
|
275
|
+
const ToolCatalogProfileSchema = Type.Object({
|
|
276
|
+
id: Type.Union([
|
|
277
|
+
Type.Literal("minimal"),
|
|
278
|
+
Type.Literal("coding"),
|
|
279
|
+
Type.Literal("messaging"),
|
|
280
|
+
Type.Literal("full")
|
|
281
|
+
]),
|
|
282
|
+
label: NonEmptyString
|
|
283
|
+
}, { additionalProperties: false });
|
|
284
|
+
const ToolCatalogEntrySchema = Type.Object({
|
|
285
|
+
id: NonEmptyString,
|
|
286
|
+
label: NonEmptyString,
|
|
287
|
+
description: Type.String(),
|
|
288
|
+
source: Type.Union([Type.Literal("core"), Type.Literal("plugin")]),
|
|
289
|
+
pluginId: Type.Optional(NonEmptyString),
|
|
290
|
+
optional: Type.Optional(Type.Boolean()),
|
|
291
|
+
defaultProfiles: Type.Array(Type.Union([
|
|
292
|
+
Type.Literal("minimal"),
|
|
293
|
+
Type.Literal("coding"),
|
|
294
|
+
Type.Literal("messaging"),
|
|
295
|
+
Type.Literal("full")
|
|
296
|
+
]))
|
|
297
|
+
}, { additionalProperties: false });
|
|
298
|
+
const ToolCatalogGroupSchema = Type.Object({
|
|
299
|
+
id: NonEmptyString,
|
|
300
|
+
label: NonEmptyString,
|
|
301
|
+
source: Type.Union([Type.Literal("core"), Type.Literal("plugin")]),
|
|
302
|
+
pluginId: Type.Optional(NonEmptyString),
|
|
303
|
+
tools: Type.Array(ToolCatalogEntrySchema)
|
|
304
|
+
}, { additionalProperties: false });
|
|
305
|
+
const ToolsCatalogResultSchema = Type.Object({
|
|
306
|
+
agentId: NonEmptyString,
|
|
307
|
+
profiles: Type.Array(ToolCatalogProfileSchema),
|
|
308
|
+
groups: Type.Array(ToolCatalogGroupSchema)
|
|
309
|
+
}, { additionalProperties: false });
|
|
310
|
+
|
|
311
|
+
//#endregion
|
|
312
|
+
//#region src/gateway/protocol/schema/channels.ts
|
|
313
|
+
const TalkModeParamsSchema = Type.Object({
|
|
314
|
+
enabled: Type.Boolean(),
|
|
315
|
+
phase: Type.Optional(Type.String())
|
|
316
|
+
}, { additionalProperties: false });
|
|
317
|
+
const TalkConfigParamsSchema = Type.Object({ includeSecrets: Type.Optional(Type.Boolean()) }, { additionalProperties: false });
|
|
318
|
+
const TalkProviderConfigSchema = Type.Object({
|
|
319
|
+
voiceId: Type.Optional(Type.String()),
|
|
320
|
+
voiceAliases: Type.Optional(Type.Record(Type.String(), Type.String())),
|
|
321
|
+
modelId: Type.Optional(Type.String()),
|
|
322
|
+
outputFormat: Type.Optional(Type.String()),
|
|
323
|
+
apiKey: Type.Optional(Type.String())
|
|
324
|
+
}, { additionalProperties: true });
|
|
325
|
+
const TalkConfigResultSchema = Type.Object({ config: Type.Object({
|
|
326
|
+
talk: Type.Optional(Type.Object({
|
|
327
|
+
provider: Type.Optional(Type.String()),
|
|
328
|
+
providers: Type.Optional(Type.Record(Type.String(), TalkProviderConfigSchema)),
|
|
329
|
+
voiceId: Type.Optional(Type.String()),
|
|
330
|
+
voiceAliases: Type.Optional(Type.Record(Type.String(), Type.String())),
|
|
331
|
+
modelId: Type.Optional(Type.String()),
|
|
332
|
+
outputFormat: Type.Optional(Type.String()),
|
|
333
|
+
apiKey: Type.Optional(Type.String()),
|
|
334
|
+
interruptOnSpeech: Type.Optional(Type.Boolean())
|
|
335
|
+
}, { additionalProperties: false })),
|
|
336
|
+
session: Type.Optional(Type.Object({ mainKey: Type.Optional(Type.String()) }, { additionalProperties: false })),
|
|
337
|
+
ui: Type.Optional(Type.Object({ seamColor: Type.Optional(Type.String()) }, { additionalProperties: false }))
|
|
338
|
+
}, { additionalProperties: false }) }, { additionalProperties: false });
|
|
339
|
+
const ChannelsStatusParamsSchema = Type.Object({
|
|
340
|
+
probe: Type.Optional(Type.Boolean()),
|
|
341
|
+
timeoutMs: Type.Optional(Type.Integer({ minimum: 0 }))
|
|
342
|
+
}, { additionalProperties: false });
|
|
343
|
+
const ChannelAccountSnapshotSchema = Type.Object({
|
|
344
|
+
accountId: NonEmptyString,
|
|
345
|
+
name: Type.Optional(Type.String()),
|
|
346
|
+
enabled: Type.Optional(Type.Boolean()),
|
|
347
|
+
configured: Type.Optional(Type.Boolean()),
|
|
348
|
+
linked: Type.Optional(Type.Boolean()),
|
|
349
|
+
running: Type.Optional(Type.Boolean()),
|
|
350
|
+
connected: Type.Optional(Type.Boolean()),
|
|
351
|
+
reconnectAttempts: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
352
|
+
lastConnectedAt: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
353
|
+
lastError: Type.Optional(Type.String()),
|
|
354
|
+
lastStartAt: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
355
|
+
lastStopAt: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
356
|
+
lastInboundAt: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
357
|
+
lastOutboundAt: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
358
|
+
lastProbeAt: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
359
|
+
mode: Type.Optional(Type.String()),
|
|
360
|
+
dmPolicy: Type.Optional(Type.String()),
|
|
361
|
+
allowFrom: Type.Optional(Type.Array(Type.String())),
|
|
362
|
+
tokenSource: Type.Optional(Type.String()),
|
|
363
|
+
botTokenSource: Type.Optional(Type.String()),
|
|
364
|
+
appTokenSource: Type.Optional(Type.String()),
|
|
365
|
+
baseUrl: Type.Optional(Type.String()),
|
|
366
|
+
allowUnmentionedGroups: Type.Optional(Type.Boolean()),
|
|
367
|
+
cliPath: Type.Optional(Type.Union([Type.String(), Type.Null()])),
|
|
368
|
+
dbPath: Type.Optional(Type.Union([Type.String(), Type.Null()])),
|
|
369
|
+
port: Type.Optional(Type.Union([Type.Integer({ minimum: 0 }), Type.Null()])),
|
|
370
|
+
probe: Type.Optional(Type.Unknown()),
|
|
371
|
+
audit: Type.Optional(Type.Unknown()),
|
|
372
|
+
application: Type.Optional(Type.Unknown())
|
|
373
|
+
}, { additionalProperties: true });
|
|
374
|
+
const ChannelUiMetaSchema = Type.Object({
|
|
375
|
+
id: NonEmptyString,
|
|
376
|
+
label: NonEmptyString,
|
|
377
|
+
detailLabel: NonEmptyString,
|
|
378
|
+
systemImage: Type.Optional(Type.String())
|
|
379
|
+
}, { additionalProperties: false });
|
|
380
|
+
const ChannelsStatusResultSchema = Type.Object({
|
|
381
|
+
ts: Type.Integer({ minimum: 0 }),
|
|
382
|
+
channelOrder: Type.Array(NonEmptyString),
|
|
383
|
+
channelLabels: Type.Record(NonEmptyString, NonEmptyString),
|
|
384
|
+
channelDetailLabels: Type.Optional(Type.Record(NonEmptyString, NonEmptyString)),
|
|
385
|
+
channelSystemImages: Type.Optional(Type.Record(NonEmptyString, NonEmptyString)),
|
|
386
|
+
channelMeta: Type.Optional(Type.Array(ChannelUiMetaSchema)),
|
|
387
|
+
channels: Type.Record(NonEmptyString, Type.Unknown()),
|
|
388
|
+
channelAccounts: Type.Record(NonEmptyString, Type.Array(ChannelAccountSnapshotSchema)),
|
|
389
|
+
channelDefaultAccountId: Type.Record(NonEmptyString, NonEmptyString)
|
|
390
|
+
}, { additionalProperties: false });
|
|
391
|
+
const ChannelsLogoutParamsSchema = Type.Object({
|
|
392
|
+
channel: NonEmptyString,
|
|
393
|
+
accountId: Type.Optional(Type.String())
|
|
394
|
+
}, { additionalProperties: false });
|
|
395
|
+
const WebLoginStartParamsSchema = Type.Object({
|
|
396
|
+
force: Type.Optional(Type.Boolean()),
|
|
397
|
+
timeoutMs: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
398
|
+
verbose: Type.Optional(Type.Boolean()),
|
|
399
|
+
accountId: Type.Optional(Type.String())
|
|
400
|
+
}, { additionalProperties: false });
|
|
401
|
+
const WebLoginWaitParamsSchema = Type.Object({
|
|
402
|
+
timeoutMs: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
403
|
+
accountId: Type.Optional(Type.String())
|
|
404
|
+
}, { additionalProperties: false });
|
|
405
|
+
|
|
406
|
+
//#endregion
|
|
407
|
+
//#region src/gateway/protocol/schema/config.ts
|
|
408
|
+
const ConfigGetParamsSchema = Type.Object({}, { additionalProperties: false });
|
|
409
|
+
const ConfigSetParamsSchema = Type.Object({
|
|
410
|
+
raw: NonEmptyString,
|
|
411
|
+
baseHash: Type.Optional(NonEmptyString)
|
|
412
|
+
}, { additionalProperties: false });
|
|
413
|
+
const ConfigApplyLikeParamsSchema = Type.Object({
|
|
414
|
+
raw: NonEmptyString,
|
|
415
|
+
baseHash: Type.Optional(NonEmptyString),
|
|
416
|
+
sessionKey: Type.Optional(Type.String()),
|
|
417
|
+
note: Type.Optional(Type.String()),
|
|
418
|
+
restartDelayMs: Type.Optional(Type.Integer({ minimum: 0 }))
|
|
419
|
+
}, { additionalProperties: false });
|
|
420
|
+
const ConfigApplyParamsSchema = ConfigApplyLikeParamsSchema;
|
|
421
|
+
const ConfigPatchParamsSchema = ConfigApplyLikeParamsSchema;
|
|
422
|
+
const ConfigSchemaParamsSchema = Type.Object({}, { additionalProperties: false });
|
|
423
|
+
const UpdateRunParamsSchema = Type.Object({
|
|
424
|
+
sessionKey: Type.Optional(Type.String()),
|
|
425
|
+
note: Type.Optional(Type.String()),
|
|
426
|
+
restartDelayMs: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
427
|
+
timeoutMs: Type.Optional(Type.Integer({ minimum: 1 }))
|
|
428
|
+
}, { additionalProperties: false });
|
|
429
|
+
const ConfigUiHintSchema = Type.Object({
|
|
430
|
+
label: Type.Optional(Type.String()),
|
|
431
|
+
help: Type.Optional(Type.String()),
|
|
432
|
+
tags: Type.Optional(Type.Array(Type.String())),
|
|
433
|
+
group: Type.Optional(Type.String()),
|
|
434
|
+
order: Type.Optional(Type.Integer()),
|
|
435
|
+
advanced: Type.Optional(Type.Boolean()),
|
|
436
|
+
sensitive: Type.Optional(Type.Boolean()),
|
|
437
|
+
placeholder: Type.Optional(Type.String()),
|
|
438
|
+
itemTemplate: Type.Optional(Type.Unknown())
|
|
439
|
+
}, { additionalProperties: false });
|
|
440
|
+
const ConfigSchemaResponseSchema = Type.Object({
|
|
441
|
+
schema: Type.Unknown(),
|
|
442
|
+
uiHints: Type.Record(Type.String(), ConfigUiHintSchema),
|
|
443
|
+
version: NonEmptyString,
|
|
444
|
+
generatedAt: NonEmptyString
|
|
445
|
+
}, { additionalProperties: false });
|
|
446
|
+
|
|
447
|
+
//#endregion
|
|
448
|
+
//#region src/gateway/protocol/schema/cron.ts
|
|
449
|
+
function cronAgentTurnPayloadSchema(params) {
|
|
450
|
+
return Type.Object({
|
|
451
|
+
kind: Type.Literal("agentTurn"),
|
|
452
|
+
message: params.message,
|
|
453
|
+
model: Type.Optional(Type.String()),
|
|
454
|
+
thinking: Type.Optional(Type.String()),
|
|
455
|
+
timeoutSeconds: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
456
|
+
allowUnsafeExternalContent: Type.Optional(Type.Boolean()),
|
|
457
|
+
deliver: Type.Optional(Type.Boolean()),
|
|
458
|
+
channel: Type.Optional(Type.String()),
|
|
459
|
+
to: Type.Optional(Type.String()),
|
|
460
|
+
bestEffortDeliver: Type.Optional(Type.Boolean())
|
|
461
|
+
}, { additionalProperties: false });
|
|
462
|
+
}
|
|
463
|
+
const CronSessionTargetSchema = Type.Union([Type.Literal("main"), Type.Literal("isolated")]);
|
|
464
|
+
const CronWakeModeSchema = Type.Union([Type.Literal("next-heartbeat"), Type.Literal("now")]);
|
|
465
|
+
const CronRunStatusSchema = Type.Union([
|
|
466
|
+
Type.Literal("ok"),
|
|
467
|
+
Type.Literal("error"),
|
|
468
|
+
Type.Literal("skipped")
|
|
469
|
+
]);
|
|
470
|
+
const CronSortDirSchema = Type.Union([Type.Literal("asc"), Type.Literal("desc")]);
|
|
471
|
+
const CronJobsEnabledFilterSchema = Type.Union([
|
|
472
|
+
Type.Literal("all"),
|
|
473
|
+
Type.Literal("enabled"),
|
|
474
|
+
Type.Literal("disabled")
|
|
475
|
+
]);
|
|
476
|
+
const CronJobsSortBySchema = Type.Union([
|
|
477
|
+
Type.Literal("nextRunAtMs"),
|
|
478
|
+
Type.Literal("updatedAtMs"),
|
|
479
|
+
Type.Literal("name")
|
|
480
|
+
]);
|
|
481
|
+
const CronRunsStatusFilterSchema = Type.Union([
|
|
482
|
+
Type.Literal("all"),
|
|
483
|
+
Type.Literal("ok"),
|
|
484
|
+
Type.Literal("error"),
|
|
485
|
+
Type.Literal("skipped")
|
|
486
|
+
]);
|
|
487
|
+
const CronRunsStatusValueSchema = Type.Union([
|
|
488
|
+
Type.Literal("ok"),
|
|
489
|
+
Type.Literal("error"),
|
|
490
|
+
Type.Literal("skipped")
|
|
491
|
+
]);
|
|
492
|
+
const CronDeliveryStatusSchema = Type.Union([
|
|
493
|
+
Type.Literal("delivered"),
|
|
494
|
+
Type.Literal("not-delivered"),
|
|
495
|
+
Type.Literal("unknown"),
|
|
496
|
+
Type.Literal("not-requested")
|
|
497
|
+
]);
|
|
498
|
+
const CronCommonOptionalFields = {
|
|
499
|
+
agentId: Type.Optional(Type.Union([NonEmptyString, Type.Null()])),
|
|
500
|
+
sessionKey: Type.Optional(Type.Union([NonEmptyString, Type.Null()])),
|
|
501
|
+
description: Type.Optional(Type.String()),
|
|
502
|
+
enabled: Type.Optional(Type.Boolean()),
|
|
503
|
+
deleteAfterRun: Type.Optional(Type.Boolean())
|
|
504
|
+
};
|
|
505
|
+
function cronIdOrJobIdParams(extraFields) {
|
|
506
|
+
return Type.Union([Type.Object({
|
|
507
|
+
id: NonEmptyString,
|
|
508
|
+
...extraFields
|
|
509
|
+
}, { additionalProperties: false }), Type.Object({
|
|
510
|
+
jobId: NonEmptyString,
|
|
511
|
+
...extraFields
|
|
512
|
+
}, { additionalProperties: false })]);
|
|
513
|
+
}
|
|
514
|
+
const CronRunLogJobIdSchema = Type.String({
|
|
515
|
+
minLength: 1,
|
|
516
|
+
pattern: "^[^/\\\\]+$"
|
|
517
|
+
});
|
|
518
|
+
const CronScheduleSchema = Type.Union([
|
|
519
|
+
Type.Object({
|
|
520
|
+
kind: Type.Literal("at"),
|
|
521
|
+
at: NonEmptyString
|
|
522
|
+
}, { additionalProperties: false }),
|
|
523
|
+
Type.Object({
|
|
524
|
+
kind: Type.Literal("every"),
|
|
525
|
+
everyMs: Type.Integer({ minimum: 1 }),
|
|
526
|
+
anchorMs: Type.Optional(Type.Integer({ minimum: 0 }))
|
|
527
|
+
}, { additionalProperties: false }),
|
|
528
|
+
Type.Object({
|
|
529
|
+
kind: Type.Literal("cron"),
|
|
530
|
+
expr: NonEmptyString,
|
|
531
|
+
tz: Type.Optional(Type.String()),
|
|
532
|
+
staggerMs: Type.Optional(Type.Integer({ minimum: 0 }))
|
|
533
|
+
}, { additionalProperties: false })
|
|
534
|
+
]);
|
|
535
|
+
const CronPayloadSchema = Type.Union([Type.Object({
|
|
536
|
+
kind: Type.Literal("systemEvent"),
|
|
537
|
+
text: NonEmptyString
|
|
538
|
+
}, { additionalProperties: false }), cronAgentTurnPayloadSchema({ message: NonEmptyString })]);
|
|
539
|
+
const CronPayloadPatchSchema = Type.Union([Type.Object({
|
|
540
|
+
kind: Type.Literal("systemEvent"),
|
|
541
|
+
text: Type.Optional(NonEmptyString)
|
|
542
|
+
}, { additionalProperties: false }), cronAgentTurnPayloadSchema({ message: Type.Optional(NonEmptyString) })]);
|
|
543
|
+
const CronDeliverySharedProperties = {
|
|
544
|
+
channel: Type.Optional(Type.Union([Type.Literal("last"), NonEmptyString])),
|
|
545
|
+
bestEffort: Type.Optional(Type.Boolean())
|
|
546
|
+
};
|
|
547
|
+
const CronDeliveryNoopSchema = Type.Object({
|
|
548
|
+
mode: Type.Literal("none"),
|
|
549
|
+
...CronDeliverySharedProperties,
|
|
550
|
+
to: Type.Optional(Type.String())
|
|
551
|
+
}, { additionalProperties: false });
|
|
552
|
+
const CronDeliveryAnnounceSchema = Type.Object({
|
|
553
|
+
mode: Type.Literal("announce"),
|
|
554
|
+
...CronDeliverySharedProperties,
|
|
555
|
+
to: Type.Optional(Type.String())
|
|
556
|
+
}, { additionalProperties: false });
|
|
557
|
+
const CronDeliveryWebhookSchema = Type.Object({
|
|
558
|
+
mode: Type.Literal("webhook"),
|
|
559
|
+
...CronDeliverySharedProperties,
|
|
560
|
+
to: NonEmptyString
|
|
561
|
+
}, { additionalProperties: false });
|
|
562
|
+
const CronDeliverySchema = Type.Union([
|
|
563
|
+
CronDeliveryNoopSchema,
|
|
564
|
+
CronDeliveryAnnounceSchema,
|
|
565
|
+
CronDeliveryWebhookSchema
|
|
566
|
+
]);
|
|
567
|
+
const CronDeliveryPatchSchema = Type.Object({
|
|
568
|
+
mode: Type.Optional(Type.Union([
|
|
569
|
+
Type.Literal("none"),
|
|
570
|
+
Type.Literal("announce"),
|
|
571
|
+
Type.Literal("webhook")
|
|
572
|
+
])),
|
|
573
|
+
...CronDeliverySharedProperties,
|
|
574
|
+
to: Type.Optional(Type.String())
|
|
575
|
+
}, { additionalProperties: false });
|
|
576
|
+
const CronJobStateSchema = Type.Object({
|
|
577
|
+
nextRunAtMs: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
578
|
+
runningAtMs: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
579
|
+
lastRunAtMs: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
580
|
+
lastRunStatus: Type.Optional(CronRunStatusSchema),
|
|
581
|
+
lastStatus: Type.Optional(CronRunStatusSchema),
|
|
582
|
+
lastError: Type.Optional(Type.String()),
|
|
583
|
+
lastDurationMs: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
584
|
+
consecutiveErrors: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
585
|
+
lastDelivered: Type.Optional(Type.Boolean()),
|
|
586
|
+
lastDeliveryStatus: Type.Optional(CronDeliveryStatusSchema),
|
|
587
|
+
lastDeliveryError: Type.Optional(Type.String())
|
|
588
|
+
}, { additionalProperties: false });
|
|
589
|
+
const CronJobSchema = Type.Object({
|
|
590
|
+
id: NonEmptyString,
|
|
591
|
+
agentId: Type.Optional(NonEmptyString),
|
|
592
|
+
sessionKey: Type.Optional(NonEmptyString),
|
|
593
|
+
name: NonEmptyString,
|
|
594
|
+
description: Type.Optional(Type.String()),
|
|
595
|
+
enabled: Type.Boolean(),
|
|
596
|
+
deleteAfterRun: Type.Optional(Type.Boolean()),
|
|
597
|
+
createdAtMs: Type.Integer({ minimum: 0 }),
|
|
598
|
+
updatedAtMs: Type.Integer({ minimum: 0 }),
|
|
599
|
+
schedule: CronScheduleSchema,
|
|
600
|
+
sessionTarget: CronSessionTargetSchema,
|
|
601
|
+
wakeMode: CronWakeModeSchema,
|
|
602
|
+
payload: CronPayloadSchema,
|
|
603
|
+
delivery: Type.Optional(CronDeliverySchema),
|
|
604
|
+
state: CronJobStateSchema
|
|
605
|
+
}, { additionalProperties: false });
|
|
606
|
+
const CronListParamsSchema = Type.Object({
|
|
607
|
+
includeDisabled: Type.Optional(Type.Boolean()),
|
|
608
|
+
limit: Type.Optional(Type.Integer({
|
|
609
|
+
minimum: 1,
|
|
610
|
+
maximum: 200
|
|
611
|
+
})),
|
|
612
|
+
offset: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
613
|
+
query: Type.Optional(Type.String()),
|
|
614
|
+
enabled: Type.Optional(CronJobsEnabledFilterSchema),
|
|
615
|
+
sortBy: Type.Optional(CronJobsSortBySchema),
|
|
616
|
+
sortDir: Type.Optional(CronSortDirSchema)
|
|
617
|
+
}, { additionalProperties: false });
|
|
618
|
+
const CronStatusParamsSchema = Type.Object({}, { additionalProperties: false });
|
|
619
|
+
const CronAddParamsSchema = Type.Object({
|
|
620
|
+
name: NonEmptyString,
|
|
621
|
+
...CronCommonOptionalFields,
|
|
622
|
+
schedule: CronScheduleSchema,
|
|
623
|
+
sessionTarget: CronSessionTargetSchema,
|
|
624
|
+
wakeMode: CronWakeModeSchema,
|
|
625
|
+
payload: CronPayloadSchema,
|
|
626
|
+
delivery: Type.Optional(CronDeliverySchema)
|
|
627
|
+
}, { additionalProperties: false });
|
|
628
|
+
const CronJobPatchSchema = Type.Object({
|
|
629
|
+
name: Type.Optional(NonEmptyString),
|
|
630
|
+
...CronCommonOptionalFields,
|
|
631
|
+
schedule: Type.Optional(CronScheduleSchema),
|
|
632
|
+
sessionTarget: Type.Optional(CronSessionTargetSchema),
|
|
633
|
+
wakeMode: Type.Optional(CronWakeModeSchema),
|
|
634
|
+
payload: Type.Optional(CronPayloadPatchSchema),
|
|
635
|
+
delivery: Type.Optional(CronDeliveryPatchSchema),
|
|
636
|
+
state: Type.Optional(Type.Partial(CronJobStateSchema))
|
|
637
|
+
}, { additionalProperties: false });
|
|
638
|
+
const CronUpdateParamsSchema = cronIdOrJobIdParams({ patch: CronJobPatchSchema });
|
|
639
|
+
const CronRemoveParamsSchema = cronIdOrJobIdParams({});
|
|
640
|
+
const CronRunParamsSchema = cronIdOrJobIdParams({ mode: Type.Optional(Type.Union([Type.Literal("due"), Type.Literal("force")])) });
|
|
641
|
+
const CronRunsParamsSchema = Type.Object({
|
|
642
|
+
scope: Type.Optional(Type.Union([Type.Literal("job"), Type.Literal("all")])),
|
|
643
|
+
id: Type.Optional(CronRunLogJobIdSchema),
|
|
644
|
+
jobId: Type.Optional(CronRunLogJobIdSchema),
|
|
645
|
+
limit: Type.Optional(Type.Integer({
|
|
646
|
+
minimum: 1,
|
|
647
|
+
maximum: 200
|
|
648
|
+
})),
|
|
649
|
+
offset: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
650
|
+
statuses: Type.Optional(Type.Array(CronRunsStatusValueSchema, {
|
|
651
|
+
minItems: 1,
|
|
652
|
+
maxItems: 3
|
|
653
|
+
})),
|
|
654
|
+
status: Type.Optional(CronRunsStatusFilterSchema),
|
|
655
|
+
deliveryStatuses: Type.Optional(Type.Array(CronDeliveryStatusSchema, {
|
|
656
|
+
minItems: 1,
|
|
657
|
+
maxItems: 4
|
|
658
|
+
})),
|
|
659
|
+
deliveryStatus: Type.Optional(CronDeliveryStatusSchema),
|
|
660
|
+
query: Type.Optional(Type.String()),
|
|
661
|
+
sortDir: Type.Optional(CronSortDirSchema)
|
|
662
|
+
}, { additionalProperties: false });
|
|
663
|
+
const CronRunLogEntrySchema = Type.Object({
|
|
664
|
+
ts: Type.Integer({ minimum: 0 }),
|
|
665
|
+
jobId: NonEmptyString,
|
|
666
|
+
action: Type.Literal("finished"),
|
|
667
|
+
status: Type.Optional(CronRunStatusSchema),
|
|
668
|
+
error: Type.Optional(Type.String()),
|
|
669
|
+
summary: Type.Optional(Type.String()),
|
|
670
|
+
delivered: Type.Optional(Type.Boolean()),
|
|
671
|
+
deliveryStatus: Type.Optional(CronDeliveryStatusSchema),
|
|
672
|
+
deliveryError: Type.Optional(Type.String()),
|
|
673
|
+
sessionId: Type.Optional(NonEmptyString),
|
|
674
|
+
sessionKey: Type.Optional(NonEmptyString),
|
|
675
|
+
runAtMs: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
676
|
+
durationMs: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
677
|
+
nextRunAtMs: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
678
|
+
model: Type.Optional(Type.String()),
|
|
679
|
+
provider: Type.Optional(Type.String()),
|
|
680
|
+
usage: Type.Optional(Type.Object({
|
|
681
|
+
input_tokens: Type.Optional(Type.Number()),
|
|
682
|
+
output_tokens: Type.Optional(Type.Number()),
|
|
683
|
+
total_tokens: Type.Optional(Type.Number()),
|
|
684
|
+
cache_read_tokens: Type.Optional(Type.Number()),
|
|
685
|
+
cache_write_tokens: Type.Optional(Type.Number())
|
|
686
|
+
}, { additionalProperties: false })),
|
|
687
|
+
jobName: Type.Optional(Type.String())
|
|
688
|
+
}, { additionalProperties: false });
|
|
689
|
+
|
|
690
|
+
//#endregion
|
|
691
|
+
//#region src/gateway/protocol/schema/devices.ts
|
|
692
|
+
const DevicePairListParamsSchema = Type.Object({}, { additionalProperties: false });
|
|
693
|
+
const DevicePairApproveParamsSchema = Type.Object({ requestId: NonEmptyString }, { additionalProperties: false });
|
|
694
|
+
const DevicePairRejectParamsSchema = Type.Object({ requestId: NonEmptyString }, { additionalProperties: false });
|
|
695
|
+
const DevicePairRemoveParamsSchema = Type.Object({ deviceId: NonEmptyString }, { additionalProperties: false });
|
|
696
|
+
const DeviceTokenRotateParamsSchema = Type.Object({
|
|
697
|
+
deviceId: NonEmptyString,
|
|
698
|
+
role: NonEmptyString,
|
|
699
|
+
scopes: Type.Optional(Type.Array(NonEmptyString))
|
|
700
|
+
}, { additionalProperties: false });
|
|
701
|
+
const DeviceTokenRevokeParamsSchema = Type.Object({
|
|
702
|
+
deviceId: NonEmptyString,
|
|
703
|
+
role: NonEmptyString
|
|
704
|
+
}, { additionalProperties: false });
|
|
705
|
+
const DevicePairRequestedEventSchema = Type.Object({
|
|
706
|
+
requestId: NonEmptyString,
|
|
707
|
+
deviceId: NonEmptyString,
|
|
708
|
+
publicKey: NonEmptyString,
|
|
709
|
+
displayName: Type.Optional(NonEmptyString),
|
|
710
|
+
platform: Type.Optional(NonEmptyString),
|
|
711
|
+
clientId: Type.Optional(NonEmptyString),
|
|
712
|
+
clientMode: Type.Optional(NonEmptyString),
|
|
713
|
+
role: Type.Optional(NonEmptyString),
|
|
714
|
+
roles: Type.Optional(Type.Array(NonEmptyString)),
|
|
715
|
+
scopes: Type.Optional(Type.Array(NonEmptyString)),
|
|
716
|
+
remoteIp: Type.Optional(NonEmptyString),
|
|
717
|
+
silent: Type.Optional(Type.Boolean()),
|
|
718
|
+
isRepair: Type.Optional(Type.Boolean()),
|
|
719
|
+
ts: Type.Integer({ minimum: 0 })
|
|
720
|
+
}, { additionalProperties: false });
|
|
721
|
+
const DevicePairResolvedEventSchema = Type.Object({
|
|
722
|
+
requestId: NonEmptyString,
|
|
723
|
+
deviceId: NonEmptyString,
|
|
724
|
+
decision: NonEmptyString,
|
|
725
|
+
ts: Type.Integer({ minimum: 0 })
|
|
726
|
+
}, { additionalProperties: false });
|
|
727
|
+
|
|
728
|
+
//#endregion
|
|
729
|
+
//#region src/gateway/protocol/schema/snapshot.ts
|
|
730
|
+
const PresenceEntrySchema = Type.Object({
|
|
731
|
+
host: Type.Optional(NonEmptyString),
|
|
732
|
+
ip: Type.Optional(NonEmptyString),
|
|
733
|
+
version: Type.Optional(NonEmptyString),
|
|
734
|
+
platform: Type.Optional(NonEmptyString),
|
|
735
|
+
deviceFamily: Type.Optional(NonEmptyString),
|
|
736
|
+
modelIdentifier: Type.Optional(NonEmptyString),
|
|
737
|
+
mode: Type.Optional(NonEmptyString),
|
|
738
|
+
lastInputSeconds: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
739
|
+
reason: Type.Optional(NonEmptyString),
|
|
740
|
+
tags: Type.Optional(Type.Array(NonEmptyString)),
|
|
741
|
+
text: Type.Optional(Type.String()),
|
|
742
|
+
ts: Type.Integer({ minimum: 0 }),
|
|
743
|
+
deviceId: Type.Optional(NonEmptyString),
|
|
744
|
+
roles: Type.Optional(Type.Array(NonEmptyString)),
|
|
745
|
+
scopes: Type.Optional(Type.Array(NonEmptyString)),
|
|
746
|
+
instanceId: Type.Optional(NonEmptyString)
|
|
747
|
+
}, { additionalProperties: false });
|
|
748
|
+
const HealthSnapshotSchema = Type.Any();
|
|
749
|
+
const SessionDefaultsSchema = Type.Object({
|
|
750
|
+
defaultAgentId: NonEmptyString,
|
|
751
|
+
mainKey: NonEmptyString,
|
|
752
|
+
mainSessionKey: NonEmptyString,
|
|
753
|
+
scope: Type.Optional(NonEmptyString)
|
|
754
|
+
}, { additionalProperties: false });
|
|
755
|
+
const StateVersionSchema = Type.Object({
|
|
756
|
+
presence: Type.Integer({ minimum: 0 }),
|
|
757
|
+
health: Type.Integer({ minimum: 0 })
|
|
758
|
+
}, { additionalProperties: false });
|
|
759
|
+
const SnapshotSchema = Type.Object({
|
|
760
|
+
presence: Type.Array(PresenceEntrySchema),
|
|
761
|
+
health: HealthSnapshotSchema,
|
|
762
|
+
stateVersion: StateVersionSchema,
|
|
763
|
+
uptimeMs: Type.Integer({ minimum: 0 }),
|
|
764
|
+
configPath: Type.Optional(NonEmptyString),
|
|
765
|
+
stateDir: Type.Optional(NonEmptyString),
|
|
766
|
+
sessionDefaults: Type.Optional(SessionDefaultsSchema),
|
|
767
|
+
authMode: Type.Optional(Type.Union([
|
|
768
|
+
Type.Literal("none"),
|
|
769
|
+
Type.Literal("token"),
|
|
770
|
+
Type.Literal("password"),
|
|
771
|
+
Type.Literal("trusted-proxy")
|
|
772
|
+
])),
|
|
773
|
+
updateAvailable: Type.Optional(Type.Object({
|
|
774
|
+
currentVersion: NonEmptyString,
|
|
775
|
+
latestVersion: NonEmptyString,
|
|
776
|
+
channel: NonEmptyString
|
|
777
|
+
}))
|
|
778
|
+
}, { additionalProperties: false });
|
|
779
|
+
|
|
780
|
+
//#endregion
|
|
781
|
+
//#region src/gateway/protocol/schema/frames.ts
|
|
782
|
+
const TickEventSchema = Type.Object({ ts: Type.Integer({ minimum: 0 }) }, { additionalProperties: false });
|
|
783
|
+
const ShutdownEventSchema = Type.Object({
|
|
784
|
+
reason: NonEmptyString,
|
|
785
|
+
restartExpectedMs: Type.Optional(Type.Integer({ minimum: 0 }))
|
|
786
|
+
}, { additionalProperties: false });
|
|
787
|
+
const ConnectParamsSchema = Type.Object({
|
|
788
|
+
minProtocol: Type.Integer({ minimum: 1 }),
|
|
789
|
+
maxProtocol: Type.Integer({ minimum: 1 }),
|
|
790
|
+
client: Type.Object({
|
|
791
|
+
id: GatewayClientIdSchema,
|
|
792
|
+
displayName: Type.Optional(NonEmptyString),
|
|
793
|
+
version: NonEmptyString,
|
|
794
|
+
platform: NonEmptyString,
|
|
795
|
+
deviceFamily: Type.Optional(NonEmptyString),
|
|
796
|
+
modelIdentifier: Type.Optional(NonEmptyString),
|
|
797
|
+
mode: GatewayClientModeSchema,
|
|
798
|
+
instanceId: Type.Optional(NonEmptyString)
|
|
799
|
+
}, { additionalProperties: false }),
|
|
800
|
+
caps: Type.Optional(Type.Array(NonEmptyString, { default: [] })),
|
|
801
|
+
commands: Type.Optional(Type.Array(NonEmptyString)),
|
|
802
|
+
permissions: Type.Optional(Type.Record(NonEmptyString, Type.Boolean())),
|
|
803
|
+
pathEnv: Type.Optional(Type.String()),
|
|
804
|
+
role: Type.Optional(NonEmptyString),
|
|
805
|
+
scopes: Type.Optional(Type.Array(NonEmptyString)),
|
|
806
|
+
device: Type.Optional(Type.Object({
|
|
807
|
+
id: NonEmptyString,
|
|
808
|
+
publicKey: NonEmptyString,
|
|
809
|
+
signature: NonEmptyString,
|
|
810
|
+
signedAt: Type.Integer({ minimum: 0 }),
|
|
811
|
+
nonce: NonEmptyString
|
|
812
|
+
}, { additionalProperties: false })),
|
|
813
|
+
auth: Type.Optional(Type.Object({
|
|
814
|
+
token: Type.Optional(Type.String()),
|
|
815
|
+
deviceToken: Type.Optional(Type.String()),
|
|
816
|
+
password: Type.Optional(Type.String())
|
|
817
|
+
}, { additionalProperties: false })),
|
|
818
|
+
locale: Type.Optional(Type.String()),
|
|
819
|
+
userAgent: Type.Optional(Type.String())
|
|
820
|
+
}, { additionalProperties: false });
|
|
821
|
+
const HelloOkSchema = Type.Object({
|
|
822
|
+
type: Type.Literal("hello-ok"),
|
|
823
|
+
protocol: Type.Integer({ minimum: 1 }),
|
|
824
|
+
server: Type.Object({
|
|
825
|
+
version: NonEmptyString,
|
|
826
|
+
connId: NonEmptyString
|
|
827
|
+
}, { additionalProperties: false }),
|
|
828
|
+
features: Type.Object({
|
|
829
|
+
methods: Type.Array(NonEmptyString),
|
|
830
|
+
events: Type.Array(NonEmptyString)
|
|
831
|
+
}, { additionalProperties: false }),
|
|
832
|
+
snapshot: SnapshotSchema,
|
|
833
|
+
canvasHostUrl: Type.Optional(NonEmptyString),
|
|
834
|
+
auth: Type.Optional(Type.Object({
|
|
835
|
+
deviceToken: NonEmptyString,
|
|
836
|
+
role: NonEmptyString,
|
|
837
|
+
scopes: Type.Array(NonEmptyString),
|
|
838
|
+
issuedAtMs: Type.Optional(Type.Integer({ minimum: 0 }))
|
|
839
|
+
}, { additionalProperties: false })),
|
|
840
|
+
policy: Type.Object({
|
|
841
|
+
maxPayload: Type.Integer({ minimum: 1 }),
|
|
842
|
+
maxBufferedBytes: Type.Integer({ minimum: 1 }),
|
|
843
|
+
tickIntervalMs: Type.Integer({ minimum: 1 })
|
|
844
|
+
}, { additionalProperties: false })
|
|
845
|
+
}, { additionalProperties: false });
|
|
846
|
+
const ErrorShapeSchema = Type.Object({
|
|
847
|
+
code: NonEmptyString,
|
|
848
|
+
message: NonEmptyString,
|
|
849
|
+
details: Type.Optional(Type.Unknown()),
|
|
850
|
+
retryable: Type.Optional(Type.Boolean()),
|
|
851
|
+
retryAfterMs: Type.Optional(Type.Integer({ minimum: 0 }))
|
|
852
|
+
}, { additionalProperties: false });
|
|
853
|
+
const RequestFrameSchema = Type.Object({
|
|
854
|
+
type: Type.Literal("req"),
|
|
855
|
+
id: NonEmptyString,
|
|
856
|
+
method: NonEmptyString,
|
|
857
|
+
params: Type.Optional(Type.Unknown())
|
|
858
|
+
}, { additionalProperties: false });
|
|
859
|
+
const ResponseFrameSchema = Type.Object({
|
|
860
|
+
type: Type.Literal("res"),
|
|
861
|
+
id: NonEmptyString,
|
|
862
|
+
ok: Type.Boolean(),
|
|
863
|
+
payload: Type.Optional(Type.Unknown()),
|
|
864
|
+
error: Type.Optional(ErrorShapeSchema)
|
|
865
|
+
}, { additionalProperties: false });
|
|
866
|
+
const EventFrameSchema = Type.Object({
|
|
867
|
+
type: Type.Literal("event"),
|
|
868
|
+
event: NonEmptyString,
|
|
869
|
+
payload: Type.Optional(Type.Unknown()),
|
|
870
|
+
seq: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
871
|
+
stateVersion: Type.Optional(StateVersionSchema)
|
|
872
|
+
}, { additionalProperties: false });
|
|
873
|
+
const GatewayFrameSchema = Type.Union([
|
|
874
|
+
RequestFrameSchema,
|
|
875
|
+
ResponseFrameSchema,
|
|
876
|
+
EventFrameSchema
|
|
877
|
+
], { discriminator: "type" });
|
|
878
|
+
|
|
879
|
+
//#endregion
|
|
880
|
+
//#region src/gateway/protocol/schema/logs-chat.ts
|
|
881
|
+
const LogsTailParamsSchema = Type.Object({
|
|
882
|
+
cursor: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
883
|
+
limit: Type.Optional(Type.Integer({
|
|
884
|
+
minimum: 1,
|
|
885
|
+
maximum: 5e3
|
|
886
|
+
})),
|
|
887
|
+
maxBytes: Type.Optional(Type.Integer({
|
|
888
|
+
minimum: 1,
|
|
889
|
+
maximum: 1e6
|
|
890
|
+
}))
|
|
891
|
+
}, { additionalProperties: false });
|
|
892
|
+
const LogsTailResultSchema = Type.Object({
|
|
893
|
+
file: NonEmptyString,
|
|
894
|
+
cursor: Type.Integer({ minimum: 0 }),
|
|
895
|
+
size: Type.Integer({ minimum: 0 }),
|
|
896
|
+
lines: Type.Array(Type.String()),
|
|
897
|
+
truncated: Type.Optional(Type.Boolean()),
|
|
898
|
+
reset: Type.Optional(Type.Boolean())
|
|
899
|
+
}, { additionalProperties: false });
|
|
900
|
+
const ChatHistoryParamsSchema = Type.Object({
|
|
901
|
+
sessionKey: NonEmptyString,
|
|
902
|
+
limit: Type.Optional(Type.Integer({
|
|
903
|
+
minimum: 1,
|
|
904
|
+
maximum: 1e3
|
|
905
|
+
}))
|
|
906
|
+
}, { additionalProperties: false });
|
|
907
|
+
const ChatSendParamsSchema = Type.Object({
|
|
908
|
+
sessionKey: NonEmptyString,
|
|
909
|
+
message: Type.String(),
|
|
910
|
+
thinking: Type.Optional(Type.String()),
|
|
911
|
+
deliver: Type.Optional(Type.Boolean()),
|
|
912
|
+
attachments: Type.Optional(Type.Array(Type.Unknown())),
|
|
913
|
+
timeoutMs: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
914
|
+
idempotencyKey: NonEmptyString
|
|
915
|
+
}, { additionalProperties: false });
|
|
916
|
+
const ChatAbortParamsSchema = Type.Object({
|
|
917
|
+
sessionKey: NonEmptyString,
|
|
918
|
+
runId: Type.Optional(NonEmptyString)
|
|
919
|
+
}, { additionalProperties: false });
|
|
920
|
+
const ChatInjectParamsSchema = Type.Object({
|
|
921
|
+
sessionKey: NonEmptyString,
|
|
922
|
+
message: NonEmptyString,
|
|
923
|
+
label: Type.Optional(Type.String({ maxLength: 100 }))
|
|
924
|
+
}, { additionalProperties: false });
|
|
925
|
+
const ChatEventSchema = Type.Object({
|
|
926
|
+
runId: NonEmptyString,
|
|
927
|
+
sessionKey: NonEmptyString,
|
|
928
|
+
seq: Type.Integer({ minimum: 0 }),
|
|
929
|
+
state: Type.Union([
|
|
930
|
+
Type.Literal("delta"),
|
|
931
|
+
Type.Literal("final"),
|
|
932
|
+
Type.Literal("aborted"),
|
|
933
|
+
Type.Literal("error")
|
|
934
|
+
]),
|
|
935
|
+
message: Type.Optional(Type.Unknown()),
|
|
936
|
+
errorMessage: Type.Optional(Type.String()),
|
|
937
|
+
usage: Type.Optional(Type.Unknown()),
|
|
938
|
+
stopReason: Type.Optional(Type.String())
|
|
939
|
+
}, { additionalProperties: false });
|
|
940
|
+
|
|
941
|
+
//#endregion
|
|
942
|
+
//#region src/gateway/protocol/schema/nodes.ts
|
|
943
|
+
const NodePairRequestParamsSchema = Type.Object({
|
|
944
|
+
nodeId: NonEmptyString,
|
|
945
|
+
displayName: Type.Optional(NonEmptyString),
|
|
946
|
+
platform: Type.Optional(NonEmptyString),
|
|
947
|
+
version: Type.Optional(NonEmptyString),
|
|
948
|
+
coreVersion: Type.Optional(NonEmptyString),
|
|
949
|
+
uiVersion: Type.Optional(NonEmptyString),
|
|
950
|
+
deviceFamily: Type.Optional(NonEmptyString),
|
|
951
|
+
modelIdentifier: Type.Optional(NonEmptyString),
|
|
952
|
+
caps: Type.Optional(Type.Array(NonEmptyString)),
|
|
953
|
+
commands: Type.Optional(Type.Array(NonEmptyString)),
|
|
954
|
+
remoteIp: Type.Optional(NonEmptyString),
|
|
955
|
+
silent: Type.Optional(Type.Boolean())
|
|
956
|
+
}, { additionalProperties: false });
|
|
957
|
+
const NodePairListParamsSchema = Type.Object({}, { additionalProperties: false });
|
|
958
|
+
const NodePairApproveParamsSchema = Type.Object({ requestId: NonEmptyString }, { additionalProperties: false });
|
|
959
|
+
const NodePairRejectParamsSchema = Type.Object({ requestId: NonEmptyString }, { additionalProperties: false });
|
|
960
|
+
const NodePairVerifyParamsSchema = Type.Object({
|
|
961
|
+
nodeId: NonEmptyString,
|
|
962
|
+
token: NonEmptyString
|
|
963
|
+
}, { additionalProperties: false });
|
|
964
|
+
const NodeRenameParamsSchema = Type.Object({
|
|
965
|
+
nodeId: NonEmptyString,
|
|
966
|
+
displayName: NonEmptyString
|
|
967
|
+
}, { additionalProperties: false });
|
|
968
|
+
const NodeListParamsSchema = Type.Object({}, { additionalProperties: false });
|
|
969
|
+
const NodeDescribeParamsSchema = Type.Object({ nodeId: NonEmptyString }, { additionalProperties: false });
|
|
970
|
+
const NodeInvokeParamsSchema = Type.Object({
|
|
971
|
+
nodeId: NonEmptyString,
|
|
972
|
+
command: NonEmptyString,
|
|
973
|
+
params: Type.Optional(Type.Unknown()),
|
|
974
|
+
timeoutMs: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
975
|
+
idempotencyKey: NonEmptyString
|
|
976
|
+
}, { additionalProperties: false });
|
|
977
|
+
const NodeInvokeResultParamsSchema = Type.Object({
|
|
978
|
+
id: NonEmptyString,
|
|
979
|
+
nodeId: NonEmptyString,
|
|
980
|
+
ok: Type.Boolean(),
|
|
981
|
+
payload: Type.Optional(Type.Unknown()),
|
|
982
|
+
payloadJSON: Type.Optional(Type.String()),
|
|
983
|
+
error: Type.Optional(Type.Object({
|
|
984
|
+
code: Type.Optional(NonEmptyString),
|
|
985
|
+
message: Type.Optional(NonEmptyString)
|
|
986
|
+
}, { additionalProperties: false }))
|
|
987
|
+
}, { additionalProperties: false });
|
|
988
|
+
const NodeEventParamsSchema = Type.Object({
|
|
989
|
+
event: NonEmptyString,
|
|
990
|
+
payload: Type.Optional(Type.Unknown()),
|
|
991
|
+
payloadJSON: Type.Optional(Type.String())
|
|
992
|
+
}, { additionalProperties: false });
|
|
993
|
+
const NodeInvokeRequestEventSchema = Type.Object({
|
|
994
|
+
id: NonEmptyString,
|
|
995
|
+
nodeId: NonEmptyString,
|
|
996
|
+
command: NonEmptyString,
|
|
997
|
+
paramsJSON: Type.Optional(Type.String()),
|
|
998
|
+
timeoutMs: Type.Optional(Type.Integer({ minimum: 0 })),
|
|
999
|
+
idempotencyKey: Type.Optional(NonEmptyString)
|
|
1000
|
+
}, { additionalProperties: false });
|
|
1001
|
+
|
|
1002
|
+
//#endregion
|
|
1003
|
+
//#region src/gateway/protocol/schema/push.ts
|
|
1004
|
+
const ApnsEnvironmentSchema = Type.String({ enum: ["sandbox", "production"] });
|
|
1005
|
+
const PushTestParamsSchema = Type.Object({
|
|
1006
|
+
nodeId: NonEmptyString,
|
|
1007
|
+
title: Type.Optional(Type.String()),
|
|
1008
|
+
body: Type.Optional(Type.String()),
|
|
1009
|
+
environment: Type.Optional(ApnsEnvironmentSchema)
|
|
1010
|
+
}, { additionalProperties: false });
|
|
1011
|
+
const PushTestResultSchema = Type.Object({
|
|
1012
|
+
ok: Type.Boolean(),
|
|
1013
|
+
status: Type.Integer(),
|
|
1014
|
+
apnsId: Type.Optional(Type.String()),
|
|
1015
|
+
reason: Type.Optional(Type.String()),
|
|
1016
|
+
tokenSuffix: Type.String(),
|
|
1017
|
+
topic: Type.String(),
|
|
1018
|
+
environment: ApnsEnvironmentSchema
|
|
1019
|
+
}, { additionalProperties: false });
|
|
1020
|
+
|
|
1021
|
+
//#endregion
|
|
1022
|
+
//#region src/gateway/protocol/schema/sessions.ts
|
|
1023
|
+
const SessionsListParamsSchema = Type.Object({
|
|
1024
|
+
limit: Type.Optional(Type.Integer({ minimum: 1 })),
|
|
1025
|
+
activeMinutes: Type.Optional(Type.Integer({ minimum: 1 })),
|
|
1026
|
+
includeGlobal: Type.Optional(Type.Boolean()),
|
|
1027
|
+
includeUnknown: Type.Optional(Type.Boolean()),
|
|
1028
|
+
includeDerivedTitles: Type.Optional(Type.Boolean()),
|
|
1029
|
+
includeLastMessage: Type.Optional(Type.Boolean()),
|
|
1030
|
+
label: Type.Optional(SessionLabelString),
|
|
1031
|
+
spawnedBy: Type.Optional(NonEmptyString),
|
|
1032
|
+
agentId: Type.Optional(NonEmptyString),
|
|
1033
|
+
search: Type.Optional(Type.String())
|
|
1034
|
+
}, { additionalProperties: false });
|
|
1035
|
+
const SessionsPreviewParamsSchema = Type.Object({
|
|
1036
|
+
keys: Type.Array(NonEmptyString, { minItems: 1 }),
|
|
1037
|
+
limit: Type.Optional(Type.Integer({ minimum: 1 })),
|
|
1038
|
+
maxChars: Type.Optional(Type.Integer({ minimum: 20 }))
|
|
1039
|
+
}, { additionalProperties: false });
|
|
1040
|
+
const SessionsResolveParamsSchema = Type.Object({
|
|
1041
|
+
key: Type.Optional(NonEmptyString),
|
|
1042
|
+
sessionId: Type.Optional(NonEmptyString),
|
|
1043
|
+
label: Type.Optional(SessionLabelString),
|
|
1044
|
+
agentId: Type.Optional(NonEmptyString),
|
|
1045
|
+
spawnedBy: Type.Optional(NonEmptyString),
|
|
1046
|
+
includeGlobal: Type.Optional(Type.Boolean()),
|
|
1047
|
+
includeUnknown: Type.Optional(Type.Boolean())
|
|
1048
|
+
}, { additionalProperties: false });
|
|
1049
|
+
const SessionsPatchParamsSchema = Type.Object({
|
|
1050
|
+
key: NonEmptyString,
|
|
1051
|
+
label: Type.Optional(Type.Union([SessionLabelString, Type.Null()])),
|
|
1052
|
+
thinkingLevel: Type.Optional(Type.Union([NonEmptyString, Type.Null()])),
|
|
1053
|
+
verboseLevel: Type.Optional(Type.Union([NonEmptyString, Type.Null()])),
|
|
1054
|
+
reasoningLevel: Type.Optional(Type.Union([NonEmptyString, Type.Null()])),
|
|
1055
|
+
responseUsage: Type.Optional(Type.Union([
|
|
1056
|
+
Type.Literal("off"),
|
|
1057
|
+
Type.Literal("tokens"),
|
|
1058
|
+
Type.Literal("full"),
|
|
1059
|
+
Type.Literal("on"),
|
|
1060
|
+
Type.Null()
|
|
1061
|
+
])),
|
|
1062
|
+
elevatedLevel: Type.Optional(Type.Union([NonEmptyString, Type.Null()])),
|
|
1063
|
+
execHost: Type.Optional(Type.Union([NonEmptyString, Type.Null()])),
|
|
1064
|
+
execSecurity: Type.Optional(Type.Union([NonEmptyString, Type.Null()])),
|
|
1065
|
+
execAsk: Type.Optional(Type.Union([NonEmptyString, Type.Null()])),
|
|
1066
|
+
execNode: Type.Optional(Type.Union([NonEmptyString, Type.Null()])),
|
|
1067
|
+
model: Type.Optional(Type.Union([NonEmptyString, Type.Null()])),
|
|
1068
|
+
spawnedBy: Type.Optional(Type.Union([NonEmptyString, Type.Null()])),
|
|
1069
|
+
spawnDepth: Type.Optional(Type.Union([Type.Integer({ minimum: 0 }), Type.Null()])),
|
|
1070
|
+
sendPolicy: Type.Optional(Type.Union([
|
|
1071
|
+
Type.Literal("allow"),
|
|
1072
|
+
Type.Literal("deny"),
|
|
1073
|
+
Type.Null()
|
|
1074
|
+
])),
|
|
1075
|
+
groupActivation: Type.Optional(Type.Union([
|
|
1076
|
+
Type.Literal("mention"),
|
|
1077
|
+
Type.Literal("always"),
|
|
1078
|
+
Type.Null()
|
|
1079
|
+
]))
|
|
1080
|
+
}, { additionalProperties: false });
|
|
1081
|
+
const SessionsResetParamsSchema = Type.Object({
|
|
1082
|
+
key: NonEmptyString,
|
|
1083
|
+
reason: Type.Optional(Type.Union([Type.Literal("new"), Type.Literal("reset")]))
|
|
1084
|
+
}, { additionalProperties: false });
|
|
1085
|
+
const SessionsDeleteParamsSchema = Type.Object({
|
|
1086
|
+
key: NonEmptyString,
|
|
1087
|
+
deleteTranscript: Type.Optional(Type.Boolean()),
|
|
1088
|
+
emitLifecycleHooks: Type.Optional(Type.Boolean())
|
|
1089
|
+
}, { additionalProperties: false });
|
|
1090
|
+
const SessionsCompactParamsSchema = Type.Object({
|
|
1091
|
+
key: NonEmptyString,
|
|
1092
|
+
maxLines: Type.Optional(Type.Integer({ minimum: 1 }))
|
|
1093
|
+
}, { additionalProperties: false });
|
|
1094
|
+
const SessionsUsageParamsSchema = Type.Object({
|
|
1095
|
+
key: Type.Optional(NonEmptyString),
|
|
1096
|
+
startDate: Type.Optional(Type.String({ pattern: "^\\d{4}-\\d{2}-\\d{2}$" })),
|
|
1097
|
+
endDate: Type.Optional(Type.String({ pattern: "^\\d{4}-\\d{2}-\\d{2}$" })),
|
|
1098
|
+
mode: Type.Optional(Type.Union([
|
|
1099
|
+
Type.Literal("utc"),
|
|
1100
|
+
Type.Literal("gateway"),
|
|
1101
|
+
Type.Literal("specific")
|
|
1102
|
+
])),
|
|
1103
|
+
utcOffset: Type.Optional(Type.String({ pattern: "^UTC[+-]\\d{1,2}(?::[0-5]\\d)?$" })),
|
|
1104
|
+
limit: Type.Optional(Type.Integer({ minimum: 1 })),
|
|
1105
|
+
includeContextWeight: Type.Optional(Type.Boolean())
|
|
1106
|
+
}, { additionalProperties: false });
|
|
1107
|
+
|
|
1108
|
+
//#endregion
|
|
1109
|
+
//#region src/gateway/protocol/schema/wizard.ts
|
|
1110
|
+
const WizardRunStatusSchema = Type.Union([
|
|
1111
|
+
Type.Literal("running"),
|
|
1112
|
+
Type.Literal("done"),
|
|
1113
|
+
Type.Literal("cancelled"),
|
|
1114
|
+
Type.Literal("error")
|
|
1115
|
+
]);
|
|
1116
|
+
const WizardStartParamsSchema = Type.Object({
|
|
1117
|
+
mode: Type.Optional(Type.Union([Type.Literal("local"), Type.Literal("remote")])),
|
|
1118
|
+
workspace: Type.Optional(Type.String())
|
|
1119
|
+
}, { additionalProperties: false });
|
|
1120
|
+
const WizardAnswerSchema = Type.Object({
|
|
1121
|
+
stepId: NonEmptyString,
|
|
1122
|
+
value: Type.Optional(Type.Unknown())
|
|
1123
|
+
}, { additionalProperties: false });
|
|
1124
|
+
const WizardNextParamsSchema = Type.Object({
|
|
1125
|
+
sessionId: NonEmptyString,
|
|
1126
|
+
answer: Type.Optional(WizardAnswerSchema)
|
|
1127
|
+
}, { additionalProperties: false });
|
|
1128
|
+
const WizardSessionIdParamsSchema = Type.Object({ sessionId: NonEmptyString }, { additionalProperties: false });
|
|
1129
|
+
const WizardCancelParamsSchema = WizardSessionIdParamsSchema;
|
|
1130
|
+
const WizardStatusParamsSchema = WizardSessionIdParamsSchema;
|
|
1131
|
+
const WizardStepOptionSchema = Type.Object({
|
|
1132
|
+
value: Type.Unknown(),
|
|
1133
|
+
label: NonEmptyString,
|
|
1134
|
+
hint: Type.Optional(Type.String())
|
|
1135
|
+
}, { additionalProperties: false });
|
|
1136
|
+
const WizardStepSchema = Type.Object({
|
|
1137
|
+
id: NonEmptyString,
|
|
1138
|
+
type: Type.Union([
|
|
1139
|
+
Type.Literal("note"),
|
|
1140
|
+
Type.Literal("select"),
|
|
1141
|
+
Type.Literal("text"),
|
|
1142
|
+
Type.Literal("confirm"),
|
|
1143
|
+
Type.Literal("multiselect"),
|
|
1144
|
+
Type.Literal("progress"),
|
|
1145
|
+
Type.Literal("action")
|
|
1146
|
+
]),
|
|
1147
|
+
title: Type.Optional(Type.String()),
|
|
1148
|
+
message: Type.Optional(Type.String()),
|
|
1149
|
+
options: Type.Optional(Type.Array(WizardStepOptionSchema)),
|
|
1150
|
+
initialValue: Type.Optional(Type.Unknown()),
|
|
1151
|
+
placeholder: Type.Optional(Type.String()),
|
|
1152
|
+
sensitive: Type.Optional(Type.Boolean()),
|
|
1153
|
+
executor: Type.Optional(Type.Union([Type.Literal("gateway"), Type.Literal("client")]))
|
|
1154
|
+
}, { additionalProperties: false });
|
|
1155
|
+
const WizardResultFields = {
|
|
1156
|
+
done: Type.Boolean(),
|
|
1157
|
+
step: Type.Optional(WizardStepSchema),
|
|
1158
|
+
status: Type.Optional(WizardRunStatusSchema),
|
|
1159
|
+
error: Type.Optional(Type.String())
|
|
1160
|
+
};
|
|
1161
|
+
const WizardNextResultSchema = Type.Object(WizardResultFields, { additionalProperties: false });
|
|
1162
|
+
const WizardStartResultSchema = Type.Object({
|
|
1163
|
+
sessionId: NonEmptyString,
|
|
1164
|
+
...WizardResultFields
|
|
1165
|
+
}, { additionalProperties: false });
|
|
1166
|
+
const WizardStatusResultSchema = Type.Object({
|
|
1167
|
+
status: WizardRunStatusSchema,
|
|
1168
|
+
error: Type.Optional(Type.String())
|
|
1169
|
+
}, { additionalProperties: false });
|
|
1170
|
+
|
|
1171
|
+
//#endregion
|
|
1172
|
+
//#region src/gateway/protocol/index.ts
|
|
1173
|
+
const ajv = new AjvPkg({
|
|
1174
|
+
allErrors: true,
|
|
1175
|
+
strict: false,
|
|
1176
|
+
removeAdditional: false
|
|
1177
|
+
});
|
|
1178
|
+
const validateConnectParams = ajv.compile(ConnectParamsSchema);
|
|
1179
|
+
const validateRequestFrame = ajv.compile(RequestFrameSchema);
|
|
1180
|
+
const validateResponseFrame = ajv.compile(ResponseFrameSchema);
|
|
1181
|
+
const validateEventFrame = ajv.compile(EventFrameSchema);
|
|
1182
|
+
const validateSendParams = ajv.compile(SendParamsSchema);
|
|
1183
|
+
const validatePollParams = ajv.compile(PollParamsSchema);
|
|
1184
|
+
const validateAgentParams = ajv.compile(AgentParamsSchema);
|
|
1185
|
+
const validateAgentIdentityParams = ajv.compile(AgentIdentityParamsSchema);
|
|
1186
|
+
const validateAgentWaitParams = ajv.compile(AgentWaitParamsSchema);
|
|
1187
|
+
const validateWakeParams = ajv.compile(WakeParamsSchema);
|
|
1188
|
+
const validateAgentsListParams = ajv.compile(AgentsListParamsSchema);
|
|
1189
|
+
const validateAgentsCreateParams = ajv.compile(AgentsCreateParamsSchema);
|
|
1190
|
+
const validateAgentsUpdateParams = ajv.compile(AgentsUpdateParamsSchema);
|
|
1191
|
+
const validateAgentsDeleteParams = ajv.compile(AgentsDeleteParamsSchema);
|
|
1192
|
+
const validateAgentsFilesListParams = ajv.compile(AgentsFilesListParamsSchema);
|
|
1193
|
+
const validateAgentsFilesGetParams = ajv.compile(AgentsFilesGetParamsSchema);
|
|
1194
|
+
const validateAgentsFilesSetParams = ajv.compile(AgentsFilesSetParamsSchema);
|
|
1195
|
+
const validateNodePairRequestParams = ajv.compile(NodePairRequestParamsSchema);
|
|
1196
|
+
const validateNodePairListParams = ajv.compile(NodePairListParamsSchema);
|
|
1197
|
+
const validateNodePairApproveParams = ajv.compile(NodePairApproveParamsSchema);
|
|
1198
|
+
const validateNodePairRejectParams = ajv.compile(NodePairRejectParamsSchema);
|
|
1199
|
+
const validateNodePairVerifyParams = ajv.compile(NodePairVerifyParamsSchema);
|
|
1200
|
+
const validateNodeRenameParams = ajv.compile(NodeRenameParamsSchema);
|
|
1201
|
+
const validateNodeListParams = ajv.compile(NodeListParamsSchema);
|
|
1202
|
+
const validateNodeDescribeParams = ajv.compile(NodeDescribeParamsSchema);
|
|
1203
|
+
const validateNodeInvokeParams = ajv.compile(NodeInvokeParamsSchema);
|
|
1204
|
+
const validateNodeInvokeResultParams = ajv.compile(NodeInvokeResultParamsSchema);
|
|
1205
|
+
const validateNodeEventParams = ajv.compile(NodeEventParamsSchema);
|
|
1206
|
+
const validatePushTestParams = ajv.compile(PushTestParamsSchema);
|
|
1207
|
+
const validateSessionsListParams = ajv.compile(SessionsListParamsSchema);
|
|
1208
|
+
const validateSessionsPreviewParams = ajv.compile(SessionsPreviewParamsSchema);
|
|
1209
|
+
const validateSessionsResolveParams = ajv.compile(SessionsResolveParamsSchema);
|
|
1210
|
+
const validateSessionsPatchParams = ajv.compile(SessionsPatchParamsSchema);
|
|
1211
|
+
const validateSessionsResetParams = ajv.compile(SessionsResetParamsSchema);
|
|
1212
|
+
const validateSessionsDeleteParams = ajv.compile(SessionsDeleteParamsSchema);
|
|
1213
|
+
const validateSessionsCompactParams = ajv.compile(SessionsCompactParamsSchema);
|
|
1214
|
+
const validateSessionsUsageParams = ajv.compile(SessionsUsageParamsSchema);
|
|
1215
|
+
const validateConfigGetParams = ajv.compile(ConfigGetParamsSchema);
|
|
1216
|
+
const validateConfigSetParams = ajv.compile(ConfigSetParamsSchema);
|
|
1217
|
+
const validateConfigApplyParams = ajv.compile(ConfigApplyParamsSchema);
|
|
1218
|
+
const validateConfigPatchParams = ajv.compile(ConfigPatchParamsSchema);
|
|
1219
|
+
const validateConfigSchemaParams = ajv.compile(ConfigSchemaParamsSchema);
|
|
1220
|
+
const validateWizardStartParams = ajv.compile(WizardStartParamsSchema);
|
|
1221
|
+
const validateWizardNextParams = ajv.compile(WizardNextParamsSchema);
|
|
1222
|
+
const validateWizardCancelParams = ajv.compile(WizardCancelParamsSchema);
|
|
1223
|
+
const validateWizardStatusParams = ajv.compile(WizardStatusParamsSchema);
|
|
1224
|
+
const validateTalkModeParams = ajv.compile(TalkModeParamsSchema);
|
|
1225
|
+
const validateTalkConfigParams = ajv.compile(TalkConfigParamsSchema);
|
|
1226
|
+
const validateChannelsStatusParams = ajv.compile(ChannelsStatusParamsSchema);
|
|
1227
|
+
const validateChannelsLogoutParams = ajv.compile(ChannelsLogoutParamsSchema);
|
|
1228
|
+
const validateModelsListParams = ajv.compile(ModelsListParamsSchema);
|
|
1229
|
+
const validateToolsCatalogParams = ajv.compile(ToolsCatalogParamsSchema);
|
|
1230
|
+
const validateCronListParams = ajv.compile(CronListParamsSchema);
|
|
1231
|
+
const validateCronStatusParams = ajv.compile(CronStatusParamsSchema);
|
|
1232
|
+
const validateCronAddParams = ajv.compile(CronAddParamsSchema);
|
|
1233
|
+
const validateCronUpdateParams = ajv.compile(CronUpdateParamsSchema);
|
|
1234
|
+
const validateCronRemoveParams = ajv.compile(CronRemoveParamsSchema);
|
|
1235
|
+
const validateCronRunParams = ajv.compile(CronRunParamsSchema);
|
|
1236
|
+
const validateCronRunsParams = ajv.compile(CronRunsParamsSchema);
|
|
1237
|
+
const validateDevicePairListParams = ajv.compile(DevicePairListParamsSchema);
|
|
1238
|
+
const validateDevicePairApproveParams = ajv.compile(DevicePairApproveParamsSchema);
|
|
1239
|
+
const validateDevicePairRejectParams = ajv.compile(DevicePairRejectParamsSchema);
|
|
1240
|
+
const validateDevicePairRemoveParams = ajv.compile(DevicePairRemoveParamsSchema);
|
|
1241
|
+
const validateDeviceTokenRotateParams = ajv.compile(DeviceTokenRotateParamsSchema);
|
|
1242
|
+
const validateDeviceTokenRevokeParams = ajv.compile(DeviceTokenRevokeParamsSchema);
|
|
1243
|
+
const validateLogsTailParams = ajv.compile(LogsTailParamsSchema);
|
|
1244
|
+
const validateChatHistoryParams = ajv.compile(ChatHistoryParamsSchema);
|
|
1245
|
+
const validateChatSendParams = ajv.compile(ChatSendParamsSchema);
|
|
1246
|
+
const validateChatAbortParams = ajv.compile(ChatAbortParamsSchema);
|
|
1247
|
+
const validateChatInjectParams = ajv.compile(ChatInjectParamsSchema);
|
|
1248
|
+
const validateChatEvent = ajv.compile(ChatEventSchema);
|
|
1249
|
+
const validateUpdateRunParams = ajv.compile(UpdateRunParamsSchema);
|
|
1250
|
+
const validateWebLoginStartParams = ajv.compile(WebLoginStartParamsSchema);
|
|
1251
|
+
const validateWebLoginWaitParams = ajv.compile(WebLoginWaitParamsSchema);
|
|
1252
|
+
|
|
1253
|
+
//#endregion
|
|
1254
|
+
//#region src/gateway/method-scopes.ts
|
|
1255
|
+
const ADMIN_SCOPE = "operator.admin";
|
|
1256
|
+
const READ_SCOPE = "operator.read";
|
|
1257
|
+
const WRITE_SCOPE = "operator.write";
|
|
1258
|
+
const APPROVALS_SCOPE = "operator.approvals";
|
|
1259
|
+
const PAIRING_SCOPE = "operator.pairing";
|
|
1260
|
+
const METHOD_SCOPE_GROUPS = {
|
|
1261
|
+
[APPROVALS_SCOPE]: [
|
|
1262
|
+
"exec.approval.request",
|
|
1263
|
+
"exec.approval.waitDecision",
|
|
1264
|
+
"exec.approval.resolve"
|
|
1265
|
+
],
|
|
1266
|
+
[PAIRING_SCOPE]: [
|
|
1267
|
+
"node.pair.request",
|
|
1268
|
+
"node.pair.list",
|
|
1269
|
+
"node.pair.approve",
|
|
1270
|
+
"node.pair.reject",
|
|
1271
|
+
"node.pair.verify",
|
|
1272
|
+
"device.pair.list",
|
|
1273
|
+
"device.pair.approve",
|
|
1274
|
+
"device.pair.reject",
|
|
1275
|
+
"device.pair.remove",
|
|
1276
|
+
"device.token.rotate",
|
|
1277
|
+
"device.token.revoke",
|
|
1278
|
+
"node.rename"
|
|
1279
|
+
],
|
|
1280
|
+
[READ_SCOPE]: [
|
|
1281
|
+
"health",
|
|
1282
|
+
"logs.tail",
|
|
1283
|
+
"channels.status",
|
|
1284
|
+
"status",
|
|
1285
|
+
"usage.status",
|
|
1286
|
+
"usage.cost",
|
|
1287
|
+
"tts.status",
|
|
1288
|
+
"tts.providers",
|
|
1289
|
+
"models.list",
|
|
1290
|
+
"tools.catalog",
|
|
1291
|
+
"plugin:tools:list",
|
|
1292
|
+
"agents.list",
|
|
1293
|
+
"agent.identity.get",
|
|
1294
|
+
"voicewake.get",
|
|
1295
|
+
"sessions.list",
|
|
1296
|
+
"sessions.preview",
|
|
1297
|
+
"sessions.resolve",
|
|
1298
|
+
"sessions.usage",
|
|
1299
|
+
"sessions.usage.timeseries",
|
|
1300
|
+
"sessions.usage.logs",
|
|
1301
|
+
"cron.list",
|
|
1302
|
+
"cron.status",
|
|
1303
|
+
"cron.runs",
|
|
1304
|
+
"system-presence",
|
|
1305
|
+
"last-heartbeat",
|
|
1306
|
+
"node.list",
|
|
1307
|
+
"node.describe",
|
|
1308
|
+
"chat.history",
|
|
1309
|
+
"config.get",
|
|
1310
|
+
"talk.config",
|
|
1311
|
+
"agents.files.list",
|
|
1312
|
+
"agents.files.get"
|
|
1313
|
+
],
|
|
1314
|
+
[WRITE_SCOPE]: [
|
|
1315
|
+
"send",
|
|
1316
|
+
"poll",
|
|
1317
|
+
"agent",
|
|
1318
|
+
"agent.wait",
|
|
1319
|
+
"wake",
|
|
1320
|
+
"talk.mode",
|
|
1321
|
+
"tts.enable",
|
|
1322
|
+
"tts.disable",
|
|
1323
|
+
"tts.convert",
|
|
1324
|
+
"tts.setProvider",
|
|
1325
|
+
"voicewake.set",
|
|
1326
|
+
"node.invoke",
|
|
1327
|
+
"sessions.spawn",
|
|
1328
|
+
"sessions.subagents",
|
|
1329
|
+
"chat.send",
|
|
1330
|
+
"chat.abort",
|
|
1331
|
+
"browser.request",
|
|
1332
|
+
"push.test",
|
|
1333
|
+
"hooks.tool.before",
|
|
1334
|
+
"hooks.tool.after",
|
|
1335
|
+
"plugin:tools:invoke",
|
|
1336
|
+
"message:send",
|
|
1337
|
+
"message:reply",
|
|
1338
|
+
"message:thread-reply",
|
|
1339
|
+
"message:broadcast",
|
|
1340
|
+
"message:sendAttachment",
|
|
1341
|
+
"message:sendWithEffect"
|
|
1342
|
+
],
|
|
1343
|
+
[ADMIN_SCOPE]: [
|
|
1344
|
+
"channels.logout",
|
|
1345
|
+
"agents.create",
|
|
1346
|
+
"agents.update",
|
|
1347
|
+
"agents.delete",
|
|
1348
|
+
"cron.add",
|
|
1349
|
+
"cron.update",
|
|
1350
|
+
"cron.remove",
|
|
1351
|
+
"cron.run",
|
|
1352
|
+
"sessions.patch",
|
|
1353
|
+
"sessions.reset",
|
|
1354
|
+
"sessions.delete",
|
|
1355
|
+
"sessions.compact",
|
|
1356
|
+
"connect",
|
|
1357
|
+
"chat.inject",
|
|
1358
|
+
"web.login.start",
|
|
1359
|
+
"web.login.wait",
|
|
1360
|
+
"set-heartbeats",
|
|
1361
|
+
"system-event",
|
|
1362
|
+
"agents.files.set",
|
|
1363
|
+
"message:delete",
|
|
1364
|
+
"message:react",
|
|
1365
|
+
"message:pin",
|
|
1366
|
+
"message:readMessages"
|
|
1367
|
+
]
|
|
1368
|
+
};
|
|
1369
|
+
const METHOD_SCOPE_BY_NAME = new Map(Object.entries(METHOD_SCOPE_GROUPS).flatMap(([scope, methods]) => methods.map((method) => [method, scope])));
|
|
1370
|
+
|
|
1371
|
+
//#endregion
|
|
1372
|
+
//#region src/logging/diagnostic-session-state.ts
|
|
1373
|
+
const SESSION_STATE_TTL_MS = 1800 * 1e3;
|
|
1374
|
+
const SESSION_STATE_PRUNE_INTERVAL_MS = 60 * 1e3;
|
|
1375
|
+
|
|
1376
|
+
//#endregion
|
|
1377
|
+
//#region src/logging/diagnostic.ts
|
|
1378
|
+
const diag = createSubsystemLogger("diagnostic");
|
|
1379
|
+
|
|
1380
|
+
//#endregion
|
|
1381
|
+
//#region src/infra/outbound/session-binding-service.ts
|
|
1382
|
+
function normalizeConversationRef(ref) {
|
|
1383
|
+
return {
|
|
1384
|
+
channel: ref.channel.trim().toLowerCase(),
|
|
1385
|
+
accountId: normalizeAccountId(ref.accountId),
|
|
1386
|
+
conversationId: ref.conversationId.trim(),
|
|
1387
|
+
parentConversationId: ref.parentConversationId?.trim() || void 0
|
|
1388
|
+
};
|
|
1389
|
+
}
|
|
1390
|
+
function toAdapterKey(params) {
|
|
1391
|
+
return `${params.channel.trim().toLowerCase()}:${normalizeAccountId(params.accountId)}`;
|
|
1392
|
+
}
|
|
1393
|
+
const ADAPTERS_BY_CHANNEL_ACCOUNT = /* @__PURE__ */ new Map();
|
|
1394
|
+
function resolveAdapterForConversation(ref) {
|
|
1395
|
+
const normalized = normalizeConversationRef(ref);
|
|
1396
|
+
const key = toAdapterKey({
|
|
1397
|
+
channel: normalized.channel,
|
|
1398
|
+
accountId: normalized.accountId
|
|
1399
|
+
});
|
|
1400
|
+
return ADAPTERS_BY_CHANNEL_ACCOUNT.get(key) ?? null;
|
|
1401
|
+
}
|
|
1402
|
+
function dedupeBindings(records) {
|
|
1403
|
+
const byId = /* @__PURE__ */ new Map();
|
|
1404
|
+
for (const record of records) {
|
|
1405
|
+
if (!record?.bindingId) continue;
|
|
1406
|
+
byId.set(record.bindingId, record);
|
|
1407
|
+
}
|
|
1408
|
+
return [...byId.values()];
|
|
1409
|
+
}
|
|
1410
|
+
function createDefaultSessionBindingService() {
|
|
1411
|
+
return {
|
|
1412
|
+
bind: async (input) => {
|
|
1413
|
+
const normalizedConversation = normalizeConversationRef(input.conversation);
|
|
1414
|
+
const adapter = resolveAdapterForConversation(normalizedConversation);
|
|
1415
|
+
if (!adapter?.bind) throw new Error(`Session binding adapter unavailable for ${normalizedConversation.channel}:${normalizedConversation.accountId}`);
|
|
1416
|
+
const bound = await adapter.bind({
|
|
1417
|
+
...input,
|
|
1418
|
+
conversation: normalizedConversation
|
|
1419
|
+
});
|
|
1420
|
+
if (!bound) throw new Error("Session binding adapter failed to bind target conversation");
|
|
1421
|
+
return bound;
|
|
1422
|
+
},
|
|
1423
|
+
listBySession: (targetSessionKey) => {
|
|
1424
|
+
const key = targetSessionKey.trim();
|
|
1425
|
+
if (!key) return [];
|
|
1426
|
+
const results = [];
|
|
1427
|
+
for (const adapter of ADAPTERS_BY_CHANNEL_ACCOUNT.values()) {
|
|
1428
|
+
const entries = adapter.listBySession(key);
|
|
1429
|
+
if (entries.length > 0) results.push(...entries);
|
|
1430
|
+
}
|
|
1431
|
+
return dedupeBindings(results);
|
|
1432
|
+
},
|
|
1433
|
+
resolveByConversation: (ref) => {
|
|
1434
|
+
const normalized = normalizeConversationRef(ref);
|
|
1435
|
+
if (!normalized.channel || !normalized.conversationId) return null;
|
|
1436
|
+
const adapter = resolveAdapterForConversation(normalized);
|
|
1437
|
+
if (!adapter) return null;
|
|
1438
|
+
return adapter.resolveByConversation(normalized);
|
|
1439
|
+
},
|
|
1440
|
+
touch: (bindingId, at) => {
|
|
1441
|
+
const normalizedBindingId = bindingId.trim();
|
|
1442
|
+
if (!normalizedBindingId) return;
|
|
1443
|
+
for (const adapter of ADAPTERS_BY_CHANNEL_ACCOUNT.values()) adapter.touch?.(normalizedBindingId, at);
|
|
1444
|
+
},
|
|
1445
|
+
unbind: async (input) => {
|
|
1446
|
+
const removed = [];
|
|
1447
|
+
for (const adapter of ADAPTERS_BY_CHANNEL_ACCOUNT.values()) {
|
|
1448
|
+
if (!adapter.unbind) continue;
|
|
1449
|
+
const entries = await adapter.unbind(input);
|
|
1450
|
+
if (entries.length > 0) removed.push(...entries);
|
|
1451
|
+
}
|
|
1452
|
+
return dedupeBindings(removed);
|
|
1453
|
+
}
|
|
1454
|
+
};
|
|
1455
|
+
}
|
|
1456
|
+
const DEFAULT_SESSION_BINDING_SERVICE = createDefaultSessionBindingService();
|
|
1457
|
+
|
|
1458
|
+
//#endregion
|
|
1459
|
+
//#region src/agents/tool-display.json
|
|
1460
|
+
var tool_display_default = {
|
|
1461
|
+
version: 1,
|
|
1462
|
+
fallback: {
|
|
1463
|
+
"emoji": "🧩",
|
|
1464
|
+
"detailKeys": [
|
|
1465
|
+
"command",
|
|
1466
|
+
"path",
|
|
1467
|
+
"url",
|
|
1468
|
+
"targetUrl",
|
|
1469
|
+
"targetId",
|
|
1470
|
+
"ref",
|
|
1471
|
+
"element",
|
|
1472
|
+
"node",
|
|
1473
|
+
"nodeId",
|
|
1474
|
+
"id",
|
|
1475
|
+
"requestId",
|
|
1476
|
+
"to",
|
|
1477
|
+
"channelId",
|
|
1478
|
+
"guildId",
|
|
1479
|
+
"userId",
|
|
1480
|
+
"name",
|
|
1481
|
+
"query",
|
|
1482
|
+
"pattern",
|
|
1483
|
+
"messageId"
|
|
1484
|
+
]
|
|
1485
|
+
},
|
|
1486
|
+
tools: {
|
|
1487
|
+
"attach": {
|
|
1488
|
+
"emoji": "📎",
|
|
1489
|
+
"title": "Attach",
|
|
1490
|
+
"detailKeys": [
|
|
1491
|
+
"path",
|
|
1492
|
+
"url",
|
|
1493
|
+
"fileName"
|
|
1494
|
+
]
|
|
1495
|
+
},
|
|
1496
|
+
"browser": {
|
|
1497
|
+
"emoji": "🌐",
|
|
1498
|
+
"title": "Browser",
|
|
1499
|
+
"actions": {
|
|
1500
|
+
"status": { "label": "status" },
|
|
1501
|
+
"start": { "label": "start" },
|
|
1502
|
+
"stop": { "label": "stop" },
|
|
1503
|
+
"tabs": { "label": "tabs" },
|
|
1504
|
+
"open": {
|
|
1505
|
+
"label": "open",
|
|
1506
|
+
"detailKeys": ["targetUrl"]
|
|
1507
|
+
},
|
|
1508
|
+
"focus": {
|
|
1509
|
+
"label": "focus",
|
|
1510
|
+
"detailKeys": ["targetId"]
|
|
1511
|
+
},
|
|
1512
|
+
"close": {
|
|
1513
|
+
"label": "close",
|
|
1514
|
+
"detailKeys": ["targetId"]
|
|
1515
|
+
},
|
|
1516
|
+
"snapshot": {
|
|
1517
|
+
"label": "snapshot",
|
|
1518
|
+
"detailKeys": [
|
|
1519
|
+
"targetUrl",
|
|
1520
|
+
"targetId",
|
|
1521
|
+
"ref",
|
|
1522
|
+
"element",
|
|
1523
|
+
"format"
|
|
1524
|
+
]
|
|
1525
|
+
},
|
|
1526
|
+
"screenshot": {
|
|
1527
|
+
"label": "screenshot",
|
|
1528
|
+
"detailKeys": [
|
|
1529
|
+
"targetUrl",
|
|
1530
|
+
"targetId",
|
|
1531
|
+
"ref",
|
|
1532
|
+
"element"
|
|
1533
|
+
]
|
|
1534
|
+
},
|
|
1535
|
+
"navigate": {
|
|
1536
|
+
"label": "navigate",
|
|
1537
|
+
"detailKeys": ["targetUrl", "targetId"]
|
|
1538
|
+
},
|
|
1539
|
+
"console": {
|
|
1540
|
+
"label": "console",
|
|
1541
|
+
"detailKeys": ["level", "targetId"]
|
|
1542
|
+
},
|
|
1543
|
+
"pdf": {
|
|
1544
|
+
"label": "pdf",
|
|
1545
|
+
"detailKeys": ["targetId"]
|
|
1546
|
+
},
|
|
1547
|
+
"upload": {
|
|
1548
|
+
"label": "upload",
|
|
1549
|
+
"detailKeys": [
|
|
1550
|
+
"paths",
|
|
1551
|
+
"ref",
|
|
1552
|
+
"inputRef",
|
|
1553
|
+
"element",
|
|
1554
|
+
"targetId"
|
|
1555
|
+
]
|
|
1556
|
+
},
|
|
1557
|
+
"dialog": {
|
|
1558
|
+
"label": "dialog",
|
|
1559
|
+
"detailKeys": [
|
|
1560
|
+
"accept",
|
|
1561
|
+
"promptText",
|
|
1562
|
+
"targetId"
|
|
1563
|
+
]
|
|
1564
|
+
},
|
|
1565
|
+
"act": {
|
|
1566
|
+
"label": "act",
|
|
1567
|
+
"detailKeys": [
|
|
1568
|
+
"request.kind",
|
|
1569
|
+
"request.ref",
|
|
1570
|
+
"request.selector",
|
|
1571
|
+
"request.text",
|
|
1572
|
+
"request.value"
|
|
1573
|
+
]
|
|
1574
|
+
}
|
|
1575
|
+
}
|
|
1576
|
+
},
|
|
1577
|
+
"canvas": {
|
|
1578
|
+
"emoji": "🖼️",
|
|
1579
|
+
"title": "Canvas",
|
|
1580
|
+
"actions": {
|
|
1581
|
+
"present": {
|
|
1582
|
+
"label": "present",
|
|
1583
|
+
"detailKeys": [
|
|
1584
|
+
"target",
|
|
1585
|
+
"node",
|
|
1586
|
+
"nodeId"
|
|
1587
|
+
]
|
|
1588
|
+
},
|
|
1589
|
+
"hide": {
|
|
1590
|
+
"label": "hide",
|
|
1591
|
+
"detailKeys": ["node", "nodeId"]
|
|
1592
|
+
},
|
|
1593
|
+
"navigate": {
|
|
1594
|
+
"label": "navigate",
|
|
1595
|
+
"detailKeys": [
|
|
1596
|
+
"url",
|
|
1597
|
+
"node",
|
|
1598
|
+
"nodeId"
|
|
1599
|
+
]
|
|
1600
|
+
},
|
|
1601
|
+
"eval": {
|
|
1602
|
+
"label": "eval",
|
|
1603
|
+
"detailKeys": [
|
|
1604
|
+
"javaScript",
|
|
1605
|
+
"node",
|
|
1606
|
+
"nodeId"
|
|
1607
|
+
]
|
|
1608
|
+
},
|
|
1609
|
+
"snapshot": {
|
|
1610
|
+
"label": "snapshot",
|
|
1611
|
+
"detailKeys": [
|
|
1612
|
+
"format",
|
|
1613
|
+
"node",
|
|
1614
|
+
"nodeId"
|
|
1615
|
+
]
|
|
1616
|
+
},
|
|
1617
|
+
"a2ui_push": {
|
|
1618
|
+
"label": "A2UI push",
|
|
1619
|
+
"detailKeys": [
|
|
1620
|
+
"jsonlPath",
|
|
1621
|
+
"node",
|
|
1622
|
+
"nodeId"
|
|
1623
|
+
]
|
|
1624
|
+
},
|
|
1625
|
+
"a2ui_reset": {
|
|
1626
|
+
"label": "A2UI reset",
|
|
1627
|
+
"detailKeys": ["node", "nodeId"]
|
|
1628
|
+
}
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1631
|
+
"nodes": {
|
|
1632
|
+
"emoji": "📱",
|
|
1633
|
+
"title": "Nodes",
|
|
1634
|
+
"actions": {
|
|
1635
|
+
"status": { "label": "status" },
|
|
1636
|
+
"describe": {
|
|
1637
|
+
"label": "describe",
|
|
1638
|
+
"detailKeys": ["node", "nodeId"]
|
|
1639
|
+
},
|
|
1640
|
+
"pending": { "label": "pending" },
|
|
1641
|
+
"approve": {
|
|
1642
|
+
"label": "approve",
|
|
1643
|
+
"detailKeys": ["requestId"]
|
|
1644
|
+
},
|
|
1645
|
+
"reject": {
|
|
1646
|
+
"label": "reject",
|
|
1647
|
+
"detailKeys": ["requestId"]
|
|
1648
|
+
},
|
|
1649
|
+
"notify": {
|
|
1650
|
+
"label": "notify",
|
|
1651
|
+
"detailKeys": [
|
|
1652
|
+
"node",
|
|
1653
|
+
"nodeId",
|
|
1654
|
+
"title",
|
|
1655
|
+
"body"
|
|
1656
|
+
]
|
|
1657
|
+
},
|
|
1658
|
+
"camera_snap": {
|
|
1659
|
+
"label": "camera snap",
|
|
1660
|
+
"detailKeys": [
|
|
1661
|
+
"node",
|
|
1662
|
+
"nodeId",
|
|
1663
|
+
"facing",
|
|
1664
|
+
"deviceId"
|
|
1665
|
+
]
|
|
1666
|
+
},
|
|
1667
|
+
"camera_list": {
|
|
1668
|
+
"label": "camera list",
|
|
1669
|
+
"detailKeys": ["node", "nodeId"]
|
|
1670
|
+
},
|
|
1671
|
+
"camera_clip": {
|
|
1672
|
+
"label": "camera clip",
|
|
1673
|
+
"detailKeys": [
|
|
1674
|
+
"node",
|
|
1675
|
+
"nodeId",
|
|
1676
|
+
"facing",
|
|
1677
|
+
"duration",
|
|
1678
|
+
"durationMs"
|
|
1679
|
+
]
|
|
1680
|
+
},
|
|
1681
|
+
"screen_record": {
|
|
1682
|
+
"label": "screen record",
|
|
1683
|
+
"detailKeys": [
|
|
1684
|
+
"node",
|
|
1685
|
+
"nodeId",
|
|
1686
|
+
"duration",
|
|
1687
|
+
"durationMs",
|
|
1688
|
+
"fps",
|
|
1689
|
+
"screenIndex"
|
|
1690
|
+
]
|
|
1691
|
+
}
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
"cron": {
|
|
1695
|
+
"emoji": "⏰",
|
|
1696
|
+
"title": "Cron",
|
|
1697
|
+
"actions": {
|
|
1698
|
+
"status": { "label": "status" },
|
|
1699
|
+
"list": { "label": "list" },
|
|
1700
|
+
"add": {
|
|
1701
|
+
"label": "add",
|
|
1702
|
+
"detailKeys": [
|
|
1703
|
+
"job.name",
|
|
1704
|
+
"job.id",
|
|
1705
|
+
"job.schedule",
|
|
1706
|
+
"job.cron"
|
|
1707
|
+
]
|
|
1708
|
+
},
|
|
1709
|
+
"update": {
|
|
1710
|
+
"label": "update",
|
|
1711
|
+
"detailKeys": ["id"]
|
|
1712
|
+
},
|
|
1713
|
+
"remove": {
|
|
1714
|
+
"label": "remove",
|
|
1715
|
+
"detailKeys": ["id"]
|
|
1716
|
+
},
|
|
1717
|
+
"run": {
|
|
1718
|
+
"label": "run",
|
|
1719
|
+
"detailKeys": ["id"]
|
|
1720
|
+
},
|
|
1721
|
+
"runs": {
|
|
1722
|
+
"label": "runs",
|
|
1723
|
+
"detailKeys": ["id"]
|
|
1724
|
+
},
|
|
1725
|
+
"wake": {
|
|
1726
|
+
"label": "wake",
|
|
1727
|
+
"detailKeys": ["text", "mode"]
|
|
1728
|
+
}
|
|
1729
|
+
}
|
|
1730
|
+
},
|
|
1731
|
+
"gateway": {
|
|
1732
|
+
"emoji": "🔌",
|
|
1733
|
+
"title": "Gateway",
|
|
1734
|
+
"actions": { "restart": {
|
|
1735
|
+
"label": "restart",
|
|
1736
|
+
"detailKeys": ["reason", "delayMs"]
|
|
1737
|
+
} }
|
|
1738
|
+
},
|
|
1739
|
+
"message": {
|
|
1740
|
+
"emoji": "✉️",
|
|
1741
|
+
"title": "Message",
|
|
1742
|
+
"actions": {
|
|
1743
|
+
"send": {
|
|
1744
|
+
"label": "send",
|
|
1745
|
+
"detailKeys": [
|
|
1746
|
+
"provider",
|
|
1747
|
+
"to",
|
|
1748
|
+
"media",
|
|
1749
|
+
"replyTo",
|
|
1750
|
+
"threadId"
|
|
1751
|
+
]
|
|
1752
|
+
},
|
|
1753
|
+
"poll": {
|
|
1754
|
+
"label": "poll",
|
|
1755
|
+
"detailKeys": [
|
|
1756
|
+
"provider",
|
|
1757
|
+
"to",
|
|
1758
|
+
"pollQuestion"
|
|
1759
|
+
]
|
|
1760
|
+
},
|
|
1761
|
+
"react": {
|
|
1762
|
+
"label": "react",
|
|
1763
|
+
"detailKeys": [
|
|
1764
|
+
"provider",
|
|
1765
|
+
"to",
|
|
1766
|
+
"messageId",
|
|
1767
|
+
"emoji",
|
|
1768
|
+
"remove"
|
|
1769
|
+
]
|
|
1770
|
+
},
|
|
1771
|
+
"reactions": {
|
|
1772
|
+
"label": "reactions",
|
|
1773
|
+
"detailKeys": [
|
|
1774
|
+
"provider",
|
|
1775
|
+
"to",
|
|
1776
|
+
"messageId",
|
|
1777
|
+
"limit"
|
|
1778
|
+
]
|
|
1779
|
+
},
|
|
1780
|
+
"read": {
|
|
1781
|
+
"label": "read",
|
|
1782
|
+
"detailKeys": [
|
|
1783
|
+
"provider",
|
|
1784
|
+
"to",
|
|
1785
|
+
"limit"
|
|
1786
|
+
]
|
|
1787
|
+
},
|
|
1788
|
+
"edit": {
|
|
1789
|
+
"label": "edit",
|
|
1790
|
+
"detailKeys": [
|
|
1791
|
+
"provider",
|
|
1792
|
+
"to",
|
|
1793
|
+
"messageId"
|
|
1794
|
+
]
|
|
1795
|
+
},
|
|
1796
|
+
"delete": {
|
|
1797
|
+
"label": "delete",
|
|
1798
|
+
"detailKeys": [
|
|
1799
|
+
"provider",
|
|
1800
|
+
"to",
|
|
1801
|
+
"messageId"
|
|
1802
|
+
]
|
|
1803
|
+
},
|
|
1804
|
+
"pin": {
|
|
1805
|
+
"label": "pin",
|
|
1806
|
+
"detailKeys": [
|
|
1807
|
+
"provider",
|
|
1808
|
+
"to",
|
|
1809
|
+
"messageId"
|
|
1810
|
+
]
|
|
1811
|
+
},
|
|
1812
|
+
"unpin": {
|
|
1813
|
+
"label": "unpin",
|
|
1814
|
+
"detailKeys": [
|
|
1815
|
+
"provider",
|
|
1816
|
+
"to",
|
|
1817
|
+
"messageId"
|
|
1818
|
+
]
|
|
1819
|
+
},
|
|
1820
|
+
"list-pins": {
|
|
1821
|
+
"label": "list pins",
|
|
1822
|
+
"detailKeys": ["provider", "to"]
|
|
1823
|
+
},
|
|
1824
|
+
"permissions": {
|
|
1825
|
+
"label": "permissions",
|
|
1826
|
+
"detailKeys": [
|
|
1827
|
+
"provider",
|
|
1828
|
+
"channelId",
|
|
1829
|
+
"to"
|
|
1830
|
+
]
|
|
1831
|
+
},
|
|
1832
|
+
"thread-create": {
|
|
1833
|
+
"label": "thread create",
|
|
1834
|
+
"detailKeys": [
|
|
1835
|
+
"provider",
|
|
1836
|
+
"channelId",
|
|
1837
|
+
"threadName"
|
|
1838
|
+
]
|
|
1839
|
+
},
|
|
1840
|
+
"thread-list": {
|
|
1841
|
+
"label": "thread list",
|
|
1842
|
+
"detailKeys": [
|
|
1843
|
+
"provider",
|
|
1844
|
+
"guildId",
|
|
1845
|
+
"channelId"
|
|
1846
|
+
]
|
|
1847
|
+
},
|
|
1848
|
+
"thread-reply": {
|
|
1849
|
+
"label": "thread reply",
|
|
1850
|
+
"detailKeys": [
|
|
1851
|
+
"provider",
|
|
1852
|
+
"channelId",
|
|
1853
|
+
"messageId"
|
|
1854
|
+
]
|
|
1855
|
+
},
|
|
1856
|
+
"search": {
|
|
1857
|
+
"label": "search",
|
|
1858
|
+
"detailKeys": [
|
|
1859
|
+
"provider",
|
|
1860
|
+
"guildId",
|
|
1861
|
+
"query"
|
|
1862
|
+
]
|
|
1863
|
+
},
|
|
1864
|
+
"sticker": {
|
|
1865
|
+
"label": "sticker",
|
|
1866
|
+
"detailKeys": [
|
|
1867
|
+
"provider",
|
|
1868
|
+
"to",
|
|
1869
|
+
"stickerId"
|
|
1870
|
+
]
|
|
1871
|
+
},
|
|
1872
|
+
"member-info": {
|
|
1873
|
+
"label": "member",
|
|
1874
|
+
"detailKeys": [
|
|
1875
|
+
"provider",
|
|
1876
|
+
"guildId",
|
|
1877
|
+
"userId"
|
|
1878
|
+
]
|
|
1879
|
+
},
|
|
1880
|
+
"role-info": {
|
|
1881
|
+
"label": "roles",
|
|
1882
|
+
"detailKeys": ["provider", "guildId"]
|
|
1883
|
+
},
|
|
1884
|
+
"emoji-list": {
|
|
1885
|
+
"label": "emoji list",
|
|
1886
|
+
"detailKeys": ["provider", "guildId"]
|
|
1887
|
+
},
|
|
1888
|
+
"emoji-upload": {
|
|
1889
|
+
"label": "emoji upload",
|
|
1890
|
+
"detailKeys": [
|
|
1891
|
+
"provider",
|
|
1892
|
+
"guildId",
|
|
1893
|
+
"emojiName"
|
|
1894
|
+
]
|
|
1895
|
+
},
|
|
1896
|
+
"sticker-upload": {
|
|
1897
|
+
"label": "sticker upload",
|
|
1898
|
+
"detailKeys": [
|
|
1899
|
+
"provider",
|
|
1900
|
+
"guildId",
|
|
1901
|
+
"stickerName"
|
|
1902
|
+
]
|
|
1903
|
+
},
|
|
1904
|
+
"role-add": {
|
|
1905
|
+
"label": "role add",
|
|
1906
|
+
"detailKeys": [
|
|
1907
|
+
"provider",
|
|
1908
|
+
"guildId",
|
|
1909
|
+
"userId",
|
|
1910
|
+
"roleId"
|
|
1911
|
+
]
|
|
1912
|
+
},
|
|
1913
|
+
"role-remove": {
|
|
1914
|
+
"label": "role remove",
|
|
1915
|
+
"detailKeys": [
|
|
1916
|
+
"provider",
|
|
1917
|
+
"guildId",
|
|
1918
|
+
"userId",
|
|
1919
|
+
"roleId"
|
|
1920
|
+
]
|
|
1921
|
+
},
|
|
1922
|
+
"channel-info": {
|
|
1923
|
+
"label": "channel",
|
|
1924
|
+
"detailKeys": ["provider", "channelId"]
|
|
1925
|
+
},
|
|
1926
|
+
"channel-list": {
|
|
1927
|
+
"label": "channels",
|
|
1928
|
+
"detailKeys": ["provider", "guildId"]
|
|
1929
|
+
},
|
|
1930
|
+
"voice-status": {
|
|
1931
|
+
"label": "voice",
|
|
1932
|
+
"detailKeys": [
|
|
1933
|
+
"provider",
|
|
1934
|
+
"guildId",
|
|
1935
|
+
"userId"
|
|
1936
|
+
]
|
|
1937
|
+
},
|
|
1938
|
+
"event-list": {
|
|
1939
|
+
"label": "events",
|
|
1940
|
+
"detailKeys": ["provider", "guildId"]
|
|
1941
|
+
},
|
|
1942
|
+
"event-create": {
|
|
1943
|
+
"label": "event create",
|
|
1944
|
+
"detailKeys": [
|
|
1945
|
+
"provider",
|
|
1946
|
+
"guildId",
|
|
1947
|
+
"eventName"
|
|
1948
|
+
]
|
|
1949
|
+
},
|
|
1950
|
+
"timeout": {
|
|
1951
|
+
"label": "timeout",
|
|
1952
|
+
"detailKeys": [
|
|
1953
|
+
"provider",
|
|
1954
|
+
"guildId",
|
|
1955
|
+
"userId"
|
|
1956
|
+
]
|
|
1957
|
+
},
|
|
1958
|
+
"kick": {
|
|
1959
|
+
"label": "kick",
|
|
1960
|
+
"detailKeys": [
|
|
1961
|
+
"provider",
|
|
1962
|
+
"guildId",
|
|
1963
|
+
"userId"
|
|
1964
|
+
]
|
|
1965
|
+
},
|
|
1966
|
+
"ban": {
|
|
1967
|
+
"label": "ban",
|
|
1968
|
+
"detailKeys": [
|
|
1969
|
+
"provider",
|
|
1970
|
+
"guildId",
|
|
1971
|
+
"userId"
|
|
1972
|
+
]
|
|
1973
|
+
}
|
|
1974
|
+
}
|
|
1975
|
+
},
|
|
1976
|
+
"agents_list": {
|
|
1977
|
+
"emoji": "🧭",
|
|
1978
|
+
"title": "Agents",
|
|
1979
|
+
"detailKeys": []
|
|
1980
|
+
},
|
|
1981
|
+
"sessions_list": {
|
|
1982
|
+
"emoji": "🗂️",
|
|
1983
|
+
"title": "Sessions",
|
|
1984
|
+
"detailKeys": [
|
|
1985
|
+
"kinds",
|
|
1986
|
+
"limit",
|
|
1987
|
+
"activeMinutes",
|
|
1988
|
+
"messageLimit"
|
|
1989
|
+
]
|
|
1990
|
+
},
|
|
1991
|
+
"sessions_history": {
|
|
1992
|
+
"emoji": "🧾",
|
|
1993
|
+
"title": "Session History",
|
|
1994
|
+
"detailKeys": [
|
|
1995
|
+
"sessionKey",
|
|
1996
|
+
"limit",
|
|
1997
|
+
"includeTools"
|
|
1998
|
+
]
|
|
1999
|
+
},
|
|
2000
|
+
"sessions_send": {
|
|
2001
|
+
"emoji": "📨",
|
|
2002
|
+
"title": "Session Send",
|
|
2003
|
+
"detailKeys": [
|
|
2004
|
+
"label",
|
|
2005
|
+
"sessionKey",
|
|
2006
|
+
"agentId",
|
|
2007
|
+
"timeoutSeconds"
|
|
2008
|
+
]
|
|
2009
|
+
},
|
|
2010
|
+
"sessions_spawn": {
|
|
2011
|
+
"emoji": "🧑🔧",
|
|
2012
|
+
"title": "Sub-agent",
|
|
2013
|
+
"detailKeys": [
|
|
2014
|
+
"label",
|
|
2015
|
+
"task",
|
|
2016
|
+
"agentId",
|
|
2017
|
+
"model",
|
|
2018
|
+
"thinking",
|
|
2019
|
+
"runTimeoutSeconds",
|
|
2020
|
+
"cleanup"
|
|
2021
|
+
]
|
|
2022
|
+
},
|
|
2023
|
+
"subagents": {
|
|
2024
|
+
"emoji": "🤖",
|
|
2025
|
+
"title": "Subagents",
|
|
2026
|
+
"actions": {
|
|
2027
|
+
"list": {
|
|
2028
|
+
"label": "list",
|
|
2029
|
+
"detailKeys": ["recentMinutes"]
|
|
2030
|
+
},
|
|
2031
|
+
"kill": {
|
|
2032
|
+
"label": "kill",
|
|
2033
|
+
"detailKeys": ["target"]
|
|
2034
|
+
},
|
|
2035
|
+
"steer": {
|
|
2036
|
+
"label": "steer",
|
|
2037
|
+
"detailKeys": ["target"]
|
|
2038
|
+
}
|
|
2039
|
+
}
|
|
2040
|
+
},
|
|
2041
|
+
"session_status": {
|
|
2042
|
+
"emoji": "📊",
|
|
2043
|
+
"title": "Session Status",
|
|
2044
|
+
"detailKeys": ["sessionKey", "model"]
|
|
2045
|
+
},
|
|
2046
|
+
"whatsapp_login": {
|
|
2047
|
+
"emoji": "🟢",
|
|
2048
|
+
"title": "WhatsApp Login",
|
|
2049
|
+
"actions": {
|
|
2050
|
+
"start": { "label": "start" },
|
|
2051
|
+
"wait": { "label": "wait" }
|
|
2052
|
+
}
|
|
2053
|
+
}
|
|
2054
|
+
}
|
|
2055
|
+
};
|
|
2056
|
+
|
|
2057
|
+
//#endregion
|
|
2058
|
+
//#region src/agents/tool-display.ts
|
|
2059
|
+
const TOOL_DISPLAY_CONFIG = tool_display_default;
|
|
2060
|
+
const FALLBACK = TOOL_DISPLAY_CONFIG.fallback ?? { emoji: "🧩" };
|
|
2061
|
+
const TOOL_MAP = TOOL_DISPLAY_CONFIG.tools ?? {};
|
|
2062
|
+
|
|
2063
|
+
//#endregion
|
|
2064
|
+
//#region src/agents/subagent-announce.ts
|
|
2065
|
+
const FAST_TEST_MODE = process.env.REMOTECLAW_TEST_FAST === "1";
|
|
2066
|
+
|
|
2067
|
+
//#endregion
|
|
2068
|
+
//#region src/agents/subagent-registry.ts
|
|
2069
|
+
/**
|
|
2070
|
+
* Announce entries older than this are force-expired even if delivery never
|
|
2071
|
+
* succeeded. Guards against stale registry entries surviving gateway restarts.
|
|
2072
|
+
*/
|
|
2073
|
+
const ANNOUNCE_EXPIRY_MS = 5 * 6e4;
|
|
2074
|
+
|
|
2075
|
+
//#endregion
|
|
2076
|
+
//#region src/web/auto-reply/constants.ts
|
|
2077
|
+
const DEFAULT_WEB_MEDIA_BYTES = 5 * 1024 * 1024;
|
|
2078
|
+
|
|
2079
|
+
//#endregion
|
|
2080
|
+
//#region src/media-understanding/defaults.ts
|
|
2081
|
+
const MB = 1024 * 1024;
|
|
2082
|
+
const DEFAULT_MAX_BYTES = {
|
|
2083
|
+
image: 10 * MB,
|
|
2084
|
+
audio: 20 * MB,
|
|
2085
|
+
video: 50 * MB
|
|
2086
|
+
};
|
|
2087
|
+
const DEFAULT_VIDEO_MAX_BASE64_BYTES = 70 * MB;
|
|
2088
|
+
const CLI_OUTPUT_MAX_BUFFER = 5 * MB;
|
|
2089
|
+
|
|
2090
|
+
//#endregion
|
|
2091
|
+
//#region src/media/input-files.ts
|
|
2092
|
+
const DEFAULT_INPUT_IMAGE_MAX_BYTES = 10 * 1024 * 1024;
|
|
2093
|
+
const DEFAULT_INPUT_FILE_MAX_BYTES = 5 * 1024 * 1024;
|
|
2094
|
+
|
|
2095
|
+
//#endregion
|
|
2096
|
+
//#region src/media-understanding/attachments.ts
|
|
2097
|
+
const DEFAULT_LOCAL_PATH_ROOTS = mergeInboundPathRoots(getDefaultMediaLocalRoots(), DEFAULT_IMESSAGE_ATTACHMENT_ROOTS);
|
|
2098
|
+
|
|
2099
|
+
//#endregion
|
|
2100
|
+
//#region src/tts/tts-core.ts
|
|
2101
|
+
const TEMP_FILE_CLEANUP_DELAY_MS = 300 * 1e3;
|
|
2102
|
+
|
|
2103
|
+
//#endregion
|
|
2104
|
+
//#region src/auto-reply/reply/commands-export-session.ts
|
|
2105
|
+
const EXPORT_HTML_DIR = path.join(path.dirname(fileURLToPath(import.meta.url)), "export-html");
|
|
2106
|
+
|
|
2107
|
+
//#endregion
|
|
2108
|
+
//#region src/discord/monitor/thread-bindings.types.ts
|
|
2109
|
+
const DEFAULT_THREAD_BINDING_TTL_MS = 1440 * 60 * 1e3;
|
|
2110
|
+
|
|
2111
|
+
//#endregion
|
|
2112
|
+
//#region src/discord/monitor/thread-bindings.state.ts
|
|
2113
|
+
const THREAD_BINDINGS_STATE_KEY = "__remoteclawDiscordThreadBindingsState";
|
|
2114
|
+
function createThreadBindingsGlobalState() {
|
|
2115
|
+
return {
|
|
2116
|
+
managersByAccountId: /* @__PURE__ */ new Map(),
|
|
2117
|
+
bindingsByThreadId: /* @__PURE__ */ new Map(),
|
|
2118
|
+
bindingsBySessionKey: /* @__PURE__ */ new Map(),
|
|
2119
|
+
tokensByAccountId: /* @__PURE__ */ new Map(),
|
|
2120
|
+
recentUnboundWebhookEchoesByBindingKey: /* @__PURE__ */ new Map(),
|
|
2121
|
+
reusableWebhooksByAccountChannel: /* @__PURE__ */ new Map(),
|
|
2122
|
+
persistByAccountId: /* @__PURE__ */ new Map(),
|
|
2123
|
+
loadedBindings: false
|
|
2124
|
+
};
|
|
2125
|
+
}
|
|
2126
|
+
function resolveThreadBindingsGlobalState() {
|
|
2127
|
+
const runtimeGlobal = globalThis;
|
|
2128
|
+
if (!runtimeGlobal[THREAD_BINDINGS_STATE_KEY]) runtimeGlobal[THREAD_BINDINGS_STATE_KEY] = createThreadBindingsGlobalState();
|
|
2129
|
+
return runtimeGlobal[THREAD_BINDINGS_STATE_KEY];
|
|
2130
|
+
}
|
|
2131
|
+
const THREAD_BINDINGS_STATE = resolveThreadBindingsGlobalState();
|
|
2132
|
+
const MANAGERS_BY_ACCOUNT_ID = THREAD_BINDINGS_STATE.managersByAccountId;
|
|
2133
|
+
const BINDINGS_BY_THREAD_ID = THREAD_BINDINGS_STATE.bindingsByThreadId;
|
|
2134
|
+
const BINDINGS_BY_SESSION_KEY = THREAD_BINDINGS_STATE.bindingsBySessionKey;
|
|
2135
|
+
const TOKENS_BY_ACCOUNT_ID = THREAD_BINDINGS_STATE.tokensByAccountId;
|
|
2136
|
+
const RECENT_UNBOUND_WEBHOOK_ECHOES_BY_BINDING_KEY = THREAD_BINDINGS_STATE.recentUnboundWebhookEchoesByBindingKey;
|
|
2137
|
+
const REUSABLE_WEBHOOKS_BY_ACCOUNT_CHANNEL = THREAD_BINDINGS_STATE.reusableWebhooksByAccountChannel;
|
|
2138
|
+
const PERSIST_BY_ACCOUNT_ID = THREAD_BINDINGS_STATE.persistByAccountId;
|
|
2139
|
+
|
|
2140
|
+
//#endregion
|
|
2141
|
+
//#region src/discord/client.ts
|
|
2142
|
+
function resolveToken(params) {
|
|
2143
|
+
const explicit = normalizeDiscordToken(params.explicit);
|
|
2144
|
+
if (explicit) return explicit;
|
|
2145
|
+
const fallback = normalizeDiscordToken(params.fallbackToken);
|
|
2146
|
+
if (!fallback) throw new Error(`Discord bot token missing for account "${params.accountId}" (set discord.accounts.${params.accountId}.token or DISCORD_BOT_TOKEN for default).`);
|
|
2147
|
+
return fallback;
|
|
2148
|
+
}
|
|
2149
|
+
function resolveRest(token, rest) {
|
|
2150
|
+
return rest ?? new RequestClient(token);
|
|
2151
|
+
}
|
|
2152
|
+
function createDiscordRestClient(opts, cfg = loadConfig()) {
|
|
2153
|
+
const account = resolveDiscordAccount({
|
|
2154
|
+
cfg,
|
|
2155
|
+
accountId: opts.accountId
|
|
2156
|
+
});
|
|
2157
|
+
const token = resolveToken({
|
|
2158
|
+
explicit: opts.token,
|
|
2159
|
+
accountId: account.accountId,
|
|
2160
|
+
fallbackToken: account.token
|
|
2161
|
+
});
|
|
2162
|
+
return {
|
|
2163
|
+
token,
|
|
2164
|
+
rest: resolveRest(token, opts.rest),
|
|
2165
|
+
account
|
|
2166
|
+
};
|
|
2167
|
+
}
|
|
2168
|
+
function createDiscordClient(opts, cfg = loadConfig()) {
|
|
2169
|
+
const { token, rest, account } = createDiscordRestClient(opts, cfg);
|
|
2170
|
+
return {
|
|
2171
|
+
token,
|
|
2172
|
+
rest,
|
|
2173
|
+
request: createDiscordRetryRunner({
|
|
2174
|
+
retry: opts.retry,
|
|
2175
|
+
configRetry: account.config.retry,
|
|
2176
|
+
verbose: opts.verbose
|
|
2177
|
+
})
|
|
2178
|
+
};
|
|
2179
|
+
}
|
|
2180
|
+
function resolveDiscordRest(opts) {
|
|
2181
|
+
return createDiscordRestClient(opts).rest;
|
|
2182
|
+
}
|
|
2183
|
+
|
|
2184
|
+
//#endregion
|
|
2185
|
+
//#region src/discord/chunk.ts
|
|
2186
|
+
const DEFAULT_MAX_CHARS = 2e3;
|
|
2187
|
+
const DEFAULT_MAX_LINES = 17;
|
|
2188
|
+
const FENCE_RE = /^( {0,3})(`{3,}|~{3,})(.*)$/;
|
|
2189
|
+
function countLines(text) {
|
|
2190
|
+
if (!text) return 0;
|
|
2191
|
+
return text.split("\n").length;
|
|
2192
|
+
}
|
|
2193
|
+
function parseFenceLine(line) {
|
|
2194
|
+
const match = line.match(FENCE_RE);
|
|
2195
|
+
if (!match) return null;
|
|
2196
|
+
const indent = match[1] ?? "";
|
|
2197
|
+
const marker = match[2] ?? "";
|
|
2198
|
+
return {
|
|
2199
|
+
indent,
|
|
2200
|
+
markerChar: marker[0] ?? "`",
|
|
2201
|
+
markerLen: marker.length,
|
|
2202
|
+
openLine: line
|
|
2203
|
+
};
|
|
2204
|
+
}
|
|
2205
|
+
function closeFenceLine(openFence) {
|
|
2206
|
+
return `${openFence.indent}${openFence.markerChar.repeat(openFence.markerLen)}`;
|
|
2207
|
+
}
|
|
2208
|
+
function closeFenceIfNeeded(text, openFence) {
|
|
2209
|
+
if (!openFence) return text;
|
|
2210
|
+
const closeLine = closeFenceLine(openFence);
|
|
2211
|
+
if (!text) return closeLine;
|
|
2212
|
+
if (!text.endsWith("\n")) return `${text}\n${closeLine}`;
|
|
2213
|
+
return `${text}${closeLine}`;
|
|
2214
|
+
}
|
|
2215
|
+
function splitLongLine(line, maxChars, opts) {
|
|
2216
|
+
const limit = Math.max(1, Math.floor(maxChars));
|
|
2217
|
+
if (line.length <= limit) return [line];
|
|
2218
|
+
const out = [];
|
|
2219
|
+
let remaining = line;
|
|
2220
|
+
while (remaining.length > limit) {
|
|
2221
|
+
if (opts.preserveWhitespace) {
|
|
2222
|
+
out.push(remaining.slice(0, limit));
|
|
2223
|
+
remaining = remaining.slice(limit);
|
|
2224
|
+
continue;
|
|
2225
|
+
}
|
|
2226
|
+
const window = remaining.slice(0, limit);
|
|
2227
|
+
let breakIdx = -1;
|
|
2228
|
+
for (let i = window.length - 1; i >= 0; i--) if (/\s/.test(window[i])) {
|
|
2229
|
+
breakIdx = i;
|
|
2230
|
+
break;
|
|
2231
|
+
}
|
|
2232
|
+
if (breakIdx <= 0) breakIdx = limit;
|
|
2233
|
+
out.push(remaining.slice(0, breakIdx));
|
|
2234
|
+
remaining = remaining.slice(breakIdx);
|
|
2235
|
+
}
|
|
2236
|
+
if (remaining.length) out.push(remaining);
|
|
2237
|
+
return out;
|
|
2238
|
+
}
|
|
2239
|
+
/**
|
|
2240
|
+
* Chunks outbound Discord text by both character count and (soft) line count,
|
|
2241
|
+
* while keeping fenced code blocks balanced across chunks.
|
|
2242
|
+
*/
|
|
2243
|
+
function chunkDiscordText(text, opts = {}) {
|
|
2244
|
+
const maxChars = Math.max(1, Math.floor(opts.maxChars ?? DEFAULT_MAX_CHARS));
|
|
2245
|
+
const maxLines = Math.max(1, Math.floor(opts.maxLines ?? DEFAULT_MAX_LINES));
|
|
2246
|
+
const body = text ?? "";
|
|
2247
|
+
if (!body) return [];
|
|
2248
|
+
if (body.length <= maxChars && countLines(body) <= maxLines) return [body];
|
|
2249
|
+
const lines = body.split("\n");
|
|
2250
|
+
const chunks = [];
|
|
2251
|
+
let current = "";
|
|
2252
|
+
let currentLines = 0;
|
|
2253
|
+
let openFence = null;
|
|
2254
|
+
const flush = () => {
|
|
2255
|
+
if (!current) return;
|
|
2256
|
+
const payload = closeFenceIfNeeded(current, openFence);
|
|
2257
|
+
if (payload.trim().length) chunks.push(payload);
|
|
2258
|
+
current = "";
|
|
2259
|
+
currentLines = 0;
|
|
2260
|
+
if (openFence) {
|
|
2261
|
+
current = openFence.openLine;
|
|
2262
|
+
currentLines = 1;
|
|
2263
|
+
}
|
|
2264
|
+
};
|
|
2265
|
+
for (const originalLine of lines) {
|
|
2266
|
+
const fenceInfo = parseFenceLine(originalLine);
|
|
2267
|
+
const wasInsideFence = openFence !== null;
|
|
2268
|
+
let nextOpenFence = openFence;
|
|
2269
|
+
if (fenceInfo) {
|
|
2270
|
+
if (!openFence) nextOpenFence = fenceInfo;
|
|
2271
|
+
else if (openFence.markerChar === fenceInfo.markerChar && fenceInfo.markerLen >= openFence.markerLen) nextOpenFence = null;
|
|
2272
|
+
}
|
|
2273
|
+
const reserveChars = nextOpenFence ? closeFenceLine(nextOpenFence).length + 1 : 0;
|
|
2274
|
+
const reserveLines = nextOpenFence ? 1 : 0;
|
|
2275
|
+
const effectiveMaxChars = maxChars - reserveChars;
|
|
2276
|
+
const effectiveMaxLines = maxLines - reserveLines;
|
|
2277
|
+
const charLimit = effectiveMaxChars > 0 ? effectiveMaxChars : maxChars;
|
|
2278
|
+
const lineLimit = effectiveMaxLines > 0 ? effectiveMaxLines : maxLines;
|
|
2279
|
+
const prefixLen = current.length > 0 ? current.length + 1 : 0;
|
|
2280
|
+
const segments = splitLongLine(originalLine, Math.max(1, charLimit - prefixLen), { preserveWhitespace: wasInsideFence });
|
|
2281
|
+
for (let segIndex = 0; segIndex < segments.length; segIndex++) {
|
|
2282
|
+
const segment = segments[segIndex];
|
|
2283
|
+
const isLineContinuation = segIndex > 0;
|
|
2284
|
+
const addition = `${isLineContinuation ? "" : current.length > 0 ? "\n" : ""}${segment}`;
|
|
2285
|
+
const nextLen = current.length + addition.length;
|
|
2286
|
+
const nextLines = currentLines + (isLineContinuation ? 0 : 1);
|
|
2287
|
+
if ((nextLen > charLimit || nextLines > lineLimit) && current.length > 0) flush();
|
|
2288
|
+
if (current.length > 0) {
|
|
2289
|
+
current += addition;
|
|
2290
|
+
if (!isLineContinuation) currentLines += 1;
|
|
2291
|
+
} else {
|
|
2292
|
+
current = segment;
|
|
2293
|
+
currentLines = 1;
|
|
2294
|
+
}
|
|
2295
|
+
}
|
|
2296
|
+
openFence = nextOpenFence;
|
|
2297
|
+
}
|
|
2298
|
+
if (current.length) {
|
|
2299
|
+
const payload = closeFenceIfNeeded(current, openFence);
|
|
2300
|
+
if (payload.trim().length) chunks.push(payload);
|
|
2301
|
+
}
|
|
2302
|
+
return rebalanceReasoningItalics(text, chunks);
|
|
2303
|
+
}
|
|
2304
|
+
function chunkDiscordTextWithMode(text, opts) {
|
|
2305
|
+
if ((opts.chunkMode ?? "length") !== "newline") return chunkDiscordText(text, opts);
|
|
2306
|
+
const lineChunks = chunkMarkdownTextWithMode(text, Math.max(1, Math.floor(opts.maxChars ?? DEFAULT_MAX_CHARS)), "newline");
|
|
2307
|
+
const chunks = [];
|
|
2308
|
+
for (const line of lineChunks) {
|
|
2309
|
+
const nested = chunkDiscordText(line, opts);
|
|
2310
|
+
if (!nested.length && line) {
|
|
2311
|
+
chunks.push(line);
|
|
2312
|
+
continue;
|
|
2313
|
+
}
|
|
2314
|
+
chunks.push(...nested);
|
|
2315
|
+
}
|
|
2316
|
+
return chunks;
|
|
2317
|
+
}
|
|
2318
|
+
function rebalanceReasoningItalics(source, chunks) {
|
|
2319
|
+
if (chunks.length <= 1) return chunks;
|
|
2320
|
+
if (!(source.startsWith("Reasoning:\n_") && source.trimEnd().endsWith("_"))) return chunks;
|
|
2321
|
+
const adjusted = [...chunks];
|
|
2322
|
+
for (let i = 0; i < adjusted.length; i++) {
|
|
2323
|
+
const isLast = i === adjusted.length - 1;
|
|
2324
|
+
const current = adjusted[i];
|
|
2325
|
+
if (!current.trimEnd().endsWith("_")) adjusted[i] = `${current}_`;
|
|
2326
|
+
if (isLast) break;
|
|
2327
|
+
const next = adjusted[i + 1];
|
|
2328
|
+
const leadingWhitespaceLen = next.length - next.trimStart().length;
|
|
2329
|
+
const leadingWhitespace = next.slice(0, leadingWhitespaceLen);
|
|
2330
|
+
const nextBody = next.slice(leadingWhitespaceLen);
|
|
2331
|
+
if (!nextBody.startsWith("_")) adjusted[i + 1] = `${leadingWhitespace}_${nextBody}`;
|
|
2332
|
+
}
|
|
2333
|
+
return adjusted;
|
|
2334
|
+
}
|
|
2335
|
+
|
|
2336
|
+
//#endregion
|
|
2337
|
+
//#region src/discord/send.permissions.ts
|
|
2338
|
+
const PERMISSION_ENTRIES = Object.entries(PermissionFlagsBits).filter(([, value]) => typeof value === "bigint");
|
|
2339
|
+
const ALL_PERMISSIONS = PERMISSION_ENTRIES.reduce((acc, [, value]) => acc | value, 0n);
|
|
2340
|
+
const ADMINISTRATOR_BIT = PermissionFlagsBits.Administrator;
|
|
2341
|
+
function addPermissionBits(base, add) {
|
|
2342
|
+
if (!add) return base;
|
|
2343
|
+
return base | BigInt(add);
|
|
2344
|
+
}
|
|
2345
|
+
function removePermissionBits(base, deny) {
|
|
2346
|
+
if (!deny) return base;
|
|
2347
|
+
return base & ~BigInt(deny);
|
|
2348
|
+
}
|
|
2349
|
+
function bitfieldToPermissions(bitfield) {
|
|
2350
|
+
return PERMISSION_ENTRIES.filter(([, value]) => (bitfield & value) === value).map(([name]) => name).toSorted();
|
|
2351
|
+
}
|
|
2352
|
+
function hasAdministrator(bitfield) {
|
|
2353
|
+
return (bitfield & ADMINISTRATOR_BIT) === ADMINISTRATOR_BIT;
|
|
2354
|
+
}
|
|
2355
|
+
function isThreadChannelType(channelType) {
|
|
2356
|
+
return channelType === ChannelType.GuildNewsThread || channelType === ChannelType.GuildPublicThread || channelType === ChannelType.GuildPrivateThread;
|
|
2357
|
+
}
|
|
2358
|
+
async function fetchBotUserId(rest) {
|
|
2359
|
+
const me = await rest.get(Routes.user("@me"));
|
|
2360
|
+
if (!me?.id) throw new Error("Failed to resolve bot user id");
|
|
2361
|
+
return me.id;
|
|
2362
|
+
}
|
|
2363
|
+
async function fetchChannelPermissionsDiscord(channelId, opts = {}) {
|
|
2364
|
+
const rest = resolveDiscordRest(opts);
|
|
2365
|
+
const channel = await rest.get(Routes.channel(channelId));
|
|
2366
|
+
const channelType = "type" in channel ? channel.type : void 0;
|
|
2367
|
+
const guildId = "guild_id" in channel ? channel.guild_id : void 0;
|
|
2368
|
+
if (!guildId) return {
|
|
2369
|
+
channelId,
|
|
2370
|
+
permissions: [],
|
|
2371
|
+
raw: "0",
|
|
2372
|
+
isDm: true,
|
|
2373
|
+
channelType
|
|
2374
|
+
};
|
|
2375
|
+
const botId = await fetchBotUserId(rest);
|
|
2376
|
+
const [guild, member] = await Promise.all([rest.get(Routes.guild(guildId)), rest.get(Routes.guildMember(guildId, botId))]);
|
|
2377
|
+
const rolesById = new Map((guild.roles ?? []).map((role) => [role.id, role]));
|
|
2378
|
+
const everyoneRole = rolesById.get(guildId);
|
|
2379
|
+
let base = 0n;
|
|
2380
|
+
if (everyoneRole?.permissions) base = addPermissionBits(base, everyoneRole.permissions);
|
|
2381
|
+
for (const roleId of member.roles ?? []) {
|
|
2382
|
+
const role = rolesById.get(roleId);
|
|
2383
|
+
if (role?.permissions) base = addPermissionBits(base, role.permissions);
|
|
2384
|
+
}
|
|
2385
|
+
if (hasAdministrator(base)) return {
|
|
2386
|
+
channelId,
|
|
2387
|
+
guildId,
|
|
2388
|
+
permissions: bitfieldToPermissions(ALL_PERMISSIONS),
|
|
2389
|
+
raw: ALL_PERMISSIONS.toString(),
|
|
2390
|
+
isDm: false,
|
|
2391
|
+
channelType
|
|
2392
|
+
};
|
|
2393
|
+
let permissions = base;
|
|
2394
|
+
const overwrites = "permission_overwrites" in channel ? channel.permission_overwrites ?? [] : [];
|
|
2395
|
+
for (const overwrite of overwrites) if (overwrite.id === guildId) {
|
|
2396
|
+
permissions = removePermissionBits(permissions, overwrite.deny ?? "0");
|
|
2397
|
+
permissions = addPermissionBits(permissions, overwrite.allow ?? "0");
|
|
2398
|
+
}
|
|
2399
|
+
for (const overwrite of overwrites) if (member.roles?.includes(overwrite.id)) {
|
|
2400
|
+
permissions = removePermissionBits(permissions, overwrite.deny ?? "0");
|
|
2401
|
+
permissions = addPermissionBits(permissions, overwrite.allow ?? "0");
|
|
2402
|
+
}
|
|
2403
|
+
for (const overwrite of overwrites) if (overwrite.id === botId) {
|
|
2404
|
+
permissions = removePermissionBits(permissions, overwrite.deny ?? "0");
|
|
2405
|
+
permissions = addPermissionBits(permissions, overwrite.allow ?? "0");
|
|
2406
|
+
}
|
|
2407
|
+
return {
|
|
2408
|
+
channelId,
|
|
2409
|
+
guildId,
|
|
2410
|
+
permissions: bitfieldToPermissions(permissions),
|
|
2411
|
+
raw: permissions.toString(),
|
|
2412
|
+
isDm: false,
|
|
2413
|
+
channelType
|
|
2414
|
+
};
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2417
|
+
//#endregion
|
|
2418
|
+
//#region src/discord/send.types.ts
|
|
2419
|
+
var DiscordSendError = class extends Error {
|
|
2420
|
+
constructor(message, opts) {
|
|
2421
|
+
super(message);
|
|
2422
|
+
this.name = "DiscordSendError";
|
|
2423
|
+
if (opts) Object.assign(this, opts);
|
|
2424
|
+
}
|
|
2425
|
+
toString() {
|
|
2426
|
+
return this.message;
|
|
2427
|
+
}
|
|
2428
|
+
};
|
|
2429
|
+
const DISCORD_MAX_EMOJI_BYTES = 256 * 1024;
|
|
2430
|
+
const DISCORD_MAX_STICKER_BYTES = 512 * 1024;
|
|
2431
|
+
|
|
2432
|
+
//#endregion
|
|
2433
|
+
//#region src/discord/send.shared.ts
|
|
2434
|
+
const DISCORD_TEXT_LIMIT = 2e3;
|
|
2435
|
+
const DISCORD_MISSING_PERMISSIONS = 50013;
|
|
2436
|
+
const DISCORD_CANNOT_DM = 50007;
|
|
2437
|
+
/**
|
|
2438
|
+
* Parse and resolve Discord recipient, including username lookup.
|
|
2439
|
+
* This enables sending DMs by username (e.g., "john.doe") by querying
|
|
2440
|
+
* the Discord directory to resolve usernames to user IDs.
|
|
2441
|
+
*
|
|
2442
|
+
* @param raw - The recipient string (username, ID, or known format)
|
|
2443
|
+
* @param accountId - Discord account ID to use for directory lookup
|
|
2444
|
+
* @returns Parsed DiscordRecipient with resolved user ID if applicable
|
|
2445
|
+
*/
|
|
2446
|
+
async function parseAndResolveRecipient(raw, accountId) {
|
|
2447
|
+
const cfg = loadConfig();
|
|
2448
|
+
const accountInfo = resolveDiscordAccount({
|
|
2449
|
+
cfg,
|
|
2450
|
+
accountId
|
|
2451
|
+
});
|
|
2452
|
+
const trimmed = raw.trim();
|
|
2453
|
+
const parseOptions = { ambiguousMessage: `Ambiguous Discord recipient "${trimmed}". Use "user:${trimmed}" for DMs or "channel:${trimmed}" for channel messages.` };
|
|
2454
|
+
const resolved = await resolveDiscordTarget(raw, {
|
|
2455
|
+
cfg,
|
|
2456
|
+
accountId: accountInfo.accountId
|
|
2457
|
+
}, parseOptions);
|
|
2458
|
+
if (resolved) return {
|
|
2459
|
+
kind: resolved.kind,
|
|
2460
|
+
id: resolved.id
|
|
2461
|
+
};
|
|
2462
|
+
const parsed = parseDiscordTarget(raw, parseOptions);
|
|
2463
|
+
if (!parsed) throw new Error("Recipient is required for Discord sends");
|
|
2464
|
+
return {
|
|
2465
|
+
kind: parsed.kind,
|
|
2466
|
+
id: parsed.id
|
|
2467
|
+
};
|
|
2468
|
+
}
|
|
2469
|
+
function getDiscordErrorCode(err) {
|
|
2470
|
+
if (!err || typeof err !== "object") return;
|
|
2471
|
+
const candidate = "code" in err && err.code !== void 0 ? err.code : "rawError" in err && err.rawError && typeof err.rawError === "object" ? err.rawError.code : void 0;
|
|
2472
|
+
if (typeof candidate === "number") return candidate;
|
|
2473
|
+
if (typeof candidate === "string" && /^\d+$/.test(candidate)) return Number(candidate);
|
|
2474
|
+
}
|
|
2475
|
+
async function buildDiscordSendError(err, ctx) {
|
|
2476
|
+
if (err instanceof DiscordSendError) return err;
|
|
2477
|
+
const code = getDiscordErrorCode(err);
|
|
2478
|
+
if (code === DISCORD_CANNOT_DM) return new DiscordSendError("discord dm failed: user blocks dms or privacy settings disallow it", { kind: "dm-blocked" });
|
|
2479
|
+
if (code !== DISCORD_MISSING_PERMISSIONS) return err;
|
|
2480
|
+
let missing = [];
|
|
2481
|
+
try {
|
|
2482
|
+
const permissions = await fetchChannelPermissionsDiscord(ctx.channelId, {
|
|
2483
|
+
rest: ctx.rest,
|
|
2484
|
+
token: ctx.token
|
|
2485
|
+
});
|
|
2486
|
+
const current = new Set(permissions.permissions);
|
|
2487
|
+
const required = ["ViewChannel", "SendMessages"];
|
|
2488
|
+
if (isThreadChannelType(permissions.channelType)) required.push("SendMessagesInThreads");
|
|
2489
|
+
if (ctx.hasMedia) required.push("AttachFiles");
|
|
2490
|
+
missing = required.filter((permission) => !current.has(permission));
|
|
2491
|
+
} catch {}
|
|
2492
|
+
return new DiscordSendError(`${missing.length ? `missing permissions in channel ${ctx.channelId}: ${missing.join(", ")}` : `missing permissions in channel ${ctx.channelId}`}. bot might be muted or blocked by role/channel overrides`, {
|
|
2493
|
+
kind: "missing-permissions",
|
|
2494
|
+
channelId: ctx.channelId,
|
|
2495
|
+
missingPermissions: missing
|
|
2496
|
+
});
|
|
2497
|
+
}
|
|
2498
|
+
async function resolveChannelId(rest, recipient, request) {
|
|
2499
|
+
if (recipient.kind === "channel") return { channelId: recipient.id };
|
|
2500
|
+
const dmChannel = await request(() => rest.post(Routes.userChannels(), { body: { recipient_id: recipient.id } }), "dm-channel");
|
|
2501
|
+
if (!dmChannel?.id) throw new Error("Failed to create Discord DM channel");
|
|
2502
|
+
return {
|
|
2503
|
+
channelId: dmChannel.id,
|
|
2504
|
+
dm: true
|
|
2505
|
+
};
|
|
2506
|
+
}
|
|
2507
|
+
async function resolveDiscordChannelType(rest, channelId) {
|
|
2508
|
+
try {
|
|
2509
|
+
return (await rest.get(Routes.channel(channelId)))?.type;
|
|
2510
|
+
} catch {
|
|
2511
|
+
return;
|
|
2512
|
+
}
|
|
2513
|
+
}
|
|
2514
|
+
const SUPPRESS_NOTIFICATIONS_FLAG = 4096;
|
|
2515
|
+
function buildDiscordTextChunks(text, opts = {}) {
|
|
2516
|
+
if (!text) return [];
|
|
2517
|
+
const chunks = chunkDiscordTextWithMode(text, {
|
|
2518
|
+
maxChars: opts.maxChars ?? DISCORD_TEXT_LIMIT,
|
|
2519
|
+
maxLines: opts.maxLinesPerMessage,
|
|
2520
|
+
chunkMode: opts.chunkMode
|
|
2521
|
+
});
|
|
2522
|
+
if (!chunks.length && text) chunks.push(text);
|
|
2523
|
+
return chunks;
|
|
2524
|
+
}
|
|
2525
|
+
function hasV2Components(components) {
|
|
2526
|
+
return Boolean(components?.some((component) => "isV2" in component && component.isV2));
|
|
2527
|
+
}
|
|
2528
|
+
function resolveDiscordSendComponents(params) {
|
|
2529
|
+
if (!params.components || !params.isFirst) return;
|
|
2530
|
+
return typeof params.components === "function" ? params.components(params.text) : params.components;
|
|
2531
|
+
}
|
|
2532
|
+
function normalizeDiscordEmbeds(embeds) {
|
|
2533
|
+
if (!embeds?.length) return;
|
|
2534
|
+
return embeds.map((embed) => embed instanceof Embed ? embed : new Embed(embed));
|
|
2535
|
+
}
|
|
2536
|
+
function resolveDiscordSendEmbeds(params) {
|
|
2537
|
+
if (!params.embeds || !params.isFirst) return;
|
|
2538
|
+
return normalizeDiscordEmbeds(params.embeds);
|
|
2539
|
+
}
|
|
2540
|
+
function buildDiscordMessagePayload(params) {
|
|
2541
|
+
const payload = {};
|
|
2542
|
+
const hasV2 = hasV2Components(params.components);
|
|
2543
|
+
const trimmed = params.text.trim();
|
|
2544
|
+
if (!hasV2 && trimmed) payload.content = params.text;
|
|
2545
|
+
if (params.components?.length) payload.components = params.components;
|
|
2546
|
+
if (!hasV2 && params.embeds?.length) payload.embeds = params.embeds;
|
|
2547
|
+
if (params.flags !== void 0) payload.flags = params.flags;
|
|
2548
|
+
if (params.files?.length) payload.files = params.files;
|
|
2549
|
+
return payload;
|
|
2550
|
+
}
|
|
2551
|
+
function stripUndefinedFields(value) {
|
|
2552
|
+
return Object.fromEntries(Object.entries(value).filter(([, entry]) => entry !== void 0));
|
|
2553
|
+
}
|
|
2554
|
+
function toDiscordFileBlob(data) {
|
|
2555
|
+
if (data instanceof Blob) return data;
|
|
2556
|
+
const arrayBuffer = new ArrayBuffer(data.byteLength);
|
|
2557
|
+
new Uint8Array(arrayBuffer).set(data);
|
|
2558
|
+
return new Blob([arrayBuffer]);
|
|
2559
|
+
}
|
|
2560
|
+
async function sendDiscordText(rest, channelId, text, replyTo, request, maxLinesPerMessage, components, embeds, chunkMode, silent) {
|
|
2561
|
+
if (!text.trim()) throw new Error("Message must be non-empty for Discord sends");
|
|
2562
|
+
const messageReference = replyTo ? {
|
|
2563
|
+
message_id: replyTo,
|
|
2564
|
+
fail_if_not_exists: false
|
|
2565
|
+
} : void 0;
|
|
2566
|
+
const flags = silent ? SUPPRESS_NOTIFICATIONS_FLAG : void 0;
|
|
2567
|
+
const chunks = buildDiscordTextChunks(text, {
|
|
2568
|
+
maxLinesPerMessage,
|
|
2569
|
+
chunkMode
|
|
2570
|
+
});
|
|
2571
|
+
const sendChunk = async (chunk, isFirst) => {
|
|
2572
|
+
const body = stripUndefinedFields({
|
|
2573
|
+
...serializePayload(buildDiscordMessagePayload({
|
|
2574
|
+
text: chunk,
|
|
2575
|
+
components: resolveDiscordSendComponents({
|
|
2576
|
+
components,
|
|
2577
|
+
text: chunk,
|
|
2578
|
+
isFirst
|
|
2579
|
+
}),
|
|
2580
|
+
embeds: resolveDiscordSendEmbeds({
|
|
2581
|
+
embeds,
|
|
2582
|
+
isFirst
|
|
2583
|
+
}),
|
|
2584
|
+
flags
|
|
2585
|
+
})),
|
|
2586
|
+
...messageReference ? { message_reference: messageReference } : {}
|
|
2587
|
+
});
|
|
2588
|
+
return await request(() => rest.post(Routes.channelMessages(channelId), { body }), "text");
|
|
2589
|
+
};
|
|
2590
|
+
if (chunks.length === 1) return await sendChunk(chunks[0], true);
|
|
2591
|
+
let last = null;
|
|
2592
|
+
for (const [index, chunk] of chunks.entries()) last = await sendChunk(chunk, index === 0);
|
|
2593
|
+
if (!last) throw new Error("Discord send failed (empty chunk result)");
|
|
2594
|
+
return last;
|
|
2595
|
+
}
|
|
2596
|
+
async function sendDiscordMedia(rest, channelId, text, mediaUrl, mediaLocalRoots, replyTo, request, maxLinesPerMessage, components, embeds, chunkMode, silent) {
|
|
2597
|
+
const media = await loadWebMedia(mediaUrl, { localRoots: mediaLocalRoots });
|
|
2598
|
+
const chunks = text ? buildDiscordTextChunks(text, {
|
|
2599
|
+
maxLinesPerMessage,
|
|
2600
|
+
chunkMode
|
|
2601
|
+
}) : [];
|
|
2602
|
+
const caption = chunks[0] ?? "";
|
|
2603
|
+
const messageReference = replyTo ? {
|
|
2604
|
+
message_id: replyTo,
|
|
2605
|
+
fail_if_not_exists: false
|
|
2606
|
+
} : void 0;
|
|
2607
|
+
const flags = silent ? SUPPRESS_NOTIFICATIONS_FLAG : void 0;
|
|
2608
|
+
const fileData = toDiscordFileBlob(media.buffer);
|
|
2609
|
+
const payload = buildDiscordMessagePayload({
|
|
2610
|
+
text: caption,
|
|
2611
|
+
components: resolveDiscordSendComponents({
|
|
2612
|
+
components,
|
|
2613
|
+
text: caption,
|
|
2614
|
+
isFirst: true
|
|
2615
|
+
}),
|
|
2616
|
+
embeds: resolveDiscordSendEmbeds({
|
|
2617
|
+
embeds,
|
|
2618
|
+
isFirst: true
|
|
2619
|
+
}),
|
|
2620
|
+
flags,
|
|
2621
|
+
files: [{
|
|
2622
|
+
data: fileData,
|
|
2623
|
+
name: media.fileName ?? "upload"
|
|
2624
|
+
}]
|
|
2625
|
+
});
|
|
2626
|
+
const res = await request(() => rest.post(Routes.channelMessages(channelId), { body: stripUndefinedFields({
|
|
2627
|
+
...serializePayload(payload),
|
|
2628
|
+
...messageReference ? { message_reference: messageReference } : {}
|
|
2629
|
+
}) }), "media");
|
|
2630
|
+
for (const chunk of chunks.slice(1)) {
|
|
2631
|
+
if (!chunk.trim()) continue;
|
|
2632
|
+
await sendDiscordText(rest, channelId, chunk, replyTo, request, maxLinesPerMessage, void 0, void 0, chunkMode, silent);
|
|
2633
|
+
}
|
|
2634
|
+
return res;
|
|
2635
|
+
}
|
|
2636
|
+
|
|
2637
|
+
//#endregion
|
|
2638
|
+
//#region src/discord/voice-message.ts
|
|
2639
|
+
/**
|
|
2640
|
+
* Discord Voice Message Support
|
|
2641
|
+
*
|
|
2642
|
+
* Implements sending voice messages via Discord's API.
|
|
2643
|
+
* Voice messages require:
|
|
2644
|
+
* - OGG/Opus format audio
|
|
2645
|
+
* - Waveform data (base64 encoded, up to 256 samples, 0-255 values)
|
|
2646
|
+
* - Duration in seconds
|
|
2647
|
+
* - Message flag 8192 (IS_VOICE_MESSAGE)
|
|
2648
|
+
* - No other content (text, embeds, etc.)
|
|
2649
|
+
*/
|
|
2650
|
+
const execFileAsync = promisify(execFile);
|
|
2651
|
+
|
|
2652
|
+
//#endregion
|
|
2653
|
+
//#region src/discord/send.outbound.ts
|
|
2654
|
+
async function sendDiscordThreadTextChunks(params) {
|
|
2655
|
+
for (const chunk of params.chunks) await sendDiscordText(params.rest, params.threadId, chunk, void 0, params.request, params.maxLinesPerMessage, void 0, void 0, params.chunkMode, params.silent);
|
|
2656
|
+
}
|
|
2657
|
+
/** Discord thread names are capped at 100 characters. */
|
|
2658
|
+
const DISCORD_THREAD_NAME_LIMIT = 100;
|
|
2659
|
+
/** Derive a thread title from the first non-empty line of the message text. */
|
|
2660
|
+
function deriveForumThreadName(text) {
|
|
2661
|
+
return (text.split("\n").find((l) => l.trim())?.trim() ?? "").slice(0, DISCORD_THREAD_NAME_LIMIT) || (/* @__PURE__ */ new Date()).toISOString().slice(0, 16);
|
|
2662
|
+
}
|
|
2663
|
+
/** Forum/Media channels cannot receive regular messages; detect them here. */
|
|
2664
|
+
function isForumLikeType(channelType) {
|
|
2665
|
+
return channelType === ChannelType.GuildForum || channelType === ChannelType.GuildMedia;
|
|
2666
|
+
}
|
|
2667
|
+
function toDiscordSendResult(result, fallbackChannelId) {
|
|
2668
|
+
return {
|
|
2669
|
+
messageId: result.id ? String(result.id) : "unknown",
|
|
2670
|
+
channelId: String(result.channel_id ?? fallbackChannelId)
|
|
2671
|
+
};
|
|
2672
|
+
}
|
|
2673
|
+
async function sendMessageDiscord(to, text, opts = {}) {
|
|
2674
|
+
const cfg = loadConfig();
|
|
2675
|
+
const accountInfo = resolveDiscordAccount({
|
|
2676
|
+
cfg,
|
|
2677
|
+
accountId: opts.accountId
|
|
2678
|
+
});
|
|
2679
|
+
const tableMode = resolveMarkdownTableMode({
|
|
2680
|
+
cfg,
|
|
2681
|
+
channel: "discord",
|
|
2682
|
+
accountId: accountInfo.accountId
|
|
2683
|
+
});
|
|
2684
|
+
const chunkMode = resolveChunkMode(cfg, "discord", accountInfo.accountId);
|
|
2685
|
+
const textWithTables = convertMarkdownTables(text ?? "", tableMode);
|
|
2686
|
+
const { token, rest, request } = createDiscordClient(opts, cfg);
|
|
2687
|
+
const { channelId } = await resolveChannelId(rest, await parseAndResolveRecipient(to, opts.accountId), request);
|
|
2688
|
+
if (isForumLikeType(await resolveDiscordChannelType(rest, channelId))) {
|
|
2689
|
+
const threadName = deriveForumThreadName(textWithTables);
|
|
2690
|
+
const chunks = buildDiscordTextChunks(textWithTables, {
|
|
2691
|
+
maxLinesPerMessage: accountInfo.config.maxLinesPerMessage,
|
|
2692
|
+
chunkMode
|
|
2693
|
+
});
|
|
2694
|
+
const starterContent = chunks[0]?.trim() ? chunks[0] : threadName;
|
|
2695
|
+
const starterPayload = buildDiscordMessagePayload({
|
|
2696
|
+
text: starterContent,
|
|
2697
|
+
components: resolveDiscordSendComponents({
|
|
2698
|
+
components: opts.components,
|
|
2699
|
+
text: starterContent,
|
|
2700
|
+
isFirst: true
|
|
2701
|
+
}),
|
|
2702
|
+
embeds: resolveDiscordSendEmbeds({
|
|
2703
|
+
embeds: opts.embeds,
|
|
2704
|
+
isFirst: true
|
|
2705
|
+
}),
|
|
2706
|
+
flags: opts.silent ? 4096 : void 0
|
|
2707
|
+
});
|
|
2708
|
+
let threadRes;
|
|
2709
|
+
try {
|
|
2710
|
+
threadRes = await request(() => rest.post(Routes.threads(channelId), { body: {
|
|
2711
|
+
name: threadName,
|
|
2712
|
+
message: stripUndefinedFields(serializePayload(starterPayload))
|
|
2713
|
+
} }), "forum-thread");
|
|
2714
|
+
} catch (err) {
|
|
2715
|
+
throw await buildDiscordSendError(err, {
|
|
2716
|
+
channelId,
|
|
2717
|
+
rest,
|
|
2718
|
+
token,
|
|
2719
|
+
hasMedia: Boolean(opts.mediaUrl)
|
|
2720
|
+
});
|
|
2721
|
+
}
|
|
2722
|
+
const threadId = threadRes.id;
|
|
2723
|
+
const messageId = threadRes.message?.id ?? threadId;
|
|
2724
|
+
const resultChannelId = threadRes.message?.channel_id ?? threadId;
|
|
2725
|
+
const remainingChunks = chunks.slice(1);
|
|
2726
|
+
try {
|
|
2727
|
+
if (opts.mediaUrl) {
|
|
2728
|
+
const [mediaCaption, ...afterMediaChunks] = remainingChunks;
|
|
2729
|
+
await sendDiscordMedia(rest, threadId, mediaCaption ?? "", opts.mediaUrl, opts.mediaLocalRoots, void 0, request, accountInfo.config.maxLinesPerMessage, void 0, void 0, chunkMode, opts.silent);
|
|
2730
|
+
await sendDiscordThreadTextChunks({
|
|
2731
|
+
rest,
|
|
2732
|
+
threadId,
|
|
2733
|
+
chunks: afterMediaChunks,
|
|
2734
|
+
request,
|
|
2735
|
+
maxLinesPerMessage: accountInfo.config.maxLinesPerMessage,
|
|
2736
|
+
chunkMode,
|
|
2737
|
+
silent: opts.silent
|
|
2738
|
+
});
|
|
2739
|
+
} else await sendDiscordThreadTextChunks({
|
|
2740
|
+
rest,
|
|
2741
|
+
threadId,
|
|
2742
|
+
chunks: remainingChunks,
|
|
2743
|
+
request,
|
|
2744
|
+
maxLinesPerMessage: accountInfo.config.maxLinesPerMessage,
|
|
2745
|
+
chunkMode,
|
|
2746
|
+
silent: opts.silent
|
|
2747
|
+
});
|
|
2748
|
+
} catch (err) {
|
|
2749
|
+
throw await buildDiscordSendError(err, {
|
|
2750
|
+
channelId: threadId,
|
|
2751
|
+
rest,
|
|
2752
|
+
token,
|
|
2753
|
+
hasMedia: Boolean(opts.mediaUrl)
|
|
2754
|
+
});
|
|
2755
|
+
}
|
|
2756
|
+
recordChannelActivity({
|
|
2757
|
+
channel: "discord",
|
|
2758
|
+
accountId: accountInfo.accountId,
|
|
2759
|
+
direction: "outbound"
|
|
2760
|
+
});
|
|
2761
|
+
return toDiscordSendResult({
|
|
2762
|
+
id: messageId,
|
|
2763
|
+
channel_id: resultChannelId
|
|
2764
|
+
}, channelId);
|
|
2765
|
+
}
|
|
2766
|
+
let result;
|
|
2767
|
+
try {
|
|
2768
|
+
if (opts.mediaUrl) result = await sendDiscordMedia(rest, channelId, textWithTables, opts.mediaUrl, opts.mediaLocalRoots, opts.replyTo, request, accountInfo.config.maxLinesPerMessage, opts.components, opts.embeds, chunkMode, opts.silent);
|
|
2769
|
+
else result = await sendDiscordText(rest, channelId, textWithTables, opts.replyTo, request, accountInfo.config.maxLinesPerMessage, opts.components, opts.embeds, chunkMode, opts.silent);
|
|
2770
|
+
} catch (err) {
|
|
2771
|
+
throw await buildDiscordSendError(err, {
|
|
2772
|
+
channelId,
|
|
2773
|
+
rest,
|
|
2774
|
+
token,
|
|
2775
|
+
hasMedia: Boolean(opts.mediaUrl)
|
|
2776
|
+
});
|
|
2777
|
+
}
|
|
2778
|
+
recordChannelActivity({
|
|
2779
|
+
channel: "discord",
|
|
2780
|
+
accountId: accountInfo.accountId,
|
|
2781
|
+
direction: "outbound"
|
|
2782
|
+
});
|
|
2783
|
+
return toDiscordSendResult(result, channelId);
|
|
2784
|
+
}
|
|
2785
|
+
|
|
2786
|
+
//#endregion
|
|
2787
|
+
//#region src/discord/components-registry.ts
|
|
2788
|
+
const DEFAULT_COMPONENT_TTL_MS = 1800 * 1e3;
|
|
2789
|
+
|
|
2790
|
+
//#endregion
|
|
2791
|
+
//#region src/discord/send.components.ts
|
|
2792
|
+
const DISCORD_FORUM_LIKE_TYPES = new Set([ChannelType.GuildForum, ChannelType.GuildMedia]);
|
|
2793
|
+
|
|
2794
|
+
//#endregion
|
|
2795
|
+
//#region src/infra/restart.ts
|
|
2796
|
+
const restartLog = createSubsystemLogger("restart");
|
|
2797
|
+
|
|
2798
|
+
//#endregion
|
|
2799
|
+
//#region src/auto-reply/reply/elevated-allowlist-matcher.ts
|
|
2800
|
+
const SENDER_PREFIXES = [
|
|
2801
|
+
...CHAT_CHANNEL_ORDER,
|
|
2802
|
+
INTERNAL_MESSAGE_CHANNEL,
|
|
2803
|
+
"user",
|
|
2804
|
+
"group",
|
|
2805
|
+
"channel"
|
|
2806
|
+
];
|
|
2807
|
+
const SENDER_PREFIX_RE = new RegExp(`^(${SENDER_PREFIXES.join("|")}):`, "i");
|
|
2808
|
+
|
|
2809
|
+
//#endregion
|
|
2810
|
+
//#region src/infra/session-maintenance-warning.ts
|
|
2811
|
+
const log$1 = createSubsystemLogger("session-maintenance-warning");
|
|
2812
|
+
|
|
2813
|
+
//#endregion
|
|
2814
|
+
//#region src/auto-reply/reply/session.ts
|
|
2815
|
+
const log = createSubsystemLogger("session-init");
|
|
2816
|
+
|
|
2817
|
+
//#endregion
|
|
2818
|
+
//#region src/logging/redact-identifier.ts
|
|
2819
|
+
function sha256HexPrefix(value, len = 12) {
|
|
2820
|
+
const safeLen = Number.isFinite(len) ? Math.max(1, Math.floor(len)) : 12;
|
|
2821
|
+
return crypto.createHash("sha256").update(value).digest("hex").slice(0, safeLen);
|
|
2822
|
+
}
|
|
2823
|
+
function redactIdentifier(value, opts) {
|
|
2824
|
+
const trimmed = value?.trim();
|
|
2825
|
+
if (!trimmed) return "-";
|
|
2826
|
+
return `sha256:${sha256HexPrefix(trimmed, opts?.len ?? 12)}`;
|
|
2827
|
+
}
|
|
2828
|
+
|
|
2829
|
+
//#endregion
|
|
2830
|
+
//#region src/markdown/whatsapp.ts
|
|
2831
|
+
/**
|
|
2832
|
+
* Convert standard Markdown formatting to WhatsApp-compatible markup.
|
|
2833
|
+
*
|
|
2834
|
+
* WhatsApp uses its own formatting syntax:
|
|
2835
|
+
* bold: *text*
|
|
2836
|
+
* italic: _text_
|
|
2837
|
+
* strikethrough: ~text~
|
|
2838
|
+
* monospace: ```text```
|
|
2839
|
+
*
|
|
2840
|
+
* Standard Markdown uses:
|
|
2841
|
+
* bold: **text** or __text__
|
|
2842
|
+
* italic: *text* or _text_
|
|
2843
|
+
* strikethrough: ~~text~~
|
|
2844
|
+
* code: `text` (inline) or ```text``` (block)
|
|
2845
|
+
*
|
|
2846
|
+
* The conversion preserves fenced code blocks and inline code,
|
|
2847
|
+
* then converts bold and strikethrough markers.
|
|
2848
|
+
*/
|
|
2849
|
+
/** Placeholder tokens used during conversion to protect code spans. */
|
|
2850
|
+
const FENCE_PLACEHOLDER = "\0FENCE";
|
|
2851
|
+
const INLINE_CODE_PLACEHOLDER = "\0CODE";
|
|
2852
|
+
/**
|
|
2853
|
+
* Convert standard Markdown bold/italic/strikethrough to WhatsApp formatting.
|
|
2854
|
+
*
|
|
2855
|
+
* Order of operations matters:
|
|
2856
|
+
* 1. Protect fenced code blocks (```...```) — already WhatsApp-compatible
|
|
2857
|
+
* 2. Protect inline code (`...`) — leave as-is
|
|
2858
|
+
* 3. Convert **bold** → *bold* and __bold__ → *bold*
|
|
2859
|
+
* 4. Convert ~~strike~~ → ~strike~
|
|
2860
|
+
* 5. Restore protected spans
|
|
2861
|
+
*
|
|
2862
|
+
* Italic *text* and _text_ are left alone since WhatsApp uses _text_ for italic
|
|
2863
|
+
* and single * is already WhatsApp bold — no conversion needed for single markers.
|
|
2864
|
+
*/
|
|
2865
|
+
function markdownToWhatsApp(text) {
|
|
2866
|
+
if (!text) return text;
|
|
2867
|
+
const fences = [];
|
|
2868
|
+
let result = text.replace(/```[\s\S]*?```/g, (match) => {
|
|
2869
|
+
fences.push(match);
|
|
2870
|
+
return `${FENCE_PLACEHOLDER}${fences.length - 1}`;
|
|
2871
|
+
});
|
|
2872
|
+
const inlineCodes = [];
|
|
2873
|
+
result = result.replace(/`[^`\n]+`/g, (match) => {
|
|
2874
|
+
inlineCodes.push(match);
|
|
2875
|
+
return `${INLINE_CODE_PLACEHOLDER}${inlineCodes.length - 1}`;
|
|
2876
|
+
});
|
|
2877
|
+
result = result.replace(/\*\*(.+?)\*\*/g, "*$1*");
|
|
2878
|
+
result = result.replace(/__(.+?)__/g, "*$1*");
|
|
2879
|
+
result = result.replace(/~~(.+?)~~/g, "~$1~");
|
|
2880
|
+
result = result.replace(new RegExp(`${escapeRegExp(INLINE_CODE_PLACEHOLDER)}(\\d+)`, "g"), (_, idx) => inlineCodes[Number(idx)] ?? "");
|
|
2881
|
+
result = result.replace(new RegExp(`${escapeRegExp(FENCE_PLACEHOLDER)}(\\d+)`, "g"), (_, idx) => fences[Number(idx)] ?? "");
|
|
2882
|
+
return result;
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2885
|
+
//#endregion
|
|
2886
|
+
//#region src/web/active-listener.ts
|
|
2887
|
+
const listeners = /* @__PURE__ */ new Map();
|
|
2888
|
+
function resolveWebAccountId(accountId) {
|
|
2889
|
+
return (accountId ?? "").trim() || DEFAULT_ACCOUNT_ID;
|
|
2890
|
+
}
|
|
2891
|
+
function requireActiveWebListener(accountId) {
|
|
2892
|
+
const id = resolveWebAccountId(accountId);
|
|
2893
|
+
const listener = listeners.get(id) ?? null;
|
|
2894
|
+
if (!listener) throw new Error(`No active WhatsApp Web listener (account: ${id}). Start the gateway, then link WhatsApp with: ${formatCliCommand(`remoteclaw channels login --channel whatsapp --account ${id}`)}.`);
|
|
2895
|
+
return {
|
|
2896
|
+
accountId: id,
|
|
2897
|
+
listener
|
|
2898
|
+
};
|
|
2899
|
+
}
|
|
2900
|
+
|
|
2901
|
+
//#endregion
|
|
2902
|
+
//#region src/web/outbound.ts
|
|
2903
|
+
const outboundLog = createSubsystemLogger("gateway/channels/whatsapp").child("outbound");
|
|
2904
|
+
async function sendMessageWhatsApp(to, body, options) {
|
|
2905
|
+
let text = body;
|
|
2906
|
+
const correlationId = generateSecureUuid();
|
|
2907
|
+
const startedAt = Date.now();
|
|
2908
|
+
const { listener: active, accountId: resolvedAccountId } = requireActiveWebListener(options.accountId);
|
|
2909
|
+
const tableMode = resolveMarkdownTableMode({
|
|
2910
|
+
cfg: loadConfig(),
|
|
2911
|
+
channel: "whatsapp",
|
|
2912
|
+
accountId: resolvedAccountId ?? options.accountId
|
|
2913
|
+
});
|
|
2914
|
+
text = convertMarkdownTables(text ?? "", tableMode);
|
|
2915
|
+
text = markdownToWhatsApp(text);
|
|
2916
|
+
const redactedTo = redactIdentifier(to);
|
|
2917
|
+
const logger = getChildLogger({
|
|
2918
|
+
module: "web-outbound",
|
|
2919
|
+
correlationId,
|
|
2920
|
+
to: redactedTo
|
|
2921
|
+
});
|
|
2922
|
+
try {
|
|
2923
|
+
const jid = toWhatsappJid(to);
|
|
2924
|
+
const redactedJid = redactIdentifier(jid);
|
|
2925
|
+
let mediaBuffer;
|
|
2926
|
+
let mediaType;
|
|
2927
|
+
let documentFileName;
|
|
2928
|
+
if (options.mediaUrl) {
|
|
2929
|
+
const media = await loadWebMedia(options.mediaUrl, { localRoots: options.mediaLocalRoots });
|
|
2930
|
+
const caption = text || void 0;
|
|
2931
|
+
mediaBuffer = media.buffer;
|
|
2932
|
+
mediaType = media.contentType;
|
|
2933
|
+
if (media.kind === "audio") mediaType = media.contentType === "audio/ogg" ? "audio/ogg; codecs=opus" : media.contentType ?? "application/octet-stream";
|
|
2934
|
+
else if (media.kind === "video") text = caption ?? "";
|
|
2935
|
+
else if (media.kind === "image") text = caption ?? "";
|
|
2936
|
+
else {
|
|
2937
|
+
text = caption ?? "";
|
|
2938
|
+
documentFileName = media.fileName;
|
|
2939
|
+
}
|
|
2940
|
+
}
|
|
2941
|
+
outboundLog.info(`Sending message -> ${redactedJid}${options.mediaUrl ? " (media)" : ""}`);
|
|
2942
|
+
logger.info({
|
|
2943
|
+
jid: redactedJid,
|
|
2944
|
+
hasMedia: Boolean(options.mediaUrl)
|
|
2945
|
+
}, "sending message");
|
|
2946
|
+
await active.sendComposingTo(to);
|
|
2947
|
+
const accountId = Boolean(options.accountId?.trim()) ? resolvedAccountId : void 0;
|
|
2948
|
+
const sendOptions = options.gifPlayback || accountId || documentFileName ? {
|
|
2949
|
+
...options.gifPlayback ? { gifPlayback: true } : {},
|
|
2950
|
+
...documentFileName ? { fileName: documentFileName } : {},
|
|
2951
|
+
accountId
|
|
2952
|
+
} : void 0;
|
|
2953
|
+
const messageId = (sendOptions ? await active.sendMessage(to, text, mediaBuffer, mediaType, sendOptions) : await active.sendMessage(to, text, mediaBuffer, mediaType))?.messageId ?? "unknown";
|
|
2954
|
+
const durationMs = Date.now() - startedAt;
|
|
2955
|
+
outboundLog.info(`Sent message ${messageId} -> ${redactedJid}${options.mediaUrl ? " (media)" : ""} (${durationMs}ms)`);
|
|
2956
|
+
logger.info({
|
|
2957
|
+
jid: redactedJid,
|
|
2958
|
+
messageId
|
|
2959
|
+
}, "sent message");
|
|
2960
|
+
return {
|
|
2961
|
+
messageId,
|
|
2962
|
+
toJid: jid
|
|
2963
|
+
};
|
|
2964
|
+
} catch (err) {
|
|
2965
|
+
logger.error({
|
|
2966
|
+
err: String(err),
|
|
2967
|
+
to: redactedTo,
|
|
2968
|
+
hasMedia: Boolean(options.mediaUrl)
|
|
2969
|
+
}, "failed to send via web session");
|
|
2970
|
+
throw err;
|
|
2971
|
+
}
|
|
2972
|
+
}
|
|
2973
|
+
|
|
2974
|
+
//#endregion
|
|
2975
|
+
//#region src/web/session.ts
|
|
2976
|
+
let credsSaveQueue = Promise.resolve();
|
|
2977
|
+
|
|
2978
|
+
//#endregion
|
|
2979
|
+
//#region src/web/auto-reply/loggers.ts
|
|
2980
|
+
const whatsappLog = createSubsystemLogger("gateway/channels/whatsapp");
|
|
2981
|
+
const whatsappInboundLog = whatsappLog.child("inbound");
|
|
2982
|
+
const whatsappOutboundLog = whatsappLog.child("outbound");
|
|
2983
|
+
const whatsappHeartbeatLog = whatsappLog.child("heartbeat");
|
|
2984
|
+
|
|
2985
|
+
//#endregion
|
|
2986
|
+
//#region src/infra/map-size.ts
|
|
2987
|
+
function pruneMapToMaxSize(map, maxSize) {
|
|
2988
|
+
const limit = Math.max(0, Math.floor(maxSize));
|
|
2989
|
+
if (limit <= 0) {
|
|
2990
|
+
map.clear();
|
|
2991
|
+
return;
|
|
2992
|
+
}
|
|
2993
|
+
while (map.size > limit) {
|
|
2994
|
+
const oldest = map.keys().next();
|
|
2995
|
+
if (oldest.done) break;
|
|
2996
|
+
map.delete(oldest.value);
|
|
2997
|
+
}
|
|
2998
|
+
}
|
|
2999
|
+
|
|
3000
|
+
//#endregion
|
|
3001
|
+
//#region src/infra/dedupe.ts
|
|
3002
|
+
function createDedupeCache(options) {
|
|
3003
|
+
const ttlMs = Math.max(0, options.ttlMs);
|
|
3004
|
+
const maxSize = Math.max(0, Math.floor(options.maxSize));
|
|
3005
|
+
const cache = /* @__PURE__ */ new Map();
|
|
3006
|
+
const touch = (key, now) => {
|
|
3007
|
+
cache.delete(key);
|
|
3008
|
+
cache.set(key, now);
|
|
3009
|
+
};
|
|
3010
|
+
const prune = (now) => {
|
|
3011
|
+
const cutoff = ttlMs > 0 ? now - ttlMs : void 0;
|
|
3012
|
+
if (cutoff !== void 0) {
|
|
3013
|
+
for (const [entryKey, entryTs] of cache) if (entryTs < cutoff) cache.delete(entryKey);
|
|
3014
|
+
}
|
|
3015
|
+
if (maxSize <= 0) {
|
|
3016
|
+
cache.clear();
|
|
3017
|
+
return;
|
|
3018
|
+
}
|
|
3019
|
+
pruneMapToMaxSize(cache, maxSize);
|
|
3020
|
+
};
|
|
3021
|
+
const hasUnexpired = (key, now, touchOnRead) => {
|
|
3022
|
+
const existing = cache.get(key);
|
|
3023
|
+
if (existing === void 0) return false;
|
|
3024
|
+
if (ttlMs > 0 && now - existing >= ttlMs) {
|
|
3025
|
+
cache.delete(key);
|
|
3026
|
+
return false;
|
|
3027
|
+
}
|
|
3028
|
+
if (touchOnRead) touch(key, now);
|
|
3029
|
+
return true;
|
|
3030
|
+
};
|
|
3031
|
+
return {
|
|
3032
|
+
check: (key, now = Date.now()) => {
|
|
3033
|
+
if (!key) return false;
|
|
3034
|
+
if (hasUnexpired(key, now, true)) return true;
|
|
3035
|
+
touch(key, now);
|
|
3036
|
+
prune(now);
|
|
3037
|
+
return false;
|
|
3038
|
+
},
|
|
3039
|
+
peek: (key, now = Date.now()) => {
|
|
3040
|
+
if (!key) return false;
|
|
3041
|
+
return hasUnexpired(key, now, false);
|
|
3042
|
+
},
|
|
3043
|
+
clear: () => {
|
|
3044
|
+
cache.clear();
|
|
3045
|
+
},
|
|
3046
|
+
size: () => cache.size
|
|
3047
|
+
};
|
|
3048
|
+
}
|
|
3049
|
+
|
|
3050
|
+
//#endregion
|
|
3051
|
+
//#region src/web/inbound/dedupe.ts
|
|
3052
|
+
const recentInboundMessages = createDedupeCache({
|
|
3053
|
+
ttlMs: 20 * 6e4,
|
|
3054
|
+
maxSize: 5e3
|
|
3055
|
+
});
|
|
3056
|
+
|
|
3057
|
+
//#endregion
|
|
3058
|
+
//#region src/auto-reply/reply/inbound-dedupe.ts
|
|
3059
|
+
const inboundDedupeCache = createDedupeCache({
|
|
3060
|
+
ttlMs: 20 * 6e4,
|
|
3061
|
+
maxSize: 5e3
|
|
3062
|
+
});
|
|
3063
|
+
|
|
3064
|
+
//#endregion
|
|
3065
|
+
export { DiscordSendError as n, fetchChannelPermissionsDiscord as r, sendMessageWhatsApp, sendMessageDiscord as t };
|