@elizaos/app-core 2.0.3-beta.2 → 2.0.3-beta.3

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 (360) hide show
  1. package/agent-bridge.d.ts +5 -5
  2. package/api/auth/audit.d.ts +1 -1
  3. package/api/auth/auth-context.d.ts +1 -1
  4. package/api/auth/bootstrap-token.d.ts +1 -1
  5. package/api/auth/sessions.d.ts +1 -1
  6. package/api/auth-bootstrap-routes.d.ts +1 -1
  7. package/api/auth-pairing-routes.d.ts +1 -1
  8. package/api/auth-pairing-routes.d.ts.map +1 -1
  9. package/api/auth-pairing-routes.js +2 -3
  10. package/api/auth-session-routes.d.ts +2 -2
  11. package/api/auth.d.ts +1 -1
  12. package/api/automations-compat-routes.d.ts +1 -1
  13. package/api/background-tasks-routes.d.ts +1 -1
  14. package/api/catalog-routes.d.ts +1 -1
  15. package/api/cloud-voice-routes.d.ts +1 -1
  16. package/api/compat-route-shared.d.ts +12 -5
  17. package/api/compat-route-shared.d.ts.map +1 -1
  18. package/api/compat-route-shared.js +22 -187
  19. package/api/database-rows-compat-routes.d.ts +1 -1
  20. package/api/dev-compat-routes.d.ts +1 -1
  21. package/api/dev-route-catalog.d.ts.map +1 -1
  22. package/api/dev-route-catalog.js +20 -0
  23. package/api/drop-status-compat-route.d.ts +3 -0
  24. package/api/drop-status-compat-route.d.ts.map +1 -0
  25. package/api/drop-status-compat-route.js +12 -0
  26. package/api/first-run-routes.d.ts +1 -1
  27. package/api/internal-routes.d.ts +1 -1
  28. package/api/runtime-mode-routes.d.ts +1 -1
  29. package/api/secrets-manager-routes.d.ts.map +1 -1
  30. package/api/sensitive-request-routes.d.ts +2 -2
  31. package/api/server-config-filter.d.ts.map +1 -1
  32. package/api/server-config-filter.js +0 -1
  33. package/api/server-first-run-helpers.d.ts.map +1 -1
  34. package/api/server-first-run-helpers.js +0 -3
  35. package/api/server.d.ts +8 -8
  36. package/api/server.d.ts.map +1 -1
  37. package/api/server.js +13 -59
  38. package/api/training-benchmarks.d.ts +1 -1
  39. package/api/training-benchmarks.d.ts.map +1 -1
  40. package/api/training-benchmarks.js +31 -9
  41. package/api/workbench-compat-routes.d.ts +1 -1
  42. package/benchmark/server-utils.d.ts +2 -2
  43. package/browser.d.ts +4 -4
  44. package/cli/plugins-cli.d.ts.map +1 -1
  45. package/cli/plugins-cli.js +5 -0
  46. package/cli/program/register.auth.d.ts +27 -1
  47. package/cli/program/register.auth.d.ts.map +1 -1
  48. package/cli/program/register.auth.js +187 -0
  49. package/cli/program/register.dashboard.d.ts.map +1 -1
  50. package/cli/program/register.dashboard.js +11 -1
  51. package/cli/program.d.ts +1 -1
  52. package/first-run/first-run-config.d.ts +1 -1
  53. package/index.d.ts +46 -47
  54. package/index.d.ts.map +1 -1
  55. package/index.js +3 -7
  56. package/package.json +42 -36
  57. package/packaging/PUBLISHING_GUIDE.md +20 -20
  58. package/platform/elizaos-agent-browser-stub.d.ts +0 -1
  59. package/platform/elizaos-agent-browser-stub.d.ts.map +1 -1
  60. package/platform/elizaos-agent-browser-stub.js +0 -1
  61. package/platform/ios-runtime-bridge.d.ts.map +1 -1
  62. package/platform/ios-runtime-bridge.js +0 -1
  63. package/platform/native-plugin-entrypoints.d.ts +2 -2
  64. package/platforms/android/app/build.gradle +30 -7
  65. package/platforms/android/app/src/main/elizavoice-jni/elizavoice-jni.cpp +179 -35
  66. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaAgentService.java +60 -32
  67. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaBionicInferenceServer.java +405 -65
  68. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaVoiceNative.java +35 -0
  69. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaVoicePlugin.java +13 -6
  70. package/platforms/android/app/src/main/res/drawable/splash.png +0 -0
  71. package/platforms/android/app/src/main/res/drawable-land-hdpi/splash.png +0 -0
  72. package/platforms/android/app/src/main/res/drawable-land-mdpi/splash.png +0 -0
  73. package/platforms/android/app/src/main/res/drawable-land-xhdpi/splash.png +0 -0
  74. package/platforms/android/app/src/main/res/drawable-land-xxhdpi/splash.png +0 -0
  75. package/platforms/android/app/src/main/res/drawable-land-xxxhdpi/splash.png +0 -0
  76. package/platforms/android/app/src/main/res/drawable-port-hdpi/splash.png +0 -0
  77. package/platforms/android/app/src/main/res/drawable-port-mdpi/splash.png +0 -0
  78. package/platforms/android/app/src/main/res/drawable-port-xhdpi/splash.png +0 -0
  79. package/platforms/android/app/src/main/res/drawable-port-xxhdpi/splash.png +0 -0
  80. package/platforms/android/app/src/main/res/drawable-port-xxxhdpi/splash.png +0 -0
  81. package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  82. package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png +0 -0
  83. package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png +0 -0
  84. package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  85. package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  86. package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png +0 -0
  87. package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png +0 -0
  88. package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  89. package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  90. package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
  91. package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png +0 -0
  92. package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  93. package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  94. package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
  95. package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png +0 -0
  96. package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  97. package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  98. package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
  99. package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png +0 -0
  100. package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  101. package/platforms/android/app/src/main/res/values/colors.xml +5 -1
  102. package/platforms/android/app/src/main/res/values/ic_launcher_background.xml +1 -1
  103. package/platforms/android/app/src/main/res/values/styles.xml +4 -1
  104. package/platforms/electrobun/electrobun.config.ts +0 -1
  105. package/platforms/electrobun/native/macos/window-effects.mm +4 -0
  106. package/platforms/electrobun/package.json +11 -9
  107. package/platforms/electrobun/remotes/local-model/src/bun/eliza1-catalog.ts +1 -1
  108. package/platforms/electrobun/remotes/runtime/src/dev/phase2-smoke.ts +10 -5
  109. package/platforms/electrobun/remotes/runtime/src/dev/phase3-smoke.ts +11 -15
  110. package/platforms/electrobun/src/application-menu.ts +0 -7
  111. package/platforms/electrobun/src/desktop-http-request.test.ts +30 -1
  112. package/platforms/electrobun/src/desktop-http-request.ts +14 -2
  113. package/platforms/electrobun/src/desktop-test-bridge-server.ts +28 -0
  114. package/platforms/electrobun/src/fatal-shutdown.test.ts +3 -7
  115. package/platforms/electrobun/src/index.ts +64 -13
  116. package/platforms/electrobun/src/lifecycle/api-base-owner.test.ts +83 -0
  117. package/platforms/electrobun/src/lifecycle/api-base-owner.ts +37 -16
  118. package/platforms/electrobun/src/native/agent.ts +28 -17
  119. package/platforms/electrobun/src/native/credentials.ts +6 -1
  120. package/platforms/electrobun/src/native/desktop-window.test.ts +142 -26
  121. package/platforms/electrobun/src/native/desktop.ts +8 -4
  122. package/platforms/electrobun/src/native/index.ts +6 -0
  123. package/platforms/electrobun/src/native/remote-plugin-host.ts +18 -8
  124. package/platforms/electrobun/src/preload.js +1 -1
  125. package/platforms/electrobun/src/voice/voice-live-validation.test.ts +10 -5
  126. package/platforms/electrobun/src/voice/voice-runtime-adapter.ts +3 -2
  127. package/platforms/electrobun/src/voice/voice-service.test.ts +26 -0
  128. package/platforms/electrobun/src/voice/voice-service.ts +57 -17
  129. package/platforms/electrobun/tsconfig.json +17 -1
  130. package/platforms/ios/App/App/Base.lproj/LaunchScreen.storyboard +4 -6
  131. package/registry/index.d.ts +1 -6
  132. package/registry/index.d.ts.map +1 -1
  133. package/registry/index.js +9 -101
  134. package/runtime/android-avf-microdroid-bridge.d.ts +1 -1
  135. package/runtime/bundled-fused-lib.d.ts +36 -0
  136. package/runtime/bundled-fused-lib.d.ts.map +1 -0
  137. package/runtime/bundled-fused-lib.js +77 -0
  138. package/runtime/channel-plugin-map.d.ts +1 -5
  139. package/runtime/channel-plugin-map.d.ts.map +1 -1
  140. package/runtime/channel-plugin-map.js +11 -31
  141. package/runtime/desktop/index.d.ts +5 -5
  142. package/runtime/dev-server.js +11 -2
  143. package/runtime/eliza.d.ts.map +1 -1
  144. package/runtime/eliza.js +18 -8
  145. package/runtime/mode/route-mode-guard.d.ts +1 -1
  146. package/runtime/mode/route-mode-matrix.d.ts +1 -1
  147. package/runtime/voice-warmup.d.ts +4 -19
  148. package/runtime/voice-warmup.d.ts.map +1 -1
  149. package/runtime/voice-warmup.js +4 -14
  150. package/scripts/aosp/README.md +10 -1
  151. package/scripts/aosp/compile-libllama-zig-pin.test.mjs +147 -0
  152. package/scripts/aosp/compile-libllama.mjs +446 -59
  153. package/scripts/aosp/compile-libllama.test.mjs +133 -0
  154. package/scripts/aosp/compile-shim.mjs +21 -1
  155. package/scripts/aosp/deploy-pixel.mjs +1 -1
  156. package/scripts/aosp/stage-default-models.mjs +24 -31
  157. package/scripts/aosp/stage-default-models.test.mjs +23 -0
  158. package/scripts/assert-required-bundled-packages.test.ts +22 -1
  159. package/scripts/build-helpers/verify-fused-symbols.mjs +33 -0
  160. package/scripts/build-helpers/verify-fused-symbols.test.mjs +0 -0
  161. package/scripts/build-image.sh +1 -3
  162. package/scripts/build-llama-cpp-mtp.mjs +17 -16
  163. package/scripts/check-i18n.mjs +0 -1
  164. package/scripts/copy-runtime-node-modules.ts +147 -0
  165. package/scripts/desktop-build.mjs +317 -4
  166. package/scripts/docker-ci-smoke.sh +33 -8
  167. package/scripts/ensure-type-package-aliases.mjs +1 -1
  168. package/scripts/ios-xcframework/run-physical-device-smoke.mjs +1 -1
  169. package/scripts/lib/agent-source-watcher.mjs +0 -1
  170. package/scripts/lib/artifact-staleness.d.mts +33 -0
  171. package/scripts/lib/artifact-staleness.mjs +122 -0
  172. package/scripts/lib/artifact-staleness.test.mts +98 -0
  173. package/scripts/lib/duet-bridge.mjs +1 -1
  174. package/scripts/lib/ios-plist-url-scheme.mjs +80 -0
  175. package/scripts/lib/mobile-build-decisions.mjs +97 -0
  176. package/scripts/lib/renderer-build-manifest.d.mts +65 -0
  177. package/scripts/lib/renderer-build-manifest.mjs +257 -0
  178. package/scripts/lib/renderer-build-manifest.test.mts +277 -0
  179. package/scripts/lib/stage-android-agent.mjs +13 -4
  180. package/scripts/lib/verify-ondevice-artifact.d.mts +16 -0
  181. package/scripts/lib/verify-ondevice-artifact.mjs +61 -0
  182. package/scripts/lib/verify-ondevice-artifact.test.mts +98 -0
  183. package/scripts/lib/websocket-pending-queue.ts +92 -0
  184. package/scripts/link-docker-local-app-packages.mjs +6 -0
  185. package/scripts/playwright-ui-live-stack.ts +430 -144
  186. package/scripts/playwright-ui-smoke-api-stub.mjs +160 -168
  187. package/scripts/run-local-plugin-live-smoke.mjs +1 -6
  188. package/scripts/run-mobile-build-brand-separation.test.mts +33 -0
  189. package/scripts/run-mobile-build-ios-engine-gate.test.mjs +85 -0
  190. package/scripts/run-mobile-build-mtp-staleness.test.mts +198 -0
  191. package/scripts/run-mobile-build.mjs +408 -86
  192. package/scripts/serve-real-local-agent.ts +72 -0
  193. package/scripts/stage-desktop-fused-lib.mjs +43 -14
  194. package/scripts/verify-ondevice-artifact.mjs +111 -0
  195. package/scripts/voice-attribution-smoke.ts +144 -38
  196. package/scripts/voice-duet.mjs +6 -6
  197. package/scripts/voice-e2e-hardware.ts +22 -16
  198. package/scripts/voice-interactive.mjs +16 -45
  199. package/security/agent-vault-id.d.ts +1 -1
  200. package/security/platform-secure-store-node.d.ts +1 -1
  201. package/services/ambient-audio/consent.d.ts +1 -1
  202. package/services/ambient-audio/index.d.ts +6 -6
  203. package/services/ambient-audio/replay-buffer.d.ts +1 -1
  204. package/services/ambient-audio/response-gate.d.ts +1 -1
  205. package/services/ambient-audio/service.d.ts +3 -3
  206. package/services/connector-target-catalog.d.ts +1 -1
  207. package/services/sensitive-requests/index.d.ts +6 -6
  208. package/services/steward-sidecar/wallet-setup.d.ts +1 -1
  209. package/services/steward-sidecar.d.ts +3 -3
  210. package/services/tunnel-to-mobile/index.d.ts +1 -1
  211. package/services/vault-bootstrap.d.ts.map +1 -1
  212. package/services/vault-bootstrap.js +14 -10
  213. package/services/voice-profiles/diarization-pipeline.d.ts +1 -1
  214. package/services/voice-profiles/index.d.ts +11 -11
  215. package/services/voice-profiles/owner-confidence.d.ts +1 -1
  216. package/services/voice-profiles/private-challenge.d.ts +1 -1
  217. package/services/voice-profiles/store.d.ts +1 -1
  218. package/test/helpers/live-provider.test.ts +91 -1
  219. package/test/helpers/live-provider.ts +195 -51
  220. package/test/scripts/websocket-pending-queue.test.ts +119 -0
  221. package/test-support/test-helpers.d.ts +0 -33
  222. package/test-support/test-helpers.d.ts.map +1 -1
  223. package/test-support/test-helpers.js +81 -189
  224. package/ui-compat.d.ts +1 -0
  225. package/ui-compat.d.ts.map +1 -1
  226. package/ui-compat.js +4 -0
  227. package/platforms/electrobun/docs/convergence-audit.json +0 -3505
  228. package/platforms/electrobun/docs/convergence-audit.md +0 -694
  229. package/platforms/electrobun/scripts/ensure-whisper-gguf.sh +0 -55
  230. package/platforms/electrobun/scripts/ensure-whisper-model.sh +0 -35
  231. package/platforms/electrobun/scripts/generate-convergence-audit.ts +0 -1203
  232. package/platforms/electrobun/src/native/whisper-env.test.ts +0 -71
  233. package/platforms/electrobun/src/native/whisper-env.ts +0 -68
  234. package/registry/app-registry.d.ts +0 -14
  235. package/registry/app-registry.d.ts.map +0 -1
  236. package/registry/app-registry.js +0 -29
  237. package/registry/entries/apps/app-polymarket.json +0 -31
  238. package/registry/entries/apps/clawville.json +0 -27
  239. package/registry/entries/apps/companion.json +0 -28
  240. package/registry/entries/apps/database-viewer.json +0 -27
  241. package/registry/entries/apps/defense-of-the-agents.json +0 -27
  242. package/registry/entries/apps/documents.json +0 -30
  243. package/registry/entries/apps/feed.json +0 -27
  244. package/registry/entries/apps/hyperliquid.json +0 -31
  245. package/registry/entries/apps/log-viewer.json +0 -27
  246. package/registry/entries/apps/memory-viewer.json +0 -27
  247. package/registry/entries/apps/model-tester.json +0 -31
  248. package/registry/entries/apps/plugin-viewer.json +0 -27
  249. package/registry/entries/apps/relationship-viewer.json +0 -27
  250. package/registry/entries/apps/runtime-debugger.json +0 -27
  251. package/registry/entries/apps/shopify.json +0 -31
  252. package/registry/entries/apps/skills-viewer.json +0 -27
  253. package/registry/entries/apps/steward.json +0 -31
  254. package/registry/entries/apps/training.json +0 -54
  255. package/registry/entries/apps/trajectory-viewer.json +0 -27
  256. package/registry/entries/apps/vincent.json +0 -31
  257. package/registry/entries/connectors/bluebubbles.json +0 -99
  258. package/registry/entries/connectors/bluesky.json +0 -173
  259. package/registry/entries/connectors/discord.json +0 -119
  260. package/registry/entries/connectors/farcaster.json +0 -174
  261. package/registry/entries/connectors/feishu.json +0 -79
  262. package/registry/entries/connectors/google-chat.json +0 -120
  263. package/registry/entries/connectors/google.json +0 -82
  264. package/registry/entries/connectors/imessage.json +0 -96
  265. package/registry/entries/connectors/instagram.json +0 -64
  266. package/registry/entries/connectors/line.json +0 -86
  267. package/registry/entries/connectors/matrix.json +0 -94
  268. package/registry/entries/connectors/mattermost.json +0 -110
  269. package/registry/entries/connectors/msteams.json +0 -104
  270. package/registry/entries/connectors/nextcloud-talk.json +0 -104
  271. package/registry/entries/connectors/nostr.json +0 -70
  272. package/registry/entries/connectors/signal.json +0 -81
  273. package/registry/entries/connectors/slack.json +0 -102
  274. package/registry/entries/connectors/telegram.json +0 -71
  275. package/registry/entries/connectors/tlon.json +0 -94
  276. package/registry/entries/connectors/twitch.json +0 -110
  277. package/registry/entries/connectors/whatsapp.json +0 -113
  278. package/registry/entries/connectors/x.json +0 -231
  279. package/registry/entries/connectors/zalo.json +0 -112
  280. package/registry/entries/connectors/zalouser.json +0 -122
  281. package/registry/entries/plugins/agent-orchestrator.json +0 -33
  282. package/registry/entries/plugins/agent-skills.json +0 -72
  283. package/registry/entries/plugins/anthropic.json +0 -73
  284. package/registry/entries/plugins/app-control.json +0 -23
  285. package/registry/entries/plugins/auto-trader.json +0 -203
  286. package/registry/entries/plugins/background-runner.json +0 -26
  287. package/registry/entries/plugins/blooio.json +0 -102
  288. package/registry/entries/plugins/browser.json +0 -75
  289. package/registry/entries/plugins/cli.json +0 -40
  290. package/registry/entries/plugins/clipboard.json +0 -44
  291. package/registry/entries/plugins/coding-tools.json +0 -71
  292. package/registry/entries/plugins/commands.json +0 -63
  293. package/registry/entries/plugins/computeruse.json +0 -74
  294. package/registry/entries/plugins/copilot-proxy.json +0 -93
  295. package/registry/entries/plugins/directives.json +0 -63
  296. package/registry/entries/plugins/edge-tts.json +0 -97
  297. package/registry/entries/plugins/elevenlabs.json +0 -169
  298. package/registry/entries/plugins/elizacloud.json +0 -208
  299. package/registry/entries/plugins/evm.json +0 -134
  300. package/registry/entries/plugins/experience.json +0 -34
  301. package/registry/entries/plugins/facewear.json +0 -131
  302. package/registry/entries/plugins/form.json +0 -26
  303. package/registry/entries/plugins/github.json +0 -93
  304. package/registry/entries/plugins/gmail-watch.json +0 -25
  305. package/registry/entries/plugins/goals.json +0 -77
  306. package/registry/entries/plugins/google-genai.json +0 -106
  307. package/registry/entries/plugins/groq.json +0 -93
  308. package/registry/entries/plugins/hedera.json +0 -48
  309. package/registry/entries/plugins/inmemorydb.json +0 -25
  310. package/registry/entries/plugins/linear.json +0 -51
  311. package/registry/entries/plugins/local-inference.json +0 -137
  312. package/registry/entries/plugins/local-storage.json +0 -36
  313. package/registry/entries/plugins/localdb.json +0 -25
  314. package/registry/entries/plugins/mcp.json +0 -44
  315. package/registry/entries/plugins/memory.json +0 -124
  316. package/registry/entries/plugins/minecraft.json +0 -79
  317. package/registry/entries/plugins/moltbook.json +0 -83
  318. package/registry/entries/plugins/music.json +0 -155
  319. package/registry/entries/plugins/mysticism.json +0 -48
  320. package/registry/entries/plugins/nearai.json +0 -82
  321. package/registry/entries/plugins/ngrok.json +0 -69
  322. package/registry/entries/plugins/ollama.json +0 -96
  323. package/registry/entries/plugins/openai.json +0 -189
  324. package/registry/entries/plugins/openrouter.json +0 -188
  325. package/registry/entries/plugins/pdf.json +0 -26
  326. package/registry/entries/plugins/plugin-manager.json +0 -23
  327. package/registry/entries/plugins/prose.json +0 -48
  328. package/registry/entries/plugins/rlm.json +0 -26
  329. package/registry/entries/plugins/roblox.json +0 -88
  330. package/registry/entries/plugins/rss.json +0 -64
  331. package/registry/entries/plugins/s3-storage.json +0 -91
  332. package/registry/entries/plugins/scheduling.json +0 -35
  333. package/registry/entries/plugins/shell.json +0 -94
  334. package/registry/entries/plugins/social-alpha.json +0 -72
  335. package/registry/entries/plugins/tailscale.json +0 -81
  336. package/registry/entries/plugins/tee.json +0 -53
  337. package/registry/entries/plugins/todos.json +0 -26
  338. package/registry/entries/plugins/trajectory-logger.json +0 -33
  339. package/registry/entries/plugins/trust.json +0 -39
  340. package/registry/entries/plugins/tts.json +0 -71
  341. package/registry/entries/plugins/tunnel.json +0 -45
  342. package/registry/entries/plugins/twilio.json +0 -168
  343. package/registry/entries/plugins/vercel-ai-gateway.json +0 -128
  344. package/registry/entries/plugins/video.json +0 -23
  345. package/registry/entries/plugins/vision.json +0 -43
  346. package/registry/entries/plugins/webhooks.json +0 -23
  347. package/registry/entries/plugins/workflow.json +0 -25
  348. package/registry/entries/plugins/xai.json +0 -75
  349. package/registry/loader.d.ts +0 -28
  350. package/registry/loader.d.ts.map +0 -1
  351. package/registry/loader.js +0 -158
  352. package/registry/schema.d.ts +0 -1199
  353. package/registry/schema.d.ts.map +0 -1
  354. package/registry/schema.js +0 -300
  355. package/scripts/patches/llama-mobile-kokoro-tts.patch +0 -480
  356. package/scripts/release-workflow-drift.test.ts +0 -57
  357. package/test/helpers/i18n.ts +0 -5
  358. package/test/helpers/loopback.ts +0 -33
  359. package/test/helpers/react-test.ts +0 -40
  360. package/test/helpers/skip-without.ts +0 -53
