@askexenow/exe-os 0.9.227 → 0.9.229
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/active-agent-GJDG4CAW.js +24 -0
- package/dist/active-agent-WOP3ZHLN.js +25 -0
- package/dist/agent-context-ZPDQOAD2.js +9 -0
- package/dist/agent-heartbeat-AWTVGE4C.js +60 -0
- package/dist/agent-loop-7UM2ENGU.js +10 -0
- package/dist/agentic-ontology-ASORFII6.js +25 -0
- package/dist/asana-JN2UF47A.js +129 -0
- package/dist/assets/ghostty.conf +83 -0
- package/dist/assets/statusline-command.sh +44 -0
- package/dist/assets/tmux.conf +56 -0
- package/dist/assets/wezterm.lua +68 -0
- package/dist/backfill-metadata-JRWUECUS.js +596 -0
- package/dist/background-jobs-VTOMOTNA.js +25 -0
- package/dist/bash-XA65M6T6.js +8 -0
- package/dist/behaviors-36T3O2DC.js +24 -0
- package/dist/bin/age-ontology-load.js +85 -0
- package/dist/bin/agentic-ontology-backfill.js +84 -0
- package/dist/bin/agentic-reflection-backfill.js +45 -0
- package/dist/bin/agentic-semantic-label.js +193 -0
- package/dist/bin/backfill-conversations.js +399 -0
- package/dist/bin/backfill-responses.js +227 -0
- package/dist/bin/backfill-vectors.js +149 -0
- package/dist/bin/bulk-sync-postgres.js +92 -0
- package/dist/bin/cc-doctor.js +51 -0
- package/dist/bin/cleanup-stale-review-tasks.js +139 -0
- package/dist/bin/cli.js +1076 -0
- package/dist/bin/customer-readiness.js +389 -0
- package/dist/bin/deferred-daemon-restart.js +123 -0
- package/dist/bin/exe-agent-config.js +87 -0
- package/dist/bin/exe-agent.js +190 -0
- package/dist/bin/exe-assign.js +93 -0
- package/dist/bin/exe-boot.js +1114 -0
- package/dist/bin/exe-call.js +127 -0
- package/dist/bin/exe-cloud.js +484 -0
- package/dist/bin/exe-dispatch.js +72 -0
- package/dist/bin/exe-doctor.js +48 -0
- package/dist/bin/exe-export-behaviors.js +48 -0
- package/dist/bin/exe-forget.js +204 -0
- package/dist/bin/exe-gateway.js +1137 -0
- package/dist/bin/exe-healthcheck.js +14 -0
- package/dist/bin/exe-heartbeat.js +233 -0
- package/dist/bin/exe-kill.js +126 -0
- package/dist/bin/exe-launch-agent.js +678 -0
- package/dist/bin/exe-new-employee.js +160 -0
- package/dist/bin/exe-pending-messages.js +60 -0
- package/dist/bin/exe-pending-notifications.js +107 -0
- package/dist/bin/exe-pending-reviews.js +81 -0
- package/dist/bin/exe-rename.js +219 -0
- package/dist/bin/exe-repo-drift.js +95 -0
- package/dist/bin/exe-review.js +251 -0
- package/dist/bin/exe-search.js +65 -0
- package/dist/bin/exe-session-cleanup.js +331 -0
- package/dist/bin/exe-settings.js +364 -0
- package/dist/bin/exe-start-codex.js +404 -0
- package/dist/bin/exe-start-opencode.js +233 -0
- package/dist/bin/exe-start.sh +194 -0
- package/dist/bin/exe-status.js +34 -0
- package/dist/bin/exe-support.js +17 -0
- package/dist/bin/exe-team.js +83 -0
- package/dist/bin/generate-hook-manifest.js +30 -0
- package/dist/bin/git-sweep.js +74 -0
- package/dist/bin/graph-backfill.js +78 -0
- package/dist/bin/graph-export.js +66 -0
- package/dist/bin/graph-layer-benchmark.js +113 -0
- package/dist/bin/import-history.js +84 -0
- package/dist/bin/install-launchd.js +41 -0
- package/dist/bin/install.js +422 -0
- package/dist/bin/intercom-check.js +137 -0
- package/dist/bin/list-providers.js +128 -0
- package/dist/bin/mcp-sessions.js +194 -0
- package/dist/bin/orchestration-metrics.js +61 -0
- package/dist/bin/postgres-agentic-reflection-backfill.js +123 -0
- package/dist/bin/postgres-agentic-semantic-backfill.js +126 -0
- package/dist/bin/pre-build-guard.js +98 -0
- package/dist/bin/pre-publish.js +224 -0
- package/dist/bin/registry-proxy.js +44 -0
- package/dist/bin/scan-tasks.js +265 -0
- package/dist/bin/setup.js +19 -0
- package/dist/bin/shard-migrate.js +162 -0
- package/dist/bin/stack-update.js +372 -0
- package/dist/bin/update.js +354 -0
- package/dist/bin/verify-stack.js +389 -0
- package/dist/bin/vps-backup.js +170 -0
- package/dist/bin/vps-health-gate.js +232 -0
- package/dist/branding-I2TDZFUH.js +97 -0
- package/dist/browser-sanitizer-MRSSEJZE.js +229 -0
- package/dist/browser-session-store-RF45DSJR.js +232 -0
- package/dist/capacity-monitor-HZPAFQZH.js +48 -0
- package/dist/catchup-brief-CDG4KD5Y.js +150 -0
- package/dist/chunk-26PUEPOY.js +290 -0
- package/dist/chunk-2VZ6SY2R.js +142 -0
- package/dist/chunk-36DAY227.js +297 -0
- package/dist/chunk-3A5BZETG.js +463 -0
- package/dist/chunk-3DQ3IPPO.js +50 -0
- package/dist/chunk-3JP3FY33.js +258 -0
- package/dist/chunk-3MK3R5E6.js +85 -0
- package/dist/chunk-46SQTBQW.js +207 -0
- package/dist/chunk-4JERP7NT.js +132 -0
- package/dist/chunk-557C2IGL.js +0 -0
- package/dist/chunk-5BS5ELMC.js +85 -0
- package/dist/chunk-5NFBE376.js +391 -0
- package/dist/chunk-6A7P74QV.js +53 -0
- package/dist/chunk-6KFICEAT.js +20 -0
- package/dist/chunk-6MP5NOOR.js +151 -0
- package/dist/chunk-6Y4B3QF6.js +19 -0
- package/dist/chunk-7BPKHR4O.js +171 -0
- package/dist/chunk-7DNX45WB.js +244 -0
- package/dist/chunk-7EZCYO76.js +128 -0
- package/dist/chunk-7NNXBDOO.js +541 -0
- package/dist/chunk-ADJXHBEU.js +667 -0
- package/dist/chunk-AHMUF6RO.js +147 -0
- package/dist/chunk-AJWFPKQS.js +573 -0
- package/dist/chunk-AVE2B4DQ.js +140 -0
- package/dist/chunk-AZSCW64F.js +190 -0
- package/dist/chunk-BZAQ4UG7.js +614 -0
- package/dist/chunk-CHCA3ZM2.js +167 -0
- package/dist/chunk-CHT3THVG.js +240 -0
- package/dist/chunk-CLGB3FGL.js +48 -0
- package/dist/chunk-CQDSTBKT.js +1919 -0
- package/dist/chunk-CTFKTUYN.js +627 -0
- package/dist/chunk-CVYC6DUW.js +78 -0
- package/dist/chunk-CX6GL3ZJ.js +274 -0
- package/dist/chunk-D4IVTUNN.js +377 -0
- package/dist/chunk-DGOGCPYU.js +390 -0
- package/dist/chunk-DKRTWILB.js +81 -0
- package/dist/chunk-DLXTKVBO.js +183 -0
- package/dist/chunk-E6ORBQHP.js +225 -0
- package/dist/chunk-ECGTESAP.js +236 -0
- package/dist/chunk-ECQBG62Y.js +363 -0
- package/dist/chunk-ECSNSHZ7.js +431 -0
- package/dist/chunk-EEAKFEEA.js +221 -0
- package/dist/chunk-EGWPJQRQ.js +159 -0
- package/dist/chunk-EHKIJPVX.js +30 -0
- package/dist/chunk-EIT6J37V.js +119 -0
- package/dist/chunk-EQSQ4HBW.js +9 -0
- package/dist/chunk-ETSREHYC.js +55 -0
- package/dist/chunk-F2GUJW5O.js +1090 -0
- package/dist/chunk-F7LU65PQ.js +33 -0
- package/dist/chunk-FF62UWIJ.js +90 -0
- package/dist/chunk-FIPU4BDF.js +123 -0
- package/dist/chunk-FLSASUV3.js +177 -0
- package/dist/chunk-FWFFZGSC.js +94 -0
- package/dist/chunk-FXU7JOXK.js +6 -0
- package/dist/chunk-G4LLKD4Z.js +147 -0
- package/dist/chunk-GFCQJZTO.js +1051 -0
- package/dist/chunk-GGV3PFUW.js +41 -0
- package/dist/chunk-GJV3WDWM.js +14 -0
- package/dist/chunk-GKM7RYN3.js +1020 -0
- package/dist/chunk-GNHN5HRQ.js +40 -0
- package/dist/chunk-GP6G6EQI.js +632 -0
- package/dist/chunk-GUMRIUI5.js +63 -0
- package/dist/chunk-GVP5U4WL.js +113 -0
- package/dist/chunk-HF25XPZE.js +83 -0
- package/dist/chunk-HFJNYSTQ.js +1088 -0
- package/dist/chunk-HO5SBL4B.js +97 -0
- package/dist/chunk-HOKOOBDL.js +52 -0
- package/dist/chunk-HQMEOIUJ.js +69 -0
- package/dist/chunk-HTCBLSIB.js +813 -0
- package/dist/chunk-HYZV25LY.js +34 -0
- package/dist/chunk-I2CDSGQW.js +280 -0
- package/dist/chunk-I7AW4237.js +251 -0
- package/dist/chunk-IKTMX6N7.js +495 -0
- package/dist/chunk-IQT43SDJ.js +357 -0
- package/dist/chunk-IW53DAYO.js +210 -0
- package/dist/chunk-JBKA7F5V.js +2017 -0
- package/dist/chunk-JJNXFW7M.js +330 -0
- package/dist/chunk-JKGAJAM7.js +214 -0
- package/dist/chunk-JQ6TLNIV.js +133 -0
- package/dist/chunk-JSH5MAMM.js +284 -0
- package/dist/chunk-KCUYRZSX.js +72 -0
- package/dist/chunk-KH5Y6RR4.js +360 -0
- package/dist/chunk-L24HYX62.js +498 -0
- package/dist/chunk-L3TB7CC3.js +170 -0
- package/dist/chunk-LHOIY5LQ.js +58 -0
- package/dist/chunk-LWVZLTMD.js +412 -0
- package/dist/chunk-LYH5HE24.js +73 -0
- package/dist/chunk-M37HYGAG.js +346 -0
- package/dist/chunk-MJXEOKIW.js +54 -0
- package/dist/chunk-MKVFPQH2.js +1051 -0
- package/dist/chunk-MLXJ5EZG.js +90 -0
- package/dist/chunk-MP2AFCGL.js +53 -0
- package/dist/chunk-MSCB4ACU.js +356 -0
- package/dist/chunk-MVW62NIZ.js +20 -0
- package/dist/chunk-MZIGUUDQ.js +42 -0
- package/dist/chunk-N5RRQOAC.js +134 -0
- package/dist/chunk-NFB4N53K.js +159 -0
- package/dist/chunk-NGP6LSV2.js +25 -0
- package/dist/chunk-NGVOA6ZQ.js +84 -0
- package/dist/chunk-NRFVWJHP.js +575 -0
- package/dist/chunk-NUVDSQNY.js +1345 -0
- package/dist/chunk-O377P7GM.js +100 -0
- package/dist/chunk-OE6SYHTC.js +157 -0
- package/dist/chunk-OHPRXEUA.js +75 -0
- package/dist/chunk-OI6MVDSY.js +33 -0
- package/dist/chunk-ONKIWA3R.js +249 -0
- package/dist/chunk-OPU3NYOO.js +55 -0
- package/dist/chunk-ORCCI2VV.js +140 -0
- package/dist/chunk-OSMMWGJ2.js +204 -0
- package/dist/chunk-OYNKIAVW.js +181 -0
- package/dist/chunk-PRKVT4KN.js +90 -0
- package/dist/chunk-PW2YH2ZR.js +403 -0
- package/dist/chunk-PWMMIGVQ.js +332 -0
- package/dist/chunk-Q3V7K4ME.js +149 -0
- package/dist/chunk-Q5GUJUDW.js +348 -0
- package/dist/chunk-Q7RGLXQO.js +574 -0
- package/dist/chunk-Q7XA3SQ4.js +13097 -0
- package/dist/chunk-QGGH7LOU.js +93 -0
- package/dist/chunk-QHIGMP2M.js +237 -0
- package/dist/chunk-QI4IXJN7.js +132 -0
- package/dist/chunk-R2E4TV5V.js +56 -0
- package/dist/chunk-R4WMF32C.js +81 -0
- package/dist/chunk-R5U7XKVJ.js +16 -0
- package/dist/chunk-RJT7H2KR.js +349 -0
- package/dist/chunk-RMPAMMYW.js +70 -0
- package/dist/chunk-RTXGUKY3.js +731 -0
- package/dist/chunk-SH45SJQW.js +0 -0
- package/dist/chunk-SUNYJ6YE.js +204 -0
- package/dist/chunk-SVXDCELZ.js +163 -0
- package/dist/chunk-TMEE7AT7.js +72 -0
- package/dist/chunk-TNTFEWU5.js +361 -0
- package/dist/chunk-TOQZO2XX.js +76 -0
- package/dist/chunk-UBMGUX6T.js +3753 -0
- package/dist/chunk-UJOSFVWG.js +3511 -0
- package/dist/chunk-UPSZ2VKV.js +197 -0
- package/dist/chunk-UV4ZHXUP.js +38 -0
- package/dist/chunk-UWISNP4U.js +1073 -0
- package/dist/chunk-V3QAAU2U.js +129 -0
- package/dist/chunk-V4TZI6EO.js +60 -0
- package/dist/chunk-W6TC6A73.js +77 -0
- package/dist/chunk-WA67SFFZ.js +227 -0
- package/dist/chunk-WWPX2LLP.js +262 -0
- package/dist/chunk-WZ2RVKRO.js +121 -0
- package/dist/chunk-X2Z5GT3V.js +118 -0
- package/dist/chunk-X3AVWFWW.js +294 -0
- package/dist/chunk-XEKO37NM.js +43 -0
- package/dist/chunk-YADYM2DE.js +42 -0
- package/dist/chunk-YCTCKUZE.js +128 -0
- package/dist/chunk-YGAAZN3E.js +47 -0
- package/dist/chunk-YKIPAQZG.js +333 -0
- package/dist/chunk-YSU7JB7H.js +0 -0
- package/dist/chunk-YZFZDJWZ.js +107 -0
- package/dist/chunk-YZKJLGWL.js +169 -0
- package/dist/chunk-Z3TT2SVJ.js +135 -0
- package/dist/chunk-Z3ZCLTP7.js +382 -0
- package/dist/chunk-ZVSG2KKG.js +106 -0
- package/dist/co-activation-AJZTQHI3.js +71 -0
- package/dist/co-occurrence-FGEJIMMV.js +73 -0
- package/dist/code-context-index-KHUYATRB.js +29 -0
- package/dist/content-extractor-CUJOBFBU.js +9 -0
- package/dist/conversation-entity-extractor-TW4W57K4.js +114 -0
- package/dist/conversation-wiki-populator-GNFRTS7X.js +105 -0
- package/dist/core-memory-R7QBLN4C.js +110 -0
- package/dist/crdt-sync-K25AKQAD.js +33 -0
- package/dist/crm-bridge-NG5WJMGF.js +19 -0
- package/dist/crm-webhook-3ODT32F7.js +10 -0
- package/dist/cto-delegation-gate-4XDMTK6H.js +205 -0
- package/dist/daemon-auth-WFQMMNSD.js +13 -0
- package/dist/daemon-orchestration-5I7RLXCP.js +133 -0
- package/dist/daemon-protocol-4FUHT5NH.js +17 -0
- package/dist/db-backup-MSQKO6M5.js +25 -0
- package/dist/devtools-J4QYYO7U.js +8 -0
- package/dist/discord-7UHIZNJ3.js +7 -0
- package/dist/dispatch-ack-RMVFHO4I.js +13 -0
- package/dist/dreaming-UL7T5ZXA.js +12 -0
- package/dist/email-T6PQUUY6.js +137 -0
- package/dist/entity-boost-7MB2IYAE.js +332 -0
- package/dist/exe-drift-2KHRPBUK.js +67 -0
- package/dist/exe-export-UZN6EFOR.js +72 -0
- package/dist/exe-import-OSM3U36A.js +75 -0
- package/dist/exe-key-OG35WPBA.js +573 -0
- package/dist/exe-org-JRBBON5H.js +73 -0
- package/dist/exe-snapshot-7TQIN7XI.js +145 -0
- package/dist/factory-UQSRMKJW.js +67 -0
- package/dist/fast-db-init-4VXDSFUY.js +7 -0
- package/dist/file-edit-YORRFENG.js +8 -0
- package/dist/file-read-RMQFDE5L.js +8 -0
- package/dist/file-write-VO4MQW5Y.js +8 -0
- package/dist/founder-context-3N6BMG7B.js +96 -0
- package/dist/gateway/index.js +148 -0
- package/dist/gateway-client-V7NH35Q2.js +11 -0
- package/dist/git-staleness-JW57ZGEJ.js +109 -0
- package/dist/git-task-sweep-HYAPIM44.js +39 -0
- package/dist/glob-2LXRC3F5.js +7 -0
- package/dist/global-procedures-NY3W7L5Q.js +19 -0
- package/dist/graph-auto-extract-5GZ34NXS.js +161 -0
- package/dist/graph-query-YZ4RZEIL.js +26 -0
- package/dist/graph-rag-S5SBJW5J.js +29 -0
- package/dist/grep-OY7KCRLQ.js +7 -0
- package/dist/hook-integrity-OKSYTGVP.js +89 -0
- package/dist/hooks/bug-report-worker.js +179 -0
- package/dist/hooks/codex-stop-task-finalizer.js +258 -0
- package/dist/hooks/commit-complete.js +162 -0
- package/dist/hooks/error-recall.js +129 -0
- package/dist/hooks/exe-heartbeat-hook.js +78 -0
- package/dist/hooks/ingest-worker.js +51 -0
- package/dist/hooks/ingest.js +491 -0
- package/dist/hooks/instructions-loaded.js +119 -0
- package/dist/hooks/manifest.json +25 -0
- package/dist/hooks/notification.js +67 -0
- package/dist/hooks/post-compact.js +138 -0
- package/dist/hooks/post-tool-combined.js +152 -0
- package/dist/hooks/pre-compact.js +159 -0
- package/dist/hooks/pre-tool-use.js +512 -0
- package/dist/hooks/prompt-submit.js +699 -0
- package/dist/hooks/session-end.js +482 -0
- package/dist/hooks/session-start.js +362 -0
- package/dist/hooks/stop.js +332 -0
- package/dist/hooks/subagent-stop.js +85 -0
- package/dist/hooks/summary-worker.js +298 -0
- package/dist/hooks-RPTZV5KX.js +9 -0
- package/dist/imessage-CE5USLTI.js +7 -0
- package/dist/index.js +60 -0
- package/dist/installer-GMIVB2JS.js +341 -0
- package/dist/installer-OBYQ6O3C.js +295 -0
- package/dist/installer-UAMA6ZVH.js +37 -0
- package/dist/intercom-queue-USIXVVJQ.js +17 -0
- package/dist/key-backup-status-TVFMMWTT.js +39 -0
- package/dist/keyword-extractor-OGQRRVTB.js +11 -0
- package/dist/lib/agent-config.js +30 -0
- package/dist/lib/cloud-sync.js +103 -0
- package/dist/lib/cloudflare-dns.js +13 -0
- package/dist/lib/config.js +32 -0
- package/dist/lib/consolidation.js +38 -0
- package/dist/lib/crypto.js +13 -0
- package/dist/lib/database.js +31 -0
- package/dist/lib/db-daemon-client.js +141 -0
- package/dist/lib/db.js +31 -0
- package/dist/lib/device-registry.js +70 -0
- package/dist/lib/embed-worker.js +165 -0
- package/dist/lib/embedder.js +19 -0
- package/dist/lib/employee-templates.js +34 -0
- package/dist/lib/employees.js +63 -0
- package/dist/lib/error-detector.js +16 -0
- package/dist/lib/exe-daemon-client.js +25 -0
- package/dist/lib/exe-daemon.js +4454 -0
- package/dist/lib/file-grep.js +242 -0
- package/dist/lib/hybrid-search.js +28 -0
- package/dist/lib/identity-templates.js +650 -0
- package/dist/lib/identity.js +19 -0
- package/dist/lib/keychain.js +17 -0
- package/dist/lib/license.js +35 -0
- package/dist/lib/messaging.js +59 -0
- package/dist/lib/post-tool-memory.js +13 -0
- package/dist/lib/registry-proxy.js +15 -0
- package/dist/lib/reminders.js +16 -0
- package/dist/lib/runtime-table.js +9 -0
- package/dist/lib/schedules.js +24 -0
- package/dist/lib/session-registry.js +21 -0
- package/dist/lib/session-wrappers.js +7 -0
- package/dist/lib/skill-learning.js +29 -0
- package/dist/lib/status-brief.js +7 -0
- package/dist/lib/store.js +43 -0
- package/dist/lib/task-router.js +22 -0
- package/dist/lib/tasks.js +66 -0
- package/dist/lib/tmux-routing.js +70 -0
- package/dist/lib/tmux-status.js +29 -0
- package/dist/lib/tmux-transport.js +7 -0
- package/dist/lib/token-spend.js +12 -0
- package/dist/lib/transport.js +10 -0
- package/dist/lib/ws-auth.js +11 -0
- package/dist/lib/ws-client.js +190 -0
- package/dist/license-gate-7QVCYARF.js +14 -0
- package/dist/mcp/register-tools.js +102 -0
- package/dist/mcp/server.js +370 -0
- package/dist/mcp/tools/complete-reminder.js +13 -0
- package/dist/mcp/tools/create-reminder.js +13 -0
- package/dist/mcp/tools/create-task.js +34 -0
- package/dist/mcp/tools/deactivate-behavior.js +16 -0
- package/dist/mcp/tools/list-reminders.js +13 -0
- package/dist/mcp/tools/list-tasks.js +33 -0
- package/dist/mcp/tools/send-message.js +33 -0
- package/dist/mcp/tools/update-task.js +32 -0
- package/dist/mcp-diagnostics-5T5OZ52S.js +200 -0
- package/dist/mcp-disconnect-tracker-VINUVEZJ.js +79 -0
- package/dist/mcp-http-config-YPF4WGU5.js +26 -0
- package/dist/memory-cards-XHZEOX7Q.js +173 -0
- package/dist/memory-graph-extractor-J3K7B4GC.js +16 -0
- package/dist/memory-poisoning-defense-I76FGNHK.js +224 -0
- package/dist/memory-queue-WEVFXPZO.js +19 -0
- package/dist/memory-queue-client-5XBHYAQR.js +15 -0
- package/dist/memory-reflection-YJGI6IDI.js +237 -0
- package/dist/message-queue-client-FUKX43JD.js +92 -0
- package/dist/notifications-H4F77BYT.js +44 -0
- package/dist/oauth-server-CCZPDTZJ.js +437 -0
- package/dist/orchestration-events-LXVPJL6S.js +24 -0
- package/dist/orchestration-phase-HXRKMZXM.js +23 -0
- package/dist/orchestrator-HXUZ6LYM.js +32 -0
- package/dist/permission-presets-UPVLJWZD.js +25 -0
- package/dist/permissions-C4EMHPDD.js +14 -0
- package/dist/pg-ssl-GD3332YS.js +7 -0
- package/dist/pipeline-router-QRJQWMFF.js +12 -0
- package/dist/plan-limits-NFQVRHS5.js +25 -0
- package/dist/prediction-log-C2BD3AHR.js +120 -0
- package/dist/preferences-5ARPMYE7.js +10 -0
- package/dist/preflight-TZOGLBZU.js +287 -0
- package/dist/project-boot-JIGOSGCN.js +254 -0
- package/dist/project-name-4SKOH2UO.js +10 -0
- package/dist/projection-worker-JZQTL4NU.js +877 -0
- package/dist/push-notifications-3GNJ5SZS.js +15 -0
- package/dist/reranker-U6DEAT4S.js +19 -0
- package/dist/review-gate-I66GDXNR.js +120 -0
- package/dist/review-polling-W2S3XAAU.js +123 -0
- package/dist/runtime/index.js +129 -0
- package/dist/self-query-router-QMK5ZSZR.js +188 -0
- package/dist/session-events-MNWHGZY5.js +35 -0
- package/dist/session-kill-telemetry-JHSI7D3F.js +28 -0
- package/dist/session-scope-SMT225X3.js +85 -0
- package/dist/setup-wizard-RBUTEZB2.js +12 -0
- package/dist/shard-manager-ON2WWCRM.js +29 -0
- package/dist/signal-KF2LIO7Y.js +7 -0
- package/dist/signal-paths-5ZTWCBUX.js +19 -0
- package/dist/skill-refinement-LKJHUW2U.js +156 -0
- package/dist/slack-JRDUD5Z7.js +7 -0
- package/dist/stack-update-ZIMV4OEQ.js +50 -0
- package/dist/steward-gate-6IKH335D.js +12 -0
- package/dist/support-outbox-HIJVUDA2.js +206 -0
- package/dist/task-enforcement-UIEWTA6H.js +292 -0
- package/dist/task-scanner-5OQBNC2N.js +11 -0
- package/dist/task-scope-DNQURKOQ.js +34 -0
- package/dist/tasks-crud-CLAYZZ4O.js +76 -0
- package/dist/tasks-review-OHR2P4QE.js +46 -0
- package/dist/telegram-COCYUCT7.js +7 -0
- package/dist/telemetry-QKWQKAUC.js +9 -0
- package/dist/telemetry-upload-APVDPCEV.js +609 -0
- package/dist/token-budget-6IQNYKLR.js +83 -0
- package/dist/tool-capability-index-UUNF7VPA.js +10 -0
- package/dist/tool-gates-6A6LE4DZ.js +14 -0
- package/dist/tool-gates-RNWEH5IK.js +13 -0
- package/dist/tool-registry-KL24CAFR.js +11 -0
- package/dist/tool-telemetry-SJSIL5M5.js +17 -0
- package/dist/tui/App.js +10223 -0
- package/dist/tui-data-L6XG4Z52.js +161 -0
- package/dist/typed-messages-53Q7L3LB.js +17 -0
- package/dist/update-check-5IL5I3E2.js +11 -0
- package/dist/webhook-VXGIH7PN.js +96 -0
- package/dist/webhook-pipe-4WPFGGFD.js +114 -0
- package/dist/whatsapp-PSMKCDS7.js +9 -0
- package/dist/whatsapp-accounts-4OKWFRWL.js +15 -0
- package/dist/whatsapp-config-ZG5LX4O4.js +125 -0
- package/dist/wiki-acl-XCT6QQGP.js +111 -0
- package/dist/wiki-client-KE622HKY.js +157 -0
- package/dist/worker-gate-GFKXZ6V5.js +21 -0
- package/dist/workflow-engine-6HTKI2ZE.js +28 -0
- package/dist/working-memory-Z3EB3FW6.js +77 -0
- package/dist/worktree-BO7QQ32T.js +25 -0
- package/package.json +1 -1
|
@@ -0,0 +1,332 @@
|
|
|
1
|
+
// src/lib/daemon-restart-orchestrator.ts
|
|
2
|
+
import {
|
|
3
|
+
existsSync,
|
|
4
|
+
readFileSync,
|
|
5
|
+
writeFileSync,
|
|
6
|
+
appendFileSync,
|
|
7
|
+
mkdirSync,
|
|
8
|
+
openSync,
|
|
9
|
+
closeSync,
|
|
10
|
+
unlinkSync,
|
|
11
|
+
statSync,
|
|
12
|
+
renameSync,
|
|
13
|
+
readdirSync
|
|
14
|
+
} from "fs";
|
|
15
|
+
import { execSync } from "child_process";
|
|
16
|
+
import path from "path";
|
|
17
|
+
import os from "os";
|
|
18
|
+
var EXE_DIR = path.join(os.homedir(), ".exe-os");
|
|
19
|
+
var LOG_DIR = path.join(EXE_DIR, "logs");
|
|
20
|
+
var RESTART_LOG = path.join(LOG_DIR, "daemon-restarts.log");
|
|
21
|
+
var RESTART_MARKER = path.join(EXE_DIR, "last-daemon-restart");
|
|
22
|
+
var SPAWN_LOCK_PATH = path.join(EXE_DIR, "exed-spawn.lock");
|
|
23
|
+
var PID_PATH = process.env.EXE_DAEMON_PID ?? path.join(EXE_DIR, "exed.pid");
|
|
24
|
+
var SOCKET_PATH = process.env.EXE_DAEMON_SOCK ?? path.join(EXE_DIR, "exed.sock");
|
|
25
|
+
var OOM_MARKER_PATH = path.join(EXE_DIR, "embedding-oom-marker");
|
|
26
|
+
var WORKER_PIDS_DIR = path.join(EXE_DIR, "worker-pids");
|
|
27
|
+
var MCP_VERSION_PATH = path.join(EXE_DIR, "mcp-version");
|
|
28
|
+
var COOLDOWN_MS = 6e4;
|
|
29
|
+
var MIN_DAEMON_AGE_MS = 3e4;
|
|
30
|
+
var SPAWN_LOCK_STALE_MS = 3e4;
|
|
31
|
+
var SIGTERM_GRACE_MS = 5e3;
|
|
32
|
+
var MAX_LOG_SIZE = 2 * 1024 * 1024;
|
|
33
|
+
var _logDirChecked = false;
|
|
34
|
+
function ensureLogDir() {
|
|
35
|
+
if (_logDirChecked) return;
|
|
36
|
+
if (!existsSync(LOG_DIR)) mkdirSync(LOG_DIR, { recursive: true });
|
|
37
|
+
_logDirChecked = true;
|
|
38
|
+
}
|
|
39
|
+
function maybeRotateLog() {
|
|
40
|
+
try {
|
|
41
|
+
if (!existsSync(RESTART_LOG)) return;
|
|
42
|
+
const s = statSync(RESTART_LOG);
|
|
43
|
+
if (s.size > MAX_LOG_SIZE) {
|
|
44
|
+
try {
|
|
45
|
+
renameSync(RESTART_LOG, `${RESTART_LOG}.1`);
|
|
46
|
+
} catch {
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
} catch {
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
function logRestart(entry) {
|
|
53
|
+
try {
|
|
54
|
+
ensureLogDir();
|
|
55
|
+
maybeRotateLog();
|
|
56
|
+
appendFileSync(RESTART_LOG, JSON.stringify({ ts: (/* @__PURE__ */ new Date()).toISOString(), pid: process.pid, ...entry }) + "\n");
|
|
57
|
+
} catch {
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
function logRestartEvent(event, data) {
|
|
61
|
+
logRestart({ event, ...data });
|
|
62
|
+
}
|
|
63
|
+
function isCooldownActive() {
|
|
64
|
+
try {
|
|
65
|
+
if (!existsSync(RESTART_MARKER)) return { active: false, remainingMs: 0 };
|
|
66
|
+
const last = parseInt(readFileSync(RESTART_MARKER, "utf8").trim(), 10);
|
|
67
|
+
if (isNaN(last)) return { active: false, remainingMs: 0 };
|
|
68
|
+
const elapsed = Date.now() - last;
|
|
69
|
+
if (elapsed < COOLDOWN_MS) return { active: true, remainingMs: COOLDOWN_MS - elapsed };
|
|
70
|
+
} catch {
|
|
71
|
+
}
|
|
72
|
+
return { active: false, remainingMs: 0 };
|
|
73
|
+
}
|
|
74
|
+
function isDaemonTooYoung() {
|
|
75
|
+
try {
|
|
76
|
+
return Date.now() - statSync(PID_PATH).mtimeMs < MIN_DAEMON_AGE_MS;
|
|
77
|
+
} catch {
|
|
78
|
+
return false;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
function isOomMarkerSet() {
|
|
82
|
+
return existsSync(OOM_MARKER_PATH);
|
|
83
|
+
}
|
|
84
|
+
function acquireLock() {
|
|
85
|
+
try {
|
|
86
|
+
const fd = openSync(SPAWN_LOCK_PATH, "wx");
|
|
87
|
+
closeSync(fd);
|
|
88
|
+
return true;
|
|
89
|
+
} catch {
|
|
90
|
+
try {
|
|
91
|
+
if (Date.now() - statSync(SPAWN_LOCK_PATH).mtimeMs > SPAWN_LOCK_STALE_MS) {
|
|
92
|
+
try {
|
|
93
|
+
unlinkSync(SPAWN_LOCK_PATH);
|
|
94
|
+
} catch {
|
|
95
|
+
}
|
|
96
|
+
try {
|
|
97
|
+
const fd = openSync(SPAWN_LOCK_PATH, "wx");
|
|
98
|
+
closeSync(fd);
|
|
99
|
+
return true;
|
|
100
|
+
} catch {
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
} catch {
|
|
104
|
+
}
|
|
105
|
+
return false;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
function releaseLock() {
|
|
109
|
+
try {
|
|
110
|
+
unlinkSync(SPAWN_LOCK_PATH);
|
|
111
|
+
} catch {
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
function readDaemonPid() {
|
|
115
|
+
try {
|
|
116
|
+
if (!existsSync(PID_PATH)) return null;
|
|
117
|
+
const pid = parseInt(readFileSync(PID_PATH, "utf8").trim(), 10);
|
|
118
|
+
return pid > 0 ? pid : null;
|
|
119
|
+
} catch {
|
|
120
|
+
return null;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
function isProcessAlive(pid) {
|
|
124
|
+
try {
|
|
125
|
+
process.kill(pid, 0);
|
|
126
|
+
return true;
|
|
127
|
+
} catch {
|
|
128
|
+
return false;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
function killDaemonGracefully(pid) {
|
|
132
|
+
try {
|
|
133
|
+
process.kill(pid, "SIGTERM");
|
|
134
|
+
} catch {
|
|
135
|
+
return;
|
|
136
|
+
}
|
|
137
|
+
const deadline = Date.now() + SIGTERM_GRACE_MS;
|
|
138
|
+
while (Date.now() < deadline) {
|
|
139
|
+
if (!isProcessAlive(pid)) return;
|
|
140
|
+
const waitEnd = Date.now() + 200;
|
|
141
|
+
while (Date.now() < waitEnd) {
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
try {
|
|
145
|
+
process.kill(pid, "SIGKILL");
|
|
146
|
+
logRestart({ event: "sigkill_escalation", target_pid: pid, message: "SIGTERM grace expired, sent SIGKILL" });
|
|
147
|
+
} catch {
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
function requestRestart(reason, opts) {
|
|
151
|
+
const isEmbedRelated = opts?.isEmbedRelated ?? false;
|
|
152
|
+
const cooldown = isCooldownActive();
|
|
153
|
+
if (cooldown.active) {
|
|
154
|
+
const msg = `Restart cooldown active (${Math.round(cooldown.remainingMs / 1e3)}s left)`;
|
|
155
|
+
process.stderr.write(`[restart-orchestrator] ${msg} \u2014 skipping
|
|
156
|
+
`);
|
|
157
|
+
logRestart({ event: "skipped", reason, skip_reason: "cooldown" });
|
|
158
|
+
return { ok: false, skipped: msg };
|
|
159
|
+
}
|
|
160
|
+
if (isDaemonTooYoung()) {
|
|
161
|
+
const msg = `Daemon too young (< ${MIN_DAEMON_AGE_MS / 1e3}s)`;
|
|
162
|
+
process.stderr.write(`[restart-orchestrator] ${msg} \u2014 skipping
|
|
163
|
+
`);
|
|
164
|
+
logRestart({ event: "skipped", reason, skip_reason: "too_young" });
|
|
165
|
+
return { ok: false, skipped: msg };
|
|
166
|
+
}
|
|
167
|
+
if (isEmbedRelated && isOomMarkerSet()) {
|
|
168
|
+
const msg = "Embeddings disabled (OOM marker)";
|
|
169
|
+
process.stderr.write(`[restart-orchestrator] ${msg} \u2014 skipping
|
|
170
|
+
`);
|
|
171
|
+
logRestart({ event: "skipped", reason, skip_reason: "oom_marker" });
|
|
172
|
+
return { ok: false, skipped: msg };
|
|
173
|
+
}
|
|
174
|
+
if (!acquireLock()) {
|
|
175
|
+
const msg = "Another process is already restarting daemon";
|
|
176
|
+
process.stderr.write(`[restart-orchestrator] ${msg} \u2014 skipping
|
|
177
|
+
`);
|
|
178
|
+
logRestart({ event: "skipped", reason, skip_reason: "lock_held" });
|
|
179
|
+
return { ok: false, skipped: msg };
|
|
180
|
+
}
|
|
181
|
+
try {
|
|
182
|
+
try {
|
|
183
|
+
writeFileSync(RESTART_MARKER, String(Date.now()));
|
|
184
|
+
} catch {
|
|
185
|
+
}
|
|
186
|
+
const pid = readDaemonPid();
|
|
187
|
+
logRestart({ event: "restart_initiated", reason, target_pid: pid, is_embed_related: isEmbedRelated });
|
|
188
|
+
process.stderr.write(`[restart-orchestrator] Killing daemon (PID ${pid ?? "unknown"}) \u2014 reason: ${reason}
|
|
189
|
+
`);
|
|
190
|
+
if (pid !== null && isProcessAlive(pid)) killDaemonGracefully(pid);
|
|
191
|
+
try {
|
|
192
|
+
unlinkSync(PID_PATH);
|
|
193
|
+
} catch {
|
|
194
|
+
}
|
|
195
|
+
try {
|
|
196
|
+
unlinkSync(SOCKET_PATH);
|
|
197
|
+
} catch {
|
|
198
|
+
}
|
|
199
|
+
logRestart({ event: "restart_complete", reason, killed_pid: pid });
|
|
200
|
+
return { ok: true, pid, reason };
|
|
201
|
+
} finally {
|
|
202
|
+
releaseLock();
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
function killOrphanedDaemons() {
|
|
206
|
+
try {
|
|
207
|
+
const pids = execSync("pgrep -f 'exe-daemon.js' 2>/dev/null || true", { encoding: "utf8", timeout: 5e3 }).trim().split("\n").filter(Boolean).map(Number).filter((n) => !isNaN(n) && n !== process.pid);
|
|
208
|
+
if (pids.length === 0) return 0;
|
|
209
|
+
for (const p of pids) {
|
|
210
|
+
try {
|
|
211
|
+
process.kill(p, "SIGTERM");
|
|
212
|
+
} catch {
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
try {
|
|
216
|
+
execSync("sleep 1");
|
|
217
|
+
} catch {
|
|
218
|
+
}
|
|
219
|
+
for (const p of pids) {
|
|
220
|
+
try {
|
|
221
|
+
process.kill(p, 0);
|
|
222
|
+
process.kill(p, "SIGKILL");
|
|
223
|
+
} catch {
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
process.stderr.write(`[restart-orchestrator] killed ${pids.length} orphaned daemon(s)
|
|
227
|
+
`);
|
|
228
|
+
logRestart({ event: "orphan_kill", count: pids.length, pids });
|
|
229
|
+
return pids.length;
|
|
230
|
+
} catch {
|
|
231
|
+
return 0;
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
function killOrphanedBackfill() {
|
|
235
|
+
try {
|
|
236
|
+
const pids = execSync("pgrep -f 'backfill-vectors.js' 2>/dev/null || true", { encoding: "utf8", timeout: 5e3 }).trim().split("\n").filter(Boolean).map(Number).filter((n) => !isNaN(n) && n !== process.pid);
|
|
237
|
+
for (const p of pids) {
|
|
238
|
+
try {
|
|
239
|
+
process.kill(p, "SIGKILL");
|
|
240
|
+
} catch {
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
if (pids.length > 0) {
|
|
244
|
+
process.stderr.write(`[restart-orchestrator] killed ${pids.length} orphaned backfill worker(s)
|
|
245
|
+
`);
|
|
246
|
+
logRestart({ event: "backfill_orphan_kill", count: pids.length });
|
|
247
|
+
}
|
|
248
|
+
return pids.length;
|
|
249
|
+
} catch {
|
|
250
|
+
return 0;
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
function cleanWorkerPidFiles() {
|
|
254
|
+
try {
|
|
255
|
+
if (!existsSync(WORKER_PIDS_DIR)) return;
|
|
256
|
+
for (const f of readdirSync(WORKER_PIDS_DIR)) {
|
|
257
|
+
try {
|
|
258
|
+
unlinkSync(path.join(WORKER_PIDS_DIR, f));
|
|
259
|
+
} catch {
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
} catch {
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
function updateMcpVersionMarker() {
|
|
266
|
+
try {
|
|
267
|
+
writeFileSync(MCP_VERSION_PATH, `deploy-${Date.now()}`);
|
|
268
|
+
process.stderr.write("[restart-orchestrator] MCP version marker updated \u2014 servers will hot-reload within 10s\n");
|
|
269
|
+
logRestart({ event: "mcp_marker_updated" });
|
|
270
|
+
} catch {
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
function requestDeployRestart(reason) {
|
|
274
|
+
const deployReason = reason ?? "deploy";
|
|
275
|
+
if (!acquireLock()) {
|
|
276
|
+
process.stderr.write("[restart-orchestrator] Lock held \u2014 waiting briefly for deploy\n");
|
|
277
|
+
try {
|
|
278
|
+
execSync("sleep 1");
|
|
279
|
+
} catch {
|
|
280
|
+
}
|
|
281
|
+
try {
|
|
282
|
+
unlinkSync(SPAWN_LOCK_PATH);
|
|
283
|
+
} catch {
|
|
284
|
+
}
|
|
285
|
+
if (!acquireLock()) {
|
|
286
|
+
logRestart({ event: "deploy_skipped", reason: deployReason, skip_reason: "lock_held" });
|
|
287
|
+
return { ok: false, skipped: "Another process is already restarting daemon" };
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
try {
|
|
291
|
+
try {
|
|
292
|
+
writeFileSync(RESTART_MARKER, String(Date.now()));
|
|
293
|
+
} catch {
|
|
294
|
+
}
|
|
295
|
+
logRestart({ event: "deploy_restart_initiated", reason: deployReason });
|
|
296
|
+
process.stderr.write(`[restart-orchestrator] Deploy restart \u2014 reason: ${deployReason}
|
|
297
|
+
`);
|
|
298
|
+
const pid = readDaemonPid();
|
|
299
|
+
if (pid !== null && isProcessAlive(pid)) killDaemonGracefully(pid);
|
|
300
|
+
try {
|
|
301
|
+
unlinkSync(PID_PATH);
|
|
302
|
+
} catch {
|
|
303
|
+
}
|
|
304
|
+
try {
|
|
305
|
+
unlinkSync(PID_PATH + ".lock");
|
|
306
|
+
} catch {
|
|
307
|
+
}
|
|
308
|
+
const orphansKilled = killOrphanedDaemons();
|
|
309
|
+
const backfillKilled = killOrphanedBackfill();
|
|
310
|
+
updateMcpVersionMarker();
|
|
311
|
+
cleanWorkerPidFiles();
|
|
312
|
+
try {
|
|
313
|
+
unlinkSync(SOCKET_PATH);
|
|
314
|
+
} catch {
|
|
315
|
+
}
|
|
316
|
+
try {
|
|
317
|
+
execSync("sleep 0.5");
|
|
318
|
+
} catch {
|
|
319
|
+
}
|
|
320
|
+
logRestart({ event: "deploy_restart_complete", reason: deployReason, killed_pid: pid, orphans_killed: orphansKilled, backfill_killed: backfillKilled });
|
|
321
|
+
return { ok: true, pid, reason: deployReason, orphansKilled, backfillKilled };
|
|
322
|
+
} finally {
|
|
323
|
+
releaseLock();
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
export {
|
|
328
|
+
logRestartEvent,
|
|
329
|
+
requestRestart,
|
|
330
|
+
updateMcpVersionMarker,
|
|
331
|
+
requestDeployRestart
|
|
332
|
+
};
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
// src/gateway/adapters/telegram.ts
|
|
2
|
+
var TelegramAdapter = class {
|
|
3
|
+
platform = "telegram";
|
|
4
|
+
bot = null;
|
|
5
|
+
// Grammy Bot instance — dynamic import
|
|
6
|
+
messageHandler = null;
|
|
7
|
+
connected = false;
|
|
8
|
+
async connect(config) {
|
|
9
|
+
const botToken = config.credentials.bot_token;
|
|
10
|
+
if (!botToken) {
|
|
11
|
+
throw new Error("Telegram requires bot_token in credentials");
|
|
12
|
+
}
|
|
13
|
+
const { Bot } = await import("grammy");
|
|
14
|
+
this.bot = new Bot(botToken);
|
|
15
|
+
this.bot.on("message", async (ctx) => {
|
|
16
|
+
if (!this.messageHandler) return;
|
|
17
|
+
const msg = ctx.message;
|
|
18
|
+
if (!msg?.chat) return;
|
|
19
|
+
const text = msg.text ?? msg.caption ?? "";
|
|
20
|
+
const chat = msg.chat;
|
|
21
|
+
const isGroup = chat.type === "group" || chat.type === "supergroup";
|
|
22
|
+
const senderId = String(msg.from?.id ?? "");
|
|
23
|
+
const media = this.extractMedia(msg);
|
|
24
|
+
const normalized = {
|
|
25
|
+
messageId: String(msg.message_id),
|
|
26
|
+
platform: "telegram",
|
|
27
|
+
senderId,
|
|
28
|
+
senderName: [msg.from?.first_name, msg.from?.last_name].filter(Boolean).join(" ") || void 0,
|
|
29
|
+
channelId: String(chat.id),
|
|
30
|
+
chatType: isGroup ? "group" : "direct",
|
|
31
|
+
text,
|
|
32
|
+
timestamp: new Date((msg.date ?? 0) * 1e3).toISOString(),
|
|
33
|
+
media,
|
|
34
|
+
replyTo: msg.reply_to_message ? {
|
|
35
|
+
messageId: String(msg.reply_to_message.message_id),
|
|
36
|
+
text: msg.reply_to_message.text ?? "",
|
|
37
|
+
senderId: String(msg.reply_to_message.from?.id ?? "")
|
|
38
|
+
} : void 0,
|
|
39
|
+
threadId: msg.message_thread_id ? String(msg.message_thread_id) : void 0,
|
|
40
|
+
raw: msg
|
|
41
|
+
};
|
|
42
|
+
try {
|
|
43
|
+
await this.messageHandler(normalized);
|
|
44
|
+
} catch (err) {
|
|
45
|
+
console.error("[telegram] Message handler error:", err);
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
this.bot.start({
|
|
49
|
+
onStart: () => {
|
|
50
|
+
this.connected = true;
|
|
51
|
+
console.log("[telegram] Connected via grammy (long polling)");
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
async disconnect() {
|
|
56
|
+
if (this.bot) {
|
|
57
|
+
await this.bot.stop();
|
|
58
|
+
this.bot = null;
|
|
59
|
+
}
|
|
60
|
+
this.connected = false;
|
|
61
|
+
}
|
|
62
|
+
onMessage(handler) {
|
|
63
|
+
this.messageHandler = handler;
|
|
64
|
+
}
|
|
65
|
+
async sendText(channelId, text, options) {
|
|
66
|
+
if (!this.bot || !this.connected) throw new Error("Telegram not connected");
|
|
67
|
+
await this.bot.api.sendMessage(channelId, text, {
|
|
68
|
+
...options?.replyToMessageId ? { reply_to_message_id: Number(options.replyToMessageId) } : {}
|
|
69
|
+
});
|
|
70
|
+
}
|
|
71
|
+
async sendTyping(channelId) {
|
|
72
|
+
if (!this.bot || !this.connected) return;
|
|
73
|
+
try {
|
|
74
|
+
await this.bot.api.sendChatAction(channelId, "typing");
|
|
75
|
+
} catch {
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
async healthCheck() {
|
|
79
|
+
if (!this.bot) return { connected: false };
|
|
80
|
+
const start = Date.now();
|
|
81
|
+
try {
|
|
82
|
+
await this.bot.api.getMe();
|
|
83
|
+
return { connected: true, latencyMs: Date.now() - start };
|
|
84
|
+
} catch {
|
|
85
|
+
return { connected: false };
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
/** Inject a raw webhook payload (Telegram Update object) */
|
|
89
|
+
async injectMessage(rawPayload) {
|
|
90
|
+
if (!this.messageHandler) return;
|
|
91
|
+
const update = rawPayload;
|
|
92
|
+
const msg = update.message ?? update.edited_message;
|
|
93
|
+
if (!msg?.chat) return;
|
|
94
|
+
const text = msg.text ?? msg.caption ?? "";
|
|
95
|
+
const chat = msg.chat;
|
|
96
|
+
const isGroup = chat.type === "group" || chat.type === "supergroup";
|
|
97
|
+
const senderId = String(msg.from?.id ?? "");
|
|
98
|
+
const media = this.extractMedia(msg);
|
|
99
|
+
const normalized = {
|
|
100
|
+
messageId: String(msg.message_id),
|
|
101
|
+
platform: "telegram",
|
|
102
|
+
senderId,
|
|
103
|
+
senderName: [msg.from?.first_name, msg.from?.last_name].filter(Boolean).join(" ") || void 0,
|
|
104
|
+
channelId: String(chat.id),
|
|
105
|
+
chatType: isGroup ? "group" : "direct",
|
|
106
|
+
text,
|
|
107
|
+
timestamp: new Date((msg.date ?? 0) * 1e3).toISOString(),
|
|
108
|
+
media,
|
|
109
|
+
replyTo: msg.reply_to_message ? {
|
|
110
|
+
messageId: String(msg.reply_to_message.message_id),
|
|
111
|
+
text: msg.reply_to_message.text ?? "",
|
|
112
|
+
senderId: String(msg.reply_to_message.from?.id ?? "")
|
|
113
|
+
} : void 0,
|
|
114
|
+
threadId: msg.message_thread_id ? String(msg.message_thread_id) : void 0,
|
|
115
|
+
raw: rawPayload
|
|
116
|
+
};
|
|
117
|
+
try {
|
|
118
|
+
await this.messageHandler(normalized);
|
|
119
|
+
} catch (err) {
|
|
120
|
+
console.error("[telegram] injectMessage handler error:", err);
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
extractMedia(msg) {
|
|
124
|
+
const media = [];
|
|
125
|
+
if (msg.photo?.length) {
|
|
126
|
+
media.push({ type: "image", fileName: "photo.jpg" });
|
|
127
|
+
}
|
|
128
|
+
if (msg.video) {
|
|
129
|
+
media.push({ type: "video", fileName: msg.video.file_name ?? "video.mp4" });
|
|
130
|
+
}
|
|
131
|
+
if (msg.audio) {
|
|
132
|
+
media.push({ type: "audio", fileName: msg.audio.file_name ?? "audio.mp3" });
|
|
133
|
+
}
|
|
134
|
+
if (msg.voice) {
|
|
135
|
+
media.push({ type: "audio", fileName: "voice.ogg" });
|
|
136
|
+
}
|
|
137
|
+
if (msg.document) {
|
|
138
|
+
media.push({
|
|
139
|
+
type: "document",
|
|
140
|
+
fileName: msg.document.file_name ?? "document"
|
|
141
|
+
});
|
|
142
|
+
}
|
|
143
|
+
return media.length > 0 ? media : void 0;
|
|
144
|
+
}
|
|
145
|
+
};
|
|
146
|
+
|
|
147
|
+
export {
|
|
148
|
+
TelegramAdapter
|
|
149
|
+
};
|