visionclaw 0.1.193 → 0.1.194-dev.feat-backup-progress-reporting.1

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.
Files changed (352) hide show
  1. package/dist/agent/backup-uploader.d.ts +44 -0
  2. package/dist/agent/backup-uploader.d.ts.map +1 -0
  3. package/dist/agent/backup-uploader.js +83 -0
  4. package/dist/agent/backup-uploader.js.map +1 -0
  5. package/dist/agent/backup.d.ts +7 -1
  6. package/dist/agent/backup.d.ts.map +1 -1
  7. package/dist/agent/backup.js +337 -52
  8. package/dist/agent/backup.js.map +1 -1
  9. package/dist/agent/command-handlers.d.ts +2 -0
  10. package/dist/agent/command-handlers.d.ts.map +1 -1
  11. package/dist/agent/command-handlers.js +29 -3
  12. package/dist/agent/command-handlers.js.map +1 -1
  13. package/dist/agent/context.d.ts +2 -0
  14. package/dist/agent/context.d.ts.map +1 -1
  15. package/dist/agent/context.js +11 -1
  16. package/dist/agent/context.js.map +1 -1
  17. package/dist/agent/data-collector.d.ts.map +1 -1
  18. package/dist/agent/data-collector.js +23 -38
  19. package/dist/agent/data-collector.js.map +1 -1
  20. package/dist/agent/loop.d.ts +3 -0
  21. package/dist/agent/loop.d.ts.map +1 -1
  22. package/dist/agent/loop.js +48 -0
  23. package/dist/agent/loop.js.map +1 -1
  24. package/dist/agent/message-format.d.ts.map +1 -1
  25. package/dist/agent/message-format.js +3 -0
  26. package/dist/agent/message-format.js.map +1 -1
  27. package/dist/agent/status.d.ts.map +1 -1
  28. package/dist/agent/status.js +2 -1
  29. package/dist/agent/status.js.map +1 -1
  30. package/dist/backup.d.ts +4 -1
  31. package/dist/backup.d.ts.map +1 -1
  32. package/dist/backup.js +86 -3
  33. package/dist/backup.js.map +1 -1
  34. package/dist/calendar/google-calendar.d.ts +2 -0
  35. package/dist/calendar/google-calendar.d.ts.map +1 -1
  36. package/dist/calendar/google-calendar.js +3 -0
  37. package/dist/calendar/google-calendar.js.map +1 -1
  38. package/dist/channels/interface.d.ts +9 -0
  39. package/dist/channels/interface.d.ts.map +1 -1
  40. package/dist/channels/manager.d.ts +7 -1
  41. package/dist/channels/manager.d.ts.map +1 -1
  42. package/dist/channels/manager.js +12 -0
  43. package/dist/channels/manager.js.map +1 -1
  44. package/dist/channels/telegram.d.ts.map +1 -1
  45. package/dist/channels/telegram.js +5 -0
  46. package/dist/channels/telegram.js.map +1 -1
  47. package/dist/cli/index.d.ts +1 -0
  48. package/dist/cli/index.d.ts.map +1 -1
  49. package/dist/cli/index.js +42 -2
  50. package/dist/cli/index.js.map +1 -1
  51. package/dist/config/types.d.ts +9 -0
  52. package/dist/config/types.d.ts.map +1 -1
  53. package/dist/config/types.js +6 -0
  54. package/dist/config/types.js.map +1 -1
  55. package/dist/drive/google-drive.d.ts +1 -0
  56. package/dist/drive/google-drive.d.ts.map +1 -1
  57. package/dist/drive/google-drive.js +5 -0
  58. package/dist/drive/google-drive.js.map +1 -1
  59. package/dist/i18n/messages.d.ts +4 -0
  60. package/dist/i18n/messages.d.ts.map +1 -1
  61. package/dist/i18n/messages.js +7 -2
  62. package/dist/i18n/messages.js.map +1 -1
  63. package/dist/index.js.map +1 -1
  64. package/dist/obs/server.d.ts +7 -0
  65. package/dist/obs/server.d.ts.map +1 -1
  66. package/dist/obs/server.js +22 -0
  67. package/dist/obs/server.js.map +1 -1
  68. package/dist/onboarding/bot-profile.d.ts.map +1 -1
  69. package/dist/onboarding/bot-profile.js +1 -0
  70. package/dist/onboarding/bot-profile.js.map +1 -1
  71. package/dist/onboarding/index.d.ts.map +1 -1
  72. package/dist/onboarding/index.js +5 -0
  73. package/dist/onboarding/index.js.map +1 -1
  74. package/dist/onboarding/prepare-mac.d.ts +1 -0
  75. package/dist/onboarding/prepare-mac.d.ts.map +1 -1
  76. package/dist/onboarding/prepare-mac.js +32 -15
  77. package/dist/onboarding/prepare-mac.js.map +1 -1
  78. package/dist/onboarding/setup-shared.d.ts.map +1 -1
  79. package/dist/onboarding/setup-shared.js +6 -0
  80. package/dist/onboarding/setup-shared.js.map +1 -1
  81. package/dist/onboarding/setup-steps.d.ts.map +1 -1
  82. package/dist/onboarding/setup-steps.js +8 -0
  83. package/dist/onboarding/setup-steps.js.map +1 -1
  84. package/dist/realtime/agent-bridge.d.ts +7 -0
  85. package/dist/realtime/agent-bridge.d.ts.map +1 -0
  86. package/dist/realtime/agent-bridge.js +31 -0
  87. package/dist/realtime/agent-bridge.js.map +1 -0
  88. package/dist/realtime/assets/index.html +1058 -0
  89. package/dist/realtime/assets/samples/alloy.mp3 +0 -0
  90. package/dist/realtime/assets/samples/ash.mp3 +0 -0
  91. package/dist/realtime/assets/samples/ballad.mp3 +0 -0
  92. package/dist/realtime/assets/samples/cedar.mp3 +0 -0
  93. package/dist/realtime/assets/samples/coral.mp3 +0 -0
  94. package/dist/realtime/assets/samples/echo.mp3 +0 -0
  95. package/dist/realtime/assets/samples/marin.mp3 +0 -0
  96. package/dist/realtime/assets/samples/sage.mp3 +0 -0
  97. package/dist/realtime/assets/samples/shimmer.mp3 +0 -0
  98. package/dist/realtime/assets/samples/verse.mp3 +0 -0
  99. package/dist/realtime/context.d.ts +14 -0
  100. package/dist/realtime/context.d.ts.map +1 -0
  101. package/dist/realtime/context.js +153 -0
  102. package/dist/realtime/context.js.map +1 -0
  103. package/dist/realtime/http-helpers.d.ts +5 -0
  104. package/dist/realtime/http-helpers.d.ts.map +1 -0
  105. package/dist/realtime/http-helpers.js +29 -0
  106. package/dist/realtime/http-helpers.js.map +1 -0
  107. package/dist/realtime/index.d.ts +62 -0
  108. package/dist/realtime/index.d.ts.map +1 -0
  109. package/dist/realtime/index.js +94 -0
  110. package/dist/realtime/index.js.map +1 -0
  111. package/dist/realtime/server.d.ts +6 -0
  112. package/dist/realtime/server.d.ts.map +1 -0
  113. package/dist/realtime/server.js +476 -0
  114. package/dist/realtime/server.js.map +1 -0
  115. package/dist/realtime/telegram-auth.d.ts +2 -0
  116. package/dist/realtime/telegram-auth.d.ts.map +1 -0
  117. package/dist/realtime/telegram-auth.js +24 -0
  118. package/dist/realtime/telegram-auth.js.map +1 -0
  119. package/dist/realtime/tools.d.ts +829 -0
  120. package/dist/realtime/tools.d.ts.map +1 -0
  121. package/dist/realtime/tools.js +630 -0
  122. package/dist/realtime/tools.js.map +1 -0
  123. package/dist/realtime/types.d.ts +62 -0
  124. package/dist/realtime/types.d.ts.map +1 -0
  125. package/dist/realtime/types.js +3 -0
  126. package/dist/realtime/types.js.map +1 -0
  127. package/dist/realtime/voice-summarizer.d.ts +4 -0
  128. package/dist/realtime/voice-summarizer.d.ts.map +1 -0
  129. package/dist/realtime/voice-summarizer.js +129 -0
  130. package/dist/realtime/voice-summarizer.js.map +1 -0
  131. package/dist/restore.d.ts +5 -0
  132. package/dist/restore.d.ts.map +1 -1
  133. package/dist/restore.js +132 -16
  134. package/dist/restore.js.map +1 -1
  135. package/dist/tools/email.d.ts +1 -1
  136. package/dist/tools/memory.d.ts +13 -0
  137. package/dist/tools/memory.d.ts.map +1 -1
  138. package/dist/tools/memory.js +43 -43
  139. package/dist/tools/memory.js.map +1 -1
  140. package/dist/tools/stock-data.d.ts +16 -0
  141. package/dist/tools/stock-data.d.ts.map +1 -1
  142. package/dist/tools/stock-data.js +36 -38
  143. package/dist/tools/stock-data.js.map +1 -1
  144. package/dist/tools/web-fetch.d.ts +4 -0
  145. package/dist/tools/web-fetch.d.ts.map +1 -1
  146. package/dist/tools/web-fetch.js +95 -23
  147. package/dist/tools/web-fetch.js.map +1 -1
  148. package/dist/tos-storage.d.ts +45 -0
  149. package/dist/tos-storage.d.ts.map +1 -0
  150. package/dist/tos-storage.js +134 -0
  151. package/dist/tos-storage.js.map +1 -0
  152. package/dist-agent/bundle.cjs +170934 -167547
  153. package/package.json +3 -2
  154. package/dist/agent/applied-credential-signature.d.ts +0 -53
  155. package/dist/agent/applied-credential-signature.d.ts.map +0 -1
  156. package/dist/agent/applied-credential-signature.js +0 -137
  157. package/dist/agent/applied-credential-signature.js.map +0 -1
  158. package/dist/agent/engines/claude/cli-resolver.d.ts +0 -16
  159. package/dist/agent/engines/claude/cli-resolver.d.ts.map +0 -1
  160. package/dist/agent/engines/claude/cli-resolver.js +0 -83
  161. package/dist/agent/engines/claude/cli-resolver.js.map +0 -1
  162. package/dist/agent/engines/claude/session-browser-policy.d.ts +0 -9
  163. package/dist/agent/engines/claude/session-browser-policy.d.ts.map +0 -1
  164. package/dist/agent/engines/claude/session-browser-policy.js +0 -49
  165. package/dist/agent/engines/claude/session-browser-policy.js.map +0 -1
  166. package/dist/agent/engines/claude/session.d.ts +0 -291
  167. package/dist/agent/engines/claude/session.d.ts.map +0 -1
  168. package/dist/agent/engines/claude/session.js +0 -1177
  169. package/dist/agent/engines/claude/session.js.map +0 -1
  170. package/dist/agent/engines/client-factory.d.ts +0 -63
  171. package/dist/agent/engines/client-factory.d.ts.map +0 -1
  172. package/dist/agent/engines/client-factory.js +0 -382
  173. package/dist/agent/engines/client-factory.js.map +0 -1
  174. package/dist/agent/engines/engine.d.ts +0 -8
  175. package/dist/agent/engines/engine.d.ts.map +0 -1
  176. package/dist/agent/engines/engine.js +0 -15
  177. package/dist/agent/engines/engine.js.map +0 -1
  178. package/dist/agent/engines/openai/file-session.d.ts +0 -49
  179. package/dist/agent/engines/openai/file-session.d.ts.map +0 -1
  180. package/dist/agent/engines/openai/file-session.js +0 -108
  181. package/dist/agent/engines/openai/file-session.js.map +0 -1
  182. package/dist/agent/engines/openai/file-tools.d.ts +0 -35
  183. package/dist/agent/engines/openai/file-tools.d.ts.map +0 -1
  184. package/dist/agent/engines/openai/file-tools.js +0 -194
  185. package/dist/agent/engines/openai/file-tools.js.map +0 -1
  186. package/dist/agent/engines/openai/session.d.ts +0 -190
  187. package/dist/agent/engines/openai/session.d.ts.map +0 -1
  188. package/dist/agent/engines/openai/session.js +0 -1066
  189. package/dist/agent/engines/openai/session.js.map +0 -1
  190. package/dist/agent/engines/openai/tools.d.ts +0 -13
  191. package/dist/agent/engines/openai/tools.d.ts.map +0 -1
  192. package/dist/agent/engines/openai/tools.js +0 -248
  193. package/dist/agent/engines/openai/tools.js.map +0 -1
  194. package/dist/agent/engines/session-types.d.ts +0 -146
  195. package/dist/agent/engines/session-types.d.ts.map +0 -1
  196. package/dist/agent/engines/session-types.js +0 -2
  197. package/dist/agent/engines/session-types.js.map +0 -1
  198. package/dist/agent/engines/system-prompt-log.d.ts +0 -9
  199. package/dist/agent/engines/system-prompt-log.d.ts.map +0 -1
  200. package/dist/agent/engines/system-prompt-log.js +0 -46
  201. package/dist/agent/engines/system-prompt-log.js.map +0 -1
  202. package/dist/agent/transcript/transcript-backfill.d.ts +0 -54
  203. package/dist/agent/transcript/transcript-backfill.d.ts.map +0 -1
  204. package/dist/agent/transcript/transcript-backfill.js +0 -604
  205. package/dist/agent/transcript/transcript-backfill.js.map +0 -1
  206. package/dist/agent/transcript/transcript-indexer.d.ts +0 -273
  207. package/dist/agent/transcript/transcript-indexer.d.ts.map +0 -1
  208. package/dist/agent/transcript/transcript-indexer.js +0 -1217
  209. package/dist/agent/transcript/transcript-indexer.js.map +0 -1
  210. package/dist/agent/transcript/transcript-memory-migrations.d.ts +0 -25
  211. package/dist/agent/transcript/transcript-memory-migrations.d.ts.map +0 -1
  212. package/dist/agent/transcript/transcript-memory-migrations.js +0 -87
  213. package/dist/agent/transcript/transcript-memory-migrations.js.map +0 -1
  214. package/dist/agent/transcript-memory-migrations.d.ts +0 -25
  215. package/dist/agent/transcript-memory-migrations.d.ts.map +0 -1
  216. package/dist/agent/transcript-memory-migrations.js +0 -87
  217. package/dist/agent/transcript-memory-migrations.js.map +0 -1
  218. package/dist/agent/tunnel-credential-handler.d.ts +0 -90
  219. package/dist/agent/tunnel-credential-handler.d.ts.map +0 -1
  220. package/dist/agent/tunnel-credential-handler.js +0 -162
  221. package/dist/agent/tunnel-credential-handler.js.map +0 -1
  222. package/dist/agent/usage/usage-backfill-handler.d.ts +0 -18
  223. package/dist/agent/usage/usage-backfill-handler.d.ts.map +0 -1
  224. package/dist/agent/usage/usage-backfill-handler.js +0 -69
  225. package/dist/agent/usage/usage-backfill-handler.js.map +0 -1
  226. package/dist/agent/usage/usage-gate.d.ts +0 -25
  227. package/dist/agent/usage/usage-gate.d.ts.map +0 -1
  228. package/dist/agent/usage/usage-gate.js +0 -83
  229. package/dist/agent/usage/usage-gate.js.map +0 -1
  230. package/dist/agent/usage/usage-handler.d.ts +0 -7
  231. package/dist/agent/usage/usage-handler.d.ts.map +0 -1
  232. package/dist/agent/usage/usage-handler.js +0 -28
  233. package/dist/agent/usage/usage-handler.js.map +0 -1
  234. package/dist/agent/usage/usage-report-builder.d.ts +0 -26
  235. package/dist/agent/usage/usage-report-builder.d.ts.map +0 -1
  236. package/dist/agent/usage/usage-report-builder.js +0 -80
  237. package/dist/agent/usage/usage-report-builder.js.map +0 -1
  238. package/dist/agent/usage/usage-report-queue.d.ts +0 -26
  239. package/dist/agent/usage/usage-report-queue.d.ts.map +0 -1
  240. package/dist/agent/usage/usage-report-queue.js +0 -199
  241. package/dist/agent/usage/usage-report-queue.js.map +0 -1
  242. package/dist/agent/usage/usage-report-types.d.ts +0 -41
  243. package/dist/agent/usage/usage-report-types.d.ts.map +0 -1
  244. package/dist/agent/usage/usage-report-types.js +0 -2
  245. package/dist/agent/usage/usage-report-types.js.map +0 -1
  246. package/dist/agent/usage/usage-reporter.d.ts +0 -31
  247. package/dist/agent/usage/usage-reporter.d.ts.map +0 -1
  248. package/dist/agent/usage/usage-reporter.js +0 -102
  249. package/dist/agent/usage/usage-reporter.js.map +0 -1
  250. package/dist/agent/usage-backfill-handler.d.ts +0 -18
  251. package/dist/agent/usage-backfill-handler.d.ts.map +0 -1
  252. package/dist/agent/usage-backfill-handler.js +0 -69
  253. package/dist/agent/usage-backfill-handler.js.map +0 -1
  254. package/dist/agent/usage-gate.d.ts +0 -25
  255. package/dist/agent/usage-gate.d.ts.map +0 -1
  256. package/dist/agent/usage-gate.js +0 -83
  257. package/dist/agent/usage-gate.js.map +0 -1
  258. package/dist/agent/usage-report-builder.d.ts +0 -26
  259. package/dist/agent/usage-report-builder.d.ts.map +0 -1
  260. package/dist/agent/usage-report-builder.js +0 -80
  261. package/dist/agent/usage-report-builder.js.map +0 -1
  262. package/dist/agent/usage-report-queue.d.ts +0 -26
  263. package/dist/agent/usage-report-queue.d.ts.map +0 -1
  264. package/dist/agent/usage-report-queue.js +0 -199
  265. package/dist/agent/usage-report-queue.js.map +0 -1
  266. package/dist/agent/usage-report-types.d.ts +0 -41
  267. package/dist/agent/usage-report-types.d.ts.map +0 -1
  268. package/dist/agent/usage-report-types.js +0 -2
  269. package/dist/agent/usage-report-types.js.map +0 -1
  270. package/dist/agent/usage-reporter.d.ts +0 -31
  271. package/dist/agent/usage-reporter.d.ts.map +0 -1
  272. package/dist/agent/usage-reporter.js +0 -102
  273. package/dist/agent/usage-reporter.js.map +0 -1
  274. package/dist/agent/wake-cycle-tool-tracker.d.ts +0 -39
  275. package/dist/agent/wake-cycle-tool-tracker.d.ts.map +0 -1
  276. package/dist/agent/wake-cycle-tool-tracker.js +0 -72
  277. package/dist/agent/wake-cycle-tool-tracker.js.map +0 -1
  278. package/dist/billing/payg-handler.d.ts +0 -29
  279. package/dist/billing/payg-handler.d.ts.map +0 -1
  280. package/dist/billing/payg-handler.js +0 -92
  281. package/dist/billing/payg-handler.js.map +0 -1
  282. package/dist/billing/payment-handler.d.ts +0 -24
  283. package/dist/billing/payment-handler.d.ts.map +0 -1
  284. package/dist/billing/payment-handler.js +0 -101
  285. package/dist/billing/payment-handler.js.map +0 -1
  286. package/dist/builtin-skills/catalog/phone-adb-automation/SKILL.md +0 -412
  287. package/dist/builtin-skills/catalog/phone-adb-automation/phone_input.sh +0 -132
  288. package/dist/builtin-skills/catalog/phone-adb-automation/phone_launch.sh +0 -166
  289. package/dist/builtin-skills/catalog/phone-adb-automation/phone_screenshot.sh +0 -87
  290. package/dist/builtin-skills/catalog/phone-adb-automation/phone_security_kbd.py +0 -174
  291. package/dist/builtin-skills/catalog/phone-adb-automation/phone_setup.sh +0 -274
  292. package/dist/builtin-skills/catalog/phone-adb-automation/phone_swipe.sh +0 -111
  293. package/dist/builtin-skills/catalog/phone-adb-automation/phone_tap.sh +0 -87
  294. package/dist/builtin-skills/catalog/phone-adb-automation/phone_ui_parse.py +0 -176
  295. package/dist/builtin-skills/catalog/phone-adb-automation/phone_wake_unlock.sh +0 -67
  296. package/dist/builtin-skills/transcribe-audio/SKILL.md +0 -122
  297. package/dist/data-processing/convert-demo-cli.d.ts +0 -7
  298. package/dist/data-processing/convert-demo-cli.d.ts.map +0 -1
  299. package/dist/data-processing/convert-demo-cli.js +0 -30
  300. package/dist/data-processing/convert-demo-cli.js.map +0 -1
  301. package/dist/data-processing/convert-demo.d.ts +0 -26
  302. package/dist/data-processing/convert-demo.d.ts.map +0 -1
  303. package/dist/data-processing/convert-demo.js +0 -233
  304. package/dist/data-processing/convert-demo.js.map +0 -1
  305. package/dist/obs/rdp/icons/icons/app_windows.svg +0 -4
  306. package/dist/obs/rdp/icons/icons/clip_get.svg +0 -4
  307. package/dist/obs/rdp/icons/icons/clip_send.svg +0 -4
  308. package/dist/obs/rdp/icons/icons/clip_shared.svg +0 -4
  309. package/dist/obs/rdp/icons/icons/clipboard.svg +0 -4
  310. package/dist/obs/rdp/icons/icons/clipboard_shared.svg +0 -4
  311. package/dist/obs/rdp/icons/icons/control.svg +0 -4
  312. package/dist/obs/rdp/icons/icons/desktop.svg +0 -4
  313. package/dist/obs/rdp/icons/icons/display.svg +0 -4
  314. package/dist/obs/rdp/icons/icons/launchpad.svg +0 -4
  315. package/dist/obs/rdp/icons/icons/mission_control.svg +0 -4
  316. package/dist/obs/rdp/icons/icons/screenshot.svg +0 -4
  317. package/dist/obs/rdp/icons/icons/zoom_actual.svg +0 -4
  318. package/dist/obs/rdp/icons/icons/zoom_fit.svg +0 -4
  319. package/dist/obs/rdp/icons/icons/zoom_in.svg +0 -4
  320. package/dist/obs/rdp/icons/icons/zoom_out.svg +0 -4
  321. package/dist/obs/tunnel-telemetry.d.ts +0 -46
  322. package/dist/obs/tunnel-telemetry.d.ts.map +0 -1
  323. package/dist/obs/tunnel-telemetry.js +0 -70
  324. package/dist/obs/tunnel-telemetry.js.map +0 -1
  325. package/dist/onboarding/cloudflared-cert.d.ts +0 -15
  326. package/dist/onboarding/cloudflared-cert.d.ts.map +0 -1
  327. package/dist/onboarding/cloudflared-cert.js +0 -57
  328. package/dist/onboarding/cloudflared-cert.js.map +0 -1
  329. package/dist/onboarding/playwriter-extension.d.ts +0 -19
  330. package/dist/onboarding/playwriter-extension.d.ts.map +0 -1
  331. package/dist/onboarding/playwriter-extension.js +0 -246
  332. package/dist/onboarding/playwriter-extension.js.map +0 -1
  333. package/dist/service/gbox-tun.d.ts +0 -14
  334. package/dist/service/gbox-tun.d.ts.map +0 -1
  335. package/dist/service/gbox-tun.js +0 -315
  336. package/dist/service/gbox-tun.js.map +0 -1
  337. package/dist/skills/installed.d.ts +0 -11
  338. package/dist/skills/installed.d.ts.map +0 -1
  339. package/dist/skills/installed.js +0 -35
  340. package/dist/skills/installed.js.map +0 -1
  341. package/dist/tools/coordinate-resolver.d.ts +0 -30
  342. package/dist/tools/coordinate-resolver.d.ts.map +0 -1
  343. package/dist/tools/coordinate-resolver.js +0 -104
  344. package/dist/tools/coordinate-resolver.js.map +0 -1
  345. package/dist/utils/playwriter-relay.d.ts +0 -9
  346. package/dist/utils/playwriter-relay.d.ts.map +0 -1
  347. package/dist/utils/playwriter-relay.js +0 -77
  348. package/dist/utils/playwriter-relay.js.map +0 -1
  349. package/dist/utils/wechat-monitor.d.ts +0 -21
  350. package/dist/utils/wechat-monitor.d.ts.map +0 -1
  351. package/dist/utils/wechat-monitor.js +0 -88
  352. package/dist/utils/wechat-monitor.js.map +0 -1