@@ -1,208 +0,0 @@
1
- {
2
- "id": "elizacloud",
3
- "name": "Elizacloud",
4
- "description": "elizaOS plugin to connect with elizaOS Cloud services",
5
- "npmName": "@elizaos/plugin-elizacloud",
6
- "version": "2.0.0-beta.0",
7
- "source": "bundled",
8
- "tags": ["elizacloud"],
9
- "config": {
10
- "ELIZAOS_CLOUD_API_KEY": {
11
- "type": "secret",
12
- "required": true,
13
- "sensitive": true,
14
- "label": "Cloud Api Key",
15
- "help": "API key used to authenticate requests to ElizaOS Cloud API (format: eliza_xxxxx). Get it from https://www.elizacloud.ai/dashboard/api-keys",
16
- "advanced": false
17
- },
18
- "ELIZAOS_CLOUD_BASE_URL": {
19
- "type": "url",
20
- "required": false,
21
- "sensitive": false,
22
- "default": "https://www.elizacloud.ai/api/v1",
23
- "label": "Cloud Base Url",
24
- "help": "Base URL for all ElizaOS Cloud API requests.",
25
- "advanced": false
26
- },
27
- "ELIZAOS_CLOUD_SMALL_MODEL": {
28
- "type": "string",
29
- "required": false,
30
- "sensitive": false,
31
- "default": "openai/gpt-oss-120b:nitro",
32
- "label": "Cloud Small Model",
33
- "help": "Small/fast model for quick tasks (overrides SMALL_MODEL). Default: openai/gpt-oss-120b:nitro",
34
- "placeholder": "openai/gpt-oss-120b:nitro",
35
- "advanced": false
36
- },
37
- "SMALL_MODEL": {
38
- "type": "string",
39
- "required": false,
40
- "sensitive": false,
41
- "default": "openai/gpt-oss-120b:nitro",
42
- "label": "Model",
43
- "help": "Fallback identifier for the small language model if ELIZAOS_CLOUD_SMALL_MODEL is not set.",
44
- "placeholder": "openai/gpt-oss-120b:nitro",
45
- "advanced": false
46
- },
47
- "ELIZAOS_CLOUD_LARGE_MODEL": {
48
- "type": "string",
49
- "required": false,
50
- "sensitive": false,
51
- "default": "openai/gpt-oss-120b:nitro",
52
- "label": "Cloud Large Model",
53
- "help": "Large/powerful model for complex tasks (overrides LARGE_MODEL). Default: openai/gpt-oss-120b:nitro",
54
- "placeholder": "openai/gpt-oss-120b:nitro",
55
- "advanced": false
56
- },
57
- "LARGE_MODEL": {
58
- "type": "string",
59
- "required": false,
60
- "sensitive": false,
61
- "default": "openai/gpt-oss-120b:nitro",
62
- "label": "Model",
63
- "help": "Fallback identifier for the large language model if ELIZAOS_CLOUD_LARGE_MODEL is not set.",
64
- "placeholder": "openai/gpt-oss-120b:nitro",
65
- "advanced": false
66
- },
67
- "ELIZAOS_CLOUD_EMBEDDING_MODEL": {
68
- "type": "string",
69
- "required": false,
70
- "sensitive": false,
71
- "default": "text-embedding-3-small",
72
- "label": "Cloud Embedding Model",
73
- "help": "Identifier of the model to use for generating text embeddings.",
74
- "placeholder": "e.g., text-embedding-3-small",
75
- "advanced": false
76
- },
77
- "ELIZAOS_CLOUD_EMBEDDING_URL": {
78
- "type": "url",
79
- "required": false,
80
- "sensitive": false,
81
- "label": "Cloud Embedding Url",
82
- "help": "Custom base URL for the ElizaOS Cloud embeddings endpoint.",
83
- "advanced": false
84
- },
85
- "ELIZAOS_CLOUD_EMBEDDING_API_KEY": {
86
- "type": "secret",
87
- "required": false,
88
- "sensitive": true,
89
- "label": "Cloud Embedding Api Key",
90
- "help": "Custom API key for the ElizaOS Cloud embeddings endpoint.",
91
- "advanced": false
92
- },
93
- "ELIZAOS_CLOUD_EMBEDDING_DIMENSIONS": {
94
- "type": "number",
95
- "required": false,
96
- "sensitive": false,
97
- "default": "1536",
98
- "label": "Cloud Embedding Dimensions",
99
- "help": "Number of dimensions for the returned embedding vectors.",
100
- "advanced": false
101
- },
102
- "ELIZAOS_CLOUD_IMAGE_DESCRIPTION_MODEL": {
103
- "type": "string",
104
- "required": false,
105
- "sensitive": false,
106
- "default": "gpt-5-mini",
107
- "label": "Cloud Image Description Model",
108
- "help": "Identifier of the model used for describing images.",
109
- "placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514",
110
- "advanced": false
111
- },
112
- "ELIZAOS_CLOUD_IMAGE_DESCRIPTION_MAX_TOKENS": {
113
- "type": "secret",
114
- "required": false,
115
- "sensitive": true,
116
- "default": "8192",
117
- "label": "Cloud Image Description Max Tokens",
118
- "help": "Maximum number of tokens allowed in the image-description model response.",
119
- "advanced": false
120
- },
121
- "ELIZAOS_CLOUD_TTS_MODEL": {
122
- "type": "string",
123
- "required": false,
124
- "sensitive": false,
125
- "default": "gpt-5-mini-tts",
126
- "label": "Cloud Tts Model",
127
- "help": "Identifier of the model used for text-to-speech generation.",
128
- "placeholder": "e.g., tts-1, eleven_multilingual_v2",
129
- "advanced": false
130
- },
131
- "ELIZAOS_CLOUD_TTS_VOICE": {
132
- "type": "string",
133
- "required": false,
134
- "sensitive": false,
135
- "default": "nova",
136
- "label": "Cloud Tts Voice",
137
- "help": "Voice profile to use for text-to-speech output.",
138
- "advanced": false
139
- },
140
- "ELIZAOS_CLOUD_TTS_INSTRUCTIONS": {
141
- "type": "textarea",
142
- "required": false,
143
- "sensitive": false,
144
- "label": "Cloud Tts Instructions",
145
- "help": "Optional instructions to control the style or behavior of the text-to-speech request.",
146
- "advanced": false
147
- },
148
- "ELIZAOS_CLOUD_EXPERIMENTAL_TELEMETRY": {
149
- "type": "boolean",
150
- "required": false,
151
- "sensitive": false,
152
- "default": "False",
153
- "label": "Cloud Experimental Telemetry",
154
- "help": "Enable experimental telemetry features for enhanced debugging and usage analytics.",
155
- "advanced": true
156
- },
157
- "ELIZAOS_CLOUD_BROWSER_BASE_URL": {
158
- "type": "url",
159
- "required": false,
160
- "sensitive": false,
161
- "label": "Cloud Browser Base Url",
162
- "help": "Browser-only proxy endpoint base URL for ElizaOS Cloud requests (no secrets in the client).",
163
- "advanced": false
164
- },
165
- "ELIZAOS_CLOUD_BROWSER_EMBEDDING_URL": {
166
- "type": "url",
167
- "required": false,
168
- "sensitive": false,
169
- "label": "Cloud Browser Embedding Url",
170
- "help": "Browser-only proxy endpoint base URL for ElizaOS Cloud embeddings.",
171
- "advanced": false
172
- },
173
- "ELIZAOS_CLOUD_ENABLED": {
174
- "type": "boolean",
175
- "required": false,
176
- "sensitive": false,
177
- "default": "False",
178
- "label": "Cloud Enabled",
179
- "help": "Enable ElizaCloud container provisioning, device auth, bridge, and backup services. When false, only inference model handlers are active.",
180
- "advanced": false
181
- },
182
- "ELIZAOS_CLOUD_APP_VERSION": {
183
- "type": "string",
184
- "required": false,
185
- "sensitive": false,
186
- "default": "2.0.0-beta.0",
187
- "label": "Cloud App Version",
188
- "help": "Application version sent during device authentication.",
189
- "advanced": false
190
- }
191
- },
192
- "render": {
193
- "visible": true,
194
- "pinTo": [],
195
- "style": "card",
196
- "icon": "Cloud",
197
- "group": "feature-other",
198
- "groupOrder": 12,
199
- "actions": ["enable", "configure"]
200
- },
201
- "resources": {
202
- "homepage": "https://github.com/eliza-ai/eliza/tree/develop/packages/plugin-elizacloud#readme",
203
- "repository": "https://github.com/eliza-ai/eliza"
204
- },
205
- "dependsOn": [],
206
- "kind": "plugin",
207
- "subtype": "other"
208
- }
@@ -1,134 +0,0 @@
1
- {
2
- "id": "evm",
3
- "name": "Evm",
4
- "description": "This plugin enables interaction with EVM-compatible chains, supporting token transfers, cross-chain bridging, and swaps via LiFi integration.",
5
- "npmName": "@elizaos/plugin-wallet",
6
- "version": "2.0.0-beta.0",
7
- "source": "bundled",
8
- "tags": ["crypto", "evm"],
9
- "config": {
10
- "EVM_PRIVATE_KEY": {
11
- "type": "secret",
12
- "required": true,
13
- "sensitive": true,
14
- "label": "Private Key",
15
- "help": "Hex-encoded private key (starting with 0x) used by the WalletProvider to sign transactions.",
16
- "advanced": false
17
- },
18
- "EVM_RPC_PROVIDER": {
19
- "type": "string",
20
- "required": false,
21
- "sensitive": false,
22
- "label": "Rpc Provider",
23
- "help": "Preferred RPC provider: 'alchemy', 'infura', 'ankr', or 'elizacloud'. If set, this provider is used first for all chains it supports, with fallback to others.",
24
- "advanced": false
25
- },
26
- "ALCHEMY_API_KEY": {
27
- "type": "secret",
28
- "required": false,
29
- "sensitive": true,
30
- "label": "Api Key",
31
- "help": "Alchemy API key for RPC access. Supports Ethereum, Polygon, Arbitrum, Optimism, Base, Avalanche, BSC, and many more chains.",
32
- "advanced": false
33
- },
34
- "INFURA_API_KEY": {
35
- "type": "secret",
36
- "required": false,
37
- "sensitive": true,
38
- "label": "Api Key",
39
- "help": "Infura API key for RPC access. Supports Ethereum, Polygon, Arbitrum, Optimism, Base, Avalanche, Linea, and more.",
40
- "advanced": false
41
- },
42
- "ANKR_API_KEY": {
43
- "type": "secret",
44
- "required": false,
45
- "sensitive": true,
46
- "label": "Api Key",
47
- "help": "Ankr premium API key for RPC access. Supports the broadest range of EVM chains.",
48
- "advanced": false
49
- },
50
- "ETHEREUM_PROVIDER_ETHEREUM": {
51
- "type": "string",
52
- "required": false,
53
- "sensitive": false,
54
- "label": "Provider Ethereum",
55
- "help": "Custom RPC URL for Ethereum mainnet (overrides provider-based RPC). For other chains, set ETHEREUM_PROVIDER_<CHAINNAME> (or EVM_PROVIDER_<CHAINNAME>) in your .env.",
56
- "advanced": false
57
- },
58
- "ETHEREUM_PROVIDER_BASE": {
59
- "type": "string",
60
- "required": false,
61
- "sensitive": false,
62
- "label": "Provider Base",
63
- "help": "Custom RPC URL for Base mainnet (overrides provider-based RPC).",
64
- "advanced": false
65
- },
66
- "ETHEREUM_PROVIDER_ARBITRUM": {
67
- "type": "string",
68
- "required": false,
69
- "sensitive": false,
70
- "label": "Provider Arbitrum",
71
- "help": "Custom RPC URL for Arbitrum One (overrides provider-based RPC).",
72
- "advanced": false
73
- },
74
- "ETHEREUM_PROVIDER_OPTIMISM": {
75
- "type": "string",
76
- "required": false,
77
- "sensitive": false,
78
- "label": "Provider Optimism",
79
- "help": "Custom RPC URL for Optimism mainnet (overrides provider-based RPC).",
80
- "advanced": false
81
- },
82
- "TEE_MODE": {
83
- "type": "string",
84
- "required": false,
85
- "sensitive": false,
86
- "default": "OFF",
87
- "label": "Mode",
88
- "help": "Controls whether Trusted Execution Environment (TEE) mode is enabled.",
89
- "advanced": false
90
- },
91
- "WALLET_SECRET_SALT": {
92
- "type": "secret",
93
- "required": false,
94
- "sensitive": true,
95
- "label": "Secret Salt",
96
- "help": "Salt value for TEE-derived wallet keypair.",
97
- "advanced": false
98
- },
99
- "SEPOLIA_RPC_URL": {
100
- "type": "url",
101
- "required": false,
102
- "sensitive": false,
103
- "default": "https://ethereum-sepolia-rpc.publicnode.com",
104
- "label": "Rpc Url",
105
- "help": "RPC endpoint URL for Sepolia testnet.",
106
- "advanced": false
107
- },
108
- "BASE_SEPOLIA_RPC_URL": {
109
- "type": "url",
110
- "required": false,
111
- "sensitive": false,
112
- "default": "https://sepolia.base.org",
113
- "label": "Sepolia Rpc Url",
114
- "help": "RPC endpoint URL for Base Sepolia testnet.",
115
- "advanced": false
116
- }
117
- },
118
- "render": {
119
- "visible": true,
120
- "pinTo": [],
121
- "style": "card",
122
- "icon": "Link",
123
- "group": "blockchain",
124
- "groupOrder": 4,
125
- "actions": ["enable", "configure"]
126
- },
127
- "resources": {
128
- "homepage": "https://github.com/elizaOS/eliza/tree/develop/plugins/plugin-wallet#readme",
129
- "repository": "https://github.com/elizaOS/eliza"
130
- },
131
- "dependsOn": [],
132
- "kind": "plugin",
133
- "subtype": "blockchain"
134
- }
@@ -1,34 +0,0 @@
1
- {
2
- "id": "experience",
3
- "name": "Experience",
4
- "description": "Built-in advanced capability for recording and recalling transferable agent learnings, surfaced in the Character Experience workspace alongside trajectory inspection tooling.",
5
- "version": "2.0.0-beta.0",
6
- "source": "bundled",
7
- "tags": ["experience", "learning", "memory"],
8
- "config": {
9
- "AUTO_RECORD_THRESHOLD": {
10
- "type": "number",
11
- "required": false,
12
- "sensitive": false,
13
- "label": "Record Threshold",
14
- "help": "Minimum confidence required before the experience evaluator records a new learning.",
15
- "advanced": false
16
- }
17
- },
18
- "render": {
19
- "visible": true,
20
- "pinTo": [],
21
- "style": "card",
22
- "icon": "Star",
23
- "group": "storage",
24
- "groupOrder": 10,
25
- "actions": ["enable", "configure"]
26
- },
27
- "resources": {
28
- "homepage": "https://elizaos.ai",
29
- "repository": "https://github.com/elizaos/elizaos"
30
- },
31
- "dependsOn": [],
32
- "kind": "plugin",
33
- "subtype": "storage"
34
- }
@@ -1,131 +0,0 @@
1
- {
2
- "id": "facewear",
3
- "name": "Facewear",
4
- "description": "Unified facewear integration for Meta Quest, XReal, Apple Vision Pro, and Even Realities G1/G2 whole-headset pairing, display text, microphone audio, side-tap mic control, bridge Wi-Fi setup, and diagnostics.",
5
- "npmName": "@elizaos/plugin-facewear",
6
- "version": "0.1.0",
7
- "source": "bundled",
8
- "tags": [
9
- "facewear",
10
- "xr",
11
- "smartglasses",
12
- "wearable",
13
- "even-realities",
14
- "g1",
15
- "g2",
16
- "display",
17
- "microphone",
18
- "bluetooth",
19
- "wifi"
20
- ],
21
- "config": {
22
- "FACEWEAR_SMARTGLASSES_TRANSPORT": {
23
- "type": "select",
24
- "required": false,
25
- "sensitive": false,
26
- "default": "auto",
27
- "label": "Smartglasses Transport",
28
- "help": "Preferred Even Realities transport: auto, even-bridge, web-bluetooth, or noble.",
29
- "advanced": false,
30
- "options": [
31
- {
32
- "value": "auto",
33
- "label": "Auto",
34
- "description": "Use an injected transport, native bridge, Web Bluetooth, then Noble in order."
35
- },
36
- {
37
- "value": "even-bridge",
38
- "label": "Native Bridge",
39
- "description": "Use an iOS, Android, desktop, EvenHub, or Mentra bridge exposed by the host."
40
- },
41
- {
42
- "value": "web-bluetooth",
43
- "label": "Web Bluetooth",
44
- "description": "Use browser BLE pairing for direct G1 access."
45
- },
46
- {
47
- "value": "noble",
48
- "label": "Noble BLE",
49
- "description": "Use Node/Bun BLE through the optional Noble transport."
50
- }
51
- ]
52
- },
53
- "FACEWEAR_SCAN_TIMEOUT_MS": {
54
- "type": "number",
55
- "required": false,
56
- "sensitive": false,
57
- "default": 10000,
58
- "label": "Scan Timeout",
59
- "help": "BLE scan timeout in milliseconds for Noble-based direct G1 connections.",
60
- "advanced": true,
61
- "min": 0,
62
- "unit": "ms"
63
- },
64
- "FACEWEAR_AUTO_INIT": {
65
- "type": "boolean",
66
- "required": false,
67
- "sensitive": false,
68
- "default": true,
69
- "label": "Auto Init",
70
- "help": "Send G1 connection-ready init packets after connecting.",
71
- "advanced": false
72
- },
73
- "FACEWEAR_INIT_MODE": {
74
- "type": "select",
75
- "required": false,
76
- "sensitive": false,
77
- "default": "lens-specific",
78
- "label": "Init Mode",
79
- "help": "Connection-ready init mode: lens-specific, official same-init, or Android F4 same-init.",
80
- "advanced": true,
81
- "options": [
82
- {
83
- "value": "lens-specific",
84
- "label": "Lens Specific",
85
- "description": "Send 0x4D 0x01 to the left lens and 0xF4 0x01 to the right lens."
86
- },
87
- {
88
- "value": "official",
89
- "label": "iOS Same Init",
90
- "description": "Send 0x4D 0x01 to both lenses, matching EvenDemoApp iOS."
91
- },
92
- {
93
- "value": "android-f4",
94
- "label": "Android F4 Same Init",
95
- "description": "Send 0xF4 0x01 to both lenses, matching EvenDemoApp Android."
96
- }
97
- ]
98
- }
99
- },
100
- "render": {
101
- "visible": true,
102
- "pinTo": [],
103
- "style": "card",
104
- "icon": "Glasses",
105
- "group": "hardware",
106
- "groupOrder": 8,
107
- "actions": ["enable", "configure", "launch"]
108
- },
109
- "resources": {
110
- "homepage": "https://elizaos.ai",
111
- "repository": "https://github.com/elizaos/eliza"
112
- },
113
- "dependsOn": [],
114
- "kind": "plugin",
115
- "subtype": "media",
116
- "launch": {
117
- "type": "internal-tab",
118
- "target": "facewear",
119
- "capabilities": [
120
- "facewear",
121
- "xr-view-host",
122
- "smartglasses",
123
- "wearable-display",
124
- "wearable-microphone",
125
- "whole-headset-pairing",
126
- "side-tap-microphone-control",
127
- "wifi-provisioning"
128
- ],
129
- "curatedSlug": "facewear"
130
- }
131
- }
@@ -1,26 +0,0 @@
1
- {
2
- "id": "form",
3
- "name": "Form",
4
- "description": "Structured conversational forms — FORM service, form context provider, form evaluator, and restore action provided by @elizaos/plugin-form.",
5
- "npmName": "@elizaos/plugin-form",
6
- "version": "2.0.0-beta.0",
7
- "source": "bundled",
8
- "tags": ["form", "conversational", "data-collection"],
9
- "config": {},
10
- "render": {
11
- "visible": true,
12
- "pinTo": [],
13
- "style": "card",
14
- "icon": "ClipboardList",
15
- "group": "media",
16
- "groupOrder": 8,
17
- "actions": ["enable", "configure"]
18
- },
19
- "resources": {
20
- "homepage": "https://elizaos.ai",
21
- "repository": "https://github.com/elizaos/elizaos"
22
- },
23
- "dependsOn": [],
24
- "kind": "plugin",
25
- "subtype": "media"
26
- }
@@ -1,93 +0,0 @@
1
- {
2
- "id": "github",
3
- "name": "Github",
4
- "description": "Comprehensive GitHub integration plugin for ElizaOS with repository management, issue tracking, and PR workflows",
5
- "npmName": "@elizaos/plugin-github",
6
- "version": "2.0.0-beta.0",
7
- "source": "bundled",
8
- "tags": ["github"],
9
- "config": {
10
- "GITHUB_REPO": {
11
- "type": "string",
12
- "required": false,
13
- "sensitive": false,
14
- "label": "Repo",
15
- "help": "Default GitHub repository name",
16
- "advanced": false
17
- },
18
- "GITHUB_OWNER": {
19
- "type": "string",
20
- "required": false,
21
- "sensitive": false,
22
- "label": "Owner",
23
- "help": "Default GitHub repository owner (username or organization)",
24
- "advanced": false
25
- },
26
- "GITHUB_APP_ID": {
27
- "type": "string",
28
- "required": false,
29
- "sensitive": false,
30
- "label": "App Id",
31
- "help": "GitHub App ID for app-based authentication",
32
- "advanced": false
33
- },
34
- "GITHUB_BRANCH": {
35
- "type": "string",
36
- "required": false,
37
- "sensitive": false,
38
- "default": "main",
39
- "label": "Branch",
40
- "help": "Default branch name (defaults to main)",
41
- "advanced": false
42
- },
43
- "GITHUB_API_TOKEN": {
44
- "type": "secret",
45
- "required": true,
46
- "sensitive": true,
47
- "label": "Api Token",
48
- "help": "GitHub personal access token for API authentication",
49
- "advanced": false
50
- },
51
- "GITHUB_WEBHOOK_SECRET": {
52
- "type": "secret",
53
- "required": false,
54
- "sensitive": true,
55
- "label": "Webhook Secret",
56
- "help": "Secret for validating GitHub webhook payloads",
57
- "advanced": false
58
- },
59
- "GITHUB_APP_PRIVATE_KEY": {
60
- "type": "secret",
61
- "required": false,
62
- "sensitive": true,
63
- "label": "App Private Key",
64
- "help": "GitHub App private key for app-based authentication",
65
- "advanced": false
66
- },
67
- "GITHUB_INSTALLATION_ID": {
68
- "type": "string",
69
- "required": false,
70
- "sensitive": false,
71
- "label": "Installation Id",
72
- "help": "GitHub App installation ID",
73
- "advanced": false
74
- }
75
- },
76
- "render": {
77
- "visible": true,
78
- "pinTo": [],
79
- "style": "card",
80
- "icon": "GitBranch",
81
- "group": "devtools",
82
- "groupOrder": 5,
83
- "actions": ["enable", "configure"]
84
- },
85
- "resources": {
86
- "homepage": "https://github.com/elizaos-plugins/plugin-github#readme",
87
- "repository": "https://github.com/elizaos-plugins/plugin-github",
88
- "setupGuideUrl": "https://docs.eliza.ai/plugin-setup-guide#github"
89
- },
90
- "dependsOn": [],
91
- "kind": "plugin",
92
- "subtype": "devtools"
93
- }
@@ -1,25 +0,0 @@
1
- {
2
- "id": "gmail-watch",
3
- "name": "Gmail Watch",
4
- "description": "Gmail Pub/Sub watcher – spawns gog gmail watch serve and auto-renews",
5
- "npmName": "@elizaos/plugin-gmail-watch",
6
- "version": "2.0.0-beta.0",
7
- "source": "bundled",
8
- "tags": ["gmail-watch", "gmail", "watch"],
9
- "config": {},
10
- "render": {
11
- "visible": true,
12
- "pinTo": [],
13
- "style": "card",
14
- "icon": "Mail",
15
- "group": "media",
16
- "groupOrder": 8,
17
- "actions": ["enable", "configure"]
18
- },
19
- "resources": {
20
- "setupGuideUrl": "https://docs.eliza.ai/plugin-setup-guide#gmail-watch"
21
- },
22
- "dependsOn": [],
23
- "kind": "plugin",
24
- "subtype": "media"
25
- }