@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,431 @@
|
|
|
1
|
+
// src/gateway/adapters/whatsapp.ts
|
|
2
|
+
import { randomUUID } from "crypto";
|
|
3
|
+
import { homedir } from "os";
|
|
4
|
+
import { join } from "path";
|
|
5
|
+
import { mkdirSync } from "fs";
|
|
6
|
+
var INITIAL_BACKOFF_MS = 1e3;
|
|
7
|
+
var MAX_BACKOFF_MS = 3e5;
|
|
8
|
+
var BACKOFF_MULTIPLIER = 2;
|
|
9
|
+
var JITTER_FACTOR = 0.25;
|
|
10
|
+
var AUTH_DIR = join(homedir(), ".exe-os", "whatsapp-auth");
|
|
11
|
+
function createBaileysLogger(accountName) {
|
|
12
|
+
const prefix = accountName ? `[whatsapp:${accountName}]` : "[whatsapp]";
|
|
13
|
+
const logger = {
|
|
14
|
+
level: "warn",
|
|
15
|
+
trace: () => {
|
|
16
|
+
},
|
|
17
|
+
debug: () => {
|
|
18
|
+
},
|
|
19
|
+
info: () => {
|
|
20
|
+
},
|
|
21
|
+
warn: (...args) => console.warn(prefix, ...args),
|
|
22
|
+
error: (...args) => console.error(prefix, ...args),
|
|
23
|
+
fatal: (...args) => console.error(prefix, ...args),
|
|
24
|
+
child: () => logger
|
|
25
|
+
};
|
|
26
|
+
return logger;
|
|
27
|
+
}
|
|
28
|
+
function calculateBackoff(retryCount) {
|
|
29
|
+
const base = Math.min(
|
|
30
|
+
INITIAL_BACKOFF_MS * BACKOFF_MULTIPLIER ** retryCount,
|
|
31
|
+
MAX_BACKOFF_MS
|
|
32
|
+
);
|
|
33
|
+
const jitter = base * JITTER_FACTOR * (2 * Math.random() - 1);
|
|
34
|
+
return Math.max(INITIAL_BACKOFF_MS, Math.round(base + jitter));
|
|
35
|
+
}
|
|
36
|
+
var WhatsAppAdapter = class {
|
|
37
|
+
platform = "whatsapp";
|
|
38
|
+
sock = null;
|
|
39
|
+
messageHandler = null;
|
|
40
|
+
connected = false;
|
|
41
|
+
abortController = null;
|
|
42
|
+
authDir = AUTH_DIR;
|
|
43
|
+
baileysLogger = createBaileysLogger();
|
|
44
|
+
// Resilience state
|
|
45
|
+
retryCount = 0;
|
|
46
|
+
disconnectedAt = 0;
|
|
47
|
+
async connect(config) {
|
|
48
|
+
this.authDir = config.credentials.authDir ?? AUTH_DIR;
|
|
49
|
+
mkdirSync(this.authDir, { recursive: true });
|
|
50
|
+
const baileys = await import("@whiskeysockets/baileys");
|
|
51
|
+
const { makeWASocket, useMultiFileAuthState, fetchLatestBaileysVersion, DisconnectReason, makeCacheableSignalKeyStore } = baileys;
|
|
52
|
+
const { state, saveCreds } = await useMultiFileAuthState(this.authDir);
|
|
53
|
+
const { version } = await fetchLatestBaileysVersion();
|
|
54
|
+
this.baileysLogger = createBaileysLogger();
|
|
55
|
+
this.abortController = new AbortController();
|
|
56
|
+
let agent;
|
|
57
|
+
const socksProxy = config.credentials.socksProxy;
|
|
58
|
+
if (socksProxy) {
|
|
59
|
+
try {
|
|
60
|
+
const modName = "socks-proxy-agent";
|
|
61
|
+
const mod = await import(modName);
|
|
62
|
+
const SocksProxyAgent = mod.SocksProxyAgent ?? mod.default;
|
|
63
|
+
agent = new SocksProxyAgent(socksProxy);
|
|
64
|
+
console.log(`[whatsapp] Using SOCKS proxy: ${socksProxy.replace(/\/\/.*@/, "//***@")}`);
|
|
65
|
+
} catch {
|
|
66
|
+
console.error("[whatsapp] socks-proxy-agent not installed \u2014 run: npm i socks-proxy-agent");
|
|
67
|
+
throw new Error("SOCKS proxy configured but socks-proxy-agent package not installed");
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
const sock = makeWASocket({
|
|
71
|
+
auth: {
|
|
72
|
+
creds: state.creds,
|
|
73
|
+
keys: makeCacheableSignalKeyStore(state.keys, this.baileysLogger)
|
|
74
|
+
},
|
|
75
|
+
logger: this.baileysLogger,
|
|
76
|
+
version,
|
|
77
|
+
printQRInTerminal: true,
|
|
78
|
+
browser: ["exe-os", "cli", "1.0"],
|
|
79
|
+
syncFullHistory: false,
|
|
80
|
+
markOnlineOnConnect: false,
|
|
81
|
+
...agent ? { agent } : {}
|
|
82
|
+
});
|
|
83
|
+
this.sock = sock;
|
|
84
|
+
sock.ev.on("creds.update", saveCreds);
|
|
85
|
+
sock.ev.on("connection.update", (update) => {
|
|
86
|
+
const { connection, lastDisconnect } = update;
|
|
87
|
+
if (connection === "close") {
|
|
88
|
+
this.connected = false;
|
|
89
|
+
if (this.disconnectedAt === 0) this.disconnectedAt = Date.now();
|
|
90
|
+
const statusCode = lastDisconnect?.error?.output?.statusCode;
|
|
91
|
+
const shouldReconnect = statusCode !== DisconnectReason.loggedOut;
|
|
92
|
+
if (shouldReconnect && !this.abortController?.signal.aborted) {
|
|
93
|
+
const delay = calculateBackoff(this.retryCount);
|
|
94
|
+
this.retryCount++;
|
|
95
|
+
console.log(
|
|
96
|
+
`[whatsapp] Connection closed (code=${statusCode}), retry #${this.retryCount} in ${(delay / 1e3).toFixed(1)}s` + (socksProxy ? ` (proxy: ${socksProxy.replace(/\/\/.*@/, "//***@")})` : "")
|
|
97
|
+
);
|
|
98
|
+
setTimeout(() => void this.connect(config), delay);
|
|
99
|
+
} else {
|
|
100
|
+
console.log("[whatsapp] Logged out \u2014 clear auth and re-scan QR");
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
if (connection === "open") {
|
|
104
|
+
if (this.retryCount > 0) {
|
|
105
|
+
const downtimeSec = this.disconnectedAt > 0 ? ((Date.now() - this.disconnectedAt) / 1e3).toFixed(1) : "?";
|
|
106
|
+
console.log(
|
|
107
|
+
`[whatsapp] Reconnected after ${this.retryCount} retries (${downtimeSec}s downtime)`
|
|
108
|
+
);
|
|
109
|
+
} else {
|
|
110
|
+
console.log("[whatsapp] Connected via Baileys (linked device)");
|
|
111
|
+
}
|
|
112
|
+
this.connected = true;
|
|
113
|
+
this.retryCount = 0;
|
|
114
|
+
this.disconnectedAt = 0;
|
|
115
|
+
}
|
|
116
|
+
});
|
|
117
|
+
sock.ev.on("messages.upsert", (upsert) => {
|
|
118
|
+
if (!this.messageHandler) return;
|
|
119
|
+
const { messages, type } = upsert;
|
|
120
|
+
if (type !== "notify") return;
|
|
121
|
+
for (const msg of messages) {
|
|
122
|
+
if (msg.key.fromMe) continue;
|
|
123
|
+
const normalized = this.normalizeMessage(msg);
|
|
124
|
+
if (normalized) {
|
|
125
|
+
void this.messageHandler(normalized).catch((err) => {
|
|
126
|
+
console.error("[whatsapp] Message handler error:", err);
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
});
|
|
131
|
+
sock.ev.on("message-receipt.update", (updates) => {
|
|
132
|
+
if (!this.messageHandler) return;
|
|
133
|
+
for (const update of updates) {
|
|
134
|
+
const receipt = this.normalizeReadReceipt(update);
|
|
135
|
+
if (receipt) {
|
|
136
|
+
void this.messageHandler(receipt).catch((err) => {
|
|
137
|
+
console.error("[whatsapp] Read receipt handler error:", err);
|
|
138
|
+
});
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
});
|
|
142
|
+
sock.ev.on("contacts.upsert", (contacts) => {
|
|
143
|
+
if (!this.messageHandler) return;
|
|
144
|
+
for (const contact of contacts) {
|
|
145
|
+
const synced = this.normalizeContactSync(contact);
|
|
146
|
+
if (synced) {
|
|
147
|
+
void this.messageHandler(synced).catch((err) => {
|
|
148
|
+
console.error("[whatsapp] Contact sync handler error:", err);
|
|
149
|
+
});
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
});
|
|
153
|
+
sock.ev.on("groups.upsert", (groups) => {
|
|
154
|
+
if (!this.messageHandler) return;
|
|
155
|
+
for (const group of groups) {
|
|
156
|
+
const normalized = this.normalizeGroupInfo(group);
|
|
157
|
+
if (normalized) {
|
|
158
|
+
void this.messageHandler(normalized).catch((err) => {
|
|
159
|
+
console.error("[whatsapp] Group handler error:", err);
|
|
160
|
+
});
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
});
|
|
164
|
+
sock.ev.on("messages.reaction", (reactions) => {
|
|
165
|
+
if (!this.messageHandler) return;
|
|
166
|
+
for (const reaction of reactions) {
|
|
167
|
+
const normalized = this.normalizeReaction(reaction);
|
|
168
|
+
if (normalized) {
|
|
169
|
+
void this.messageHandler(normalized).catch((err) => {
|
|
170
|
+
console.error("[whatsapp] Reaction handler error:", err);
|
|
171
|
+
});
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
});
|
|
175
|
+
sock.ev.on("call", (calls) => {
|
|
176
|
+
if (!this.messageHandler) return;
|
|
177
|
+
for (const call of calls) {
|
|
178
|
+
const normalized = this.normalizeCall(call);
|
|
179
|
+
if (normalized) {
|
|
180
|
+
void this.messageHandler(normalized).catch((err) => {
|
|
181
|
+
console.error("[whatsapp] Call handler error:", err);
|
|
182
|
+
});
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
});
|
|
186
|
+
sock.ev.on("messaging-history.set", (history) => {
|
|
187
|
+
if (!this.messageHandler) return;
|
|
188
|
+
const { messages: historyMessages } = history;
|
|
189
|
+
if (!Array.isArray(historyMessages)) return;
|
|
190
|
+
for (const msg of historyMessages) {
|
|
191
|
+
if (msg.key?.fromMe) continue;
|
|
192
|
+
const normalized = this.normalizeMessage(msg);
|
|
193
|
+
if (normalized) {
|
|
194
|
+
normalized.dataCategory = "history_sync";
|
|
195
|
+
normalized.isHistorical = true;
|
|
196
|
+
void this.messageHandler(normalized).catch((err) => {
|
|
197
|
+
console.error("[whatsapp] History sync handler error:", err);
|
|
198
|
+
});
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
});
|
|
202
|
+
}
|
|
203
|
+
async disconnect() {
|
|
204
|
+
this.abortController?.abort();
|
|
205
|
+
this.abortController = null;
|
|
206
|
+
this.sock?.ws?.close();
|
|
207
|
+
this.sock = null;
|
|
208
|
+
this.connected = false;
|
|
209
|
+
}
|
|
210
|
+
onMessage(handler) {
|
|
211
|
+
this.messageHandler = handler;
|
|
212
|
+
}
|
|
213
|
+
async sendText(channelId, text, options) {
|
|
214
|
+
if (!this.sock || !this.connected) throw new Error("WhatsApp not connected");
|
|
215
|
+
const jid = channelId.includes("@") ? channelId : `${channelId}@s.whatsapp.net`;
|
|
216
|
+
await this.sock.sendMessage(jid, {
|
|
217
|
+
text,
|
|
218
|
+
...options?.replyToMessageId ? { quoted: { key: { remoteJid: jid, id: options.replyToMessageId } } } : {}
|
|
219
|
+
});
|
|
220
|
+
}
|
|
221
|
+
async sendTyping(channelId) {
|
|
222
|
+
if (!this.sock || !this.connected) return;
|
|
223
|
+
const jid = channelId.includes("@") ? channelId : `${channelId}@s.whatsapp.net`;
|
|
224
|
+
await this.sock.sendPresenceUpdate("composing", jid);
|
|
225
|
+
}
|
|
226
|
+
async healthCheck() {
|
|
227
|
+
return { connected: this.connected };
|
|
228
|
+
}
|
|
229
|
+
/** Verify webhook for backward compat — no-op for Baileys */
|
|
230
|
+
verifyWebhook(_mode, _token, _challenge) {
|
|
231
|
+
return null;
|
|
232
|
+
}
|
|
233
|
+
/** Inject message — no-op for Baileys (messages arrive via socket) */
|
|
234
|
+
async injectMessage(_rawPayload) {
|
|
235
|
+
}
|
|
236
|
+
normalizeMessage(msg) {
|
|
237
|
+
const text = msg.message?.conversation ?? msg.message?.extendedTextMessage?.text ?? msg.message?.imageMessage?.caption ?? msg.message?.videoMessage?.caption ?? msg.message?.documentMessage?.caption ?? "";
|
|
238
|
+
if (!text && !msg.message) return null;
|
|
239
|
+
const remoteJid = msg.key.remoteJid ?? "";
|
|
240
|
+
const isGroup = remoteJid.endsWith("@g.us");
|
|
241
|
+
const senderId = isGroup ? msg.key.participant ?? "" : remoteJid.replace("@s.whatsapp.net", "");
|
|
242
|
+
const media = this.extractMedia(msg.message);
|
|
243
|
+
const replyContext = msg.message?.extendedTextMessage?.contextInfo;
|
|
244
|
+
const location = this.extractLocation(msg.message);
|
|
245
|
+
const dataCategory = location ? "location" : "message";
|
|
246
|
+
return {
|
|
247
|
+
messageId: msg.key.id ?? randomUUID(),
|
|
248
|
+
platform: "whatsapp",
|
|
249
|
+
senderId,
|
|
250
|
+
senderName: msg.pushName ?? void 0,
|
|
251
|
+
senderPhone: senderId.replace("@s.whatsapp.net", ""),
|
|
252
|
+
channelId: remoteJid,
|
|
253
|
+
chatType: isGroup ? "group" : "direct",
|
|
254
|
+
text,
|
|
255
|
+
timestamp: msg.messageTimestamp ? new Date(Number(msg.messageTimestamp) * 1e3).toISOString() : (/* @__PURE__ */ new Date()).toISOString(),
|
|
256
|
+
media,
|
|
257
|
+
replyTo: replyContext?.quotedMessage ? {
|
|
258
|
+
messageId: replyContext.stanzaId ?? "",
|
|
259
|
+
text: replyContext.quotedMessage.conversation ?? "",
|
|
260
|
+
senderId: replyContext.participant ?? ""
|
|
261
|
+
} : void 0,
|
|
262
|
+
raw: msg,
|
|
263
|
+
dataCategory,
|
|
264
|
+
location
|
|
265
|
+
};
|
|
266
|
+
}
|
|
267
|
+
extractLocation(message) {
|
|
268
|
+
const loc = message?.locationMessage;
|
|
269
|
+
const live = message?.liveLocationMessage;
|
|
270
|
+
const src = loc ?? live;
|
|
271
|
+
if (!src) return void 0;
|
|
272
|
+
return {
|
|
273
|
+
latitude: src.degreesLatitude,
|
|
274
|
+
longitude: src.degreesLongitude,
|
|
275
|
+
address: src.address ?? void 0,
|
|
276
|
+
venueName: src.name ?? void 0,
|
|
277
|
+
isLive: !!live
|
|
278
|
+
};
|
|
279
|
+
}
|
|
280
|
+
normalizeReadReceipt(update) {
|
|
281
|
+
const key = update.key;
|
|
282
|
+
if (!key) return null;
|
|
283
|
+
const remoteJid = key.remoteJid ?? "";
|
|
284
|
+
const receipt = update.receipt;
|
|
285
|
+
if (!receipt) return null;
|
|
286
|
+
let status = "delivered";
|
|
287
|
+
if (receipt.readTimestamp || receipt.receiptTimestamp) {
|
|
288
|
+
status = "read";
|
|
289
|
+
}
|
|
290
|
+
const timestamp = receipt.readTimestamp ?? receipt.receiptTimestamp ?? Date.now() / 1e3;
|
|
291
|
+
return {
|
|
292
|
+
messageId: randomUUID(),
|
|
293
|
+
platform: "whatsapp",
|
|
294
|
+
senderId: remoteJid.replace("@s.whatsapp.net", "").replace("@g.us", ""),
|
|
295
|
+
channelId: remoteJid,
|
|
296
|
+
chatType: remoteJid.endsWith("@g.us") ? "group" : "direct",
|
|
297
|
+
text: "",
|
|
298
|
+
timestamp: new Date(Number(timestamp) * 1e3).toISOString(),
|
|
299
|
+
raw: update,
|
|
300
|
+
dataCategory: "read_receipt",
|
|
301
|
+
readReceipt: {
|
|
302
|
+
messageId: key.id ?? "",
|
|
303
|
+
status,
|
|
304
|
+
timestamp: new Date(Number(timestamp) * 1e3).toISOString(),
|
|
305
|
+
readBy: key.participant ?? void 0
|
|
306
|
+
}
|
|
307
|
+
};
|
|
308
|
+
}
|
|
309
|
+
normalizeContactSync(contact) {
|
|
310
|
+
const id = contact.id;
|
|
311
|
+
if (!id) return null;
|
|
312
|
+
const phone = id.replace("@s.whatsapp.net", "").replace("@g.us", "");
|
|
313
|
+
const name = contact.name ?? contact.notify ?? phone;
|
|
314
|
+
return {
|
|
315
|
+
messageId: randomUUID(),
|
|
316
|
+
platform: "whatsapp",
|
|
317
|
+
senderId: phone,
|
|
318
|
+
senderName: name,
|
|
319
|
+
senderPhone: phone,
|
|
320
|
+
channelId: id,
|
|
321
|
+
chatType: "direct",
|
|
322
|
+
text: "",
|
|
323
|
+
timestamp: (/* @__PURE__ */ new Date()).toISOString(),
|
|
324
|
+
raw: contact,
|
|
325
|
+
dataCategory: "contact_sync",
|
|
326
|
+
contactSync: {
|
|
327
|
+
name,
|
|
328
|
+
phone,
|
|
329
|
+
pushName: contact.notify ?? void 0
|
|
330
|
+
}
|
|
331
|
+
};
|
|
332
|
+
}
|
|
333
|
+
normalizeGroupInfo(group) {
|
|
334
|
+
const groupId = group.id;
|
|
335
|
+
if (!groupId) return null;
|
|
336
|
+
const participants = (group.participants ?? []).map((p) => p.id ?? p);
|
|
337
|
+
const admins = (group.participants ?? []).filter((p) => p.admin === "admin" || p.admin === "superadmin").map((p) => p.id ?? p);
|
|
338
|
+
return {
|
|
339
|
+
messageId: randomUUID(),
|
|
340
|
+
platform: "whatsapp",
|
|
341
|
+
senderId: groupId,
|
|
342
|
+
channelId: groupId,
|
|
343
|
+
chatType: "group",
|
|
344
|
+
text: "",
|
|
345
|
+
timestamp: (/* @__PURE__ */ new Date()).toISOString(),
|
|
346
|
+
raw: group,
|
|
347
|
+
dataCategory: "group",
|
|
348
|
+
groupInfo: {
|
|
349
|
+
groupId,
|
|
350
|
+
groupName: group.subject ?? "",
|
|
351
|
+
participants,
|
|
352
|
+
admins,
|
|
353
|
+
description: group.desc ?? void 0
|
|
354
|
+
}
|
|
355
|
+
};
|
|
356
|
+
}
|
|
357
|
+
normalizeReaction(reaction) {
|
|
358
|
+
const key = reaction.key;
|
|
359
|
+
if (!key) return null;
|
|
360
|
+
const reactionData = reaction.reaction;
|
|
361
|
+
if (!reactionData) return null;
|
|
362
|
+
const remoteJid = key.remoteJid ?? "";
|
|
363
|
+
return {
|
|
364
|
+
messageId: randomUUID(),
|
|
365
|
+
platform: "whatsapp",
|
|
366
|
+
senderId: reactionData.key?.participant ?? reactionData.key?.remoteJid?.replace("@s.whatsapp.net", "") ?? "",
|
|
367
|
+
channelId: remoteJid,
|
|
368
|
+
chatType: remoteJid.endsWith("@g.us") ? "group" : "direct",
|
|
369
|
+
text: "",
|
|
370
|
+
timestamp: reactionData.senderTimestampMs ? new Date(Number(reactionData.senderTimestampMs)).toISOString() : (/* @__PURE__ */ new Date()).toISOString(),
|
|
371
|
+
raw: reaction,
|
|
372
|
+
dataCategory: "reaction",
|
|
373
|
+
reaction: {
|
|
374
|
+
emoji: reactionData.text ?? "",
|
|
375
|
+
targetMessageId: key.id ?? "",
|
|
376
|
+
reactedBy: reactionData.key?.participant ?? reactionData.key?.remoteJid?.replace("@s.whatsapp.net", "") ?? "",
|
|
377
|
+
timestamp: reactionData.senderTimestampMs ? new Date(Number(reactionData.senderTimestampMs)).toISOString() : (/* @__PURE__ */ new Date()).toISOString()
|
|
378
|
+
}
|
|
379
|
+
};
|
|
380
|
+
}
|
|
381
|
+
normalizeCall(call) {
|
|
382
|
+
const chatId = call.chatId ?? call.from;
|
|
383
|
+
if (!chatId) return null;
|
|
384
|
+
const caller = call.from?.replace("@s.whatsapp.net", "") ?? "";
|
|
385
|
+
return {
|
|
386
|
+
messageId: randomUUID(),
|
|
387
|
+
platform: "whatsapp",
|
|
388
|
+
senderId: caller,
|
|
389
|
+
channelId: chatId,
|
|
390
|
+
chatType: call.isGroup ? "group" : "direct",
|
|
391
|
+
text: "",
|
|
392
|
+
timestamp: call.date ? new Date(call.date * 1e3).toISOString() : (/* @__PURE__ */ new Date()).toISOString(),
|
|
393
|
+
raw: call,
|
|
394
|
+
dataCategory: "call_log",
|
|
395
|
+
callLog: {
|
|
396
|
+
callType: call.isVideo ? "video" : "voice",
|
|
397
|
+
status: call.status ?? "offered",
|
|
398
|
+
duration: call.duration ?? void 0,
|
|
399
|
+
caller,
|
|
400
|
+
callee: call.from === chatId ? "" : chatId.replace("@s.whatsapp.net", ""),
|
|
401
|
+
timestamp: call.date ? new Date(call.date * 1e3).toISOString() : (/* @__PURE__ */ new Date()).toISOString(),
|
|
402
|
+
isGroup: call.isGroup ?? false
|
|
403
|
+
}
|
|
404
|
+
};
|
|
405
|
+
}
|
|
406
|
+
extractMedia(message) {
|
|
407
|
+
if (!message) return void 0;
|
|
408
|
+
const media = [];
|
|
409
|
+
if (message.imageMessage) {
|
|
410
|
+
media.push({ type: "image", fileName: "image.jpg" });
|
|
411
|
+
}
|
|
412
|
+
if (message.videoMessage) {
|
|
413
|
+
media.push({ type: "video", fileName: "video.mp4" });
|
|
414
|
+
}
|
|
415
|
+
if (message.audioMessage) {
|
|
416
|
+
media.push({ type: "audio", fileName: "audio.ogg" });
|
|
417
|
+
}
|
|
418
|
+
if (message.documentMessage) {
|
|
419
|
+
media.push({
|
|
420
|
+
type: "document",
|
|
421
|
+
fileName: message.documentMessage.fileName ?? "document"
|
|
422
|
+
});
|
|
423
|
+
}
|
|
424
|
+
return media.length > 0 ? media : void 0;
|
|
425
|
+
}
|
|
426
|
+
};
|
|
427
|
+
|
|
428
|
+
export {
|
|
429
|
+
calculateBackoff,
|
|
430
|
+
WhatsAppAdapter
|
|
431
|
+
};
|
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
// src/lib/crdt-sync.ts
|
|
2
|
+
import * as Y from "yjs";
|
|
3
|
+
import { readFileSync, writeFileSync, existsSync, mkdirSync, unlinkSync } from "fs";
|
|
4
|
+
import path from "path";
|
|
5
|
+
import { homedir } from "os";
|
|
6
|
+
var DEFAULT_STATE_PATH = path.join(homedir(), ".exe-os", "crdt-state.bin");
|
|
7
|
+
var _statePathOverride = null;
|
|
8
|
+
function getStatePath() {
|
|
9
|
+
return _statePathOverride ?? DEFAULT_STATE_PATH;
|
|
10
|
+
}
|
|
11
|
+
function _setStatePath(p) {
|
|
12
|
+
_statePathOverride = p;
|
|
13
|
+
}
|
|
14
|
+
var doc = null;
|
|
15
|
+
function initCrdtDoc() {
|
|
16
|
+
if (doc) return doc;
|
|
17
|
+
doc = new Y.Doc();
|
|
18
|
+
const sp = getStatePath();
|
|
19
|
+
if (existsSync(sp)) {
|
|
20
|
+
try {
|
|
21
|
+
const state = readFileSync(sp);
|
|
22
|
+
Y.applyUpdate(doc, new Uint8Array(state));
|
|
23
|
+
} catch {
|
|
24
|
+
console.warn("[crdt-sync] WARN: corrupted state file, rebuilding from DB");
|
|
25
|
+
try {
|
|
26
|
+
unlinkSync(sp);
|
|
27
|
+
} catch {
|
|
28
|
+
}
|
|
29
|
+
rebuildFromDb().catch((err) => {
|
|
30
|
+
console.warn("[crdt-sync] rebuild from DB failed:", err);
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
doc.on("update", () => {
|
|
35
|
+
persistState();
|
|
36
|
+
});
|
|
37
|
+
return doc;
|
|
38
|
+
}
|
|
39
|
+
function getMemoriesMap() {
|
|
40
|
+
const d = initCrdtDoc();
|
|
41
|
+
return d.getMap("memories");
|
|
42
|
+
}
|
|
43
|
+
function getBehaviorsMap() {
|
|
44
|
+
const d = initCrdtDoc();
|
|
45
|
+
return d.getMap("behaviors");
|
|
46
|
+
}
|
|
47
|
+
function applyRemoteUpdate(update) {
|
|
48
|
+
const d = initCrdtDoc();
|
|
49
|
+
Y.applyUpdate(d, update);
|
|
50
|
+
}
|
|
51
|
+
function getFullState() {
|
|
52
|
+
const d = initCrdtDoc();
|
|
53
|
+
return Y.encodeStateAsUpdate(d);
|
|
54
|
+
}
|
|
55
|
+
function getDiffUpdate(remoteStateVector) {
|
|
56
|
+
const d = initCrdtDoc();
|
|
57
|
+
return Y.encodeStateAsUpdate(d, remoteStateVector);
|
|
58
|
+
}
|
|
59
|
+
function getStateVector() {
|
|
60
|
+
const d = initCrdtDoc();
|
|
61
|
+
return Y.encodeStateVector(d);
|
|
62
|
+
}
|
|
63
|
+
function importExistingMemories(memories) {
|
|
64
|
+
const map = getMemoriesMap();
|
|
65
|
+
const d = initCrdtDoc();
|
|
66
|
+
let imported = 0;
|
|
67
|
+
d.transact(() => {
|
|
68
|
+
for (const mem of memories) {
|
|
69
|
+
if (!mem.id) continue;
|
|
70
|
+
if (map.has(mem.id)) continue;
|
|
71
|
+
const entry = new Y.Map();
|
|
72
|
+
entry.set("id", mem.id);
|
|
73
|
+
entry.set("agent_id", mem.agent_id ?? null);
|
|
74
|
+
entry.set("agent_role", mem.agent_role ?? null);
|
|
75
|
+
entry.set("session_id", mem.session_id ?? null);
|
|
76
|
+
entry.set("timestamp", mem.timestamp ?? null);
|
|
77
|
+
entry.set("tool_name", mem.tool_name ?? null);
|
|
78
|
+
entry.set("project_name", mem.project_name ?? null);
|
|
79
|
+
entry.set("has_error", mem.has_error ?? 0);
|
|
80
|
+
entry.set("raw_text", mem.raw_text ?? "");
|
|
81
|
+
entry.set("version", mem.version ?? 0);
|
|
82
|
+
entry.set("author_device_id", mem.author_device_id ?? null);
|
|
83
|
+
entry.set("scope", mem.scope ?? "business");
|
|
84
|
+
map.set(mem.id, entry);
|
|
85
|
+
imported++;
|
|
86
|
+
}
|
|
87
|
+
});
|
|
88
|
+
return imported;
|
|
89
|
+
}
|
|
90
|
+
function importExistingBehaviors(behaviors) {
|
|
91
|
+
const map = getBehaviorsMap();
|
|
92
|
+
const d = initCrdtDoc();
|
|
93
|
+
let imported = 0;
|
|
94
|
+
d.transact(() => {
|
|
95
|
+
for (const beh of behaviors) {
|
|
96
|
+
if (!beh.id) continue;
|
|
97
|
+
if (map.has(beh.id)) continue;
|
|
98
|
+
const entry = new Y.Map();
|
|
99
|
+
entry.set("id", beh.id);
|
|
100
|
+
entry.set("agent_id", beh.agent_id ?? null);
|
|
101
|
+
entry.set("project_name", beh.project_name ?? null);
|
|
102
|
+
entry.set("domain", beh.domain ?? null);
|
|
103
|
+
entry.set("content", beh.content ?? null);
|
|
104
|
+
entry.set("active", beh.active ?? 1);
|
|
105
|
+
entry.set("priority", beh.priority ?? "p1");
|
|
106
|
+
entry.set("created_at", beh.created_at ?? null);
|
|
107
|
+
entry.set("updated_at", beh.updated_at ?? null);
|
|
108
|
+
map.set(beh.id, entry);
|
|
109
|
+
imported++;
|
|
110
|
+
}
|
|
111
|
+
});
|
|
112
|
+
return imported;
|
|
113
|
+
}
|
|
114
|
+
function readAllMemories() {
|
|
115
|
+
const map = getMemoriesMap();
|
|
116
|
+
const records = [];
|
|
117
|
+
map.forEach((entry, id) => {
|
|
118
|
+
records.push({
|
|
119
|
+
id,
|
|
120
|
+
agent_id: entry.get("agent_id"),
|
|
121
|
+
agent_role: entry.get("agent_role"),
|
|
122
|
+
session_id: entry.get("session_id"),
|
|
123
|
+
timestamp: entry.get("timestamp"),
|
|
124
|
+
tool_name: entry.get("tool_name"),
|
|
125
|
+
project_name: entry.get("project_name"),
|
|
126
|
+
has_error: entry.get("has_error"),
|
|
127
|
+
raw_text: entry.get("raw_text"),
|
|
128
|
+
version: entry.get("version"),
|
|
129
|
+
author_device_id: entry.get("author_device_id"),
|
|
130
|
+
scope: entry.get("scope"),
|
|
131
|
+
session_scope: entry.get("session_scope")
|
|
132
|
+
});
|
|
133
|
+
});
|
|
134
|
+
return records;
|
|
135
|
+
}
|
|
136
|
+
function readAllBehaviors() {
|
|
137
|
+
const map = getBehaviorsMap();
|
|
138
|
+
const records = [];
|
|
139
|
+
map.forEach((entry, id) => {
|
|
140
|
+
records.push({
|
|
141
|
+
id,
|
|
142
|
+
agent_id: entry.get("agent_id"),
|
|
143
|
+
project_name: entry.get("project_name"),
|
|
144
|
+
domain: entry.get("domain"),
|
|
145
|
+
content: entry.get("content"),
|
|
146
|
+
active: entry.get("active"),
|
|
147
|
+
priority: entry.get("priority"),
|
|
148
|
+
created_at: entry.get("created_at"),
|
|
149
|
+
updated_at: entry.get("updated_at")
|
|
150
|
+
});
|
|
151
|
+
});
|
|
152
|
+
return records;
|
|
153
|
+
}
|
|
154
|
+
function onUpdate(callback) {
|
|
155
|
+
const d = initCrdtDoc();
|
|
156
|
+
const handler = (update) => callback(update);
|
|
157
|
+
d.on("update", handler);
|
|
158
|
+
return () => d.off("update", handler);
|
|
159
|
+
}
|
|
160
|
+
function persistState() {
|
|
161
|
+
if (!doc) return;
|
|
162
|
+
try {
|
|
163
|
+
const sp = getStatePath();
|
|
164
|
+
const dir = path.dirname(sp);
|
|
165
|
+
if (!existsSync(dir)) mkdirSync(dir, { recursive: true });
|
|
166
|
+
const state = Y.encodeStateAsUpdate(doc);
|
|
167
|
+
writeFileSync(sp, Buffer.from(state));
|
|
168
|
+
} catch {
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
function isCrdtSyncEnabled() {
|
|
172
|
+
return process.env.EXE_CRDT_SYNC !== "0";
|
|
173
|
+
}
|
|
174
|
+
async function rebuildFromDb() {
|
|
175
|
+
const { getClient } = await import("./lib/database.js");
|
|
176
|
+
const client = getClient();
|
|
177
|
+
const result = await client.execute(
|
|
178
|
+
"SELECT id, agent_id, agent_role, session_id, timestamp, tool_name, project_name, has_error, raw_text, version, author_device_id, scope, session_scope FROM memories"
|
|
179
|
+
);
|
|
180
|
+
const memories = result.rows.map((row) => ({
|
|
181
|
+
id: String(row.id),
|
|
182
|
+
agent_id: row.agent_id,
|
|
183
|
+
agent_role: row.agent_role,
|
|
184
|
+
session_id: row.session_id,
|
|
185
|
+
timestamp: row.timestamp,
|
|
186
|
+
tool_name: row.tool_name,
|
|
187
|
+
project_name: row.project_name,
|
|
188
|
+
has_error: row.has_error,
|
|
189
|
+
raw_text: row.raw_text,
|
|
190
|
+
version: row.version,
|
|
191
|
+
author_device_id: row.author_device_id,
|
|
192
|
+
scope: row.scope,
|
|
193
|
+
session_scope: row.session_scope
|
|
194
|
+
}));
|
|
195
|
+
const count = importExistingMemories(memories);
|
|
196
|
+
persistState();
|
|
197
|
+
return count;
|
|
198
|
+
}
|
|
199
|
+
function destroyCrdtDoc() {
|
|
200
|
+
if (doc) {
|
|
201
|
+
doc.destroy();
|
|
202
|
+
doc = null;
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
export {
|
|
207
|
+
_setStatePath,
|
|
208
|
+
initCrdtDoc,
|
|
209
|
+
applyRemoteUpdate,
|
|
210
|
+
getFullState,
|
|
211
|
+
getDiffUpdate,
|
|
212
|
+
getStateVector,
|
|
213
|
+
importExistingMemories,
|
|
214
|
+
importExistingBehaviors,
|
|
215
|
+
readAllMemories,
|
|
216
|
+
readAllBehaviors,
|
|
217
|
+
onUpdate,
|
|
218
|
+
isCrdtSyncEnabled,
|
|
219
|
+
rebuildFromDb,
|
|
220
|
+
destroyCrdtDoc
|
|
221
|
+
};
|