@@ -0,0 +1,829 @@
1
+ import type { VisionClawConfig } from "../config/types.js";
2
+ export declare const TOOLS: ({
3
+ type: string;
4
+ name: string;
5
+ description: string;
6
+ parameters: {
7
+ type: string;
8
+ properties: {
9
+ action: {
10
+ type: string;
11
+ enum: string[];
12
+ description: string;
13
+ };
14
+ event_id: {
15
+ type: string;
16
+ description: string;
17
+ };
18
+ summary: {
19
+ type: string;
20
+ description: string;
21
+ };
22
+ description: {
23
+ type: string;
24
+ description: string;
25
+ };
26
+ location: {
27
+ type: string;
28
+ description: string;
29
+ };
30
+ start: {
31
+ type: string;
32
+ description: string;
33
+ };
34
+ end: {
35
+ type: string;
36
+ description: string;
37
+ };
38
+ recurrence: {
39
+ type: string;
40
+ description: string;
41
+ };
42
+ attendees: {
43
+ type: string;
44
+ items: {
45
+ type: string;
46
+ };
47
+ description: string;
48
+ };
49
+ max_results: {
50
+ type: string;
51
+ description: string;
52
+ };
53
+ query?: undefined;
54
+ num?: undefined;
55
+ check_in_date?: undefined;
56
+ check_out_date?: undefined;
57
+ adults?: undefined;
58
+ currency?: undefined;
59
+ departure_id?: undefined;
60
+ arrival_id?: undefined;
61
+ outbound_date?: undefined;
62
+ return_date?: undefined;
63
+ trip_type?: undefined;
64
+ unread_only?: undefined;
65
+ to?: undefined;
66
+ subject?: undefined;
67
+ body?: undefined;
68
+ command?: undefined;
69
+ path?: undefined;
70
+ file_text?: undefined;
71
+ old_str?: undefined;
72
+ new_str?: undefined;
73
+ insert_line?: undefined;
74
+ insert_text?: undefined;
75
+ view_range?: undefined;
76
+ old_path?: undefined;
77
+ new_path?: undefined;
78
+ symbols?: undefined;
79
+ message?: undefined;
80
+ reminder?: undefined;
81
+ time?: undefined;
82
+ };
83
+ required: string[];
84
+ };
85
+ } | {
86
+ type: string;
87
+ name: string;
88
+ description: string;
89
+ parameters: {
90
+ type: string;
91
+ properties: {
92
+ query: {
93
+ type: string;
94
+ description: string;
95
+ };
96
+ num: {
97
+ type: string;
98
+ description: string;
99
+ };
100
+ action?: undefined;
101
+ event_id?: undefined;
102
+ summary?: undefined;
103
+ description?: undefined;
104
+ location?: undefined;
105
+ start?: undefined;
106
+ end?: undefined;
107
+ recurrence?: undefined;
108
+ attendees?: undefined;
109
+ max_results?: undefined;
110
+ check_in_date?: undefined;
111
+ check_out_date?: undefined;
112
+ adults?: undefined;
113
+ currency?: undefined;
114
+ departure_id?: undefined;
115
+ arrival_id?: undefined;
116
+ outbound_date?: undefined;
117
+ return_date?: undefined;
118
+ trip_type?: undefined;
119
+ unread_only?: undefined;
120
+ to?: undefined;
121
+ subject?: undefined;
122
+ body?: undefined;
123
+ command?: undefined;
124
+ path?: undefined;
125
+ file_text?: undefined;
126
+ old_str?: undefined;
127
+ new_str?: undefined;
128
+ insert_line?: undefined;
129
+ insert_text?: undefined;
130
+ view_range?: undefined;
131
+ old_path?: undefined;
132
+ new_path?: undefined;
133
+ symbols?: undefined;
134
+ message?: undefined;
135
+ reminder?: undefined;
136
+ time?: undefined;
137
+ };
138
+ required: string[];
139
+ };
140
+ } | {
141
+ type: string;
142
+ name: string;
143
+ description: string;
144
+ parameters: {
145
+ type: string;
146
+ properties: {
147
+ query: {
148
+ type: string;
149
+ description: string;
150
+ };
151
+ check_in_date: {
152
+ type: string;
153
+ description: string;
154
+ };
155
+ check_out_date: {
156
+ type: string;
157
+ description: string;
158
+ };
159
+ adults: {
160
+ type: string;
161
+ description: string;
162
+ };
163
+ currency: {
164
+ type: string;
165
+ description: string;
166
+ };
167
+ num: {
168
+ type: string;
169
+ description: string;
170
+ };
171
+ action?: undefined;
172
+ event_id?: undefined;
173
+ summary?: undefined;
174
+ description?: undefined;
175
+ location?: undefined;
176
+ start?: undefined;
177
+ end?: undefined;
178
+ recurrence?: undefined;
179
+ attendees?: undefined;
180
+ max_results?: undefined;
181
+ departure_id?: undefined;
182
+ arrival_id?: undefined;
183
+ outbound_date?: undefined;
184
+ return_date?: undefined;
185
+ trip_type?: undefined;
186
+ unread_only?: undefined;
187
+ to?: undefined;
188
+ subject?: undefined;
189
+ body?: undefined;
190
+ command?: undefined;
191
+ path?: undefined;
192
+ file_text?: undefined;
193
+ old_str?: undefined;
194
+ new_str?: undefined;
195
+ insert_line?: undefined;
196
+ insert_text?: undefined;
197
+ view_range?: undefined;
198
+ old_path?: undefined;
199
+ new_path?: undefined;
200
+ symbols?: undefined;
201
+ message?: undefined;
202
+ reminder?: undefined;
203
+ time?: undefined;
204
+ };
205
+ required: string[];
206
+ };
207
+ } | {
208
+ type: string;
209
+ name: string;
210
+ description: string;
211
+ parameters: {
212
+ type: string;
213
+ properties: {
214
+ departure_id: {
215
+ type: string;
216
+ description: string;
217
+ };
218
+ arrival_id: {
219
+ type: string;
220
+ description: string;
221
+ };
222
+ outbound_date: {
223
+ type: string;
224
+ description: string;
225
+ };
226
+ return_date: {
227
+ type: string;
228
+ description: string;
229
+ };
230
+ trip_type: {
231
+ type: string;
232
+ enum: string[];
233
+ description: string;
234
+ };
235
+ adults: {
236
+ type: string;
237
+ description: string;
238
+ };
239
+ currency: {
240
+ type: string;
241
+ description: string;
242
+ };
243
+ num: {
244
+ type: string;
245
+ description: string;
246
+ };
247
+ action?: undefined;
248
+ event_id?: undefined;
249
+ summary?: undefined;
250
+ description?: undefined;
251
+ location?: undefined;
252
+ start?: undefined;
253
+ end?: undefined;
254
+ recurrence?: undefined;
255
+ attendees?: undefined;
256
+ max_results?: undefined;
257
+ query?: undefined;
258
+ check_in_date?: undefined;
259
+ check_out_date?: undefined;
260
+ unread_only?: undefined;
261
+ to?: undefined;
262
+ subject?: undefined;
263
+ body?: undefined;
264
+ command?: undefined;
265
+ path?: undefined;
266
+ file_text?: undefined;
267
+ old_str?: undefined;
268
+ new_str?: undefined;
269
+ insert_line?: undefined;
270
+ insert_text?: undefined;
271
+ view_range?: undefined;
272
+ old_path?: undefined;
273
+ new_path?: undefined;
274
+ symbols?: undefined;
275
+ message?: undefined;
276
+ reminder?: undefined;
277
+ time?: undefined;
278
+ };
279
+ required: string[];
280
+ };
281
+ } | {
282
+ type: string;
283
+ name: string;
284
+ description: string;
285
+ parameters: {
286
+ type: string;
287
+ properties: {
288
+ query: {
289
+ type: string;
290
+ description: string;
291
+ };
292
+ action?: undefined;
293
+ event_id?: undefined;
294
+ summary?: undefined;
295
+ description?: undefined;
296
+ location?: undefined;
297
+ start?: undefined;
298
+ end?: undefined;
299
+ recurrence?: undefined;
300
+ attendees?: undefined;
301
+ max_results?: undefined;
302
+ num?: undefined;
303
+ check_in_date?: undefined;
304
+ check_out_date?: undefined;
305
+ adults?: undefined;
306
+ currency?: undefined;
307
+ departure_id?: undefined;
308
+ arrival_id?: undefined;
309
+ outbound_date?: undefined;
310
+ return_date?: undefined;
311
+ trip_type?: undefined;
312
+ unread_only?: undefined;
313
+ to?: undefined;
314
+ subject?: undefined;
315
+ body?: undefined;
316
+ command?: undefined;
317
+ path?: undefined;
318
+ file_text?: undefined;
319
+ old_str?: undefined;
320
+ new_str?: undefined;
321
+ insert_line?: undefined;
322
+ insert_text?: undefined;
323
+ view_range?: undefined;
324
+ old_path?: undefined;
325
+ new_path?: undefined;
326
+ symbols?: undefined;
327
+ message?: undefined;
328
+ reminder?: undefined;
329
+ time?: undefined;
330
+ };
331
+ required: string[];
332
+ };
333
+ } | {
334
+ type: string;
335
+ name: string;
336
+ description: string;
337
+ parameters: {
338
+ type: string;
339
+ properties: {
340
+ query: {
341
+ type: string;
342
+ description: string;
343
+ };
344
+ location: {
345
+ type: string;
346
+ description: string;
347
+ };
348
+ num: {
349
+ type: string;
350
+ description: string;
351
+ };
352
+ action?: undefined;
353
+ event_id?: undefined;
354
+ summary?: undefined;
355
+ description?: undefined;
356
+ start?: undefined;
357
+ end?: undefined;
358
+ recurrence?: undefined;
359
+ attendees?: undefined;
360
+ max_results?: undefined;
361
+ check_in_date?: undefined;
362
+ check_out_date?: undefined;
363
+ adults?: undefined;
364
+ currency?: undefined;
365
+ departure_id?: undefined;
366
+ arrival_id?: undefined;
367
+ outbound_date?: undefined;
368
+ return_date?: undefined;
369
+ trip_type?: undefined;
370
+ unread_only?: undefined;
371
+ to?: undefined;
372
+ subject?: undefined;
373
+ body?: undefined;
374
+ command?: undefined;
375
+ path?: undefined;
376
+ file_text?: undefined;
377
+ old_str?: undefined;
378
+ new_str?: undefined;
379
+ insert_line?: undefined;
380
+ insert_text?: undefined;
381
+ view_range?: undefined;
382
+ old_path?: undefined;
383
+ new_path?: undefined;
384
+ symbols?: undefined;
385
+ message?: undefined;
386
+ reminder?: undefined;
387
+ time?: undefined;
388
+ };
389
+ required: string[];
390
+ };
391
+ } | {
392
+ type: string;
393
+ name: string;
394
+ description: string;
395
+ parameters: {
396
+ type: string;
397
+ properties: {
398
+ action: {
399
+ type: string;
400
+ enum: string[];
401
+ description: string;
402
+ };
403
+ unread_only: {
404
+ type: string;
405
+ description: string;
406
+ };
407
+ num: {
408
+ type: string;
409
+ description: string;
410
+ };
411
+ to: {
412
+ type: string;
413
+ description: string;
414
+ };
415
+ subject: {
416
+ type: string;
417
+ description: string;
418
+ };
419
+ body: {
420
+ type: string;
421
+ description: string;
422
+ };
423
+ event_id?: undefined;
424
+ summary?: undefined;
425
+ description?: undefined;
426
+ location?: undefined;
427
+ start?: undefined;
428
+ end?: undefined;
429
+ recurrence?: undefined;
430
+ attendees?: undefined;
431
+ max_results?: undefined;
432
+ query?: undefined;
433
+ check_in_date?: undefined;
434
+ check_out_date?: undefined;
435
+ adults?: undefined;
436
+ currency?: undefined;
437
+ departure_id?: undefined;
438
+ arrival_id?: undefined;
439
+ outbound_date?: undefined;
440
+ return_date?: undefined;
441
+ trip_type?: undefined;
442
+ command?: undefined;
443
+ path?: undefined;
444
+ file_text?: undefined;
445
+ old_str?: undefined;
446
+ new_str?: undefined;
447
+ insert_line?: undefined;
448
+ insert_text?: undefined;
449
+ view_range?: undefined;
450
+ old_path?: undefined;
451
+ new_path?: undefined;
452
+ symbols?: undefined;
453
+ message?: undefined;
454
+ reminder?: undefined;
455
+ time?: undefined;
456
+ };
457
+ required: string[];
458
+ };
459
+ } | {
460
+ type: string;
461
+ name: string;
462
+ description: string;
463
+ parameters: {
464
+ type: string;
465
+ properties: {
466
+ command: {
467
+ type: string;
468
+ enum: string[];
469
+ description: string;
470
+ };
471
+ path: {
472
+ type: string;
473
+ description: string;
474
+ };
475
+ file_text: {
476
+ type: string;
477
+ description: string;
478
+ };
479
+ old_str: {
480
+ type: string;
481
+ description: string;
482
+ };
483
+ new_str: {
484
+ type: string;
485
+ description: string;
486
+ };
487
+ insert_line: {
488
+ type: string;
489
+ description: string;
490
+ };
491
+ insert_text: {
492
+ type: string;
493
+ description: string;
494
+ };
495
+ view_range: {
496
+ type: string;
497
+ items: {
498
+ type: string;
499
+ };
500
+ minItems: number;
501
+ maxItems: number;
502
+ description: string;
503
+ };
504
+ old_path: {
505
+ type: string;
506
+ description: string;
507
+ };
508
+ new_path: {
509
+ type: string;
510
+ description: string;
511
+ };
512
+ action?: undefined;
513
+ event_id?: undefined;
514
+ summary?: undefined;
515
+ description?: undefined;
516
+ location?: undefined;
517
+ start?: undefined;
518
+ end?: undefined;
519
+ recurrence?: undefined;
520
+ attendees?: undefined;
521
+ max_results?: undefined;
522
+ query?: undefined;
523
+ num?: undefined;
524
+ check_in_date?: undefined;
525
+ check_out_date?: undefined;
526
+ adults?: undefined;
527
+ currency?: undefined;
528
+ departure_id?: undefined;
529
+ arrival_id?: undefined;
530
+ outbound_date?: undefined;
531
+ return_date?: undefined;
532
+ trip_type?: undefined;
533
+ unread_only?: undefined;
534
+ to?: undefined;
535
+ subject?: undefined;
536
+ body?: undefined;
537
+ symbols?: undefined;
538
+ message?: undefined;
539
+ reminder?: undefined;
540
+ time?: undefined;
541
+ };
542
+ required: string[];
543
+ };
544
+ } | {
545
+ type: string;
546
+ name: string;
547
+ description: string;
548
+ parameters: {
549
+ type: string;
550
+ properties: {
551
+ symbols: {
552
+ type: string;
553
+ description: string;
554
+ };
555
+ action?: undefined;
556
+ event_id?: undefined;
557
+ summary?: undefined;
558
+ description?: undefined;
559
+ location?: undefined;
560
+ start?: undefined;
561
+ end?: undefined;
562
+ recurrence?: undefined;
563
+ attendees?: undefined;
564
+ max_results?: undefined;
565
+ query?: undefined;
566
+ num?: undefined;
567
+ check_in_date?: undefined;
568
+ check_out_date?: undefined;
569
+ adults?: undefined;
570
+ currency?: undefined;
571
+ departure_id?: undefined;
572
+ arrival_id?: undefined;
573
+ outbound_date?: undefined;
574
+ return_date?: undefined;
575
+ trip_type?: undefined;
576
+ unread_only?: undefined;
577
+ to?: undefined;
578
+ subject?: undefined;
579
+ body?: undefined;
580
+ command?: undefined;
581
+ path?: undefined;
582
+ file_text?: undefined;
583
+ old_str?: undefined;
584
+ new_str?: undefined;
585
+ insert_line?: undefined;
586
+ insert_text?: undefined;
587
+ view_range?: undefined;
588
+ old_path?: undefined;
589
+ new_path?: undefined;
590
+ message?: undefined;
591
+ reminder?: undefined;
592
+ time?: undefined;
593
+ };
594
+ required: string[];
595
+ };
596
+ } | {
597
+ type: string;
598
+ name: string;
599
+ description: string;
600
+ parameters: {
601
+ type: string;
602
+ properties: {
603
+ message: {
604
+ type: string;
605
+ };
606
+ action?: undefined;
607
+ event_id?: undefined;
608
+ summary?: undefined;
609
+ description?: undefined;
610
+ location?: undefined;
611
+ start?: undefined;
612
+ end?: undefined;
613
+ recurrence?: undefined;
614
+ attendees?: undefined;
615
+ max_results?: undefined;
616
+ query?: undefined;
617
+ num?: undefined;
618
+ check_in_date?: undefined;
619
+ check_out_date?: undefined;
620
+ adults?: undefined;
621
+ currency?: undefined;
622
+ departure_id?: undefined;
623
+ arrival_id?: undefined;
624
+ outbound_date?: undefined;
625
+ return_date?: undefined;
626
+ trip_type?: undefined;
627
+ unread_only?: undefined;
628
+ to?: undefined;
629
+ subject?: undefined;
630
+ body?: undefined;
631
+ command?: undefined;
632
+ path?: undefined;
633
+ file_text?: undefined;
634
+ old_str?: undefined;
635
+ new_str?: undefined;
636
+ insert_line?: undefined;
637
+ insert_text?: undefined;
638
+ view_range?: undefined;
639
+ old_path?: undefined;
640
+ new_path?: undefined;
641
+ symbols?: undefined;
642
+ reminder?: undefined;
643
+ time?: undefined;
644
+ };
645
+ required: string[];
646
+ };
647
+ } | {
648
+ type: string;
649
+ name: string;
650
+ description: string;
651
+ parameters: {
652
+ type: string;
653
+ properties: {
654
+ reminder: {
655
+ type: string;
656
+ };
657
+ time: {
658
+ type: string;
659
+ description: string;
660
+ };
661
+ action?: undefined;
662
+ event_id?: undefined;
663
+ summary?: undefined;
664
+ description?: undefined;
665
+ location?: undefined;
666
+ start?: undefined;
667
+ end?: undefined;
668
+ recurrence?: undefined;
669
+ attendees?: undefined;
670
+ max_results?: undefined;
671
+ query?: undefined;
672
+ num?: undefined;
673
+ check_in_date?: undefined;
674
+ check_out_date?: undefined;
675
+ adults?: undefined;
676
+ currency?: undefined;
677
+ departure_id?: undefined;
678
+ arrival_id?: undefined;
679
+ outbound_date?: undefined;
680
+ return_date?: undefined;
681
+ trip_type?: undefined;
682
+ unread_only?: undefined;
683
+ to?: undefined;
684
+ subject?: undefined;
685
+ body?: undefined;
686
+ command?: undefined;
687
+ path?: undefined;
688
+ file_text?: undefined;
689
+ old_str?: undefined;
690
+ new_str?: undefined;
691
+ insert_line?: undefined;
692
+ insert_text?: undefined;
693
+ view_range?: undefined;
694
+ old_path?: undefined;
695
+ new_path?: undefined;
696
+ symbols?: undefined;
697
+ message?: undefined;
698
+ };
699
+ required: string[];
700
+ };
701
+ })[];
702
+ export declare function redactRealtimeToolPayload(toolName: string, value: unknown): unknown;
703
+ export declare function webSearch(serpApiKey: string, args: {
704
+ query: string;
705
+ num?: number;
706
+ }): Promise<unknown[] | {
707
+ message: string;
708
+ }>;
709
+ export declare function newsSearch(serpApiKey: string, args: {
710
+ query: string;
711
+ num?: number;
712
+ }): Promise<{
713
+ title: unknown;
714
+ source: unknown;
715
+ date: unknown;
716
+ snippet: unknown;
717
+ link: unknown;
718
+ }[] | {
719
+ message: string;
720
+ }>;
721
+ export declare function hotelSearch(serpApiKey: string, args: {
722
+ query: string;
723
+ check_in_date: string;
724
+ check_out_date: string;
725
+ adults?: number;
726
+ currency?: string;
727
+ num?: number;
728
+ }): Promise<{
729
+ name: unknown;
730
+ type: unknown;
731
+ rate_per_night: unknown;
732
+ total_rate: unknown;
733
+ currency: unknown;
734
+ overall_rating: unknown;
735
+ reviews: unknown;
736
+ check_in_time: unknown;
737
+ check_out_time: unknown;
738
+ link: unknown;
739
+ }[] | {
740
+ error: string;
741
+ message?: undefined;
742
+ } | {
743
+ message: string;
744
+ error?: undefined;
745
+ }>;
746
+ export declare function flightSearch(serpApiKey: string, args: {
747
+ departure_id: string;
748
+ arrival_id: string;
749
+ outbound_date: string;
750
+ return_date?: string;
751
+ trip_type?: "one_way" | "round_trip";
752
+ adults?: number;
753
+ currency?: string;
754
+ num?: number;
755
+ }): Promise<{
756
+ price: unknown;
757
+ total_duration_min: unknown;
758
+ stops: number;
759
+ legs: {
760
+ airline: unknown;
761
+ flight_number: unknown;
762
+ departure_airport: unknown;
763
+ departure_time: unknown;
764
+ arrival_airport: unknown;
765
+ arrival_time: unknown;
766
+ duration_min: unknown;
767
+ }[];
768
+ }[] | {
769
+ error: string;
770
+ message?: undefined;
771
+ } | {
772
+ message: string;
773
+ error?: undefined;
774
+ }>;
775
+ export declare function localSearch(serpApiKey: string, args: {
776
+ query: string;
777
+ location?: string;
778
+ num?: number;
779
+ }): Promise<{
780
+ title: unknown;
781
+ type: unknown;
782
+ address: unknown;
783
+ rating: unknown;
784
+ reviews: unknown;
785
+ price: unknown;
786
+ phone: unknown;
787
+ hours: unknown;
788
+ description: unknown;
789
+ gps_coordinates: unknown;
790
+ link: unknown;
791
+ }[] | {
792
+ error: string;
793
+ message?: undefined;
794
+ } | {
795
+ message: string;
796
+ error?: undefined;
797
+ }>;
798
+ export declare function financeSearch(serpApiKey: string, args: {
799
+ query: string;
800
+ }): Promise<{
801
+ message: string;
802
+ ticker?: undefined;
803
+ stock?: undefined;
804
+ exchange?: undefined;
805
+ price?: undefined;
806
+ currency?: undefined;
807
+ price_movement?: undefined;
808
+ date?: undefined;
809
+ market?: undefined;
810
+ news?: undefined;
811
+ } | {
812
+ ticker: unknown;
813
+ stock: unknown;
814
+ exchange: unknown;
815
+ price: unknown;
816
+ currency: unknown;
817
+ price_movement: unknown;
818
+ date: unknown;
819
+ market: unknown;
820
+ news: {
821
+ title: unknown;
822
+ source: unknown;
823
+ date: unknown;
824
+ link: unknown;
825
+ }[];
826
+ message?: undefined;
827
+ }>;
828
+ export declare function executeTool(config: VisionClawConfig, name: string, args: Record<string, unknown>): Promise<unknown>;
829
+ //# sourceMappingURL=tools.d.ts.map