@elizaos/app-core 2.0.0-beta.3 → 2.0.11-beta.6

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 (1530) hide show
  1. package/agent-bridge.d.ts +27 -0
  2. package/agent-bridge.d.ts.map +1 -0
  3. package/agent-bridge.js +26 -0
  4. package/api/__tests__/sandbox-test-helpers.js +1 -1
  5. package/api/auth/audit.js +1 -1
  6. package/api/auth/auth-context.js +1 -1
  7. package/api/auth/bootstrap-token.js +2 -2
  8. package/api/auth/index.d.ts +9 -10
  9. package/api/auth/index.d.ts.map +1 -1
  10. package/api/auth/index.js +9 -10
  11. package/api/auth/passwords.js +2 -2
  12. package/api/auth/sensitive-rate-limit.d.ts +1 -4
  13. package/api/auth/sensitive-rate-limit.d.ts.map +1 -1
  14. package/api/auth/sensitive-rate-limit.js +6 -6
  15. package/api/auth/sessions.js +2 -2
  16. package/api/auth-bootstrap-routes.d.ts +6 -13
  17. package/api/auth-bootstrap-routes.d.ts.map +1 -1
  18. package/api/auth-bootstrap-routes.js +14 -27
  19. package/api/auth-pairing-routes.d.ts +17 -0
  20. package/api/auth-pairing-routes.d.ts.map +1 -0
  21. package/api/auth-pairing-routes.js +300 -0
  22. package/api/auth-session-routes.d.ts.map +1 -1
  23. package/api/auth-session-routes.js +36 -15
  24. package/api/auth.d.ts +12 -19
  25. package/api/auth.d.ts.map +1 -1
  26. package/api/auth.js +32 -27
  27. package/api/automations-compat-routes.d.ts.map +1 -1
  28. package/api/automations-compat-routes.js +5 -5
  29. package/api/background-tasks-routes.d.ts +4 -0
  30. package/api/background-tasks-routes.d.ts.map +1 -0
  31. package/api/background-tasks-routes.js +63 -0
  32. package/api/catalog-routes.js +3 -3
  33. package/api/cloud-pair-route.d.ts +26 -0
  34. package/api/cloud-pair-route.d.ts.map +1 -0
  35. package/api/cloud-pair-route.js +222 -0
  36. package/api/cloud-voice-routes.d.ts +52 -0
  37. package/api/cloud-voice-routes.d.ts.map +1 -0
  38. package/api/cloud-voice-routes.js +50 -0
  39. package/api/compat-route-shared.d.ts +2 -2
  40. package/api/compat-route-shared.d.ts.map +1 -1
  41. package/api/compat-route-shared.js +11 -7
  42. package/api/credential-resolver.d.ts +2 -2
  43. package/api/credential-resolver.d.ts.map +1 -1
  44. package/api/credential-resolver.js +8 -2
  45. package/api/database-rows-compat-routes.d.ts.map +1 -1
  46. package/api/database-rows-compat-routes.js +69 -31
  47. package/api/dev-boot-history.d.ts +26 -0
  48. package/api/dev-boot-history.d.ts.map +1 -0
  49. package/api/dev-boot-history.js +69 -0
  50. package/api/dev-compat-routes.d.ts +5 -0
  51. package/api/dev-compat-routes.d.ts.map +1 -1
  52. package/api/dev-compat-routes.js +127 -4
  53. package/api/dev-console-log.d.ts +2 -2
  54. package/api/dev-console-log.d.ts.map +1 -1
  55. package/api/dev-console-log.js +8 -5
  56. package/api/dev-route-catalog.d.ts +58 -0
  57. package/api/dev-route-catalog.d.ts.map +1 -0
  58. package/api/dev-route-catalog.js +447 -0
  59. package/api/dev-stack.d.ts.map +1 -1
  60. package/api/dev-stack.js +6 -9
  61. package/api/first-run-routes.d.ts +4 -0
  62. package/api/first-run-routes.d.ts.map +1 -0
  63. package/api/first-run-routes.js +208 -0
  64. package/api/first-run-tts-route.d.ts +19 -0
  65. package/api/first-run-tts-route.d.ts.map +1 -0
  66. package/api/first-run-tts-route.js +59 -0
  67. package/api/internal-routes.d.ts +23 -0
  68. package/api/internal-routes.d.ts.map +1 -0
  69. package/api/internal-routes.js +203 -0
  70. package/api/ios-local-agent-transport.d.ts +36 -0
  71. package/api/ios-local-agent-transport.d.ts.map +1 -0
  72. package/api/ios-local-agent-transport.js +566 -0
  73. package/api/onboarding-voice-lines.d.ts +23 -0
  74. package/api/onboarding-voice-lines.d.ts.map +1 -0
  75. package/api/onboarding-voice-lines.js +8 -0
  76. package/api/perf-instrument.d.ts +43 -0
  77. package/api/perf-instrument.d.ts.map +1 -0
  78. package/api/perf-instrument.js +113 -0
  79. package/api/response.d.ts.map +1 -1
  80. package/api/response.js +14 -14
  81. package/api/runtime-mode-routes.d.ts.map +1 -1
  82. package/api/runtime-mode-routes.js +2 -2
  83. package/api/secrets-inventory-routes.js +2 -2
  84. package/api/secrets-manager-routes.d.ts +1 -1
  85. package/api/secrets-manager-routes.d.ts.map +1 -1
  86. package/api/secrets-manager-routes.js +9 -10
  87. package/api/sensitive-request-routes.js +5 -5
  88. package/api/server-cors.d.ts.map +1 -1
  89. package/api/server-cors.js +13 -2
  90. package/api/server-first-run-helpers.d.ts +26 -0
  91. package/api/server-first-run-helpers.d.ts.map +1 -0
  92. package/api/server-first-run-helpers.js +271 -0
  93. package/api/server-security.js +1 -1
  94. package/api/server-startup.d.ts.map +1 -1
  95. package/api/server-startup.js +3 -4
  96. package/api/server-wallet-trade.js +1 -1
  97. package/api/server.d.ts +4 -4
  98. package/api/server.d.ts.map +1 -1
  99. package/api/server.js +222 -88
  100. package/api/setup-contract.d.ts +63 -0
  101. package/api/setup-contract.d.ts.map +1 -0
  102. package/api/setup-contract.js +39 -0
  103. package/api/training-benchmarks.d.ts +97 -0
  104. package/api/training-benchmarks.d.ts.map +1 -0
  105. package/api/training-benchmarks.js +307 -0
  106. package/api/workbench-compat-routes.js +2 -2
  107. package/benchmark/cerebras-autowire.d.ts +28 -0
  108. package/benchmark/cerebras-autowire.d.ts.map +1 -0
  109. package/benchmark/cerebras-autowire.js +62 -0
  110. package/benchmark/lifeops-bench-handler.d.ts +36 -0
  111. package/benchmark/lifeops-bench-handler.d.ts.map +1 -1
  112. package/benchmark/lifeops-bench-handler.js +63 -1
  113. package/benchmark/lifeops-fake-backend.d.ts +39 -0
  114. package/benchmark/lifeops-fake-backend.d.ts.map +1 -1
  115. package/benchmark/lifeops-fake-backend.js +993 -21
  116. package/benchmark/mock-plugin.d.ts.map +1 -1
  117. package/benchmark/mock-plugin.js +0 -24
  118. package/benchmark/plugin.d.ts +2 -1
  119. package/benchmark/plugin.d.ts.map +1 -1
  120. package/benchmark/plugin.js +989 -68
  121. package/benchmark/replay-capture.d.ts +2 -2
  122. package/benchmark/replay-capture.d.ts.map +1 -1
  123. package/benchmark/replay-capture.js +3 -3
  124. package/benchmark/server-utils.d.ts +162 -9
  125. package/benchmark/server-utils.d.ts.map +1 -1
  126. package/benchmark/server-utils.js +625 -62
  127. package/benchmark/server.d.ts.map +1 -1
  128. package/benchmark/server.js +1962 -118
  129. package/boot-profile.d.ts +3 -0
  130. package/boot-profile.d.ts.map +1 -0
  131. package/boot-profile.js +30 -0
  132. package/browser.d.ts +23 -1
  133. package/browser.d.ts.map +1 -1
  134. package/browser.js +20 -1
  135. package/cli/argv.js +1 -1
  136. package/cli/banner.js +1 -1
  137. package/cli/command-format.js +2 -2
  138. package/cli/doctor/checks.d.ts.map +1 -1
  139. package/cli/doctor/checks.js +6 -6
  140. package/cli/plugins-cli.d.ts.map +1 -1
  141. package/cli/plugins-cli.js +77 -32
  142. package/cli/profile.d.ts.map +1 -1
  143. package/cli/profile.js +5 -4
  144. package/cli/program/build-program.js +4 -4
  145. package/cli/program/command-registry.d.ts.map +1 -1
  146. package/cli/program/command-registry.js +13 -11
  147. package/cli/program/help.js +5 -5
  148. package/cli/program/preaction.js +5 -5
  149. package/cli/program/register.auth.d.ts.map +1 -1
  150. package/cli/program/register.auth.js +6 -12
  151. package/cli/program/register.capability-router.d.ts +29 -0
  152. package/cli/program/register.capability-router.d.ts.map +1 -0
  153. package/cli/program/register.capability-router.js +568 -0
  154. package/cli/program/register.config.js +1 -1
  155. package/cli/program/register.configure.d.ts.map +1 -1
  156. package/cli/program/register.configure.js +1 -1
  157. package/cli/program/register.dashboard.d.ts.map +1 -1
  158. package/cli/program/register.dashboard.js +6 -7
  159. package/cli/program/register.db.d.ts.map +1 -1
  160. package/cli/program/register.db.js +3 -4
  161. package/cli/program/register.doctor.js +7 -7
  162. package/cli/program/register.setup.d.ts.map +1 -1
  163. package/cli/program/register.setup.js +14 -10
  164. package/cli/program/register.start.d.ts.map +1 -1
  165. package/cli/program/register.start.js +5 -3
  166. package/cli/program/register.subclis.js +3 -3
  167. package/cli/program/register.update.d.ts +6 -0
  168. package/cli/program/register.update.d.ts.map +1 -1
  169. package/cli/program/register.update.js +58 -6
  170. package/cli/program.js +1 -1
  171. package/cli/run-main.js +4 -4
  172. package/config/app-config.d.ts +2 -0
  173. package/config/app-config.d.ts.map +1 -0
  174. package/config/app-config.js +1 -0
  175. package/connectors/capacitor-jsc.d.ts.map +1 -1
  176. package/connectors/capacitor-jsc.js +16 -10
  177. package/connectors/capacitor-quickjs.d.ts.map +1 -1
  178. package/connectors/capacitor-quickjs.js +18 -13
  179. package/connectors/capacitor-sqlite.d.ts.map +1 -1
  180. package/connectors/capacitor-sqlite.js +27 -12
  181. package/dispatch/approval-queue.d.ts +37 -0
  182. package/dispatch/approval-queue.d.ts.map +1 -0
  183. package/dispatch/approval-queue.js +25 -0
  184. package/dispatch/channel-registry.d.ts +30 -0
  185. package/dispatch/channel-registry.d.ts.map +1 -0
  186. package/dispatch/channel-registry.js +22 -0
  187. package/dispatch/connector-registry.d.ts +39 -0
  188. package/dispatch/connector-registry.d.ts.map +1 -0
  189. package/dispatch/connector-registry.js +24 -0
  190. package/dispatch/index.d.ts +14 -0
  191. package/dispatch/index.d.ts.map +1 -0
  192. package/dispatch/index.js +13 -0
  193. package/dispatch/send-policy.d.ts +36 -0
  194. package/dispatch/send-policy.d.ts.map +1 -0
  195. package/dispatch/send-policy.js +16 -0
  196. package/entry.js +28 -11
  197. package/first-run/first-run-config.d.ts +55 -0
  198. package/first-run/first-run-config.d.ts.map +1 -0
  199. package/first-run/first-run-config.js +178 -0
  200. package/first-run/runtime-target.d.ts +4 -0
  201. package/first-run/runtime-target.d.ts.map +1 -0
  202. package/first-run/runtime-target.js +13 -0
  203. package/index.d.ts +16 -3
  204. package/index.d.ts.map +1 -1
  205. package/index.js +57 -33
  206. package/package.json +159 -50
  207. package/packaging/debian/apt-repo-config/README.md +18 -0
  208. package/packaging/debian/apt-repo-config/conf/distributions +11 -0
  209. package/packaging/flatpak/README.md +26 -16
  210. package/packaging/flatpak/ai.elizaos.App.metainfo.xml +17 -12
  211. package/packaging/flatpak/ai.elizaos.App.store.yml +5 -5
  212. package/packaging/flatpak/ai.elizaos.App.yml +10 -24
  213. package/packaging/flatpak/elizaos-app-wrapper.store.sh +2 -2
  214. package/packaging/flatpak/generate-sources.sh +74 -0
  215. package/packaging/flatpak/node-sources.json +7930 -0
  216. package/packaging/inno/build-inno.ps1 +34 -9
  217. package/packaging/msix/AppxManifest.store.xml +1 -1
  218. package/packaging/msix/README.md +39 -19
  219. package/packaging/msix/build-msix.ps1 +44 -14
  220. package/packaging/snap/snapcraft.yaml +22 -21
  221. package/packaging/test-packaging.sh +2 -2
  222. package/permissions/types.d.ts +1 -1
  223. package/permissions/types.js +1 -1
  224. package/platform/elizaos-agent-browser-stub.d.ts +144 -0
  225. package/platform/elizaos-agent-browser-stub.d.ts.map +1 -0
  226. package/platform/elizaos-agent-browser-stub.js +158 -0
  227. package/platform/elizaos-plugin-elizacloud-browser-stub.d.ts +34 -0
  228. package/platform/elizaos-plugin-elizacloud-browser-stub.d.ts.map +1 -0
  229. package/platform/elizaos-plugin-elizacloud-browser-stub.js +51 -0
  230. package/platform/empty-node-module.d.ts +148 -0
  231. package/platform/empty-node-module.d.ts.map +1 -1
  232. package/platform/empty-node-module.js +140 -3
  233. package/platform/ios-runtime-backends.d.ts +83 -0
  234. package/platform/ios-runtime-backends.d.ts.map +1 -0
  235. package/platform/ios-runtime-backends.js +133 -0
  236. package/platform/ios-runtime-bridge.d.ts +15 -0
  237. package/platform/ios-runtime-bridge.d.ts.map +1 -0
  238. package/platform/ios-runtime-bridge.js +527 -0
  239. package/platform/native-library-policy.d.ts +23 -0
  240. package/platform/native-library-policy.d.ts.map +1 -0
  241. package/platform/native-library-policy.js +112 -0
  242. package/platform/native-plugin-entrypoints.d.ts +19 -0
  243. package/platform/native-plugin-entrypoints.d.ts.map +1 -0
  244. package/platform/native-plugin-entrypoints.js +29 -0
  245. package/platforms/android/README.md +68 -10
  246. package/platforms/android/app/build.gradle +268 -3
  247. package/platforms/android/app/capacitor.build.gradle +18 -1
  248. package/platforms/android/app/proguard-rules.pro +17 -2
  249. package/platforms/android/app/src/androidTest/java/ai/elizaos/app/ElizaOsInstrumentedTest.java +1 -1
  250. package/platforms/android/app/src/main/AndroidManifest.xml +334 -17
  251. package/platforms/android/app/src/main/assets/runners/eliza-tasks.js +177 -0
  252. package/platforms/android/app/src/main/elizavoice-jni/CMakeLists.txt +100 -0
  253. package/platforms/android/app/src/main/elizavoice-jni/elizavoice-jni.cpp +1349 -0
  254. package/platforms/android/app/src/main/java/ai/elizaos/app/AgentPlugin.java +111 -171
  255. package/platforms/android/app/src/main/java/ai/elizaos/app/AndroidVirtualizationBridge.java +284 -0
  256. package/platforms/android/app/src/main/java/ai/elizaos/app/BatteryOptimizationPlugin.java +95 -0
  257. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaAccessibilityService.java +55 -0
  258. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaAgentService.java +1198 -141
  259. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaAndroidSystemBridge.java +83 -0
  260. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaAssistActivity.java +50 -1
  261. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaBootReceiver.java +90 -8
  262. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaBrowserActivity.java +2 -2
  263. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaCalendarActivity.java +1 -1
  264. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaCameraActivity.java +1 -1
  265. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaClockActivity.java +2 -2
  266. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaContactsActivity.java +1 -1
  267. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaDialActivity.java +1 -1
  268. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaInCallService.java +1 -1
  269. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaMmsReceiver.java +1 -1
  270. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaNativeBridge.java +22 -0
  271. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaNotificationListenerService.java +45 -0
  272. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaQuickActionsWidgetProvider.java +68 -0
  273. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaShareActivity.java +132 -0
  274. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaSmsComposeActivity.java +1 -1
  275. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaSmsGatewayService.java +268 -0
  276. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaSmsReceiver.java +12 -1
  277. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaTasksWorker.java +194 -0
  278. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaVoiceCaptureService.java +198 -0
  279. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaVoiceNative.java +205 -0
  280. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaVoicePlugin.java +498 -0
  281. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaVoiceTileService.java +39 -0
  282. package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaWorkScheduler.java +60 -0
  283. package/platforms/android/app/src/main/java/ai/elizaos/app/GatewayConnectionService.java +53 -19
  284. package/platforms/android/app/src/main/java/ai/elizaos/app/MainActivity.java +160 -33
  285. package/platforms/android/app/src/main/java/ai/elizaos/app/ResourceProbePlugin.java +169 -0
  286. package/platforms/android/app/src/main/java/ai/elizaos/app/VoiceCapturePlugin.java +119 -0
  287. package/platforms/android/app/src/main/res/drawable/eliza_widget_background.xml +10 -0
  288. package/platforms/android/app/src/main/res/drawable/eliza_widget_button_background.xml +13 -0
  289. package/platforms/android/app/src/main/res/drawable/splash.png +0 -0
  290. package/platforms/android/app/src/main/res/drawable-land-hdpi/splash.png +0 -0
  291. package/platforms/android/app/src/main/res/drawable-land-mdpi/splash.png +0 -0
  292. package/platforms/android/app/src/main/res/drawable-land-xhdpi/splash.png +0 -0
  293. package/platforms/android/app/src/main/res/drawable-land-xxhdpi/splash.png +0 -0
  294. package/platforms/android/app/src/main/res/drawable-land-xxxhdpi/splash.png +0 -0
  295. package/platforms/android/app/src/main/res/drawable-port-hdpi/splash.png +0 -0
  296. package/platforms/android/app/src/main/res/drawable-port-mdpi/splash.png +0 -0
  297. package/platforms/android/app/src/main/res/drawable-port-xhdpi/splash.png +0 -0
  298. package/platforms/android/app/src/main/res/drawable-port-xxhdpi/splash.png +0 -0
  299. package/platforms/android/app/src/main/res/drawable-port-xxxhdpi/splash.png +0 -0
  300. package/platforms/android/app/src/main/res/layout/eliza_quick_actions_widget.xml +86 -0
  301. package/platforms/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +2 -1
  302. package/platforms/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +2 -1
  303. package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
  304. package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png +0 -0
  305. package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png +0 -0
  306. package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
  307. package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
  308. package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png +0 -0
  309. package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png +0 -0
  310. package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
  311. package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
  312. package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
  313. package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png +0 -0
  314. package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
  315. package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
  316. package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
  317. package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png +0 -0
  318. package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  319. package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
  320. package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
  321. package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png +0 -0
  322. package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  323. package/platforms/android/app/src/main/res/values/android_app_actions.xml +48 -0
  324. package/platforms/android/app/src/main/res/values/colors.xml +8 -0
  325. package/platforms/android/app/src/main/res/values/ic_launcher_background.xml +2 -2
  326. package/platforms/android/app/src/main/res/values/strings.xml +2 -2
  327. package/platforms/android/app/src/main/res/values/styles.xml +25 -1
  328. package/platforms/android/app/src/main/res/xml/eliza_accessibility_service.xml +9 -0
  329. package/platforms/android/app/src/main/res/xml/eliza_quick_actions_widget.xml +13 -0
  330. package/platforms/android/app/src/main/res/xml/shortcuts.xml +121 -0
  331. package/platforms/android/build.gradle +2 -2
  332. package/platforms/android/capacitor-cordova-android-plugins/build.gradle +9 -3
  333. package/platforms/android/capacitor-cordova-android-plugins/cordova.variables.gradle +6 -2
  334. package/platforms/android/capacitor-cordova-android-plugins/src/main/AndroidManifest.xml +7 -2
  335. package/platforms/android/capacitor-cordova-android-plugins/src/main/java/.gitkeep +0 -1
  336. package/platforms/android/capacitor.settings.gradle +66 -16
  337. package/platforms/android/gradle.properties +1 -0
  338. package/platforms/android/update-manifest/generate-manifest.mjs +97 -0
  339. package/platforms/android/update-manifest/schema.json +26 -0
  340. package/platforms/apple-store-entitlements.reviewed.json +155 -0
  341. package/platforms/electrobun/.generated/brand-config.json +3 -2
  342. package/platforms/electrobun/LICENSE +21 -0
  343. package/platforms/electrobun/README.md +15 -1
  344. package/platforms/electrobun/assets/appIcon.icns +0 -0
  345. package/platforms/electrobun/assets/appIcon.ico +0 -0
  346. package/platforms/electrobun/assets/appIcon.iconset/icon_128x128.png +0 -0
  347. package/platforms/electrobun/assets/appIcon.iconset/icon_128x128@2x.png +0 -0
  348. package/platforms/electrobun/assets/appIcon.iconset/icon_16x16.png +0 -0
  349. package/platforms/electrobun/assets/appIcon.iconset/icon_16x16@2x.png +0 -0
  350. package/platforms/electrobun/assets/appIcon.iconset/icon_256x256.png +0 -0
  351. package/platforms/electrobun/assets/appIcon.iconset/icon_256x256@2x.png +0 -0
  352. package/platforms/electrobun/assets/appIcon.iconset/icon_32x32.png +0 -0
  353. package/platforms/electrobun/assets/appIcon.iconset/icon_32x32@2x.png +0 -0
  354. package/platforms/electrobun/assets/appIcon.iconset/icon_512x512.png +0 -0
  355. package/platforms/electrobun/assets/brand-config.json +6 -6
  356. package/platforms/electrobun/biome.json +9 -9
  357. package/platforms/electrobun/docs/capability-collapse-matrix.json +318 -0
  358. package/platforms/electrobun/docs/capability-collapse-matrix.md +129 -0
  359. package/platforms/electrobun/docs/capability-routing.md +86 -0
  360. package/platforms/electrobun/docs/convergence-audit.json +3505 -0
  361. package/platforms/electrobun/docs/convergence-audit.md +694 -0
  362. package/platforms/electrobun/docs/database-boot-policy.md +90 -0
  363. package/platforms/electrobun/docs/riscv64-port.md +175 -0
  364. package/platforms/electrobun/docs/startup-first-run-cleanup.md +18 -0
  365. package/platforms/electrobun/docs/trace-first-annotations.md +52 -0
  366. package/platforms/electrobun/docs/ui-boundary-audit.json +580 -0
  367. package/platforms/electrobun/docs/ui-boundary-audit.md +257 -0
  368. package/platforms/electrobun/electrobun.config.ts +592 -364
  369. package/platforms/electrobun/entitlements/JUSTIFICATIONS.md +141 -0
  370. package/platforms/electrobun/entitlements/README.md +34 -6
  371. package/platforms/electrobun/entitlements/mas-bun.entitlements +15 -0
  372. package/platforms/electrobun/entitlements/mas.entitlements +6 -4
  373. package/platforms/electrobun/native/macos/window-effects.mm +1522 -0
  374. package/platforms/electrobun/package.json +18 -12
  375. package/platforms/electrobun/remotes/fs/README.md +70 -0
  376. package/platforms/electrobun/remotes/fs/electrobun.config.ts +38 -0
  377. package/platforms/electrobun/remotes/fs/package.json +12 -0
  378. package/platforms/electrobun/remotes/fs/plugin.json +25 -0
  379. package/platforms/electrobun/remotes/fs/src/bun/errors.ts +57 -0
  380. package/platforms/electrobun/remotes/fs/src/bun/file-limits.ts +50 -0
  381. package/platforms/electrobun/remotes/fs/src/bun/fs-service.ts +389 -0
  382. package/platforms/electrobun/remotes/fs/src/bun/path-guard.ts +270 -0
  383. package/platforms/electrobun/remotes/fs/src/bun/protocol.ts +149 -0
  384. package/platforms/electrobun/remotes/fs/src/bun/worker.ts +174 -0
  385. package/platforms/electrobun/remotes/fs/src/dev/phase5-smoke.ts +171 -0
  386. package/platforms/electrobun/remotes/fs/src/web/index.html +8 -0
  387. package/platforms/electrobun/remotes/git/README.md +75 -0
  388. package/platforms/electrobun/remotes/git/electrobun.config.ts +44 -0
  389. package/platforms/electrobun/remotes/git/package.json +12 -0
  390. package/platforms/electrobun/remotes/git/plugin.json +31 -0
  391. package/platforms/electrobun/remotes/git/src/bun/errors.ts +69 -0
  392. package/platforms/electrobun/remotes/git/src/bun/git-command.ts +156 -0
  393. package/platforms/electrobun/remotes/git/src/bun/git-service.ts +446 -0
  394. package/platforms/electrobun/remotes/git/src/bun/operation-history.ts +124 -0
  395. package/platforms/electrobun/remotes/git/src/bun/protocol.ts +252 -0
  396. package/platforms/electrobun/remotes/git/src/bun/worker.ts +316 -0
  397. package/platforms/electrobun/remotes/git/src/dev/phase7-smoke.ts +141 -0
  398. package/platforms/electrobun/remotes/git/src/web/index.html +8 -0
  399. package/platforms/electrobun/remotes/local-model/README.md +138 -0
  400. package/platforms/electrobun/remotes/local-model/electrobun.config.ts +46 -0
  401. package/platforms/electrobun/remotes/local-model/package.json +12 -0
  402. package/platforms/electrobun/remotes/local-model/plugin.json +33 -0
  403. package/platforms/electrobun/remotes/local-model/src/bun/download-state.ts +115 -0
  404. package/platforms/electrobun/remotes/local-model/src/bun/eliza1-catalog.ts +425 -0
  405. package/platforms/electrobun/remotes/local-model/src/bun/errors.ts +74 -0
  406. package/platforms/electrobun/remotes/local-model/src/bun/hf-eliza1-client.ts +169 -0
  407. package/platforms/electrobun/remotes/local-model/src/bun/local-inference-api-client.ts +245 -0
  408. package/platforms/electrobun/remotes/local-model/src/bun/model-service.ts +490 -0
  409. package/platforms/electrobun/remotes/local-model/src/bun/protocol.ts +301 -0
  410. package/platforms/electrobun/remotes/local-model/src/bun/worker.ts +248 -0
  411. package/platforms/electrobun/remotes/local-model/src/dev/phase8-smoke.ts +117 -0
  412. package/platforms/electrobun/remotes/local-model/src/web/index.html +13 -0
  413. package/platforms/electrobun/remotes/pty/README.md +65 -0
  414. package/platforms/electrobun/remotes/pty/electrobun.config.ts +47 -0
  415. package/platforms/electrobun/remotes/pty/package.json +12 -0
  416. package/platforms/electrobun/remotes/pty/plugin.json +34 -0
  417. package/platforms/electrobun/remotes/pty/src/bun/errors.ts +57 -0
  418. package/platforms/electrobun/remotes/pty/src/bun/output-buffer.ts +127 -0
  419. package/platforms/electrobun/remotes/pty/src/bun/protocol.ts +192 -0
  420. package/platforms/electrobun/remotes/pty/src/bun/pty-service.ts +562 -0
  421. package/platforms/electrobun/remotes/pty/src/bun/worker.ts +218 -0
  422. package/platforms/electrobun/remotes/pty/src/dev/phase6-smoke.ts +127 -0
  423. package/platforms/electrobun/remotes/pty/src/web/index.html +8 -0
  424. package/platforms/electrobun/remotes/runtime/README.md +370 -0
  425. package/platforms/electrobun/remotes/runtime/electrobun.config.ts +48 -0
  426. package/platforms/electrobun/remotes/runtime/package.json +14 -0
  427. package/platforms/electrobun/remotes/runtime/plugin.json +30 -0
  428. package/platforms/electrobun/remotes/runtime/src/bun/api-client.ts +620 -0
  429. package/platforms/electrobun/remotes/runtime/src/bun/errors.ts +45 -0
  430. package/platforms/electrobun/remotes/runtime/src/bun/log-buffer.ts +33 -0
  431. package/platforms/electrobun/remotes/runtime/src/bun/protocol.ts +366 -0
  432. package/platforms/electrobun/remotes/runtime/src/bun/route-discovery.ts +419 -0
  433. package/platforms/electrobun/remotes/runtime/src/bun/runtime-manager.ts +423 -0
  434. package/platforms/electrobun/remotes/runtime/src/bun/sse-parser.ts +99 -0
  435. package/platforms/electrobun/remotes/runtime/src/bun/stream-manager.ts +887 -0
  436. package/platforms/electrobun/remotes/runtime/src/bun/worker.ts +1231 -0
  437. package/platforms/electrobun/remotes/runtime/src/dev/phase1-smoke.ts +34 -0
  438. package/platforms/electrobun/remotes/runtime/src/dev/phase2-smoke.ts +86 -0
  439. package/platforms/electrobun/remotes/runtime/src/dev/phase3-smoke.ts +141 -0
  440. package/platforms/electrobun/remotes/runtime/src/web/index.css +187 -0
  441. package/platforms/electrobun/remotes/runtime/src/web/index.html +76 -0
  442. package/platforms/electrobun/remotes/runtime/src/web/index.ts +192 -0
  443. package/platforms/electrobun/remotes/surface/README.md +201 -0
  444. package/platforms/electrobun/remotes/surface/electrobun.config.ts +38 -0
  445. package/platforms/electrobun/remotes/surface/package.json +12 -0
  446. package/platforms/electrobun/remotes/surface/plugin.json +28 -0
  447. package/platforms/electrobun/remotes/surface/src/bun/worker.ts +132 -0
  448. package/platforms/electrobun/remotes/surface/src/dev/phase4-smoke.ts +566 -0
  449. package/platforms/electrobun/remotes/surface/src/protocol/event-types.ts +84 -0
  450. package/platforms/electrobun/remotes/surface/src/protocol/runtime-client.ts +673 -0
  451. package/platforms/electrobun/remotes/surface/src/web/app.ts +595 -0
  452. package/platforms/electrobun/remotes/surface/src/web/index.css +460 -0
  453. package/platforms/electrobun/remotes/surface/src/web/index.html +466 -0
  454. package/platforms/electrobun/remotes/surface/src/web/index.ts +5 -0
  455. package/platforms/electrobun/remotes/surface/src/web/render.ts +455 -0
  456. package/platforms/electrobun/remotes/surface/src/web/state.ts +427 -0
  457. package/platforms/electrobun/scripts/build-macos-effects.sh +4 -0
  458. package/platforms/electrobun/scripts/ensure-build-folder.ts +28 -0
  459. package/platforms/electrobun/scripts/ensure-whisper-gguf.sh +55 -0
  460. package/platforms/electrobun/scripts/ensure-whisper-model.sh +22 -80
  461. package/platforms/electrobun/scripts/generate-convergence-audit.ts +1203 -0
  462. package/platforms/electrobun/scripts/local-adhoc-sign-macos.ts +159 -159
  463. package/platforms/electrobun/scripts/postwrap-diagnostics.ts +424 -339
  464. package/platforms/electrobun/scripts/postwrap-sign-runtime-macos.ts +302 -271
  465. package/platforms/electrobun/scripts/smoke-test-windows.ps1 +17 -16
  466. package/platforms/electrobun/scripts/smoke-test.sh +5 -7
  467. package/platforms/electrobun/scripts/sync-web-assets.mjs +13 -13
  468. package/platforms/electrobun/scripts/verify-rpc-handlers.ts +109 -110
  469. package/platforms/electrobun/scripts/verify-windows-installer-proof.ps1 +3 -8
  470. package/platforms/electrobun/src/__stubs__/bun-ffi.ts +31 -31
  471. package/platforms/electrobun/src/__stubs__/electrobun-bun.ts +1 -1
  472. package/platforms/electrobun/src/agent-ready-state.ts +8 -8
  473. package/platforms/electrobun/src/agent-reset-from-main.test.ts +162 -0
  474. package/platforms/electrobun/src/agent-reset-from-main.ts +62 -62
  475. package/platforms/electrobun/src/agent-status-rpc.test.ts +95 -0
  476. package/platforms/electrobun/src/agent-status-rpc.ts +156 -0
  477. package/platforms/electrobun/src/api-base.test.ts +247 -0
  478. package/platforms/electrobun/src/api-base.ts +202 -93
  479. package/platforms/electrobun/src/application-menu-action-registry.ts +9 -9
  480. package/platforms/electrobun/src/application-menu.ts +348 -348
  481. package/platforms/electrobun/src/background-notice.ts +36 -36
  482. package/platforms/electrobun/src/boot-progress.test.ts +188 -0
  483. package/platforms/electrobun/src/boot-progress.ts +111 -0
  484. package/platforms/electrobun/src/brand-config.test.ts +39 -0
  485. package/platforms/electrobun/src/brand-config.ts +141 -129
  486. package/platforms/electrobun/src/bridge/browser-tabs-renderer-registry.ts +28 -28
  487. package/platforms/electrobun/src/bridge/electrobun-boot-config.ts +42 -0
  488. package/platforms/electrobun/src/bridge/electrobun-crypto-ready.ts +120 -0
  489. package/platforms/electrobun/src/bridge/electrobun-direct-rpc.ts +342 -357
  490. package/platforms/electrobun/src/bridge/electrobun-stub.ts +13 -13
  491. package/platforms/electrobun/src/browser-workspace-bridge-server.ts +285 -243
  492. package/platforms/electrobun/src/cloud-auth-window.ts +136 -136
  493. package/platforms/electrobun/src/cloud-disconnect-from-main.ts +90 -90
  494. package/platforms/electrobun/src/config-and-auth-rpc.test.ts +256 -0
  495. package/platforms/electrobun/src/config-and-auth-rpc.ts +302 -0
  496. package/platforms/electrobun/src/conversations-and-character-rpc.test.ts +185 -0
  497. package/platforms/electrobun/src/conversations-and-character-rpc.ts +131 -0
  498. package/platforms/electrobun/src/dashboard-rpc.test.ts +200 -0
  499. package/platforms/electrobun/src/dashboard-rpc.ts +344 -0
  500. package/platforms/electrobun/src/database/database-lock.ts +141 -0
  501. package/platforms/electrobun/src/database/database-mode.ts +149 -0
  502. package/platforms/electrobun/src/database/database-recovery.ts +72 -0
  503. package/platforms/electrobun/src/database/database-snapshot.ts +190 -0
  504. package/platforms/electrobun/src/database/database.test.ts +196 -0
  505. package/platforms/electrobun/src/database/index.ts +5 -0
  506. package/platforms/electrobun/src/database/pglite-paths.ts +100 -0
  507. package/platforms/electrobun/src/desktop-deep-link-events.test.ts +30 -0
  508. package/platforms/electrobun/src/desktop-deep-link-events.ts +17 -0
  509. package/platforms/electrobun/src/desktop-http-request.test.ts +73 -73
  510. package/platforms/electrobun/src/desktop-http-request.ts +85 -85
  511. package/platforms/electrobun/src/desktop-pill-config.test.ts +27 -0
  512. package/platforms/electrobun/src/desktop-pill-config.ts +40 -0
  513. package/platforms/electrobun/src/desktop-test-bridge-server.ts +204 -204
  514. package/platforms/electrobun/src/desktop-tray-config.test.ts +87 -0
  515. package/platforms/electrobun/src/desktop-tray-config.ts +84 -0
  516. package/platforms/electrobun/src/devtools-layout.ts +41 -41
  517. package/platforms/electrobun/src/diagnostic-format.test.ts +71 -0
  518. package/platforms/electrobun/src/diagnostic-format.ts +75 -36
  519. package/platforms/electrobun/src/dynamic-view-rpc-schema.test.ts +37 -0
  520. package/platforms/electrobun/src/dynamic-views/README.md +44 -0
  521. package/platforms/electrobun/src/dynamic-views/demo/agent-run-trace.html +135 -0
  522. package/platforms/electrobun/src/dynamic-views/errors.ts +29 -0
  523. package/platforms/electrobun/src/dynamic-views/host.test.ts +353 -0
  524. package/platforms/electrobun/src/dynamic-views/host.ts +332 -0
  525. package/platforms/electrobun/src/dynamic-views/index.ts +57 -0
  526. package/platforms/electrobun/src/dynamic-views/kiosk-canvas.ts +89 -0
  527. package/platforms/electrobun/src/dynamic-views/registry.test.ts +139 -0
  528. package/platforms/electrobun/src/dynamic-views/registry.ts +196 -0
  529. package/platforms/electrobun/src/dynamic-views/session-manager.test.ts +355 -0
  530. package/platforms/electrobun/src/dynamic-views/session-manager.ts +348 -0
  531. package/platforms/electrobun/src/dynamic-views/types.ts +105 -0
  532. package/platforms/electrobun/src/electrobun-boot-config.test.ts +50 -0
  533. package/platforms/electrobun/src/electrobun-config.test.ts +62 -0
  534. package/platforms/electrobun/src/electrobun-crypto-ready.test.ts +65 -0
  535. package/platforms/electrobun/src/electrobun-window-options.ts +25 -0
  536. package/platforms/electrobun/src/extension-rpc.test.ts +88 -0
  537. package/platforms/electrobun/src/extension-rpc.ts +102 -0
  538. package/platforms/electrobun/src/fatal-shutdown.test.ts +10 -10
  539. package/platforms/electrobun/src/fatal-shutdown.ts +1 -1
  540. package/platforms/electrobun/src/first-party-remotes.test.ts +169 -0
  541. package/platforms/electrobun/src/first-party-remotes.ts +297 -0
  542. package/platforms/electrobun/src/first-run-rpc.test.ts +192 -0
  543. package/platforms/electrobun/src/first-run-rpc.ts +146 -0
  544. package/platforms/electrobun/src/floating-chat-window.ts +181 -181
  545. package/platforms/electrobun/src/inbox-rpc.test.ts +123 -0
  546. package/platforms/electrobun/src/inbox-rpc.ts +158 -0
  547. package/platforms/electrobun/src/index.ts +2555 -2096
  548. package/platforms/electrobun/src/kiosk-mode.ts +50 -0
  549. package/platforms/electrobun/src/launch/index.ts +4 -0
  550. package/platforms/electrobun/src/launch/launch-dynamic-view.ts +37 -0
  551. package/platforms/electrobun/src/launch/launch-orchestrator.test.ts +224 -0
  552. package/platforms/electrobun/src/launch/launch-orchestrator.ts +456 -0
  553. package/platforms/electrobun/src/launch/launch-store.test.ts +97 -0
  554. package/platforms/electrobun/src/launch/launch-store.ts +134 -0
  555. package/platforms/electrobun/src/launch/types.ts +103 -0
  556. package/platforms/electrobun/src/launch/views/launch-diagnostics.html +205 -0
  557. package/platforms/electrobun/src/lifecycle/agent-ready-publish.test.ts +50 -0
  558. package/platforms/electrobun/src/lifecycle/agent-ready-publish.ts +27 -0
  559. package/platforms/electrobun/src/lifecycle/api-base-owner.ts +42 -31
  560. package/platforms/electrobun/src/lifecycle/desktop-session-prime.ts +44 -44
  561. package/platforms/electrobun/src/logger.ts +14 -14
  562. package/platforms/electrobun/src/main-window-runtime.ts +83 -83
  563. package/platforms/electrobun/src/main-window-session.test.ts +109 -0
  564. package/platforms/electrobun/src/main-window-session.ts +87 -51
  565. package/platforms/electrobun/src/menu-reset-from-main.ts +158 -158
  566. package/platforms/electrobun/src/native/agent-env.test.ts +52 -0
  567. package/platforms/electrobun/src/native/agent-runtime-layout.test.ts +42 -0
  568. package/platforms/electrobun/src/native/agent-state-dir.test.ts +91 -0
  569. package/platforms/electrobun/src/native/agent.ts +2122 -1682
  570. package/platforms/electrobun/src/native/auth-bridge.test.ts +67 -0
  571. package/platforms/electrobun/src/native/auth-bridge.ts +464 -360
  572. package/platforms/electrobun/src/native/browser-workspace.ts +723 -471
  573. package/platforms/electrobun/src/native/camera.ts +50 -50
  574. package/platforms/electrobun/src/native/canvas.ts +444 -445
  575. package/platforms/electrobun/src/native/credentials.ts +673 -616
  576. package/platforms/electrobun/src/native/desktop-window.test.ts +300 -0
  577. package/platforms/electrobun/src/native/desktop.ts +2196 -2156
  578. package/platforms/electrobun/src/native/editor-bridge.ts +201 -201
  579. package/platforms/electrobun/src/native/file-watcher.ts +154 -154
  580. package/platforms/electrobun/src/native/gateway.ts +179 -180
  581. package/platforms/electrobun/src/native/gpu-window.ts +256 -256
  582. package/platforms/electrobun/src/native/index.ts +76 -74
  583. package/platforms/electrobun/src/native/location.test.ts +44 -0
  584. package/platforms/electrobun/src/native/location.ts +90 -80
  585. package/platforms/electrobun/src/native/loopback-port.ts +60 -60
  586. package/platforms/electrobun/src/native/mac-window-effects.ts +166 -104
  587. package/platforms/electrobun/src/native/music-player.ts +38 -38
  588. package/platforms/electrobun/src/native/permissions-shared.ts +249 -150
  589. package/platforms/electrobun/src/native/permissions.ts +301 -208
  590. package/platforms/electrobun/src/native/power-state.ts +129 -129
  591. package/platforms/electrobun/src/native/remote-plugin-host.test.ts +1394 -0
  592. package/platforms/electrobun/src/native/remote-plugin-host.ts +1531 -0
  593. package/platforms/electrobun/src/native/screencapture.ts +667 -573
  594. package/platforms/electrobun/src/native/steward.ts +207 -204
  595. package/platforms/electrobun/src/native/swabble.ts +68 -324
  596. package/platforms/electrobun/src/native/talkmode.ts +253 -422
  597. package/platforms/electrobun/src/native/webgpu-browser-support.test.ts +18 -0
  598. package/platforms/electrobun/src/native/webgpu-browser-support.ts +165 -147
  599. package/platforms/electrobun/src/native/whisper-env.test.ts +71 -0
  600. package/platforms/electrobun/src/native/whisper-env.ts +68 -0
  601. package/platforms/electrobun/src/native-onboarding.ts +270 -0
  602. package/platforms/electrobun/src/onboarding-overlay-window.ts +141 -0
  603. package/platforms/electrobun/src/persisted-deployment.ts +91 -0
  604. package/platforms/electrobun/src/pill-window.test.ts +91 -0
  605. package/platforms/electrobun/src/pill-window.ts +99 -0
  606. package/platforms/electrobun/src/preload-validation.ts +44 -44
  607. package/platforms/electrobun/src/preload.js +1 -1
  608. package/platforms/electrobun/src/print-electrobun-dev-settings-banner.ts +120 -120
  609. package/platforms/electrobun/src/renderer-api-proxy.test.ts +73 -0
  610. package/platforms/electrobun/src/renderer-api-proxy.ts +86 -0
  611. package/platforms/electrobun/src/renderer-static.test.ts +53 -0
  612. package/platforms/electrobun/src/renderer-static.ts +144 -57
  613. package/platforms/electrobun/src/rpc-handler-slices.ts +121 -0
  614. package/platforms/electrobun/src/rpc-handlers.test.ts +267 -0
  615. package/platforms/electrobun/src/rpc-handlers.ts +1306 -913
  616. package/platforms/electrobun/src/rpc-parse-utils.ts +57 -0
  617. package/platforms/electrobun/src/rpc-port-resolver.test.ts +45 -0
  618. package/platforms/electrobun/src/rpc-port-resolver.ts +31 -0
  619. package/platforms/electrobun/src/rpc-schema.ts +2556 -1619
  620. package/platforms/electrobun/src/runtime-layout.ts +105 -105
  621. package/platforms/electrobun/src/runtime-permissions.ts +95 -95
  622. package/platforms/electrobun/src/runtime-rpc.test.ts +126 -0
  623. package/platforms/electrobun/src/runtime-rpc.ts +237 -0
  624. package/platforms/electrobun/src/screenshot-dev-server.ts +87 -87
  625. package/platforms/electrobun/src/settings-mutations-rpc.test.ts +193 -0
  626. package/platforms/electrobun/src/settings-mutations-rpc.ts +220 -0
  627. package/platforms/electrobun/src/startup-trace.ts +274 -270
  628. package/platforms/electrobun/src/subscription-rpc.test.ts +89 -0
  629. package/platforms/electrobun/src/subscription-rpc.ts +192 -0
  630. package/platforms/electrobun/src/surface-windows.test.ts +355 -0
  631. package/platforms/electrobun/src/surface-windows.ts +410 -410
  632. package/platforms/electrobun/src/trace/README.md +73 -0
  633. package/platforms/electrobun/src/trace/errors.ts +21 -0
  634. package/platforms/electrobun/src/trace/index.ts +40 -0
  635. package/platforms/electrobun/src/trace/trace-dynamic-view.ts +40 -0
  636. package/platforms/electrobun/src/trace/trace-host-requests.ts +473 -0
  637. package/platforms/electrobun/src/trace/trace-service.test.ts +186 -0
  638. package/platforms/electrobun/src/trace/trace-service.ts +324 -0
  639. package/platforms/electrobun/src/trace/trace-store.test.ts +141 -0
  640. package/platforms/electrobun/src/trace/trace-store.ts +551 -0
  641. package/platforms/electrobun/src/trace/types.ts +250 -0
  642. package/platforms/electrobun/src/trace/views/agent-run-trace.html +311 -0
  643. package/platforms/electrobun/src/types/web-speech.d.ts +28 -28
  644. package/platforms/electrobun/src/types.ts +5 -5
  645. package/platforms/electrobun/src/update-availability.test.ts +72 -0
  646. package/platforms/electrobun/src/update-availability.ts +90 -0
  647. package/platforms/electrobun/src/update-rpc.test.ts +83 -0
  648. package/platforms/electrobun/src/update-rpc.ts +123 -0
  649. package/platforms/electrobun/src/voice/README.md +184 -0
  650. package/platforms/electrobun/src/voice/errors.ts +42 -0
  651. package/platforms/electrobun/src/voice/index.ts +78 -0
  652. package/platforms/electrobun/src/voice/types.ts +316 -0
  653. package/platforms/electrobun/src/voice/voice-host-requests.ts +259 -0
  654. package/platforms/electrobun/src/voice/voice-latency-budget.test.ts +66 -0
  655. package/platforms/electrobun/src/voice/voice-latency-budget.ts +243 -0
  656. package/platforms/electrobun/src/voice/voice-live-validation.test.ts +352 -0
  657. package/platforms/electrobun/src/voice/voice-live-validation.ts +838 -0
  658. package/platforms/electrobun/src/voice/voice-pipeline.ts +250 -0
  659. package/platforms/electrobun/src/voice/voice-playback-adapter.ts +31 -0
  660. package/platforms/electrobun/src/voice/voice-runtime-adapter.test.ts +213 -0
  661. package/platforms/electrobun/src/voice/voice-runtime-adapter.ts +686 -0
  662. package/platforms/electrobun/src/voice/voice-service.test.ts +561 -0
  663. package/platforms/electrobun/src/voice/voice-service.ts +1027 -0
  664. package/platforms/electrobun/src/voice/voice-stream-coordinator.test.ts +115 -0
  665. package/platforms/electrobun/src/voice/voice-stream-coordinator.ts +270 -0
  666. package/platforms/electrobun/src/voice/voice-trace.ts +97 -0
  667. package/platforms/electrobun/src/voice/voice-tts-chunker.test.ts +91 -0
  668. package/platforms/electrobun/src/voice/voice-tts-chunker.ts +194 -0
  669. package/platforms/electrobun/src/windows-cef-profile.ts +88 -88
  670. package/platforms/electrobun/tsconfig.json +73 -13
  671. package/platforms/electrobun/update-channels.json +22 -0
  672. package/platforms/electrobun/vitest.electrobun.config.ts +72 -42
  673. package/platforms/ios/App/App/App.entitlements +4 -0
  674. package/platforms/ios/App/App/AppDelegate.swift +80 -18
  675. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-ios-marketing-1024.png +0 -0
  676. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-ipad-20x20@1x.png +0 -0
  677. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-ipad-20x20@2x.png +0 -0
  678. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-ipad-29x29@1x.png +0 -0
  679. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-ipad-29x29@2x.png +0 -0
  680. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-ipad-40x40@1x.png +0 -0
  681. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-ipad-40x40@2x.png +0 -0
  682. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-ipad-76x76@1x.png +0 -0
  683. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-ipad-76x76@2x.png +0 -0
  684. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-ipad-83_5x83_5@2x.png +0 -0
  685. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-iphone-20x20@2x.png +0 -0
  686. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-iphone-20x20@3x.png +0 -0
  687. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-iphone-29x29@2x.png +0 -0
  688. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-iphone-29x29@3x.png +0 -0
  689. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-iphone-40x40@2x.png +0 -0
  690. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-iphone-40x40@3x.png +0 -0
  691. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-iphone-60x60@2x.png +0 -0
  692. package/platforms/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-iphone-60x60@3x.png +0 -0
  693. package/platforms/ios/App/App/Base.lproj/LaunchScreen.storyboard +1 -4
  694. package/platforms/ios/App/App/ComputerUseBridge.swift +589 -0
  695. package/platforms/ios/App/App/DeviceActivityMonitorExtension/DeviceActivityMonitorExtension.entitlements +12 -0
  696. package/platforms/ios/App/App/DeviceActivityMonitorExtension/DeviceActivityMonitorExtension.swift +34 -0
  697. package/platforms/ios/App/App/DeviceActivityMonitorExtension/Info.plist +29 -0
  698. package/platforms/ios/App/App/DeviceActivityReportExtension/DeviceActivityReportExtension.entitlements +12 -0
  699. package/platforms/ios/App/App/DeviceActivityReportExtension/DeviceActivityReportExtension.swift +53 -0
  700. package/platforms/ios/App/App/DeviceActivityReportExtension/Info.plist +27 -0
  701. package/platforms/ios/App/App/ElizaAppIntents.swift +183 -0
  702. package/platforms/ios/App/App/ElizaIntentPlugin.swift +342 -5
  703. package/platforms/ios/App/App/Info.plist +17 -1
  704. package/platforms/ios/App/App/runners/eliza-tasks.js +177 -0
  705. package/platforms/ios/App/App.xcodeproj/project.pbxproj +262 -6
  706. package/platforms/ios/App/BroadcastExtension/SampleHandler.swift +100 -0
  707. package/platforms/ios/App/Podfile +5 -0
  708. package/platforms/ios/App/Podfile.lock +83 -59
  709. package/register-runtime-hooks.js +11 -5
  710. package/registry/app-registry.d.ts +14 -0
  711. package/registry/app-registry.d.ts.map +1 -0
  712. package/registry/app-registry.js +29 -0
  713. package/registry/entries/apps/app-polymarket.json +31 -0
  714. package/registry/entries/apps/clawville.json +27 -0
  715. package/registry/entries/apps/companion.json +28 -0
  716. package/registry/entries/apps/database-viewer.json +27 -0
  717. package/registry/entries/apps/defense-of-the-agents.json +27 -0
  718. package/registry/entries/apps/documents.json +30 -0
  719. package/registry/entries/apps/feed.json +27 -0
  720. package/registry/entries/apps/hyperliquid.json +31 -0
  721. package/registry/entries/apps/log-viewer.json +27 -0
  722. package/registry/entries/apps/memory-viewer.json +27 -0
  723. package/registry/entries/apps/model-tester.json +31 -0
  724. package/registry/entries/apps/plugin-viewer.json +27 -0
  725. package/registry/entries/apps/relationship-viewer.json +27 -0
  726. package/registry/entries/apps/runtime-debugger.json +27 -0
  727. package/registry/entries/apps/shopify.json +31 -0
  728. package/registry/entries/apps/skills-viewer.json +27 -0
  729. package/registry/entries/apps/steward.json +31 -0
  730. package/registry/entries/apps/training.json +54 -0
  731. package/registry/entries/apps/trajectory-viewer.json +27 -0
  732. package/registry/entries/apps/vincent.json +31 -0
  733. package/registry/entries/connectors/bluebubbles.json +99 -0
  734. package/registry/entries/connectors/bluesky.json +173 -0
  735. package/registry/entries/connectors/discord.json +119 -0
  736. package/registry/entries/connectors/farcaster.json +174 -0
  737. package/registry/entries/connectors/feishu.json +79 -0
  738. package/registry/entries/connectors/google-chat.json +120 -0
  739. package/registry/entries/connectors/google.json +82 -0
  740. package/registry/entries/connectors/imessage.json +96 -0
  741. package/registry/entries/connectors/instagram.json +64 -0
  742. package/registry/entries/connectors/line.json +86 -0
  743. package/registry/entries/connectors/matrix.json +94 -0
  744. package/registry/entries/connectors/mattermost.json +110 -0
  745. package/registry/entries/connectors/msteams.json +104 -0
  746. package/registry/entries/connectors/nextcloud-talk.json +104 -0
  747. package/registry/entries/connectors/nostr.json +70 -0
  748. package/registry/entries/connectors/signal.json +81 -0
  749. package/registry/entries/connectors/slack.json +102 -0
  750. package/registry/entries/connectors/telegram.json +71 -0
  751. package/registry/entries/connectors/tlon.json +94 -0
  752. package/registry/entries/connectors/twitch.json +110 -0
  753. package/registry/entries/connectors/whatsapp.json +113 -0
  754. package/registry/entries/connectors/x.json +231 -0
  755. package/registry/entries/connectors/zalo.json +112 -0
  756. package/registry/entries/connectors/zalouser.json +122 -0
  757. package/registry/entries/plugins/agent-orchestrator.json +33 -0
  758. package/registry/entries/plugins/agent-skills.json +72 -0
  759. package/registry/entries/plugins/anthropic.json +73 -0
  760. package/registry/entries/plugins/app-control.json +23 -0
  761. package/registry/entries/plugins/auto-trader.json +203 -0
  762. package/registry/entries/plugins/background-runner.json +26 -0
  763. package/registry/entries/plugins/blooio.json +102 -0
  764. package/registry/entries/plugins/browser.json +75 -0
  765. package/registry/entries/plugins/cli.json +40 -0
  766. package/registry/entries/plugins/clipboard.json +44 -0
  767. package/registry/entries/plugins/coding-tools.json +71 -0
  768. package/registry/entries/plugins/commands.json +63 -0
  769. package/registry/entries/plugins/computeruse.json +74 -0
  770. package/registry/entries/plugins/copilot-proxy.json +93 -0
  771. package/registry/entries/plugins/directives.json +63 -0
  772. package/registry/entries/plugins/edge-tts.json +97 -0
  773. package/registry/entries/plugins/elevenlabs.json +169 -0
  774. package/registry/entries/plugins/elizacloud.json +208 -0
  775. package/registry/entries/plugins/evm.json +134 -0
  776. package/registry/entries/plugins/experience.json +34 -0
  777. package/registry/entries/plugins/facewear.json +131 -0
  778. package/registry/entries/plugins/form.json +26 -0
  779. package/registry/entries/plugins/github.json +93 -0
  780. package/registry/entries/plugins/gmail-watch.json +25 -0
  781. package/registry/entries/plugins/goals.json +77 -0
  782. package/registry/entries/plugins/google-genai.json +106 -0
  783. package/registry/entries/plugins/groq.json +93 -0
  784. package/registry/entries/plugins/hedera.json +48 -0
  785. package/registry/entries/plugins/inmemorydb.json +25 -0
  786. package/registry/entries/plugins/linear.json +51 -0
  787. package/registry/entries/plugins/local-inference.json +142 -0
  788. package/registry/entries/plugins/local-storage.json +36 -0
  789. package/registry/entries/plugins/localdb.json +25 -0
  790. package/registry/entries/plugins/mcp.json +44 -0
  791. package/registry/entries/plugins/memory.json +124 -0
  792. package/registry/entries/plugins/minecraft.json +79 -0
  793. package/registry/entries/plugins/moltbook.json +83 -0
  794. package/registry/entries/plugins/music.json +155 -0
  795. package/registry/entries/plugins/mysticism.json +48 -0
  796. package/registry/entries/plugins/nearai.json +82 -0
  797. package/registry/entries/plugins/ngrok.json +69 -0
  798. package/registry/entries/plugins/ollama.json +96 -0
  799. package/registry/entries/plugins/openai.json +189 -0
  800. package/registry/entries/plugins/openrouter.json +188 -0
  801. package/registry/entries/plugins/pdf.json +26 -0
  802. package/registry/entries/plugins/plugin-manager.json +23 -0
  803. package/registry/entries/plugins/prose.json +48 -0
  804. package/registry/entries/plugins/rlm.json +26 -0
  805. package/registry/entries/plugins/roblox.json +88 -0
  806. package/registry/entries/plugins/rss.json +64 -0
  807. package/registry/entries/plugins/s3-storage.json +91 -0
  808. package/registry/entries/plugins/scheduling.json +35 -0
  809. package/registry/entries/plugins/shell.json +94 -0
  810. package/registry/entries/plugins/social-alpha.json +72 -0
  811. package/registry/entries/plugins/tailscale.json +81 -0
  812. package/registry/entries/plugins/tee.json +53 -0
  813. package/registry/entries/plugins/todos.json +26 -0
  814. package/registry/entries/plugins/trajectory-logger.json +33 -0
  815. package/registry/entries/plugins/trust.json +39 -0
  816. package/registry/entries/plugins/tts.json +71 -0
  817. package/registry/entries/plugins/tunnel.json +45 -0
  818. package/registry/entries/plugins/twilio.json +168 -0
  819. package/registry/entries/plugins/vercel-ai-gateway.json +128 -0
  820. package/registry/entries/plugins/video.json +23 -0
  821. package/registry/entries/plugins/vision.json +43 -0
  822. package/registry/entries/plugins/webhooks.json +23 -0
  823. package/registry/entries/plugins/workflow.json +25 -0
  824. package/registry/entries/plugins/xai.json +75 -0
  825. package/registry/index.d.ts +2 -1
  826. package/registry/index.d.ts.map +1 -1
  827. package/registry/index.js +46 -12
  828. package/registry/loader.d.ts +2 -1
  829. package/registry/loader.d.ts.map +1 -1
  830. package/registry/loader.js +49 -2
  831. package/registry/schema.d.ts +244 -34
  832. package/registry/schema.d.ts.map +1 -1
  833. package/registry/schema.js +36 -0
  834. package/runtime/android-avf-microdroid-bridge.d.ts +29 -0
  835. package/runtime/android-avf-microdroid-bridge.d.ts.map +1 -0
  836. package/runtime/android-avf-microdroid-bridge.js +149 -0
  837. package/runtime/api-dev-settings-banner.d.ts.map +1 -1
  838. package/runtime/api-dev-settings-banner.js +5 -13
  839. package/runtime/app-core-runtime-hooks.d.ts +21 -0
  840. package/runtime/app-core-runtime-hooks.d.ts.map +1 -0
  841. package/runtime/app-core-runtime-hooks.js +10 -0
  842. package/runtime/autonomy-policy.d.ts +2 -0
  843. package/runtime/autonomy-policy.d.ts.map +1 -0
  844. package/runtime/autonomy-policy.js +4 -0
  845. package/runtime/desktop/AppWindowRenderer.d.ts +17 -0
  846. package/runtime/desktop/AppWindowRenderer.d.ts.map +1 -0
  847. package/runtime/desktop/AppWindowRenderer.js +360 -0
  848. package/runtime/desktop/DesktopSurfaceNavigationRuntime.d.ts +2 -0
  849. package/runtime/desktop/DesktopSurfaceNavigationRuntime.d.ts.map +1 -0
  850. package/runtime/desktop/DesktopSurfaceNavigationRuntime.js +41 -0
  851. package/runtime/desktop/DesktopTrayRuntime.d.ts +2 -0
  852. package/runtime/desktop/DesktopTrayRuntime.d.ts.map +1 -0
  853. package/runtime/desktop/DesktopTrayRuntime.js +174 -0
  854. package/runtime/desktop/DetachedShellRoot.d.ts +10 -0
  855. package/runtime/desktop/DetachedShellRoot.d.ts.map +1 -0
  856. package/runtime/desktop/DetachedShellRoot.js +111 -0
  857. package/runtime/desktop/index.d.ts +6 -0
  858. package/runtime/desktop/index.d.ts.map +1 -0
  859. package/runtime/desktop/index.js +5 -0
  860. package/runtime/desktop/tray-menu.d.ts +20 -0
  861. package/runtime/desktop/tray-menu.d.ts.map +1 -0
  862. package/runtime/desktop/tray-menu.js +143 -0
  863. package/runtime/dev-server.d.ts +1 -1
  864. package/runtime/dev-server.d.ts.map +1 -1
  865. package/runtime/dev-server.js +93 -17
  866. package/runtime/eliza.d.ts +75 -1
  867. package/runtime/eliza.d.ts.map +1 -1
  868. package/runtime/eliza.js +596 -122
  869. package/runtime/ensure-text-to-speech-handler.d.ts.map +1 -1
  870. package/runtime/ensure-text-to-speech-handler.js +10 -3
  871. package/runtime/mobile-safe-runtime.d.ts +181 -2
  872. package/runtime/mobile-safe-runtime.d.ts.map +1 -1
  873. package/runtime/mobile-safe-runtime.js +1019 -12
  874. package/runtime/mode/remote-forwarder.d.ts.map +1 -1
  875. package/runtime/mode/remote-forwarder.js +2 -2
  876. package/runtime/mode/route-mode-guard.d.ts +1 -2
  877. package/runtime/mode/route-mode-guard.d.ts.map +1 -1
  878. package/runtime/mode/route-mode-guard.js +4 -5
  879. package/runtime/mode/route-mode-matrix.d.ts.map +1 -1
  880. package/runtime/mode/route-mode-matrix.js +14 -1
  881. package/runtime/mode/runtime-mode.d.ts +1 -1
  882. package/runtime/mode/runtime-mode.js +1 -1
  883. package/runtime/runtime-bootstrap-policy.d.ts.map +1 -1
  884. package/runtime/runtime-bootstrap-policy.js +14 -2
  885. package/runtime/telegram-standalone-handler.d.ts.map +1 -1
  886. package/runtime/telegram-standalone-handler.js +10 -9
  887. package/runtime/tts-cache-wiring.d.ts +29 -0
  888. package/runtime/tts-cache-wiring.d.ts.map +1 -0
  889. package/runtime/tts-cache-wiring.js +114 -0
  890. package/runtime/voice-warmup.d.ts +81 -0
  891. package/runtime/voice-warmup.d.ts.map +1 -0
  892. package/runtime/voice-warmup.js +111 -0
  893. package/scripts/android-sms-gateway-template.test.mjs +1014 -0
  894. package/scripts/aosp/README.md +19 -15
  895. package/scripts/aosp/compile-libllama.mjs +1344 -248
  896. package/scripts/aosp/compile-shim.mjs +47 -18
  897. package/scripts/aosp/deploy-pixel.mjs +405 -0
  898. package/scripts/aosp/lib/load-variant-config.mjs +3 -3
  899. package/scripts/aosp/llama-cpp-patches/README.md +8 -8
  900. package/scripts/aosp/llama-cpp-patches/apply-patches.mjs +23 -6
  901. package/scripts/aosp/llama-cpp-patches/polarquant/README.md +37 -0
  902. package/scripts/aosp/llama-cpp-patches/qjl/README.md +37 -0
  903. package/scripts/aosp/seccomp-shim/sigsys-handler-arm64.c +169 -0
  904. package/scripts/aosp/seccomp-shim/sigsys-handler-riscv64.c +217 -0
  905. package/scripts/aosp/smoke-cuttlefish.mjs +34 -4
  906. package/scripts/aosp/stage-default-models.mjs +18 -18
  907. package/scripts/aosp/variant-config-schema.ts +2 -2
  908. package/scripts/assert-required-bundled-packages.test.ts +534 -0
  909. package/scripts/audit-apple-store-sandbox.mjs +146 -0
  910. package/scripts/audit-live-test-surface.mjs +5 -2
  911. package/scripts/build-capacitor-app.mjs +21 -0
  912. package/scripts/build-flatpak.mjs +5 -5
  913. package/scripts/build-helpers/arm64-simd.mjs +72 -0
  914. package/scripts/build-helpers/omnivoice-merged.mjs +87 -0
  915. package/scripts/build-helpers/verify-fused-symbols.mjs +567 -0
  916. package/scripts/build-image.sh +1 -1
  917. package/scripts/build-llama-cpp-mtp.mjs +487 -0
  918. package/scripts/build-native-plugins.mjs +230 -18
  919. package/scripts/build-patched-electrobun-cli.mjs +68 -10
  920. package/scripts/build-win.mjs +1 -1
  921. package/scripts/bun-riscv64/Dockerfile +418 -0
  922. package/scripts/bun-riscv64/README.md +316 -0
  923. package/scripts/bun-riscv64/build.sh +469 -0
  924. package/scripts/bun-riscv64/bun-patches/0001-config-add-riscv64-arch.patch +74 -0
  925. package/scripts/bun-riscv64/bun-patches/0002-flags-add-riscv64-march-mabi.patch +16 -0
  926. package/scripts/bun-riscv64/bun-patches/0003-zig-add-riscv64-target-triple-and-cpu.patch +26 -0
  927. package/scripts/bun-riscv64/bun-patches/0004-webkit-force-local-mode-on-riscv64.patch +33 -0
  928. package/scripts/bun-riscv64/bun-patches/0005-tinycc-disable-on-riscv64.patch +16 -0
  929. package/scripts/bun-riscv64/bun-patches/0006-build-add-riscv64-cli-validation.patch +15 -0
  930. package/scripts/bun-riscv64/bun-patches/0007-deps-per-dep-riscv64-checks.patch +24 -0
  931. package/scripts/bun-riscv64/bun-patches/0008-source-stabilize-riscv64-musl-build.patch +226 -0
  932. package/scripts/bun-riscv64/bun-patches/0009-disable-wasm-streaming-hooks-for-c-loop.patch +162 -0
  933. package/scripts/bun-riscv64/bun-patches/0010-disable-inspector-profiler-for-riscv64-c-loop.patch +80 -0
  934. package/scripts/bun-riscv64/bun-patches/0011-process-arch-add-riscv64.patch +23 -0
  935. package/scripts/bun-riscv64/bun-patches/0012-cpu-features-add-riscv64-fallback.patch +13 -0
  936. package/scripts/bun-riscv64/bun-patches/0013-disable-console-inspector-hooks-for-riscv64-c-loop.patch +43 -0
  937. package/scripts/bun-riscv64/bun-patches/0014-disable-custom-inspector-dispatchers-on-riscv64.patch +127 -0
  938. package/scripts/bun-riscv64/bun-patches/0015-disable-jsc-profiler-builtins-on-riscv64.patch +75 -0
  939. package/scripts/bun-riscv64/bun-patches/0016-node-vm-disable-jit-cached-data-on-riscv64-c-loop.patch +96 -0
  940. package/scripts/bun-riscv64/bun-patches/0017-disable-performance-domjit-signature-on-riscv64-c-loop.patch +34 -0
  941. package/scripts/bun-riscv64/bun-patches/0018-fix-serialized-script-identifier-big-endian-path.patch +19 -0
  942. package/scripts/bun-riscv64/bun-patches/0019-add-wtf-timer-fire-bridge-for-c-loop.patch +24 -0
  943. package/scripts/bun-riscv64/bun-patches/0020-run-riscv64-smoke-test-under-qemu.patch +13 -0
  944. package/scripts/bun-riscv64/bun-patches/0021-fix-riscv64-linux-open-flags.patch +25 -0
  945. package/scripts/bun-riscv64/bun-patches/0022-zlib-riscv64-generic-kernels.patch +25 -0
  946. package/scripts/bun-riscv64/bun-patches/README.md +127 -0
  947. package/scripts/bun-riscv64/bun-version.json +202 -0
  948. package/scripts/bun-riscv64/run-build.sh +162 -0
  949. package/scripts/bun-riscv64/rust-core/0001-riscv64-rust-core-port.patch +868 -0
  950. package/scripts/bun-riscv64/rust-core/0002-second-wave-riscv64-source-gaps.patch +130 -0
  951. package/scripts/bun-riscv64/rust-core/0003-third-wave-riscv64-crash-handler-gaps.patch +78 -0
  952. package/scripts/bun-riscv64/rust-core/0004-rust-target-cpu-riscv64.patch +39 -0
  953. package/scripts/bun-riscv64/rust-core/0005-fifth-wave-riscv64-source-gaps.patch +96 -0
  954. package/scripts/bun-riscv64/rust-core/0006-cpp-wasm-and-inspector-guards-riscv64.patch +91 -0
  955. package/scripts/bun-riscv64/rust-core/0007-bun-alloc-max-align-t-riscv64.patch +36 -0
  956. package/scripts/bun-riscv64/rust-core/0008-workspace-lints-warn-not-deny-riscv64.patch +75 -0
  957. package/scripts/bun-riscv64/rust-core/0009-zigglobalobject-wasm-streaming-guards-riscv64.patch +109 -0
  958. package/scripts/bun-riscv64/rust-core/0010-tcc-externs-stub-on-riscv64.patch +62 -0
  959. package/scripts/bun-riscv64/rust-core/0011-clippy-ptr-cast-lints-warn-riscv64.patch +61 -0
  960. package/scripts/bun-riscv64/rust-core/README.md +80 -0
  961. package/scripts/bun-riscv64/rust-core/webkit-patches/0003-disable-dfg-ftl-on-riscv64.patch +60 -0
  962. package/scripts/bun-riscv64/rust-core/webkit-patches/0004-riscv64-do-not-force-wasm-in-c-loop.patch +31 -0
  963. package/scripts/bun-riscv64/rust-core/webkit-patches/0005-domjit-effect-allow-no-dfg-c-loop.patch +40 -0
  964. package/scripts/bun-riscv64/rust-core/webkit-patches/0006-disable-usewasm-when-webassembly-compiled-out.patch +33 -0
  965. package/scripts/bun-riscv64/rust-core/webkit-patches/0007-restore-dropped-includes-and-llint-fwd-decl.patch +31 -0
  966. package/scripts/bun-riscv64/validate.sh +264 -0
  967. package/scripts/bun-riscv64/webkit-patches/0001-cherry-pick-llint-riscv64.recipe +155 -0
  968. package/scripts/bun-riscv64/webkit-patches/0002-cherry-pick-baseline-jit-riscv64.recipe +40 -0
  969. package/scripts/bun-riscv64/webkit-patches/0003-disable-dfg-ftl-on-riscv64.patch +60 -0
  970. package/scripts/bun-riscv64/webkit-patches/0004-riscv64-do-not-force-wasm-in-c-loop.patch +31 -0
  971. package/scripts/bun-riscv64/webkit-patches/0005-domjit-effect-allow-no-dfg-c-loop.patch +40 -0
  972. package/scripts/bun-riscv64/webkit-patches/0006-disable-usewasm-when-webassembly-compiled-out.patch +33 -0
  973. package/scripts/bun-riscv64/webkit-patches/0007-restore-dropped-includes-and-llint-fwd-decl.patch +72 -0
  974. package/scripts/bun-riscv64/webkit-patches/README.md +146 -0
  975. package/scripts/check-homepage-public-readiness.mjs +353 -0
  976. package/scripts/check-homepage-release-data.mjs +110 -0
  977. package/scripts/check-i18n.mjs +2 -1
  978. package/scripts/check-real-local-chat.ts +147 -0
  979. package/scripts/check-real-local-provisioning.ts +104 -0
  980. package/scripts/check-real-local-reset.ts +249 -0
  981. package/scripts/check-sms-gateway-completion-audit.mjs +428 -0
  982. package/scripts/check-sms-gateway-readiness.mjs +266 -0
  983. package/scripts/clean-repo.mjs +5 -5
  984. package/scripts/codesign-mas.mjs +222 -16
  985. package/scripts/collect-docker-runtime-deps.mjs +229 -0
  986. package/scripts/continue-sms-gateway-work.mjs +121 -0
  987. package/scripts/copy-runtime-node-modules.ts +903 -195
  988. package/scripts/deploy-cloud-api-production-gateway.mjs +52 -0
  989. package/scripts/desktop-build.mjs +655 -101
  990. package/scripts/dev-platform.mjs +346 -102
  991. package/scripts/dev-startup-smoke.mjs +248 -0
  992. package/scripts/dev-ui.mjs +418 -176
  993. package/scripts/disable-local-eliza-workspace.mjs +35 -0
  994. package/scripts/docker-ci-smoke.sh +298 -96
  995. package/scripts/docker-entrypoint.sh +62 -1
  996. package/scripts/docker-entrypoint.test.ts +283 -0
  997. package/scripts/ensure-avatars.mjs +2 -2
  998. package/scripts/ensure-electrobun-core.mjs +1 -1
  999. package/scripts/ensure-generated-core-proto-js.mjs +1 -1
  1000. package/scripts/ensure-type-package-aliases.mjs +62 -5
  1001. package/scripts/ensure-vision-deps.mjs +20 -1
  1002. package/scripts/entry.ts +1 -1
  1003. package/scripts/ffi-stub/Makefile +64 -0
  1004. package/scripts/ffi-stub/README.md +391 -0
  1005. package/scripts/ffi-stub/asr-ffi-smoke.ts +139 -0
  1006. package/scripts/ffi-stub/ffi-stub.c +539 -0
  1007. package/scripts/ffi-stub/ffi.h +538 -0
  1008. package/scripts/ffi-stub/libelizainference_stub.so +0 -0
  1009. package/scripts/ffi-stub/tts-stream-ffi-smoke.ts +349 -0
  1010. package/scripts/generate-first-run-voicelines.mjs +194 -0
  1011. package/scripts/generate-plugin-index.js +4 -3
  1012. package/scripts/generate-static-asset-manifest.mjs +1 -1
  1013. package/scripts/i18n-dynamic-keys.json +5 -5
  1014. package/scripts/init-submodules.mjs +2 -2
  1015. package/scripts/install-android-sms-gateway.md +177 -0
  1016. package/scripts/install-android-sms-gateway.mjs +1088 -0
  1017. package/scripts/ios-xcframework/README.md +74 -72
  1018. package/scripts/ios-xcframework/build-xcframework.mjs +204 -43
  1019. package/scripts/ios-xcframework/run-physical-device-smoke.mjs +1943 -0
  1020. package/scripts/ios-xcframework/runtime-symbol-shim.c +450 -0
  1021. package/scripts/kernel-patches/cpu-polar-kernels.mjs +441 -0
  1022. package/scripts/kernel-patches/cpu-simd-kernels.mjs +253 -0
  1023. package/scripts/kernel-patches/cpu-thread-parallelism.mjs +368 -0
  1024. package/scripts/kernel-patches/cuda-kernels.mjs +117 -0
  1025. package/scripts/kernel-patches/metal-kernels.mjs +1698 -109
  1026. package/scripts/kernel-patches/server-omnivoice-route.mjs +718 -0
  1027. package/scripts/kernel-patches/server-structured-output.mjs +279 -0
  1028. package/scripts/kernel-patches/vulkan-dispatch-log.mjs +166 -0
  1029. package/scripts/kernel-patches/vulkan-dispatch-log.test.mjs +50 -0
  1030. package/scripts/kernel-patches/vulkan-dispatch-patches/01-vulkan-shaders-gen.patch +30 -16
  1031. package/scripts/kernel-patches/vulkan-dispatch-patches/02-ggml-vulkan-pipelines.patch +75 -30
  1032. package/scripts/kernel-patches/vulkan-kernels.mjs +800 -49
  1033. package/scripts/lib/agent-source-watcher.mjs +174 -0
  1034. package/scripts/lib/agent-source-watcher.test.mjs +184 -0
  1035. package/scripts/lib/api-supervisor.mjs +78 -9
  1036. package/scripts/lib/api-supervisor.test.mjs +121 -0
  1037. package/scripts/lib/app-dir.mjs +2 -16
  1038. package/scripts/lib/apple-entitlement-audit.mjs +655 -0
  1039. package/scripts/lib/apple-entitlement-audit.test.mjs +144 -0
  1040. package/scripts/lib/bun-version-guard.mjs +13 -13
  1041. package/scripts/lib/capacitor-plugin-build-needed.mjs +4 -3
  1042. package/scripts/lib/capacitor-plugin-names.mjs +30 -14
  1043. package/scripts/lib/desktop-preflight.mjs +9 -5
  1044. package/scripts/lib/desktop-startup-embedding-warmup-policy.mjs +51 -0
  1045. package/scripts/lib/desktop-startup-embedding-warmup-policy.test.mjs +55 -0
  1046. package/scripts/lib/duet-bridge.d.mts +63 -0
  1047. package/scripts/lib/duet-bridge.mjs +193 -0
  1048. package/scripts/lib/node-path-env.mjs +4 -2
  1049. package/scripts/lib/orchestrator-desktop-dev-banner.mjs +12 -3
  1050. package/scripts/lib/patch-bun-exports.mjs +90 -27
  1051. package/scripts/lib/patch-bun-exports.test.mjs +79 -0
  1052. package/scripts/lib/renderer-build-action.mjs +35 -0
  1053. package/scripts/lib/renderer-build-action.test.mjs +70 -0
  1054. package/scripts/lib/stage-android-agent.mjs +748 -99
  1055. package/scripts/lib/sync-eliza-env-aliases.mjs +3 -25
  1056. package/scripts/lib/ui-smoke-stub-decision.mjs +33 -0
  1057. package/scripts/lib/ui-smoke-stub-decision.test.mjs +46 -0
  1058. package/scripts/lib/vite-renderer-dist-stale.mjs +5 -0
  1059. package/scripts/lib/voice-latency-report.mjs +154 -0
  1060. package/scripts/lifeops-prompt-benchmark.ts +21 -12
  1061. package/scripts/link-docker-local-app-packages.mjs +89 -36
  1062. package/scripts/local-stt-bench.ts +192 -0
  1063. package/scripts/maintain-cloud-api-production-gateway.mjs +54 -0
  1064. package/scripts/mas-smoke.mjs +459 -0
  1065. package/scripts/mas-smoke.test.mjs +220 -0
  1066. package/scripts/mobile-auth-simulator-smoke.mjs +0 -1
  1067. package/scripts/normalize-eliza-capture.ts +97 -0
  1068. package/scripts/omnivoice-fuse/prepare.mjs +2543 -23
  1069. package/scripts/pack-upstreams.mjs +65 -5
  1070. package/scripts/package-electrobun-linux.mjs +303 -0
  1071. package/scripts/patch-deps.mjs +5 -3
  1072. package/scripts/patches/llama-mobile-kokoro-tts.patch +480 -0
  1073. package/scripts/playwright-ui-live-stack.ts +194 -49
  1074. package/scripts/playwright-ui-smoke-api-stub.mjs +3501 -109
  1075. package/scripts/pre-review-local.mjs +2 -2
  1076. package/scripts/prepare-ios-cocoapods.sh +41 -3
  1077. package/scripts/release-check.ts +180 -84
  1078. package/scripts/release-workflow-drift.test.ts +57 -0
  1079. package/scripts/relink-workspace-packages-to-dist.mjs +21 -4
  1080. package/scripts/rt.mjs +16 -1
  1081. package/scripts/run-biome-check.mjs +1 -1
  1082. package/scripts/run-coding-agent-e2e.mjs +3 -3
  1083. package/scripts/run-eliza-app-core-script.mjs +34 -0
  1084. package/scripts/run-local-plugin-live-smoke.mjs +71 -2
  1085. package/scripts/run-mobile-build-android-app-actions.test.mjs +426 -0
  1086. package/scripts/run-mobile-build.mjs +4757 -607
  1087. package/scripts/run-node-runtime.mjs +184 -7
  1088. package/scripts/run-node-runtime.test.mjs +167 -0
  1089. package/scripts/run-node-tsx.mjs +80 -33
  1090. package/scripts/run-node.mjs +41 -1
  1091. package/scripts/run-production-build.mjs +34 -27
  1092. package/scripts/run-release-check.mjs +19 -0
  1093. package/scripts/run-release-contract-suite.mjs +107 -14
  1094. package/scripts/run-ui-smoke-playwright-suite.mjs +0 -2
  1095. package/scripts/runtime-package-manifest.ts +21 -3
  1096. package/scripts/setup-upstreams.mjs +42 -1
  1097. package/scripts/sms-gateway-status.mjs +194 -0
  1098. package/scripts/stage-android-agent.test.mjs +97 -0
  1099. package/scripts/stage-elizavoice-lib.mjs +203 -0
  1100. package/scripts/startup-integration-script-drift.test.ts +82 -4
  1101. package/scripts/streaming-pipeline-bench.ts +543 -0
  1102. package/scripts/sync-homepage-porkbun-dns.mjs +262 -0
  1103. package/scripts/test-sms-gateway-software.mjs +100 -0
  1104. package/scripts/type-audit.mjs +1 -1
  1105. package/scripts/validate-bluebubbles-outbound.mjs +293 -0
  1106. package/scripts/validate-cdn-assets.mjs +15 -7
  1107. package/scripts/validate-regression-matrix.mjs +109 -8
  1108. package/scripts/verify-android-sms-gateway-e2e.mjs +362 -0
  1109. package/scripts/verify-bluebubbles-gateway-e2e.mjs +191 -0
  1110. package/scripts/verify-bluebubbles-inbound-readiness.mjs +88 -0
  1111. package/scripts/verify-cloud-api-production-deploy.mjs +87 -0
  1112. package/scripts/verify-cloud-sms-onboarding-flow.mjs +336 -0
  1113. package/scripts/voice/freeze-voice.mjs +521 -0
  1114. package/scripts/voice-attribution-smoke.ts +538 -0
  1115. package/scripts/voice-create-profile.mjs +379 -0
  1116. package/scripts/voice-duet.mjs +1355 -0
  1117. package/scripts/voice-e2e-hardware.ts +871 -0
  1118. package/scripts/voice-interactive.mjs +1750 -0
  1119. package/scripts/voice-latency-report.mjs +96 -0
  1120. package/scripts/voice-latency-report.test.ts +176 -0
  1121. package/scripts/voice-preset/build-default-voice-preset.mjs +249 -0
  1122. package/scripts/voice-preset/build-onboarding-voice.mjs +281 -0
  1123. package/scripts/watch-sms-gateway-readiness.mjs +303 -0
  1124. package/scripts/write-homepage-release-data.mjs +458 -26
  1125. package/security/agent-vault-id.d.ts +1 -1
  1126. package/security/agent-vault-id.js +1 -1
  1127. package/security/hydrate-wallet-keys-from-platform-store.d.ts.map +1 -1
  1128. package/security/hydrate-wallet-keys-from-platform-store.js +23 -14
  1129. package/security/platform-secure-store-node.d.ts +2 -2
  1130. package/security/platform-secure-store-node.js +3 -3
  1131. package/security/wallet-os-store-actions.d.ts +0 -9
  1132. package/security/wallet-os-store-actions.d.ts.map +1 -1
  1133. package/security/wallet-os-store-actions.js +3 -10
  1134. package/services/account-pool.d.ts +23 -14
  1135. package/services/account-pool.d.ts.map +1 -1
  1136. package/services/account-pool.js +86 -24
  1137. package/services/account-usage.d.ts.map +1 -1
  1138. package/services/account-usage.js +2 -5
  1139. package/services/ambient-audio/consent.d.ts +9 -0
  1140. package/services/ambient-audio/consent.d.ts.map +1 -0
  1141. package/services/ambient-audio/consent.js +28 -0
  1142. package/services/ambient-audio/index.d.ts +7 -0
  1143. package/services/ambient-audio/index.d.ts.map +1 -0
  1144. package/services/ambient-audio/index.js +4 -0
  1145. package/services/ambient-audio/replay-buffer.d.ts +14 -0
  1146. package/services/ambient-audio/replay-buffer.d.ts.map +1 -0
  1147. package/services/ambient-audio/replay-buffer.js +66 -0
  1148. package/services/ambient-audio/response-gate.d.ts +3 -0
  1149. package/services/ambient-audio/response-gate.d.ts.map +1 -0
  1150. package/services/ambient-audio/response-gate.js +33 -0
  1151. package/services/ambient-audio/service.d.ts +22 -0
  1152. package/services/ambient-audio/service.d.ts.map +1 -0
  1153. package/services/ambient-audio/service.js +47 -0
  1154. package/services/ambient-audio/types.d.ts +42 -0
  1155. package/services/ambient-audio/types.d.ts.map +1 -0
  1156. package/services/app-updates/update-policy.d.ts +64 -0
  1157. package/services/app-updates/update-policy.d.ts.map +1 -0
  1158. package/services/app-updates/update-policy.js +228 -0
  1159. package/services/auth-store.d.ts +37 -1
  1160. package/services/auth-store.d.ts.map +1 -1
  1161. package/services/auth-store.js +59 -26
  1162. package/services/cloud-jwks-store.d.ts +3 -3
  1163. package/services/cloud-jwks-store.d.ts.map +1 -1
  1164. package/services/cloud-jwks-store.js +5 -8
  1165. package/services/coding-account-bridge.d.ts +71 -0
  1166. package/services/coding-account-bridge.d.ts.map +1 -0
  1167. package/services/coding-account-bridge.js +267 -0
  1168. package/services/connector-target-catalog.d.ts +10 -3
  1169. package/services/connector-target-catalog.d.ts.map +1 -1
  1170. package/services/connector-target-catalog.js +7 -4
  1171. package/services/credential-tunnel-service.d.ts +66 -0
  1172. package/services/credential-tunnel-service.d.ts.map +1 -0
  1173. package/services/credential-tunnel-service.js +227 -0
  1174. package/services/github-credentials.d.ts +1 -1
  1175. package/services/github-credentials.js +1 -1
  1176. package/services/inference-abort.d.ts +47 -0
  1177. package/services/inference-abort.d.ts.map +1 -0
  1178. package/services/inference-abort.js +76 -0
  1179. package/services/persistence.d.ts +2 -3
  1180. package/services/persistence.d.ts.map +1 -1
  1181. package/services/persistence.js +2 -3
  1182. package/services/phrase-chunked-tts.d.ts +136 -0
  1183. package/services/phrase-chunked-tts.d.ts.map +1 -0
  1184. package/services/phrase-chunked-tts.js +208 -0
  1185. package/services/sandbox-registry.d.ts +78 -0
  1186. package/services/sandbox-registry.d.ts.map +1 -0
  1187. package/services/sandbox-registry.js +323 -0
  1188. package/services/secrets-manager-installer.d.ts +8 -1
  1189. package/services/secrets-manager-installer.d.ts.map +1 -1
  1190. package/services/secrets-manager-installer.js +27 -2
  1191. package/services/sensitive-requests/cloud-link-adapter.d.ts +15 -0
  1192. package/services/sensitive-requests/cloud-link-adapter.d.ts.map +1 -0
  1193. package/services/sensitive-requests/cloud-link-adapter.js +73 -0
  1194. package/services/sensitive-requests/index.d.ts +27 -0
  1195. package/services/sensitive-requests/index.d.ts.map +1 -0
  1196. package/services/sensitive-requests/index.js +51 -0
  1197. package/services/sensitive-requests/instruct-dm-only-adapter.d.ts +14 -0
  1198. package/services/sensitive-requests/instruct-dm-only-adapter.d.ts.map +1 -0
  1199. package/services/sensitive-requests/instruct-dm-only-adapter.js +22 -0
  1200. package/services/sensitive-requests/owner-app-inline-adapter.d.ts +3 -0
  1201. package/services/sensitive-requests/owner-app-inline-adapter.d.ts.map +1 -0
  1202. package/services/sensitive-requests/owner-app-inline-adapter.js +146 -0
  1203. package/services/sensitive-requests/owner-app-oauth-adapter.d.ts +3 -0
  1204. package/services/sensitive-requests/owner-app-oauth-adapter.d.ts.map +1 -0
  1205. package/services/sensitive-requests/owner-app-oauth-adapter.js +156 -0
  1206. package/services/sensitive-requests/public-link-adapter.d.ts +14 -0
  1207. package/services/sensitive-requests/public-link-adapter.d.ts.map +1 -0
  1208. package/services/sensitive-requests/public-link-adapter.js +86 -0
  1209. package/services/sensitive-requests/tunnel-link-adapter.d.ts +17 -0
  1210. package/services/sensitive-requests/tunnel-link-adapter.d.ts.map +1 -0
  1211. package/services/sensitive-requests/tunnel-link-adapter.js +38 -0
  1212. package/services/steward-credentials.d.ts +1 -1
  1213. package/services/steward-credentials.d.ts.map +1 -1
  1214. package/services/steward-credentials.js +10 -6
  1215. package/services/steward-sidecar/health-check.d.ts.map +1 -1
  1216. package/services/steward-sidecar/health-check.js +4 -3
  1217. package/services/steward-sidecar/process-management.d.ts +1 -1
  1218. package/services/steward-sidecar/process-management.d.ts.map +1 -1
  1219. package/services/steward-sidecar/process-management.js +9 -3
  1220. package/services/steward-sidecar/types.d.ts +1 -1
  1221. package/services/steward-sidecar/types.d.ts.map +1 -1
  1222. package/services/steward-sidecar/wallet-setup.d.ts.map +1 -1
  1223. package/services/steward-sidecar/wallet-setup.js +8 -7
  1224. package/services/steward-sidecar.d.ts +2 -2
  1225. package/services/steward-sidecar.d.ts.map +1 -1
  1226. package/services/steward-sidecar.js +27 -19
  1227. package/services/task-host-capabilities.d.ts +60 -0
  1228. package/services/task-host-capabilities.d.ts.map +1 -0
  1229. package/services/task-host-capabilities.js +122 -0
  1230. package/services/tool-call-cache/index.d.ts +2 -2
  1231. package/services/tool-call-cache/index.d.ts.map +1 -1
  1232. package/services/tool-call-cache/index.js +1 -1
  1233. package/services/trigger-event-bridge.js +1 -1
  1234. package/services/tunnel-to-mobile/index.d.ts +2 -0
  1235. package/services/tunnel-to-mobile/index.d.ts.map +1 -0
  1236. package/services/tunnel-to-mobile/index.js +1 -0
  1237. package/services/tunnel-to-mobile/tunnel-to-mobile-client.d.ts +105 -0
  1238. package/services/tunnel-to-mobile/tunnel-to-mobile-client.d.ts.map +1 -0
  1239. package/services/tunnel-to-mobile/tunnel-to-mobile-client.js +190 -0
  1240. package/services/vault-bootstrap.d.ts.map +1 -1
  1241. package/services/vault-bootstrap.js +48 -21
  1242. package/services/vault-mirror.d.ts +1 -1
  1243. package/services/vault-mirror.d.ts.map +1 -1
  1244. package/services/vault-mirror.js +29 -6
  1245. package/services/voice-profiles/diarization-pipeline.d.ts +6 -0
  1246. package/services/voice-profiles/diarization-pipeline.d.ts.map +1 -0
  1247. package/services/voice-profiles/diarization-pipeline.js +20 -0
  1248. package/services/voice-profiles/index.d.ts +12 -0
  1249. package/services/voice-profiles/index.d.ts.map +1 -0
  1250. package/services/voice-profiles/index.js +5 -0
  1251. package/services/voice-profiles/nickname-evaluator.d.ts +14 -0
  1252. package/services/voice-profiles/nickname-evaluator.d.ts.map +1 -0
  1253. package/services/voice-profiles/nickname-evaluator.js +46 -0
  1254. package/services/voice-profiles/owner-confidence.d.ts +10 -0
  1255. package/services/voice-profiles/owner-confidence.d.ts.map +1 -0
  1256. package/services/voice-profiles/owner-confidence.js +38 -0
  1257. package/services/voice-profiles/private-challenge.d.ts +20 -0
  1258. package/services/voice-profiles/private-challenge.d.ts.map +1 -0
  1259. package/services/voice-profiles/private-challenge.js +44 -0
  1260. package/services/voice-profiles/store.d.ts +21 -0
  1261. package/services/voice-profiles/store.d.ts.map +1 -0
  1262. package/services/voice-profiles/store.js +50 -0
  1263. package/services/voice-profiles/types.d.ts +38 -0
  1264. package/services/voice-profiles/types.d.ts.map +1 -0
  1265. package/services/voice-profiles/types.js +1 -0
  1266. package/styles/electrobun-mac-window-drag.css +4 -4
  1267. package/test/helpers/__tests__/live-agent-test.smoke.test.ts +43 -70
  1268. package/test/helpers/browser-mocks.ts +2 -2
  1269. package/test/helpers/conditional-tests.ts +2 -2
  1270. package/test/helpers/i18n.ts +1 -1
  1271. package/test/helpers/live-agent-test.ts +537 -551
  1272. package/test/helpers/live-provider.test.ts +4 -4
  1273. package/test/helpers/live-provider.ts +41 -7
  1274. package/test/helpers/live-runtime-server.ts +4 -4
  1275. package/test/helpers/pglite-runtime.ts +1 -1
  1276. package/test/helpers/real-runtime.ts +54 -15
  1277. package/test/helpers/trajectory-harness.ts +11 -7
  1278. package/test/scripts/start-eliza-live.ts +9 -0
  1279. package/test/scripts/test-parallel.mjs +1 -1
  1280. package/test/scripts/test-root-unit.mjs +6 -7
  1281. package/ui-compat.d.ts +13 -2
  1282. package/ui-compat.d.ts.map +1 -1
  1283. package/ui-compat.js +19 -3
  1284. package/api/auth-pairing-compat-routes.d.ts +0 -17
  1285. package/api/auth-pairing-compat-routes.d.ts.map +0 -1
  1286. package/api/auth-pairing-compat-routes.js +0 -301
  1287. package/api/local-inference-compat-routes.d.ts +0 -16
  1288. package/api/local-inference-compat-routes.d.ts.map +0 -1
  1289. package/api/local-inference-compat-routes.js +0 -617
  1290. package/api/onboarding-compat-routes.d.ts +0 -4
  1291. package/api/onboarding-compat-routes.d.ts.map +0 -1
  1292. package/api/onboarding-compat-routes.js +0 -207
  1293. package/api/plugins-compat-routes.d.ts +0 -103
  1294. package/api/plugins-compat-routes.d.ts.map +0 -1
  1295. package/api/plugins-compat-routes.js +0 -1181
  1296. package/api/server-onboarding-compat.d.ts +0 -31
  1297. package/api/server-onboarding-compat.d.ts.map +0 -1
  1298. package/api/server-onboarding-compat.js +0 -283
  1299. package/benchmark/cua-routes.d.ts +0 -10
  1300. package/benchmark/cua-routes.d.ts.map +0 -1
  1301. package/benchmark/cua-routes.js +0 -179
  1302. package/benchmark/mock-plugin-base.d.ts +0 -9
  1303. package/benchmark/mock-plugin-base.d.ts.map +0 -1
  1304. package/benchmark/mock-plugin-base.js +0 -325
  1305. package/cli/parse-duration.d.ts +0 -5
  1306. package/cli/parse-duration.d.ts.map +0 -1
  1307. package/cli/parse-duration.js +0 -27
  1308. package/patches/llama-cpp-capacitor@0.1.5.patch +0 -2387
  1309. package/platform/agent-browser-stub.d.ts +0 -27
  1310. package/platform/agent-browser-stub.d.ts.map +0 -1
  1311. package/platform/agent-browser-stub.js +0 -16
  1312. package/platforms/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java +0 -26
  1313. package/platforms/android/app/src/main/res/drawable/ic_launcher_background.xml +0 -170
  1314. package/platforms/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +0 -34
  1315. package/platforms/android/app/src/test/java/com/getcapacitor/myapp/ExampleUnitTest.java +0 -18
  1316. package/platforms/electrobun/assets/appIcon.iconset/icon_512x512@2x.png +0 -0
  1317. package/platforms/electrobun/assets/appIcon.png +0 -0
  1318. package/platforms/electrobun/scripts/build-whisper-universal.sh +0 -137
  1319. package/platforms/electrobun/scripts/build-whisper.sh +0 -95
  1320. package/platforms/electrobun/src/libMacWindowEffects.dylib +0 -0
  1321. package/platforms/electrobun/src/native/whisper.ts +0 -280
  1322. package/platforms/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-1.png +0 -0
  1323. package/platforms/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-2.png +0 -0
  1324. package/platforms/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732.png +0 -0
  1325. package/registry/generate-apps.d.ts +0 -2
  1326. package/registry/generate-apps.d.ts.map +0 -1
  1327. package/registry/generate-apps.js +0 -338
  1328. package/registry/generate.d.ts +0 -2
  1329. package/registry/generate.d.ts.map +0 -1
  1330. package/registry/generate.js +0 -506
  1331. package/runtime/embedding-manager-support.d.ts +0 -77
  1332. package/runtime/embedding-manager-support.d.ts.map +0 -1
  1333. package/runtime/embedding-manager-support.js +0 -309
  1334. package/runtime/embedding-presets.d.ts +0 -5
  1335. package/runtime/embedding-presets.d.ts.map +0 -1
  1336. package/runtime/embedding-presets.js +0 -47
  1337. package/runtime/embedding-warmup-policy.d.ts +0 -13
  1338. package/runtime/embedding-warmup-policy.d.ts.map +0 -1
  1339. package/runtime/embedding-warmup-policy.js +0 -33
  1340. package/runtime/ensure-local-inference-handler.d.ts +0 -25
  1341. package/runtime/ensure-local-inference-handler.d.ts.map +0 -1
  1342. package/runtime/ensure-local-inference-handler.js +0 -389
  1343. package/runtime/mobile-local-inference-gate.d.ts +0 -21
  1344. package/runtime/mobile-local-inference-gate.d.ts.map +0 -1
  1345. package/runtime/mobile-local-inference-gate.js +0 -24
  1346. package/scripts/aosp/avd-test.mjs +0 -403
  1347. package/scripts/aosp/boot-validate.mjs +0 -536
  1348. package/scripts/aosp/build-aosp.mjs +0 -448
  1349. package/scripts/aosp/build-bootanimation.mjs +0 -178
  1350. package/scripts/aosp/capture-screens.mjs +0 -325
  1351. package/scripts/aosp/e2e-validate.mjs +0 -225
  1352. package/scripts/aosp/lint-init-rc.mjs +0 -258
  1353. package/scripts/aosp/llama-shim/eliza_llama_shim.c +0 -276
  1354. package/scripts/aosp/sim.mjs +0 -277
  1355. package/scripts/aosp/sync-to-aosp.mjs +0 -134
  1356. package/scripts/aosp/validate.mjs +0 -1273
  1357. package/scripts/build-llama-cpp-dflash.mjs +0 -1866
  1358. package/scripts/generate-onboarding-voicelines.mjs +0 -194
  1359. package/scripts/generated/static-asset-manifest.json +0 -4
  1360. package/scripts/normalize-parallax-capture.ts +0 -97
  1361. package/scripts/omnivoice-fuse/Makefile +0 -44
  1362. package/scripts/omnivoice-fuse/README.md +0 -266
  1363. package/scripts/omnivoice-fuse/cmake-graft.mjs +0 -180
  1364. package/scripts/omnivoice-fuse/ffi-stub.c +0 -222
  1365. package/scripts/omnivoice-fuse/ffi.h +0 -158
  1366. package/scripts/omnivoice-fuse/libelizainference_stub.dylib +0 -0
  1367. package/scripts/omnivoice-fuse/verify-symbols.mjs +0 -138
  1368. package/security/cloud-secret-store.d.ts +0 -34
  1369. package/security/cloud-secret-store.d.ts.map +0 -1
  1370. package/security/cloud-secret-store.js +0 -65
  1371. package/security/export-guard.d.ts +0 -34
  1372. package/security/export-guard.d.ts.map +0 -1
  1373. package/security/export-guard.js +0 -127
  1374. package/services/local-inference/__stress__/cache-stress-helpers.d.ts +0 -76
  1375. package/services/local-inference/__stress__/cache-stress-helpers.d.ts.map +0 -1
  1376. package/services/local-inference/__stress__/cache-stress-helpers.js +0 -238
  1377. package/services/local-inference/active-model.d.ts +0 -180
  1378. package/services/local-inference/active-model.d.ts.map +0 -1
  1379. package/services/local-inference/active-model.js +0 -362
  1380. package/services/local-inference/assignments.d.ts +0 -58
  1381. package/services/local-inference/assignments.d.ts.map +0 -1
  1382. package/services/local-inference/assignments.js +0 -179
  1383. package/services/local-inference/backend.d.ts +0 -200
  1384. package/services/local-inference/backend.d.ts.map +0 -1
  1385. package/services/local-inference/backend.js +0 -242
  1386. package/services/local-inference/bundled-models.d.ts +0 -34
  1387. package/services/local-inference/bundled-models.d.ts.map +0 -1
  1388. package/services/local-inference/bundled-models.js +0 -104
  1389. package/services/local-inference/cache-bridge.d.ts +0 -184
  1390. package/services/local-inference/cache-bridge.d.ts.map +0 -1
  1391. package/services/local-inference/cache-bridge.js +0 -333
  1392. package/services/local-inference/catalog.d.ts +0 -57
  1393. package/services/local-inference/catalog.d.ts.map +0 -1
  1394. package/services/local-inference/catalog.js +0 -262
  1395. package/services/local-inference/conversation-registry.d.ts +0 -122
  1396. package/services/local-inference/conversation-registry.d.ts.map +0 -1
  1397. package/services/local-inference/conversation-registry.js +0 -182
  1398. package/services/local-inference/device-bridge.d.ts +0 -139
  1399. package/services/local-inference/device-bridge.d.ts.map +0 -1
  1400. package/services/local-inference/device-bridge.js +0 -774
  1401. package/services/local-inference/dflash-doctor.d.ts +0 -27
  1402. package/services/local-inference/dflash-doctor.d.ts.map +0 -1
  1403. package/services/local-inference/dflash-doctor.js +0 -149
  1404. package/services/local-inference/dflash-server.d.ts +0 -248
  1405. package/services/local-inference/dflash-server.d.ts.map +0 -1
  1406. package/services/local-inference/dflash-server.js +0 -1076
  1407. package/services/local-inference/downloader.d.ts +0 -48
  1408. package/services/local-inference/downloader.d.ts.map +0 -1
  1409. package/services/local-inference/downloader.js +0 -688
  1410. package/services/local-inference/engine.d.ts +0 -282
  1411. package/services/local-inference/engine.d.ts.map +0 -1
  1412. package/services/local-inference/engine.js +0 -743
  1413. package/services/local-inference/external-scanner.d.ts +0 -17
  1414. package/services/local-inference/external-scanner.d.ts.map +0 -1
  1415. package/services/local-inference/external-scanner.js +0 -261
  1416. package/services/local-inference/handler-registry.d.ts +0 -72
  1417. package/services/local-inference/handler-registry.d.ts.map +0 -1
  1418. package/services/local-inference/handler-registry.js +0 -159
  1419. package/services/local-inference/hardware.d.ts +0 -26
  1420. package/services/local-inference/hardware.d.ts.map +0 -1
  1421. package/services/local-inference/hardware.js +0 -139
  1422. package/services/local-inference/hf-search.d.ts +0 -19
  1423. package/services/local-inference/hf-search.d.ts.map +0 -1
  1424. package/services/local-inference/hf-search.js +0 -169
  1425. package/services/local-inference/index.d.ts +0 -10
  1426. package/services/local-inference/index.d.ts.map +0 -1
  1427. package/services/local-inference/index.js +0 -7
  1428. package/services/local-inference/llama-server-metrics.d.ts +0 -108
  1429. package/services/local-inference/llama-server-metrics.d.ts.map +0 -1
  1430. package/services/local-inference/llama-server-metrics.js +0 -175
  1431. package/services/local-inference/manifest/index.d.ts +0 -4
  1432. package/services/local-inference/manifest/index.d.ts.map +0 -1
  1433. package/services/local-inference/manifest/index.js +0 -5
  1434. package/services/local-inference/manifest/schema.d.ts +0 -419
  1435. package/services/local-inference/manifest/schema.d.ts.map +0 -1
  1436. package/services/local-inference/manifest/schema.js +0 -227
  1437. package/services/local-inference/manifest/types.d.ts +0 -23
  1438. package/services/local-inference/manifest/types.d.ts.map +0 -1
  1439. package/services/local-inference/manifest/types.js +0 -5
  1440. package/services/local-inference/manifest/validator.d.ts +0 -43
  1441. package/services/local-inference/manifest/validator.d.ts.map +0 -1
  1442. package/services/local-inference/manifest/validator.js +0 -187
  1443. package/services/local-inference/paths.d.ts +0 -8
  1444. package/services/local-inference/paths.d.ts.map +0 -1
  1445. package/services/local-inference/paths.js +0 -7
  1446. package/services/local-inference/providers.d.ts +0 -61
  1447. package/services/local-inference/providers.d.ts.map +0 -1
  1448. package/services/local-inference/providers.js +0 -334
  1449. package/services/local-inference/ram-budget.d.ts +0 -57
  1450. package/services/local-inference/ram-budget.d.ts.map +0 -1
  1451. package/services/local-inference/ram-budget.js +0 -107
  1452. package/services/local-inference/readiness.d.ts +0 -9
  1453. package/services/local-inference/readiness.d.ts.map +0 -1
  1454. package/services/local-inference/readiness.js +0 -153
  1455. package/services/local-inference/recommendation.d.ts +0 -62
  1456. package/services/local-inference/recommendation.d.ts.map +0 -1
  1457. package/services/local-inference/recommendation.js +0 -309
  1458. package/services/local-inference/registry.d.ts +0 -35
  1459. package/services/local-inference/registry.d.ts.map +0 -1
  1460. package/services/local-inference/registry.js +0 -117
  1461. package/services/local-inference/router-handler.d.ts +0 -51
  1462. package/services/local-inference/router-handler.d.ts.map +0 -1
  1463. package/services/local-inference/router-handler.js +0 -165
  1464. package/services/local-inference/routing-policy.d.ts +0 -55
  1465. package/services/local-inference/routing-policy.d.ts.map +0 -1
  1466. package/services/local-inference/routing-policy.js +0 -195
  1467. package/services/local-inference/routing-preferences.d.ts +0 -8
  1468. package/services/local-inference/routing-preferences.d.ts.map +0 -1
  1469. package/services/local-inference/routing-preferences.js +0 -7
  1470. package/services/local-inference/service.d.ts +0 -88
  1471. package/services/local-inference/service.d.ts.map +0 -1
  1472. package/services/local-inference/service.js +0 -210
  1473. package/services/local-inference/session-pool.d.ts +0 -72
  1474. package/services/local-inference/session-pool.d.ts.map +0 -1
  1475. package/services/local-inference/session-pool.js +0 -125
  1476. package/services/local-inference/types.d.ts +0 -309
  1477. package/services/local-inference/types.d.ts.map +0 -1
  1478. package/services/local-inference/types.js +0 -23
  1479. package/services/local-inference/verify.d.ts +0 -8
  1480. package/services/local-inference/verify.d.ts.map +0 -1
  1481. package/services/local-inference/verify.js +0 -7
  1482. package/services/local-inference/voice/barge-in.d.ts +0 -15
  1483. package/services/local-inference/voice/barge-in.d.ts.map +0 -1
  1484. package/services/local-inference/voice/barge-in.js +0 -20
  1485. package/services/local-inference/voice/engine-bridge.d.ts +0 -256
  1486. package/services/local-inference/voice/engine-bridge.d.ts.map +0 -1
  1487. package/services/local-inference/voice/engine-bridge.js +0 -398
  1488. package/services/local-inference/voice/ffi-bindings.d.ts +0 -114
  1489. package/services/local-inference/voice/ffi-bindings.d.ts.map +0 -1
  1490. package/services/local-inference/voice/ffi-bindings.js +0 -281
  1491. package/services/local-inference/voice/index.d.ts +0 -51
  1492. package/services/local-inference/voice/index.d.ts.map +0 -1
  1493. package/services/local-inference/voice/index.js +0 -50
  1494. package/services/local-inference/voice/lifecycle.d.ts +0 -135
  1495. package/services/local-inference/voice/lifecycle.d.ts.map +0 -1
  1496. package/services/local-inference/voice/lifecycle.js +0 -189
  1497. package/services/local-inference/voice/phoneme-tokenizer.d.ts +0 -58
  1498. package/services/local-inference/voice/phoneme-tokenizer.d.ts.map +0 -1
  1499. package/services/local-inference/voice/phoneme-tokenizer.js +0 -53
  1500. package/services/local-inference/voice/phrase-cache.d.ts +0 -24
  1501. package/services/local-inference/voice/phrase-cache.d.ts.map +0 -1
  1502. package/services/local-inference/voice/phrase-cache.js +0 -32
  1503. package/services/local-inference/voice/phrase-chunker.d.ts +0 -20
  1504. package/services/local-inference/voice/phrase-chunker.d.ts.map +0 -1
  1505. package/services/local-inference/voice/phrase-chunker.js +0 -85
  1506. package/services/local-inference/voice/ring-buffer.d.ts +0 -40
  1507. package/services/local-inference/voice/ring-buffer.d.ts.map +0 -1
  1508. package/services/local-inference/voice/ring-buffer.js +0 -85
  1509. package/services/local-inference/voice/rollback-queue.d.ts +0 -24
  1510. package/services/local-inference/voice/rollback-queue.d.ts.map +0 -1
  1511. package/services/local-inference/voice/rollback-queue.js +0 -49
  1512. package/services/local-inference/voice/scheduler.d.ts +0 -47
  1513. package/services/local-inference/voice/scheduler.d.ts.map +0 -1
  1514. package/services/local-inference/voice/scheduler.js +0 -123
  1515. package/services/local-inference/voice/shared-resources.d.ts +0 -119
  1516. package/services/local-inference/voice/shared-resources.d.ts.map +0 -1
  1517. package/services/local-inference/voice/shared-resources.js +0 -83
  1518. package/services/local-inference/voice/speaker-preset-cache.d.ts +0 -28
  1519. package/services/local-inference/voice/speaker-preset-cache.d.ts.map +0 -1
  1520. package/services/local-inference/voice/speaker-preset-cache.js +0 -44
  1521. package/services/local-inference/voice/types.d.ts +0 -80
  1522. package/services/local-inference/voice/types.d.ts.map +0 -1
  1523. package/services/local-inference/voice/voice-preset-format.d.ts +0 -56
  1524. package/services/local-inference/voice/voice-preset-format.d.ts.map +0 -1
  1525. package/services/local-inference/voice/voice-preset-format.js +0 -184
  1526. package/services/plugin-installer.d.ts +0 -22
  1527. package/services/plugin-installer.d.ts.map +0 -1
  1528. package/services/plugin-installer.js +0 -41
  1529. package/test/scripts/task-agent-live-smoke.ts +0 -1335
  1530. /package/services/{local-inference/voice → ambient-audio}/types.js +0 -0
@@ -0,0 +1,3505 @@
1
+ {
2
+ "generatedAt": "2026-06-20T19:58:51.166Z",
3
+ "branch": "develop",
4
+ "aheadBehind": "1\t0",
5
+ "dirtyStatus": [
6
+ "M bun.lock",
7
+ "M knip.json",
8
+ "M packages/agent/src/__tests__/game-tui-mounted-surfaces.test.tsx",
9
+ "M packages/agent/src/__tests__/plugin-tui-view-coverage.test.ts",
10
+ "M packages/agent/src/__tests__/view-agent-surface-coverage.test.ts",
11
+ "M packages/agent/src/__tests__/view-bundle-lifecycle.test.ts",
12
+ "M packages/agent/src/__tests__/view-user-journeys.ts",
13
+ "M packages/agent/src/runtime/view-action-affinity.test.ts",
14
+ "M packages/agent/src/runtime/view-action-affinity.ts",
15
+ "M packages/agent/src/services/app-package-modules.ts",
16
+ "M packages/agent/src/services/registry-client-app-meta.ts",
17
+ "M packages/app-core/platforms/android/app/capacitor.build.gradle",
18
+ "M packages/app-core/platforms/android/capacitor.settings.gradle",
19
+ "M packages/app-core/platforms/electrobun/docs/convergence-audit.json",
20
+ "M packages/app-core/platforms/electrobun/docs/convergence-audit.md",
21
+ "M packages/app-core/platforms/electrobun/scripts/generate-convergence-audit.ts",
22
+ "M packages/app-core/platforms/electrobun/src/native/canvas.ts",
23
+ "M packages/app-core/scripts/playwright-ui-smoke-api-stub.mjs",
24
+ "M packages/app-core/scripts/release-check.ts",
25
+ "D packages/app-core/src/registry/entries/apps/2004scape.json",
26
+ "D packages/app-core/src/registry/entries/apps/hyperscape.json",
27
+ "D packages/app-core/src/registry/entries/apps/scape.json",
28
+ "M packages/app/capacitor.config.ts",
29
+ "M packages/app/docs/EXTERNAL_API_MOCK_VALIDATION.md",
30
+ "M packages/app/package.json",
31
+ "M packages/app/src/plugin-registrations.test.ts",
32
+ "M packages/app/src/plugin-registrations.ts",
33
+ "M packages/app/src/types/app-plugin-modules.d.ts",
34
+ "M packages/app/src/types/side-effect-app-modules.d.ts",
35
+ "M packages/app/test/electrobun-packaged/mock-api.ts",
36
+ "M packages/app/test/external-api-mock-validation.test.ts",
37
+ "M packages/app/test/fixtures/plugin-view-visual-review.md",
38
+ "M packages/app/test/hmr/hmr-dependency-levels.spec.ts",
39
+ "M packages/app/test/route-coverage.test.ts",
40
+ "M packages/app/test/ui-smoke/apps-session-route-cases.ts",
41
+ "D packages/app/test/ui-smoke/game-operator-gui-interactions.spec.ts",
42
+ "M packages/app/test/ui-smoke/plugin-view-cases.ts",
43
+ "M packages/app/test/view-interaction-coverage.test.ts",
44
+ "M packages/app/tsconfig.typecheck.json",
45
+ "M packages/app/vite.config.ts",
46
+ "M packages/cloud-shared/src/lib/services/eliza-sandbox.ts",
47
+ "M packages/cloud-shared/src/lib/services/provisioning-jobs-delete-enqueue.test.ts",
48
+ "M packages/cloud-shared/src/lib/services/provisioning-jobs.ts",
49
+ "M packages/core/src/generated/action-docs.ts",
50
+ "M packages/core/src/runtime.ts",
51
+ "M packages/core/src/services/message.ts",
52
+ "M packages/core/src/types/runtime.ts",
53
+ "M packages/docs/action-catalog.md",
54
+ "M packages/docs/apps/mobile.md",
55
+ "M packages/docs/apps/overview.md",
56
+ "M packages/docs/dashboard/apps.md",
57
+ "M packages/elizaos/templates/project/apps/app/capacitor.config.ts",
58
+ "M packages/elizaos/templates/project/apps/app/test/electrobun-packaged/mock-api.ts",
59
+ "M packages/elizaos/templates/project/apps/app/tsconfig.json",
60
+ "M packages/prompts/specs/actions/plugins.generated.json",
61
+ "M packages/shared/src/contracts/apps.ts",
62
+ "M packages/shared/src/i18n/keywords/action-search.generated.keywords.json",
63
+ "M packages/shared/src/i18n/keywords/shared.keywords.json",
64
+ "M packages/ui/src/components/apps/GameView.tsx",
65
+ "M packages/ui/src/components/apps/helpers.ts",
66
+ "M packages/ui/src/components/shell/ContinuousChatOverlay.test.tsx",
67
+ "M packages/ui/src/components/shell/ContinuousChatOverlay.tsx",
68
+ "M packages/ui/src/components/views/ViewIcon.tsx",
69
+ "D plugins/plugin-2004scape/AGENTS.md",
70
+ "D plugins/plugin-2004scape/CLAUDE.md",
71
+ "D plugins/plugin-2004scape/README.md",
72
+ "D plugins/plugin-2004scape/package.json",
73
+ "D plugins/plugin-2004scape/src/__tests__/detail-extension.test.tsx",
74
+ "D plugins/plugin-2004scape/src/__tests__/fixtures.ts",
75
+ "D plugins/plugin-2004scape/src/__tests__/interact.test.ts",
76
+ "D plugins/plugin-2004scape/src/__tests__/operator-surface.test.tsx",
77
+ "D plugins/plugin-2004scape/src/__tests__/telemetry-parser.contract.test.ts",
78
+ "D plugins/plugin-2004scape/src/__tests__/tui-view.test.tsx",
79
+ "D plugins/plugin-2004scape/src/actions/game-service.ts",
80
+ "D plugins/plugin-2004scape/src/actions/index.ts",
81
+ "D plugins/plugin-2004scape/src/actions/rs2004.ts",
82
+ "D plugins/plugin-2004scape/src/components/TwoThousandFourScapeSpatialView.test.tsx",
83
+ "D plugins/plugin-2004scape/src/components/TwoThousandFourScapeSpatialView.tsx",
84
+ "D plugins/plugin-2004scape/src/gateway/index.ts",
85
+ "D plugins/plugin-2004scape/src/index.ts",
86
+ "D plugins/plugin-2004scape/src/providers/bot-state.ts",
87
+ "D plugins/plugin-2004scape/src/providers/goals.ts",
88
+ "D plugins/plugin-2004scape/src/providers/index.ts",
89
+ "D plugins/plugin-2004scape/src/providers/map-area.ts",
90
+ "D plugins/plugin-2004scape/src/providers/service-access.ts",
91
+ "D plugins/plugin-2004scape/src/providers/world-knowledge.ts",
92
+ "D plugins/plugin-2004scape/src/register-terminal-view.tsx",
93
+ "D plugins/plugin-2004scape/src/routes.ts",
94
+ "D plugins/plugin-2004scape/src/sdk/actions-helpers.ts",
95
+ "D plugins/plugin-2004scape/src/sdk/actions.ts",
96
+ "D plugins/plugin-2004scape/src/sdk/index.ts",
97
+ "D plugins/plugin-2004scape/src/sdk/types.ts",
98
+ "D plugins/plugin-2004scape/src/services/autonomous-loop-prompt.ts",
99
+ "D plugins/plugin-2004scape/src/services/bot-manager.ts",
100
+ "D plugins/plugin-2004scape/src/services/game-service.ts",
101
+ "D plugins/plugin-2004scape/src/shared-state.ts",
102
+ "D plugins/plugin-2004scape/src/ui/2004scape-view-bundle.ts",
103
+ "D plugins/plugin-2004scape/src/ui/TwoThousandFourScapeDetailExtension.tsx",
104
+ "D plugins/plugin-2004scape/src/ui/TwoThousandFourScapeOperatorSurface.helpers.ts",
105
+ "D plugins/plugin-2004scape/src/ui/TwoThousandFourScapeOperatorSurface.interact.ts",
106
+ "D plugins/plugin-2004scape/src/ui/TwoThousandFourScapeOperatorSurface.tsx",
107
+ "D plugins/plugin-2004scape/src/ui/game-surface-shell.tsx",
108
+ "D plugins/plugin-2004scape/src/ui/index.ts",
109
+ "D plugins/plugin-2004scape/tsconfig.build.json",
110
+ "D plugins/plugin-2004scape/tsconfig.json",
111
+ "D plugins/plugin-2004scape/vite.config.views.ts",
112
+ "D plugins/plugin-2004scape/vitest.config.ts",
113
+ "M plugins/plugin-app-manager/AGENTS.md",
114
+ "M plugins/plugin-app-manager/CLAUDE.md",
115
+ "M plugins/plugin-app-manager/src/api/apps-routes.ts",
116
+ "M plugins/plugin-app-manager/src/services/app-manager.ts",
117
+ "M plugins/plugin-facewear/app-xr/e2e/all-views-crud.spec.ts",
118
+ "M plugins/plugin-facewear/src/__tests__/feature-parity.test.ts",
119
+ "M plugins/plugin-facewear/src/__tests__/view-host-http.test.ts",
120
+ "M plugins/plugin-facewear/src/__tests__/view-host.test.ts",
121
+ "M plugins/plugin-facewear/src/actions/view-actions.ts",
122
+ "M plugins/plugin-facewear/src/actions/xr-view-actions.ts",
123
+ "M plugins/plugin-feed/src/ui/FeedDetailExtension.render.test.tsx",
124
+ "M plugins/plugin-feed/src/ui/FeedOperatorSurface.render.test.tsx",
125
+ "D plugins/plugin-hyperscape/AGENTS.md",
126
+ "D plugins/plugin-hyperscape/CLAUDE.md",
127
+ "D plugins/plugin-hyperscape/README.md",
128
+ "D plugins/plugin-hyperscape/package.json",
129
+ "D plugins/plugin-hyperscape/src/components/HyperscapeSpatialView.test.tsx",
130
+ "D plugins/plugin-hyperscape/src/components/HyperscapeSpatialView.tsx",
131
+ "D plugins/plugin-hyperscape/src/index.ts",
132
+ "D plugins/plugin-hyperscape/src/register-terminal-view.tsx",
133
+ "D plugins/plugin-hyperscape/src/routes.contract.test.ts",
134
+ "D plugins/plugin-hyperscape/src/routes.ts",
135
+ "D plugins/plugin-hyperscape/src/ui/HyperscapeDetailExtension.test.tsx",
136
+ "D plugins/plugin-hyperscape/src/ui/HyperscapeDetailExtension.tsx",
137
+ "D plugins/plugin-hyperscape/src/ui/HyperscapeOperatorSurface.interact.test.ts",
138
+ "D plugins/plugin-hyperscape/src/ui/HyperscapeOperatorSurface.interact.ts",
139
+ "D plugins/plugin-hyperscape/src/ui/HyperscapeOperatorSurface.test.tsx",
140
+ "D plugins/plugin-hyperscape/src/ui/HyperscapeOperatorSurface.tsx",
141
+ "D plugins/plugin-hyperscape/src/ui/HyperscapeTuiView.test.tsx",
142
+ "D plugins/plugin-hyperscape/src/ui/hyperscape-view-bundle.ts",
143
+ "D plugins/plugin-hyperscape/src/ui/index.ts",
144
+ "D plugins/plugin-hyperscape/src/ui/test-support.ts",
145
+ "D plugins/plugin-hyperscape/tsconfig.build.json",
146
+ "D plugins/plugin-hyperscape/tsconfig.json",
147
+ "D plugins/plugin-hyperscape/vite.config.views.ts",
148
+ "D plugins/plugin-hyperscape/vitest.config.ts",
149
+ "D plugins/plugin-scape/AGENTS.md",
150
+ "D plugins/plugin-scape/CLAUDE.md",
151
+ "D plugins/plugin-scape/README.md",
152
+ "D plugins/plugin-scape/elizaos.plugin.json",
153
+ "D plugins/plugin-scape/package.json",
154
+ "D plugins/plugin-scape/src/actions/index.ts",
155
+ "D plugins/plugin-scape/src/actions/param-parser.ts",
156
+ "D plugins/plugin-scape/src/actions/scape.ts",
157
+ "D plugins/plugin-scape/src/components/ScapeSpatialView.test.tsx",
158
+ "D plugins/plugin-scape/src/components/ScapeSpatialView.tsx",
159
+ "D plugins/plugin-scape/src/index.ts",
160
+ "D plugins/plugin-scape/src/journal/journal-store.ts",
161
+ "D plugins/plugin-scape/src/journal/types.ts",
162
+ "D plugins/plugin-scape/src/providers/bot-state.ts",
163
+ "D plugins/plugin-scape/src/providers/goals.ts",
164
+ "D plugins/plugin-scape/src/providers/index.ts",
165
+ "D plugins/plugin-scape/src/providers/inventory.ts",
166
+ "D plugins/plugin-scape/src/providers/journal.ts",
167
+ "D plugins/plugin-scape/src/providers/nearby.ts",
168
+ "D plugins/plugin-scape/src/register-terminal-view.tsx",
169
+ "D plugins/plugin-scape/src/routes.telemetry.test.ts",
170
+ "D plugins/plugin-scape/src/routes.ts",
171
+ "D plugins/plugin-scape/src/sdk/index.ts",
172
+ "D plugins/plugin-scape/src/sdk/json.ts",
173
+ "D plugins/plugin-scape/src/sdk/types.ts",
174
+ "D plugins/plugin-scape/src/services/agent-identity.ts",
175
+ "D plugins/plugin-scape/src/services/autonomous-loop-prompt.ts",
176
+ "D plugins/plugin-scape/src/services/bot-manager.ts",
177
+ "D plugins/plugin-scape/src/services/game-service.ts",
178
+ "D plugins/plugin-scape/src/services/journal-service.ts",
179
+ "D plugins/plugin-scape/src/shared-state.ts",
180
+ "D plugins/plugin-scape/src/ui/ScapeOperatorSurface.interact.test.ts",
181
+ "D plugins/plugin-scape/src/ui/ScapeOperatorSurface.interact.ts",
182
+ "D plugins/plugin-scape/src/ui/ScapeOperatorSurface.test.tsx",
183
+ "D plugins/plugin-scape/src/ui/ScapeOperatorSurface.tsx",
184
+ "D plugins/plugin-scape/src/ui/ScapeTuiView.test.tsx",
185
+ "D plugins/plugin-scape/src/ui/game-surface-shell.tsx",
186
+ "D plugins/plugin-scape/src/ui/index.ts",
187
+ "D plugins/plugin-scape/src/ui/scape-view-bundle.ts",
188
+ "D plugins/plugin-scape/src/ui/test-support.ts",
189
+ "D plugins/plugin-scape/tsconfig.build.json",
190
+ "D plugins/plugin-scape/tsconfig.json",
191
+ "D plugins/plugin-scape/vite.config.views.ts",
192
+ "D plugins/plugin-scape/vitest.config.ts",
193
+ "M plugins/plugin-trajectory-logger/package.json",
194
+ "M plugins/plugin-trajectory-logger/src/index.ts",
195
+ "M plugins/plugin-xr/src/__tests__/xr-bundle-coverage.test.ts",
196
+ "M plugins/plugin-xr/src/__tests__/xr-feature-parity.test.ts",
197
+ "M plugins/plugin-xr/src/__tests__/xr-functional-parity.test.ts",
198
+ "M plugins/plugin-xr/src/__tests__/xr-view-host-http.test.ts",
199
+ "M plugins/plugin-xr/src/__tests__/xr-view-host.test.ts",
200
+ "M plugins/plugin-xr/src/actions/xr-view-actions.ts",
201
+ "M scripts/spatial-convert-plugin-views.workflow.js",
202
+ "M tsconfig.dist-paths.json",
203
+ "M tsconfig.json",
204
+ "?? _railway_errors.mjs",
205
+ "?? _railway_inspect.mjs",
206
+ "?? a.out",
207
+ "?? packages/core/src/__tests__/compose-state-refresh-providers.test.ts",
208
+ "?? packages/ui/src/components/shell/ContinuousChatOverlay.fuzz.test.tsx",
209
+ "?? plugins/plugin-trajectory-logger/src/plugin.ts"
210
+ ],
211
+ "entries": [
212
+ {
213
+ "id": "app-model-tester",
214
+ "path": "plugins/app-model-tester",
215
+ "category": "app-plugin",
216
+ "currentPurpose": "Plugin package app-model-tester.",
217
+ "keepAs": "app-plugin",
218
+ "shouldBecomeRemote": false,
219
+ "shouldRegisterDynamicViews": true,
220
+ "shouldEmitTraceEvents": false,
221
+ "shouldUseRuntimeBroker": false,
222
+ "shouldStayOutOfElectrobun": true,
223
+ "relatedLayers": [
224
+ "dynamic-views"
225
+ ],
226
+ "recommendedNextAction": "add-dynamic-view-manifest",
227
+ "risk": "medium",
228
+ "notes": "Keep existing plugin boundary. Add contextual dynamic views only for task-specific inspection, not a fixed dashboard."
229
+ },
230
+ {
231
+ "id": "eliza.fs",
232
+ "path": "packages/app-core/platforms/electrobun/remotes/fs",
233
+ "category": "desktop-capability",
234
+ "currentPurpose": "eliza.fs first-party Electrobun Remote.",
235
+ "keepAs": "remote",
236
+ "shouldBecomeRemote": false,
237
+ "shouldRegisterDynamicViews": false,
238
+ "shouldEmitTraceEvents": true,
239
+ "shouldUseRuntimeBroker": true,
240
+ "shouldStayOutOfElectrobun": false,
241
+ "relatedRemotes": [
242
+ "eliza.fs"
243
+ ],
244
+ "relatedLayers": [
245
+ "electrobun-shell",
246
+ "agent-runtime"
247
+ ],
248
+ "recommendedNextAction": "leave-alone",
249
+ "risk": "low",
250
+ "notes": "Already a desktop/system capability provider. Keep scoped and brokered through host APIs."
251
+ },
252
+ {
253
+ "id": "eliza.git",
254
+ "path": "packages/app-core/platforms/electrobun/remotes/git",
255
+ "category": "desktop-capability",
256
+ "currentPurpose": "eliza.git first-party Electrobun Remote.",
257
+ "keepAs": "remote",
258
+ "shouldBecomeRemote": false,
259
+ "shouldRegisterDynamicViews": false,
260
+ "shouldEmitTraceEvents": true,
261
+ "shouldUseRuntimeBroker": true,
262
+ "shouldStayOutOfElectrobun": false,
263
+ "relatedRemotes": [
264
+ "eliza.git"
265
+ ],
266
+ "relatedLayers": [
267
+ "electrobun-shell",
268
+ "agent-runtime"
269
+ ],
270
+ "recommendedNextAction": "leave-alone",
271
+ "risk": "low",
272
+ "notes": "Already a desktop/system capability provider. Keep scoped and brokered through host APIs."
273
+ },
274
+ {
275
+ "id": "eliza.local-model",
276
+ "path": "packages/app-core/platforms/electrobun/remotes/local-model",
277
+ "category": "desktop-capability",
278
+ "currentPurpose": "eliza.local-model first-party Electrobun Remote.",
279
+ "keepAs": "remote",
280
+ "shouldBecomeRemote": false,
281
+ "shouldRegisterDynamicViews": false,
282
+ "shouldEmitTraceEvents": true,
283
+ "shouldUseRuntimeBroker": true,
284
+ "shouldStayOutOfElectrobun": false,
285
+ "relatedRemotes": [
286
+ "eliza.local-model"
287
+ ],
288
+ "relatedLayers": [
289
+ "electrobun-shell",
290
+ "agent-runtime"
291
+ ],
292
+ "recommendedNextAction": "leave-alone",
293
+ "risk": "low",
294
+ "notes": "Already a desktop/system capability provider. Keep scoped and brokered through host APIs."
295
+ },
296
+ {
297
+ "id": "eliza.pty",
298
+ "path": "packages/app-core/platforms/electrobun/remotes/pty",
299
+ "category": "desktop-capability",
300
+ "currentPurpose": "eliza.pty first-party Electrobun Remote.",
301
+ "keepAs": "remote",
302
+ "shouldBecomeRemote": false,
303
+ "shouldRegisterDynamicViews": false,
304
+ "shouldEmitTraceEvents": true,
305
+ "shouldUseRuntimeBroker": true,
306
+ "shouldStayOutOfElectrobun": false,
307
+ "relatedRemotes": [
308
+ "eliza.pty"
309
+ ],
310
+ "relatedLayers": [
311
+ "electrobun-shell",
312
+ "agent-runtime"
313
+ ],
314
+ "recommendedNextAction": "leave-alone",
315
+ "risk": "low",
316
+ "notes": "Already a desktop/system capability provider. Keep scoped and brokered through host APIs."
317
+ },
318
+ {
319
+ "id": "eliza.runtime",
320
+ "path": "packages/app-core/platforms/electrobun/remotes/runtime",
321
+ "category": "desktop-capability",
322
+ "currentPurpose": "eliza.runtime first-party Electrobun Remote.",
323
+ "keepAs": "remote",
324
+ "shouldBecomeRemote": false,
325
+ "shouldRegisterDynamicViews": false,
326
+ "shouldEmitTraceEvents": true,
327
+ "shouldUseRuntimeBroker": true,
328
+ "shouldStayOutOfElectrobun": false,
329
+ "relatedRemotes": [
330
+ "eliza.runtime"
331
+ ],
332
+ "relatedLayers": [
333
+ "electrobun-shell",
334
+ "agent-runtime"
335
+ ],
336
+ "recommendedNextAction": "leave-alone",
337
+ "risk": "low",
338
+ "notes": "Already a desktop/system capability provider. Keep scoped and brokered through host APIs."
339
+ },
340
+ {
341
+ "id": "eliza.surface",
342
+ "path": "packages/app-core/platforms/electrobun/remotes/surface",
343
+ "category": "dev-tooling",
344
+ "currentPurpose": "eliza.surface first-party Electrobun Remote.",
345
+ "keepAs": "remote",
346
+ "shouldBecomeRemote": false,
347
+ "shouldRegisterDynamicViews": true,
348
+ "shouldEmitTraceEvents": false,
349
+ "shouldUseRuntimeBroker": false,
350
+ "shouldStayOutOfElectrobun": false,
351
+ "relatedRemotes": [
352
+ "eliza.runtime"
353
+ ],
354
+ "relatedLayers": [
355
+ "dynamic-views",
356
+ "trace"
357
+ ],
358
+ "recommendedNextAction": "leave-alone",
359
+ "risk": "medium",
360
+ "notes": "Dev/admin only. Do not turn into production UI."
361
+ },
362
+ {
363
+ "id": "future.eliza.computer",
364
+ "path": "packages/app-core/platforms/electrobun/remotes/computer",
365
+ "category": "desktop-capability",
366
+ "currentPurpose": "Potential future broker for screen/browser/camera/computer context if existing host APIs need a Remote boundary.",
367
+ "keepAs": "needs-review",
368
+ "shouldBecomeRemote": true,
369
+ "shouldRegisterDynamicViews": false,
370
+ "shouldEmitTraceEvents": true,
371
+ "shouldUseRuntimeBroker": true,
372
+ "shouldStayOutOfElectrobun": false,
373
+ "relatedLayers": [
374
+ "electrobun-shell",
375
+ "trace",
376
+ "dynamic-views"
377
+ ],
378
+ "recommendedNextAction": "needs-owner-decision",
379
+ "risk": "medium",
380
+ "ownerDecisionNeeded": true,
381
+ "notes": "Only future Remote candidate. Do not create until a concrete host capability boundary is required."
382
+ },
383
+ {
384
+ "id": "packages/agent",
385
+ "path": "packages/agent",
386
+ "category": "core-runtime",
387
+ "currentPurpose": "Standalone elizaOS-based agent and backend server package.",
388
+ "keepAs": "core",
389
+ "shouldBecomeRemote": false,
390
+ "shouldRegisterDynamicViews": false,
391
+ "shouldEmitTraceEvents": false,
392
+ "shouldUseRuntimeBroker": false,
393
+ "shouldStayOutOfElectrobun": true,
394
+ "relatedLayers": [
395
+ "agent-runtime"
396
+ ],
397
+ "recommendedNextAction": "leave-alone",
398
+ "risk": "low",
399
+ "notes": "AgentManager/Electrobun may own lifecycle, but agent runtime code stays in runtime packages."
400
+ },
401
+ {
402
+ "id": "packages/app",
403
+ "path": "packages/app",
404
+ "category": "production-ui",
405
+ "currentPurpose": "Cross-platform production app UI.",
406
+ "keepAs": "core",
407
+ "shouldBecomeRemote": false,
408
+ "shouldRegisterDynamicViews": false,
409
+ "shouldEmitTraceEvents": false,
410
+ "shouldUseRuntimeBroker": false,
411
+ "shouldStayOutOfElectrobun": true,
412
+ "relatedLayers": [
413
+ "production-app"
414
+ ],
415
+ "recommendedNextAction": "leave-alone",
416
+ "risk": "low",
417
+ "notes": "Hard no-migration item. Do not replace with eliza.surface or fixed dynamic-view panels."
418
+ },
419
+ {
420
+ "id": "packages/app-core",
421
+ "path": "packages/app-core",
422
+ "category": "core-runtime",
423
+ "currentPurpose": "Shared application core for elizaOS white-label agent apps.",
424
+ "keepAs": "core",
425
+ "shouldBecomeRemote": false,
426
+ "shouldRegisterDynamicViews": false,
427
+ "shouldEmitTraceEvents": false,
428
+ "shouldUseRuntimeBroker": false,
429
+ "shouldStayOutOfElectrobun": false,
430
+ "relatedLayers": [
431
+ "production-app",
432
+ "electrobun-shell"
433
+ ],
434
+ "recommendedNextAction": "leave-alone",
435
+ "risk": "low",
436
+ "notes": "Hard no-migration item. Electrobun platform code can add host docs, not absorb app-core ownership."
437
+ },
438
+ {
439
+ "id": "packages/app-core/platforms/electrobun",
440
+ "path": "packages/app-core/platforms/electrobun",
441
+ "category": "desktop-shell",
442
+ "currentPurpose": "Electrobun native desktop shell.",
443
+ "keepAs": "core",
444
+ "shouldBecomeRemote": false,
445
+ "shouldRegisterDynamicViews": false,
446
+ "shouldEmitTraceEvents": false,
447
+ "shouldUseRuntimeBroker": false,
448
+ "shouldStayOutOfElectrobun": false,
449
+ "relatedLayers": [
450
+ "electrobun-shell",
451
+ "dynamic-views",
452
+ "trace"
453
+ ],
454
+ "recommendedNextAction": "leave-alone",
455
+ "risk": "low",
456
+ "notes": "Electrobun is the shell, not the agent runtime. Keep AgentManager as runtime lifecycle owner."
457
+ },
458
+ {
459
+ "id": "packages/app-core/platforms/electrobun/src/dynamic-views",
460
+ "path": "packages/app-core/platforms/electrobun/src/dynamic-views",
461
+ "category": "desktop-shell",
462
+ "currentPurpose": "Dynamic view registry/session infrastructure.",
463
+ "keepAs": "core",
464
+ "shouldBecomeRemote": false,
465
+ "shouldRegisterDynamicViews": true,
466
+ "shouldEmitTraceEvents": false,
467
+ "shouldUseRuntimeBroker": false,
468
+ "shouldStayOutOfElectrobun": false,
469
+ "relatedLayers": [
470
+ "dynamic-views",
471
+ "electrobun-shell"
472
+ ],
473
+ "recommendedNextAction": "leave-alone",
474
+ "risk": "low",
475
+ "notes": "Contextual view substrate only. Do not convert into dashboard navigation."
476
+ },
477
+ {
478
+ "id": "packages/app-core/platforms/electrobun/src/trace",
479
+ "path": "packages/app-core/platforms/electrobun/src/trace",
480
+ "category": "desktop-shell",
481
+ "currentPurpose": "Trace service and dynamic trace view infrastructure.",
482
+ "keepAs": "core",
483
+ "shouldBecomeRemote": false,
484
+ "shouldRegisterDynamicViews": true,
485
+ "shouldEmitTraceEvents": true,
486
+ "shouldUseRuntimeBroker": false,
487
+ "shouldStayOutOfElectrobun": false,
488
+ "relatedLayers": [
489
+ "trace",
490
+ "dynamic-views"
491
+ ],
492
+ "recommendedNextAction": "leave-alone",
493
+ "risk": "low",
494
+ "notes": "Observability spine. Plugins should emit trace events; trace should not become a static dashboard."
495
+ },
496
+ {
497
+ "id": "packages/app-core/platforms/electrobun/src/voice",
498
+ "path": "packages/app-core/platforms/electrobun/src/voice",
499
+ "category": "desktop-shell",
500
+ "currentPurpose": "Voice pipeline instrumentation, adapter, and validation layer.",
501
+ "keepAs": "core",
502
+ "shouldBecomeRemote": false,
503
+ "shouldRegisterDynamicViews": true,
504
+ "shouldEmitTraceEvents": true,
505
+ "shouldUseRuntimeBroker": false,
506
+ "shouldStayOutOfElectrobun": false,
507
+ "relatedLayers": [
508
+ "voice",
509
+ "trace",
510
+ "dynamic-views",
511
+ "local-inference"
512
+ ],
513
+ "recommendedNextAction": "leave-alone",
514
+ "risk": "low",
515
+ "notes": "Voice is a pipeline. Keep live behavior gated and report through trace."
516
+ },
517
+ {
518
+ "id": "packages/core",
519
+ "path": "packages/core",
520
+ "category": "core-runtime",
521
+ "currentPurpose": "Core runtime, plugin abstractions, and AgentRuntime for elizaOS — actions, providers, evaluators, services, models, and types.",
522
+ "keepAs": "core",
523
+ "shouldBecomeRemote": false,
524
+ "shouldRegisterDynamicViews": false,
525
+ "shouldEmitTraceEvents": false,
526
+ "shouldUseRuntimeBroker": false,
527
+ "shouldStayOutOfElectrobun": true,
528
+ "relatedLayers": [
529
+ "agent-runtime"
530
+ ],
531
+ "recommendedNextAction": "leave-alone",
532
+ "risk": "low",
533
+ "notes": "Hard no-migration item. Runtime semantics stay here."
534
+ },
535
+ {
536
+ "id": "packages/electrobun-remote-plugins",
537
+ "path": "packages/electrobun-remote-plugins",
538
+ "category": "desktop-shell",
539
+ "currentPurpose": "Electrobun module/Remote package substrate.",
540
+ "keepAs": "core",
541
+ "shouldBecomeRemote": false,
542
+ "shouldRegisterDynamicViews": false,
543
+ "shouldEmitTraceEvents": false,
544
+ "shouldUseRuntimeBroker": false,
545
+ "shouldStayOutOfElectrobun": false,
546
+ "relatedLayers": [
547
+ "electrobun-shell"
548
+ ],
549
+ "recommendedNextAction": "leave-alone",
550
+ "risk": "low",
551
+ "notes": "Keep as module runtime substrate. Do not turn into a second plugin system."
552
+ },
553
+ {
554
+ "id": "packages/shared/src/local-inference",
555
+ "path": "packages/shared/src/local-inference",
556
+ "category": "model-plugin",
557
+ "currentPurpose": "Shared local-inference model catalog, routing, paths, and voice metadata.",
558
+ "keepAs": "model-pipeline-participant",
559
+ "shouldBecomeRemote": false,
560
+ "shouldRegisterDynamicViews": false,
561
+ "shouldEmitTraceEvents": true,
562
+ "shouldUseRuntimeBroker": false,
563
+ "shouldStayOutOfElectrobun": true,
564
+ "relatedRemotes": [
565
+ "eliza.local-model"
566
+ ],
567
+ "relatedLayers": [
568
+ "local-inference",
569
+ "voice"
570
+ ],
571
+ "recommendedNextAction": "connect-to-local-model",
572
+ "risk": "medium",
573
+ "notes": "Source of truth for Eliza-1 and voice metadata. Do not duplicate in Electrobun."
574
+ },
575
+ {
576
+ "id": "plugin-action-bench",
577
+ "path": "plugins/plugin-action-bench",
578
+ "category": "dev-tooling",
579
+ "currentPurpose": "Plugin package plugin-action-bench.",
580
+ "keepAs": "plugin",
581
+ "shouldBecomeRemote": false,
582
+ "shouldRegisterDynamicViews": false,
583
+ "shouldEmitTraceEvents": false,
584
+ "shouldUseRuntimeBroker": false,
585
+ "shouldStayOutOfElectrobun": false,
586
+ "recommendedNextAction": "leave-alone",
587
+ "risk": "medium",
588
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
589
+ },
590
+ {
591
+ "id": "plugin-agent-orchestrator",
592
+ "path": "plugins/plugin-agent-orchestrator",
593
+ "category": "dev-tooling",
594
+ "currentPurpose": "Canonical ElizaOS plugin for spawning and orchestrating coding agents via native Agent Client Protocol transports — combined with workspace lifecycle, GitHub integration, task share, runtime-driven sub-agent routing, and supporting services.",
595
+ "keepAs": "plugin",
596
+ "shouldBecomeRemote": false,
597
+ "shouldRegisterDynamicViews": true,
598
+ "shouldEmitTraceEvents": true,
599
+ "shouldUseRuntimeBroker": false,
600
+ "shouldStayOutOfElectrobun": false,
601
+ "relatedLayers": [
602
+ "dynamic-views",
603
+ "trace"
604
+ ],
605
+ "recommendedNextAction": "add-dynamic-view-manifest",
606
+ "risk": "medium",
607
+ "notes": "Keep existing plugin boundary. Add contextual dynamic views only for task-specific inspection, not a fixed dashboard."
608
+ },
609
+ {
610
+ "id": "plugin-agent-skills",
611
+ "path": "plugins/plugin-agent-skills",
612
+ "category": "dev-tooling",
613
+ "currentPurpose": "Agent Skills plugin for elizaOS - implement the Agent Skills specification with progressive disclosure",
614
+ "keepAs": "plugin",
615
+ "shouldBecomeRemote": false,
616
+ "shouldRegisterDynamicViews": true,
617
+ "shouldEmitTraceEvents": true,
618
+ "shouldUseRuntimeBroker": false,
619
+ "shouldStayOutOfElectrobun": false,
620
+ "relatedLayers": [
621
+ "dynamic-views",
622
+ "trace"
623
+ ],
624
+ "recommendedNextAction": "add-dynamic-view-manifest",
625
+ "risk": "medium",
626
+ "notes": "Keep existing plugin boundary. Add contextual dynamic views only for task-specific inspection, not a fixed dashboard."
627
+ },
628
+ {
629
+ "id": "plugin-ainex",
630
+ "path": "plugins/plugin-ainex",
631
+ "category": "unknown",
632
+ "currentPurpose": "Drives Hiwonder AiNex (and other) humanoid robots via a websocket bridge; integrates camera into plugin-vision and exposes joystick + servo + action-group control to the agent.",
633
+ "keepAs": "needs-review",
634
+ "shouldBecomeRemote": false,
635
+ "shouldRegisterDynamicViews": false,
636
+ "shouldEmitTraceEvents": false,
637
+ "shouldUseRuntimeBroker": false,
638
+ "shouldStayOutOfElectrobun": false,
639
+ "recommendedNextAction": "needs-owner-decision",
640
+ "risk": "medium",
641
+ "ownerDecisionNeeded": true,
642
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
643
+ },
644
+ {
645
+ "id": "plugin-anthropic",
646
+ "path": "plugins/plugin-anthropic",
647
+ "category": "provider-plugin",
648
+ "currentPurpose": "Plugin package plugin-anthropic.",
649
+ "keepAs": "plugin",
650
+ "shouldBecomeRemote": false,
651
+ "shouldRegisterDynamicViews": false,
652
+ "shouldEmitTraceEvents": false,
653
+ "shouldUseRuntimeBroker": false,
654
+ "shouldStayOutOfElectrobun": true,
655
+ "recommendedNextAction": "leave-alone",
656
+ "risk": "low",
657
+ "notes": "Keep as a provider plugin. Do not move provider routing into Electrobun or a Remote."
658
+ },
659
+ {
660
+ "id": "plugin-anthropic-proxy",
661
+ "path": "plugins/plugin-anthropic-proxy",
662
+ "category": "provider-plugin",
663
+ "currentPurpose": "Plugin package plugin-anthropic-proxy.",
664
+ "keepAs": "plugin",
665
+ "shouldBecomeRemote": false,
666
+ "shouldRegisterDynamicViews": false,
667
+ "shouldEmitTraceEvents": false,
668
+ "shouldUseRuntimeBroker": false,
669
+ "shouldStayOutOfElectrobun": true,
670
+ "recommendedNextAction": "leave-alone",
671
+ "risk": "low",
672
+ "notes": "Keep as a provider plugin. Do not move provider routing into Electrobun or a Remote."
673
+ },
674
+ {
675
+ "id": "plugin-aosp-local-inference",
676
+ "path": "plugins/plugin-aosp-local-inference",
677
+ "category": "model-plugin",
678
+ "currentPurpose": "AOSP-only llama.cpp FFI bindings (via bun:ffi) and local-inference bootstrap for elizaOS mobile builds.",
679
+ "keepAs": "model-pipeline-participant",
680
+ "shouldBecomeRemote": false,
681
+ "shouldRegisterDynamicViews": false,
682
+ "shouldEmitTraceEvents": false,
683
+ "shouldUseRuntimeBroker": false,
684
+ "shouldStayOutOfElectrobun": false,
685
+ "relatedRemotes": [
686
+ "eliza.local-model"
687
+ ],
688
+ "relatedLayers": [
689
+ "local-inference"
690
+ ],
691
+ "recommendedNextAction": "connect-to-local-model",
692
+ "risk": "medium",
693
+ "notes": "Keep as model/local-inference integration. Use eliza.local-model and voice validation as control and observability wrappers."
694
+ },
695
+ {
696
+ "id": "plugin-app-control",
697
+ "path": "plugins/plugin-app-control",
698
+ "category": "app-plugin",
699
+ "currentPurpose": "App control plugin for Eliza agents — launch, close, and list running apps via the local dashboard API.",
700
+ "keepAs": "app-plugin",
701
+ "shouldBecomeRemote": false,
702
+ "shouldRegisterDynamicViews": false,
703
+ "shouldEmitTraceEvents": false,
704
+ "shouldUseRuntimeBroker": false,
705
+ "shouldStayOutOfElectrobun": true,
706
+ "recommendedNextAction": "add-trace-hooks",
707
+ "risk": "medium",
708
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
709
+ },
710
+ {
711
+ "id": "plugin-app-manager",
712
+ "path": "plugins/plugin-app-manager",
713
+ "category": "app-plugin",
714
+ "currentPurpose": "App lifecycle plugin for elizaOS: hosted-app launch / list / close, run-state store, and the /api/apps/* route surface. Extracted from @elizaos/agent (Phase 4G).",
715
+ "keepAs": "app-plugin",
716
+ "shouldBecomeRemote": false,
717
+ "shouldRegisterDynamicViews": false,
718
+ "shouldEmitTraceEvents": false,
719
+ "shouldUseRuntimeBroker": false,
720
+ "shouldStayOutOfElectrobun": true,
721
+ "recommendedNextAction": "add-trace-hooks",
722
+ "risk": "medium",
723
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
724
+ },
725
+ {
726
+ "id": "plugin-background-runner",
727
+ "path": "plugins/plugin-background-runner",
728
+ "category": "dev-tooling",
729
+ "currentPurpose": "Background task runner for elizaOS — drives core TaskService.runDueTasks() from OS-level wake-ups (BGTaskScheduler on iOS, WorkManager on Android via @capacitor/background-runner). Falls back to a setInterval poll when no native scheduler is available.",
730
+ "keepAs": "plugin",
731
+ "shouldBecomeRemote": false,
732
+ "shouldRegisterDynamicViews": false,
733
+ "shouldEmitTraceEvents": false,
734
+ "shouldUseRuntimeBroker": false,
735
+ "shouldStayOutOfElectrobun": false,
736
+ "recommendedNextAction": "leave-alone",
737
+ "risk": "medium",
738
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
739
+ },
740
+ {
741
+ "id": "plugin-benchmarks",
742
+ "path": "plugins/plugin-benchmarks",
743
+ "category": "dev-tooling",
744
+ "currentPurpose": "Canonical eliza Action wrappers for benchmark tool vocabularies (vending-bench, webshop, OSWorld, tau-bench, visualwebbench).",
745
+ "keepAs": "plugin",
746
+ "shouldBecomeRemote": false,
747
+ "shouldRegisterDynamicViews": false,
748
+ "shouldEmitTraceEvents": false,
749
+ "shouldUseRuntimeBroker": false,
750
+ "shouldStayOutOfElectrobun": false,
751
+ "recommendedNextAction": "leave-alone",
752
+ "risk": "medium",
753
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
754
+ },
755
+ {
756
+ "id": "plugin-blocker",
757
+ "path": "plugins/plugin-blocker",
758
+ "category": "unknown",
759
+ "currentPurpose": "Focus / distraction control: website blocking via SelfControl hosts file + macOS app blocking. Schedules, allow-lists, override approval. Exposes the BLOCK action, websiteBlockerProvider + appBlockerProvider, a WebsiteBlockerService, drizzle pgSchema('app_blocker'), and a Focus overlay view.",
760
+ "keepAs": "needs-review",
761
+ "shouldBecomeRemote": false,
762
+ "shouldRegisterDynamicViews": false,
763
+ "shouldEmitTraceEvents": false,
764
+ "shouldUseRuntimeBroker": false,
765
+ "shouldStayOutOfElectrobun": false,
766
+ "recommendedNextAction": "needs-owner-decision",
767
+ "risk": "medium",
768
+ "ownerDecisionNeeded": true,
769
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
770
+ },
771
+ {
772
+ "id": "plugin-bluebubbles",
773
+ "path": "plugins/plugin-bluebubbles",
774
+ "category": "connector-plugin",
775
+ "currentPurpose": "Plugin package plugin-bluebubbles.",
776
+ "keepAs": "connector",
777
+ "shouldBecomeRemote": false,
778
+ "shouldRegisterDynamicViews": false,
779
+ "shouldEmitTraceEvents": true,
780
+ "shouldUseRuntimeBroker": false,
781
+ "shouldStayOutOfElectrobun": true,
782
+ "relatedLayers": [
783
+ "trace"
784
+ ],
785
+ "recommendedNextAction": "add-trace-hooks",
786
+ "risk": "medium",
787
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
788
+ },
789
+ {
790
+ "id": "plugin-bluesky",
791
+ "path": "plugins/plugin-bluesky",
792
+ "category": "connector-plugin",
793
+ "currentPurpose": "Plugin package plugin-bluesky.",
794
+ "keepAs": "connector",
795
+ "shouldBecomeRemote": false,
796
+ "shouldRegisterDynamicViews": false,
797
+ "shouldEmitTraceEvents": true,
798
+ "shouldUseRuntimeBroker": false,
799
+ "shouldStayOutOfElectrobun": true,
800
+ "relatedLayers": [
801
+ "trace"
802
+ ],
803
+ "recommendedNextAction": "add-trace-hooks",
804
+ "risk": "medium",
805
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
806
+ },
807
+ {
808
+ "id": "plugin-browser",
809
+ "path": "plugins/plugin-browser",
810
+ "category": "native-semantic-plugin",
811
+ "currentPurpose": "Browser plugin: BROWSER action and MANAGE_BROWSER_BRIDGE management action. Owns the workspace browser (electrobun-embedded + jsdom fallback) and the Chrome/Safari companion bridge. Targets are registered with the BrowserService; the agent uses what is available.",
812
+ "keepAs": "plugin",
813
+ "shouldBecomeRemote": false,
814
+ "shouldRegisterDynamicViews": true,
815
+ "shouldEmitTraceEvents": true,
816
+ "shouldUseRuntimeBroker": true,
817
+ "shouldStayOutOfElectrobun": false,
818
+ "relatedRemotes": [
819
+ "eliza.runtime"
820
+ ],
821
+ "relatedLayers": [
822
+ "dynamic-views",
823
+ "trace"
824
+ ],
825
+ "recommendedNextAction": "add-dynamic-view-manifest",
826
+ "risk": "medium",
827
+ "notes": "Keep existing plugin boundary. Add contextual dynamic views only for task-specific inspection, not a fixed dashboard."
828
+ },
829
+ {
830
+ "id": "plugin-calendar",
831
+ "path": "plugins/plugin-calendar",
832
+ "category": "unknown",
833
+ "currentPurpose": "First-class calendar plugin for elizaOS agents: Google + Apple calendar feed, event CRUD, scheduling, and owner-facing calendar views. Consumed by @elizaos/plugin-personal-assistant and the task-coordinator surface.",
834
+ "keepAs": "needs-review",
835
+ "shouldBecomeRemote": false,
836
+ "shouldRegisterDynamicViews": false,
837
+ "shouldEmitTraceEvents": false,
838
+ "shouldUseRuntimeBroker": false,
839
+ "shouldStayOutOfElectrobun": false,
840
+ "recommendedNextAction": "needs-owner-decision",
841
+ "risk": "medium",
842
+ "ownerDecisionNeeded": true,
843
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
844
+ },
845
+ {
846
+ "id": "plugin-calendly",
847
+ "path": "plugins/plugin-calendly",
848
+ "category": "connector-plugin",
849
+ "currentPurpose": "Calendly integration plugin for elizaOS agents — event types, scheduled events, cancellations, and booking-link handoff via Calendly v2 API",
850
+ "keepAs": "connector",
851
+ "shouldBecomeRemote": false,
852
+ "shouldRegisterDynamicViews": false,
853
+ "shouldEmitTraceEvents": true,
854
+ "shouldUseRuntimeBroker": false,
855
+ "shouldStayOutOfElectrobun": true,
856
+ "relatedLayers": [
857
+ "trace"
858
+ ],
859
+ "recommendedNextAction": "add-trace-hooks",
860
+ "risk": "medium",
861
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
862
+ },
863
+ {
864
+ "id": "plugin-capacitor-bridge",
865
+ "path": "plugins/plugin-capacitor-bridge",
866
+ "category": "native-semantic-plugin",
867
+ "currentPurpose": "Capacitor WebSocket bridge to device llama for stock mobile (non-AOSP) Eliza builds.",
868
+ "keepAs": "plugin",
869
+ "shouldBecomeRemote": false,
870
+ "shouldRegisterDynamicViews": false,
871
+ "shouldEmitTraceEvents": true,
872
+ "shouldUseRuntimeBroker": true,
873
+ "shouldStayOutOfElectrobun": false,
874
+ "relatedLayers": [
875
+ "trace"
876
+ ],
877
+ "recommendedNextAction": "route-through-runtime-broker",
878
+ "risk": "medium",
879
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
880
+ },
881
+ {
882
+ "id": "plugin-clawville",
883
+ "path": "plugins/plugin-clawville",
884
+ "category": "app-plugin",
885
+ "currentPurpose": "Eliza app integration for ClawVille, a sea-themed agent game where connected agents enter a 3D underwater world, visit specialist buildings, and learn skills via the agentskills.io open standard.",
886
+ "keepAs": "app-plugin",
887
+ "shouldBecomeRemote": false,
888
+ "shouldRegisterDynamicViews": false,
889
+ "shouldEmitTraceEvents": false,
890
+ "shouldUseRuntimeBroker": false,
891
+ "shouldStayOutOfElectrobun": true,
892
+ "recommendedNextAction": "add-trace-hooks",
893
+ "risk": "medium",
894
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
895
+ },
896
+ {
897
+ "id": "plugin-cli",
898
+ "path": "plugins/plugin-cli",
899
+ "category": "dev-tooling",
900
+ "currentPurpose": "CLI framework plugin for ElizaOS agents - provides command registration, execution, and utilities",
901
+ "keepAs": "plugin",
902
+ "shouldBecomeRemote": false,
903
+ "shouldRegisterDynamicViews": false,
904
+ "shouldEmitTraceEvents": false,
905
+ "shouldUseRuntimeBroker": false,
906
+ "shouldStayOutOfElectrobun": false,
907
+ "recommendedNextAction": "leave-alone",
908
+ "risk": "medium",
909
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
910
+ },
911
+ {
912
+ "id": "plugin-codex-cli",
913
+ "path": "plugins/plugin-codex-cli",
914
+ "category": "native-semantic-plugin",
915
+ "currentPurpose": "Plugin package plugin-codex-cli.",
916
+ "keepAs": "plugin",
917
+ "shouldBecomeRemote": false,
918
+ "shouldRegisterDynamicViews": false,
919
+ "shouldEmitTraceEvents": true,
920
+ "shouldUseRuntimeBroker": true,
921
+ "shouldStayOutOfElectrobun": false,
922
+ "relatedRemotes": [
923
+ "eliza.runtime",
924
+ "eliza.fs",
925
+ "eliza.pty",
926
+ "eliza.git"
927
+ ],
928
+ "relatedLayers": [
929
+ "trace"
930
+ ],
931
+ "recommendedNextAction": "route-through-runtime-broker",
932
+ "risk": "medium",
933
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
934
+ },
935
+ {
936
+ "id": "plugin-coding-tools",
937
+ "path": "plugins/plugin-coding-tools",
938
+ "category": "native-semantic-plugin",
939
+ "currentPurpose": "Native Claude-Code-style coding tools (Read, Write, Edit, Bash, Grep, Glob, etc.) for the Eliza agent.",
940
+ "keepAs": "plugin",
941
+ "shouldBecomeRemote": false,
942
+ "shouldRegisterDynamicViews": true,
943
+ "shouldEmitTraceEvents": true,
944
+ "shouldUseRuntimeBroker": true,
945
+ "shouldStayOutOfElectrobun": false,
946
+ "relatedRemotes": [
947
+ "eliza.runtime",
948
+ "eliza.fs",
949
+ "eliza.pty",
950
+ "eliza.git"
951
+ ],
952
+ "relatedLayers": [
953
+ "dynamic-views",
954
+ "trace"
955
+ ],
956
+ "recommendedNextAction": "add-dynamic-view-manifest",
957
+ "risk": "medium",
958
+ "notes": "Keep existing plugin boundary. Add contextual dynamic views only for task-specific inspection, not a fixed dashboard."
959
+ },
960
+ {
961
+ "id": "plugin-commands",
962
+ "path": "plugins/plugin-commands",
963
+ "category": "dev-tooling",
964
+ "currentPurpose": "Chat command system for Eliza agents (/help, /status, /reset, etc.)",
965
+ "keepAs": "plugin",
966
+ "shouldBecomeRemote": false,
967
+ "shouldRegisterDynamicViews": false,
968
+ "shouldEmitTraceEvents": false,
969
+ "shouldUseRuntimeBroker": false,
970
+ "shouldStayOutOfElectrobun": false,
971
+ "recommendedNextAction": "leave-alone",
972
+ "risk": "medium",
973
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
974
+ },
975
+ {
976
+ "id": "plugin-companion",
977
+ "path": "plugins/plugin-companion",
978
+ "category": "app-plugin",
979
+ "currentPurpose": "Companion app package with the VRM scene runtime and avatar utilities.",
980
+ "keepAs": "app-plugin",
981
+ "shouldBecomeRemote": false,
982
+ "shouldRegisterDynamicViews": false,
983
+ "shouldEmitTraceEvents": false,
984
+ "shouldUseRuntimeBroker": false,
985
+ "shouldStayOutOfElectrobun": true,
986
+ "recommendedNextAction": "add-trace-hooks",
987
+ "risk": "medium",
988
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
989
+ },
990
+ {
991
+ "id": "plugin-computeruse",
992
+ "path": "plugins/plugin-computeruse",
993
+ "category": "native-semantic-plugin",
994
+ "currentPurpose": "Desktop automation plugin — screenshots, mouse/keyboard control, browser CDP, and window management for elizaOS agents. Ported from open-computer-use (Apache 2.0).",
995
+ "keepAs": "plugin",
996
+ "shouldBecomeRemote": false,
997
+ "shouldRegisterDynamicViews": true,
998
+ "shouldEmitTraceEvents": true,
999
+ "shouldUseRuntimeBroker": true,
1000
+ "shouldStayOutOfElectrobun": false,
1001
+ "relatedRemotes": [
1002
+ "eliza.runtime"
1003
+ ],
1004
+ "relatedLayers": [
1005
+ "dynamic-views",
1006
+ "trace"
1007
+ ],
1008
+ "recommendedNextAction": "add-dynamic-view-manifest",
1009
+ "risk": "medium",
1010
+ "notes": "Keep existing plugin boundary. Add contextual dynamic views only for task-specific inspection, not a fixed dashboard."
1011
+ },
1012
+ {
1013
+ "id": "plugin-contacts",
1014
+ "path": "plugins/plugin-contacts",
1015
+ "category": "native-semantic-plugin",
1016
+ "currentPurpose": "Android Contacts overlay app — wraps the @elizaos/capacitor-contacts native plugin.",
1017
+ "keepAs": "plugin",
1018
+ "shouldBecomeRemote": false,
1019
+ "shouldRegisterDynamicViews": false,
1020
+ "shouldEmitTraceEvents": true,
1021
+ "shouldUseRuntimeBroker": true,
1022
+ "shouldStayOutOfElectrobun": false,
1023
+ "relatedLayers": [
1024
+ "trace"
1025
+ ],
1026
+ "recommendedNextAction": "route-through-runtime-broker",
1027
+ "risk": "medium",
1028
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
1029
+ },
1030
+ {
1031
+ "id": "plugin-defense-of-the-agents",
1032
+ "path": "plugins/plugin-defense-of-the-agents",
1033
+ "category": "app-plugin",
1034
+ "currentPurpose": "Eliza app integration for Defense of the Agents.",
1035
+ "keepAs": "app-plugin",
1036
+ "shouldBecomeRemote": false,
1037
+ "shouldRegisterDynamicViews": false,
1038
+ "shouldEmitTraceEvents": false,
1039
+ "shouldUseRuntimeBroker": false,
1040
+ "shouldStayOutOfElectrobun": true,
1041
+ "recommendedNextAction": "add-trace-hooks",
1042
+ "risk": "medium",
1043
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
1044
+ },
1045
+ {
1046
+ "id": "plugin-device-filesystem",
1047
+ "path": "plugins/plugin-device-filesystem",
1048
+ "category": "native-semantic-plugin",
1049
+ "currentPurpose": "Mobile-safe filesystem bridge for canonical FILE target=device operations on iOS/Android and desktop/AOSP.",
1050
+ "keepAs": "plugin",
1051
+ "shouldBecomeRemote": false,
1052
+ "shouldRegisterDynamicViews": false,
1053
+ "shouldEmitTraceEvents": true,
1054
+ "shouldUseRuntimeBroker": true,
1055
+ "shouldStayOutOfElectrobun": false,
1056
+ "relatedRemotes": [
1057
+ "eliza.fs"
1058
+ ],
1059
+ "relatedLayers": [
1060
+ "trace"
1061
+ ],
1062
+ "recommendedNextAction": "route-through-runtime-broker",
1063
+ "risk": "medium",
1064
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
1065
+ },
1066
+ {
1067
+ "id": "plugin-device-settings",
1068
+ "path": "plugins/plugin-device-settings",
1069
+ "category": "native-semantic-plugin",
1070
+ "currentPurpose": "Android Device Settings overlay app for ElizaOS — brightness, volume, Android roles, and system settings shortcuts.",
1071
+ "keepAs": "plugin",
1072
+ "shouldBecomeRemote": false,
1073
+ "shouldRegisterDynamicViews": false,
1074
+ "shouldEmitTraceEvents": true,
1075
+ "shouldUseRuntimeBroker": true,
1076
+ "shouldStayOutOfElectrobun": false,
1077
+ "relatedLayers": [
1078
+ "trace"
1079
+ ],
1080
+ "recommendedNextAction": "route-through-runtime-broker",
1081
+ "risk": "medium",
1082
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
1083
+ },
1084
+ {
1085
+ "id": "plugin-discord",
1086
+ "path": "plugins/plugin-discord",
1087
+ "category": "connector-plugin",
1088
+ "currentPurpose": "Plugin package plugin-discord.",
1089
+ "keepAs": "connector",
1090
+ "shouldBecomeRemote": false,
1091
+ "shouldRegisterDynamicViews": false,
1092
+ "shouldEmitTraceEvents": true,
1093
+ "shouldUseRuntimeBroker": false,
1094
+ "shouldStayOutOfElectrobun": true,
1095
+ "relatedLayers": [
1096
+ "trace"
1097
+ ],
1098
+ "recommendedNextAction": "add-trace-hooks",
1099
+ "risk": "medium",
1100
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
1101
+ },
1102
+ {
1103
+ "id": "plugin-discord-local",
1104
+ "path": "plugins/plugin-discord-local",
1105
+ "category": "connector-plugin",
1106
+ "currentPurpose": "Local Discord desktop integration for Eliza via Discord RPC and macOS UI automation",
1107
+ "keepAs": "connector",
1108
+ "shouldBecomeRemote": false,
1109
+ "shouldRegisterDynamicViews": false,
1110
+ "shouldEmitTraceEvents": true,
1111
+ "shouldUseRuntimeBroker": false,
1112
+ "shouldStayOutOfElectrobun": true,
1113
+ "relatedLayers": [
1114
+ "trace"
1115
+ ],
1116
+ "recommendedNextAction": "add-trace-hooks",
1117
+ "risk": "medium",
1118
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
1119
+ },
1120
+ {
1121
+ "id": "plugin-documents",
1122
+ "path": "plugins/plugin-documents",
1123
+ "category": "app-plugin",
1124
+ "currentPurpose": "Plugin package plugin-documents.",
1125
+ "keepAs": "app-plugin",
1126
+ "shouldBecomeRemote": false,
1127
+ "shouldRegisterDynamicViews": true,
1128
+ "shouldEmitTraceEvents": true,
1129
+ "shouldUseRuntimeBroker": false,
1130
+ "shouldStayOutOfElectrobun": true,
1131
+ "relatedLayers": [
1132
+ "dynamic-views",
1133
+ "trace"
1134
+ ],
1135
+ "recommendedNextAction": "add-dynamic-view-manifest",
1136
+ "risk": "medium",
1137
+ "notes": "Keep existing plugin boundary. Add contextual dynamic views only for task-specific inspection, not a fixed dashboard."
1138
+ },
1139
+ {
1140
+ "id": "plugin-edge-tts",
1141
+ "path": "plugins/plugin-edge-tts",
1142
+ "category": "voice-plugin",
1143
+ "currentPurpose": "Free text-to-speech using Microsoft Edge TTS - no API key required",
1144
+ "keepAs": "voice-pipeline-participant",
1145
+ "shouldBecomeRemote": false,
1146
+ "shouldRegisterDynamicViews": false,
1147
+ "shouldEmitTraceEvents": false,
1148
+ "shouldUseRuntimeBroker": false,
1149
+ "shouldStayOutOfElectrobun": false,
1150
+ "relatedLayers": [
1151
+ "voice"
1152
+ ],
1153
+ "recommendedNextAction": "connect-to-voice-pipeline",
1154
+ "risk": "medium",
1155
+ "notes": "Keep as a runtime voice participant. Wire availability, ASR/TTS/turn events, and latency into eliza.voice and trace."
1156
+ },
1157
+ {
1158
+ "id": "plugin-elevenlabs",
1159
+ "path": "plugins/plugin-elevenlabs",
1160
+ "category": "voice-plugin",
1161
+ "currentPurpose": "Plugin package plugin-elevenlabs.",
1162
+ "keepAs": "voice-pipeline-participant",
1163
+ "shouldBecomeRemote": false,
1164
+ "shouldRegisterDynamicViews": false,
1165
+ "shouldEmitTraceEvents": false,
1166
+ "shouldUseRuntimeBroker": false,
1167
+ "shouldStayOutOfElectrobun": false,
1168
+ "relatedLayers": [
1169
+ "voice"
1170
+ ],
1171
+ "recommendedNextAction": "connect-to-voice-pipeline",
1172
+ "risk": "medium",
1173
+ "notes": "Keep as a runtime voice participant. Wire availability, ASR/TTS/turn events, and latency into eliza.voice and trace."
1174
+ },
1175
+ {
1176
+ "id": "plugin-eliza-classic",
1177
+ "path": "plugins/plugin-eliza-classic",
1178
+ "category": "app-plugin",
1179
+ "currentPurpose": "Deterministic ELIZA-style pattern matching (browser + Node); ships compiled ESM in dist/.",
1180
+ "keepAs": "app-plugin",
1181
+ "shouldBecomeRemote": false,
1182
+ "shouldRegisterDynamicViews": false,
1183
+ "shouldEmitTraceEvents": false,
1184
+ "shouldUseRuntimeBroker": false,
1185
+ "shouldStayOutOfElectrobun": true,
1186
+ "recommendedNextAction": "add-trace-hooks",
1187
+ "risk": "medium",
1188
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
1189
+ },
1190
+ {
1191
+ "id": "plugin-elizacloud",
1192
+ "path": "plugins/plugin-elizacloud",
1193
+ "category": "app-plugin",
1194
+ "currentPurpose": "Plugin package plugin-elizacloud.",
1195
+ "keepAs": "app-plugin",
1196
+ "shouldBecomeRemote": false,
1197
+ "shouldRegisterDynamicViews": false,
1198
+ "shouldEmitTraceEvents": false,
1199
+ "shouldUseRuntimeBroker": false,
1200
+ "shouldStayOutOfElectrobun": true,
1201
+ "recommendedNextAction": "add-trace-hooks",
1202
+ "risk": "medium",
1203
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
1204
+ },
1205
+ {
1206
+ "id": "plugin-elizamaker",
1207
+ "path": "plugins/plugin-elizamaker",
1208
+ "category": "app-plugin",
1209
+ "currentPurpose": "ElizaMaker: ERC-8041 NFT drop/mint/whitelist routes, Twitter-verified Merkle proofs, and OG code tracking.",
1210
+ "keepAs": "app-plugin",
1211
+ "shouldBecomeRemote": false,
1212
+ "shouldRegisterDynamicViews": false,
1213
+ "shouldEmitTraceEvents": false,
1214
+ "shouldUseRuntimeBroker": false,
1215
+ "shouldStayOutOfElectrobun": true,
1216
+ "recommendedNextAction": "add-trace-hooks",
1217
+ "risk": "medium",
1218
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
1219
+ },
1220
+ {
1221
+ "id": "plugin-facewear",
1222
+ "path": "plugins/plugin-facewear",
1223
+ "category": "unknown",
1224
+ "currentPurpose": "Unified facewear plugin — Meta Quest 3, XReal, Even Realities G1/G2, Apple Vision Pro. Bidirectional voice+camera streaming, smartglasses display, view panels, device management.",
1225
+ "keepAs": "needs-review",
1226
+ "shouldBecomeRemote": false,
1227
+ "shouldRegisterDynamicViews": false,
1228
+ "shouldEmitTraceEvents": false,
1229
+ "shouldUseRuntimeBroker": false,
1230
+ "shouldStayOutOfElectrobun": false,
1231
+ "recommendedNextAction": "needs-owner-decision",
1232
+ "risk": "medium",
1233
+ "ownerDecisionNeeded": true,
1234
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
1235
+ },
1236
+ {
1237
+ "id": "plugin-farcaster",
1238
+ "path": "plugins/plugin-farcaster",
1239
+ "category": "connector-plugin",
1240
+ "currentPurpose": "Plugin package plugin-farcaster.",
1241
+ "keepAs": "connector",
1242
+ "shouldBecomeRemote": false,
1243
+ "shouldRegisterDynamicViews": false,
1244
+ "shouldEmitTraceEvents": true,
1245
+ "shouldUseRuntimeBroker": false,
1246
+ "shouldStayOutOfElectrobun": true,
1247
+ "relatedLayers": [
1248
+ "trace"
1249
+ ],
1250
+ "recommendedNextAction": "add-trace-hooks",
1251
+ "risk": "medium",
1252
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
1253
+ },
1254
+ {
1255
+ "id": "plugin-feed",
1256
+ "path": "plugins/plugin-feed",
1257
+ "category": "app-plugin",
1258
+ "currentPurpose": "Eliza app integration for Feed prediction market game.",
1259
+ "keepAs": "app-plugin",
1260
+ "shouldBecomeRemote": false,
1261
+ "shouldRegisterDynamicViews": false,
1262
+ "shouldEmitTraceEvents": false,
1263
+ "shouldUseRuntimeBroker": false,
1264
+ "shouldStayOutOfElectrobun": true,
1265
+ "recommendedNextAction": "add-trace-hooks",
1266
+ "risk": "medium",
1267
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
1268
+ },
1269
+ {
1270
+ "id": "plugin-feishu",
1271
+ "path": "plugins/plugin-feishu",
1272
+ "category": "connector-plugin",
1273
+ "currentPurpose": "Plugin package plugin-feishu.",
1274
+ "keepAs": "connector",
1275
+ "shouldBecomeRemote": false,
1276
+ "shouldRegisterDynamicViews": false,
1277
+ "shouldEmitTraceEvents": true,
1278
+ "shouldUseRuntimeBroker": false,
1279
+ "shouldStayOutOfElectrobun": true,
1280
+ "relatedLayers": [
1281
+ "trace"
1282
+ ],
1283
+ "recommendedNextAction": "add-trace-hooks",
1284
+ "risk": "medium",
1285
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
1286
+ },
1287
+ {
1288
+ "id": "plugin-finances",
1289
+ "path": "plugins/plugin-finances",
1290
+ "category": "unknown",
1291
+ "currentPurpose": "Owner finances overlay app: finance dashboard, transactions, recurring charges. Hooks into other finance providers later.",
1292
+ "keepAs": "needs-review",
1293
+ "shouldBecomeRemote": false,
1294
+ "shouldRegisterDynamicViews": false,
1295
+ "shouldEmitTraceEvents": false,
1296
+ "shouldUseRuntimeBroker": false,
1297
+ "shouldStayOutOfElectrobun": false,
1298
+ "recommendedNextAction": "needs-owner-decision",
1299
+ "risk": "medium",
1300
+ "ownerDecisionNeeded": true,
1301
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
1302
+ },
1303
+ {
1304
+ "id": "plugin-form",
1305
+ "path": "plugins/plugin-form",
1306
+ "category": "app-plugin",
1307
+ "currentPurpose": "Eliza plugin-form: conversational forms as guardrails for guided user journeys.",
1308
+ "keepAs": "app-plugin",
1309
+ "shouldBecomeRemote": false,
1310
+ "shouldRegisterDynamicViews": false,
1311
+ "shouldEmitTraceEvents": false,
1312
+ "shouldUseRuntimeBroker": false,
1313
+ "shouldStayOutOfElectrobun": true,
1314
+ "recommendedNextAction": "add-trace-hooks",
1315
+ "risk": "medium",
1316
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
1317
+ },
1318
+ {
1319
+ "id": "plugin-github",
1320
+ "path": "plugins/plugin-github",
1321
+ "category": "connector-plugin",
1322
+ "currentPurpose": "GitHub integration plugin for elizaOS agents — PRs, issues, notifications via the GitHub REST API",
1323
+ "keepAs": "connector",
1324
+ "shouldBecomeRemote": false,
1325
+ "shouldRegisterDynamicViews": true,
1326
+ "shouldEmitTraceEvents": true,
1327
+ "shouldUseRuntimeBroker": false,
1328
+ "shouldStayOutOfElectrobun": true,
1329
+ "relatedLayers": [
1330
+ "dynamic-views",
1331
+ "trace"
1332
+ ],
1333
+ "recommendedNextAction": "add-dynamic-view-manifest",
1334
+ "risk": "medium",
1335
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
1336
+ },
1337
+ {
1338
+ "id": "plugin-gitpathologist",
1339
+ "path": "plugins/plugin-gitpathologist",
1340
+ "category": "unknown",
1341
+ "currentPurpose": "Forensic git-history analysis for elizaOS agents: per-surface health timeline, drift inflection detection, rot post-mortem.",
1342
+ "keepAs": "needs-review",
1343
+ "shouldBecomeRemote": false,
1344
+ "shouldRegisterDynamicViews": false,
1345
+ "shouldEmitTraceEvents": false,
1346
+ "shouldUseRuntimeBroker": false,
1347
+ "shouldStayOutOfElectrobun": false,
1348
+ "recommendedNextAction": "needs-owner-decision",
1349
+ "risk": "medium",
1350
+ "ownerDecisionNeeded": true,
1351
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
1352
+ },
1353
+ {
1354
+ "id": "plugin-goals",
1355
+ "path": "plugins/plugin-goals",
1356
+ "category": "unknown",
1357
+ "currentPurpose": "Life direction plugin: owner-set long-horizon goals, recurring routines, reminders, alarms, daily check-ins, plus a self-care/mood/journal panel.",
1358
+ "keepAs": "needs-review",
1359
+ "shouldBecomeRemote": false,
1360
+ "shouldRegisterDynamicViews": false,
1361
+ "shouldEmitTraceEvents": false,
1362
+ "shouldUseRuntimeBroker": false,
1363
+ "shouldStayOutOfElectrobun": false,
1364
+ "recommendedNextAction": "needs-owner-decision",
1365
+ "risk": "medium",
1366
+ "ownerDecisionNeeded": true,
1367
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
1368
+ },
1369
+ {
1370
+ "id": "plugin-google",
1371
+ "path": "plugins/plugin-google",
1372
+ "category": "connector-plugin",
1373
+ "currentPurpose": "Plugin package plugin-google.",
1374
+ "keepAs": "connector",
1375
+ "shouldBecomeRemote": false,
1376
+ "shouldRegisterDynamicViews": false,
1377
+ "shouldEmitTraceEvents": true,
1378
+ "shouldUseRuntimeBroker": false,
1379
+ "shouldStayOutOfElectrobun": true,
1380
+ "relatedLayers": [
1381
+ "trace"
1382
+ ],
1383
+ "recommendedNextAction": "add-trace-hooks",
1384
+ "risk": "medium",
1385
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
1386
+ },
1387
+ {
1388
+ "id": "plugin-google-chat",
1389
+ "path": "plugins/plugin-google-chat",
1390
+ "category": "connector-plugin",
1391
+ "currentPurpose": "Plugin package plugin-google-chat.",
1392
+ "keepAs": "connector",
1393
+ "shouldBecomeRemote": false,
1394
+ "shouldRegisterDynamicViews": false,
1395
+ "shouldEmitTraceEvents": true,
1396
+ "shouldUseRuntimeBroker": false,
1397
+ "shouldStayOutOfElectrobun": true,
1398
+ "relatedLayers": [
1399
+ "trace"
1400
+ ],
1401
+ "recommendedNextAction": "add-trace-hooks",
1402
+ "risk": "medium",
1403
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
1404
+ },
1405
+ {
1406
+ "id": "plugin-google-genai",
1407
+ "path": "plugins/plugin-google-genai",
1408
+ "category": "provider-plugin",
1409
+ "currentPurpose": "Plugin package plugin-google-genai.",
1410
+ "keepAs": "plugin",
1411
+ "shouldBecomeRemote": false,
1412
+ "shouldRegisterDynamicViews": false,
1413
+ "shouldEmitTraceEvents": false,
1414
+ "shouldUseRuntimeBroker": false,
1415
+ "shouldStayOutOfElectrobun": true,
1416
+ "recommendedNextAction": "leave-alone",
1417
+ "risk": "low",
1418
+ "notes": "Keep as a provider plugin. Do not move provider routing into Electrobun or a Remote."
1419
+ },
1420
+ {
1421
+ "id": "plugin-google-meet-cute",
1422
+ "path": "plugins/plugin-google-meet-cute",
1423
+ "category": "connector-plugin",
1424
+ "currentPurpose": "Plugin package plugin-google-meet-cute.",
1425
+ "keepAs": "connector",
1426
+ "shouldBecomeRemote": false,
1427
+ "shouldRegisterDynamicViews": false,
1428
+ "shouldEmitTraceEvents": true,
1429
+ "shouldUseRuntimeBroker": false,
1430
+ "shouldStayOutOfElectrobun": true,
1431
+ "relatedLayers": [
1432
+ "trace"
1433
+ ],
1434
+ "recommendedNextAction": "add-trace-hooks",
1435
+ "risk": "medium",
1436
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
1437
+ },
1438
+ {
1439
+ "id": "plugin-groq",
1440
+ "path": "plugins/plugin-groq",
1441
+ "category": "provider-plugin",
1442
+ "currentPurpose": "Plugin package plugin-groq.",
1443
+ "keepAs": "plugin",
1444
+ "shouldBecomeRemote": false,
1445
+ "shouldRegisterDynamicViews": false,
1446
+ "shouldEmitTraceEvents": false,
1447
+ "shouldUseRuntimeBroker": false,
1448
+ "shouldStayOutOfElectrobun": true,
1449
+ "recommendedNextAction": "leave-alone",
1450
+ "risk": "low",
1451
+ "notes": "Keep as a provider plugin. Do not move provider routing into Electrobun or a Remote."
1452
+ },
1453
+ {
1454
+ "id": "plugin-health",
1455
+ "path": "plugins/plugin-health",
1456
+ "category": "app-plugin",
1457
+ "currentPurpose": "Health, sleep, circadian and screen-time domain plugin for elizaOS — extracted from app-lifeops in Wave 1 (W1-B). Owns connectors (Apple Health, Google Fit, Strava, Fitbit, Withings, Oura), sleep/circadian/regularity engines, screen-time aggregation, and the wake/bedtime/nap anchor contributions consumed by app-lifeops via the W1-F connector / channel / signal-bus contracts.",
1458
+ "keepAs": "app-plugin",
1459
+ "shouldBecomeRemote": false,
1460
+ "shouldRegisterDynamicViews": false,
1461
+ "shouldEmitTraceEvents": false,
1462
+ "shouldUseRuntimeBroker": false,
1463
+ "shouldStayOutOfElectrobun": true,
1464
+ "recommendedNextAction": "add-trace-hooks",
1465
+ "risk": "medium",
1466
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
1467
+ },
1468
+ {
1469
+ "id": "plugin-hyperliquid-app",
1470
+ "path": "plugins/plugin-hyperliquid-app",
1471
+ "category": "app-plugin",
1472
+ "currentPurpose": "Plugin package plugin-hyperliquid-app.",
1473
+ "keepAs": "app-plugin",
1474
+ "shouldBecomeRemote": false,
1475
+ "shouldRegisterDynamicViews": false,
1476
+ "shouldEmitTraceEvents": false,
1477
+ "shouldUseRuntimeBroker": false,
1478
+ "shouldStayOutOfElectrobun": true,
1479
+ "recommendedNextAction": "add-trace-hooks",
1480
+ "risk": "medium",
1481
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
1482
+ },
1483
+ {
1484
+ "id": "plugin-imessage",
1485
+ "path": "plugins/plugin-imessage",
1486
+ "category": "connector-plugin",
1487
+ "currentPurpose": "Plugin package plugin-imessage.",
1488
+ "keepAs": "connector",
1489
+ "shouldBecomeRemote": false,
1490
+ "shouldRegisterDynamicViews": false,
1491
+ "shouldEmitTraceEvents": true,
1492
+ "shouldUseRuntimeBroker": false,
1493
+ "shouldStayOutOfElectrobun": true,
1494
+ "relatedLayers": [
1495
+ "trace"
1496
+ ],
1497
+ "recommendedNextAction": "add-trace-hooks",
1498
+ "risk": "medium",
1499
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
1500
+ },
1501
+ {
1502
+ "id": "plugin-inbox",
1503
+ "path": "plugins/plugin-inbox",
1504
+ "category": "unknown",
1505
+ "currentPurpose": "Unified cross-channel inbox triage with unresolved-item tracking, snooze, archive, and follow-up watcher. Drives the inbox-zero workflow across email/Discord/Telegram/WhatsApp/X/Slack and other non-SMS channels.",
1506
+ "keepAs": "needs-review",
1507
+ "shouldBecomeRemote": false,
1508
+ "shouldRegisterDynamicViews": false,
1509
+ "shouldEmitTraceEvents": false,
1510
+ "shouldUseRuntimeBroker": false,
1511
+ "shouldStayOutOfElectrobun": false,
1512
+ "recommendedNextAction": "needs-owner-decision",
1513
+ "risk": "medium",
1514
+ "ownerDecisionNeeded": true,
1515
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
1516
+ },
1517
+ {
1518
+ "id": "plugin-inmemorydb",
1519
+ "path": "plugins/plugin-inmemorydb",
1520
+ "category": "data-memory-plugin",
1521
+ "currentPurpose": "Pure in-memory, ephemeral database storage for elizaOS - no persistence, completely forgets on reset",
1522
+ "keepAs": "plugin",
1523
+ "shouldBecomeRemote": false,
1524
+ "shouldRegisterDynamicViews": false,
1525
+ "shouldEmitTraceEvents": false,
1526
+ "shouldUseRuntimeBroker": false,
1527
+ "shouldStayOutOfElectrobun": false,
1528
+ "recommendedNextAction": "leave-alone",
1529
+ "risk": "low",
1530
+ "notes": "Keep as a data or memory plugin. Do not duplicate storage semantics in Electrobun."
1531
+ },
1532
+ {
1533
+ "id": "plugin-instagram",
1534
+ "path": "plugins/plugin-instagram",
1535
+ "category": "connector-plugin",
1536
+ "currentPurpose": "Plugin package plugin-instagram.",
1537
+ "keepAs": "connector",
1538
+ "shouldBecomeRemote": false,
1539
+ "shouldRegisterDynamicViews": false,
1540
+ "shouldEmitTraceEvents": true,
1541
+ "shouldUseRuntimeBroker": false,
1542
+ "shouldStayOutOfElectrobun": true,
1543
+ "relatedLayers": [
1544
+ "trace"
1545
+ ],
1546
+ "recommendedNextAction": "add-trace-hooks",
1547
+ "risk": "medium",
1548
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
1549
+ },
1550
+ {
1551
+ "id": "plugin-line",
1552
+ "path": "plugins/plugin-line",
1553
+ "category": "connector-plugin",
1554
+ "currentPurpose": "Plugin package plugin-line.",
1555
+ "keepAs": "connector",
1556
+ "shouldBecomeRemote": false,
1557
+ "shouldRegisterDynamicViews": false,
1558
+ "shouldEmitTraceEvents": true,
1559
+ "shouldUseRuntimeBroker": false,
1560
+ "shouldStayOutOfElectrobun": true,
1561
+ "relatedLayers": [
1562
+ "trace"
1563
+ ],
1564
+ "recommendedNextAction": "add-trace-hooks",
1565
+ "risk": "medium",
1566
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
1567
+ },
1568
+ {
1569
+ "id": "plugin-linear",
1570
+ "path": "plugins/plugin-linear",
1571
+ "category": "connector-plugin",
1572
+ "currentPurpose": "Linear integration plugin for ElizaOS (TypeScript)",
1573
+ "keepAs": "connector",
1574
+ "shouldBecomeRemote": false,
1575
+ "shouldRegisterDynamicViews": false,
1576
+ "shouldEmitTraceEvents": true,
1577
+ "shouldUseRuntimeBroker": false,
1578
+ "shouldStayOutOfElectrobun": true,
1579
+ "relatedLayers": [
1580
+ "trace"
1581
+ ],
1582
+ "recommendedNextAction": "add-trace-hooks",
1583
+ "risk": "medium",
1584
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
1585
+ },
1586
+ {
1587
+ "id": "plugin-lmstudio",
1588
+ "path": "plugins/plugin-lmstudio",
1589
+ "category": "model-plugin",
1590
+ "currentPurpose": "Plugin package plugin-lmstudio.",
1591
+ "keepAs": "model-pipeline-participant",
1592
+ "shouldBecomeRemote": false,
1593
+ "shouldRegisterDynamicViews": false,
1594
+ "shouldEmitTraceEvents": false,
1595
+ "shouldUseRuntimeBroker": false,
1596
+ "shouldStayOutOfElectrobun": false,
1597
+ "relatedLayers": [
1598
+ "local-inference"
1599
+ ],
1600
+ "recommendedNextAction": "connect-to-local-model",
1601
+ "risk": "medium",
1602
+ "notes": "Keep as model/local-inference integration. Use eliza.local-model and voice validation as control and observability wrappers."
1603
+ },
1604
+ {
1605
+ "id": "plugin-local-inference",
1606
+ "path": "plugins/plugin-local-inference",
1607
+ "category": "model-plugin",
1608
+ "currentPurpose": "Eliza-1 local provider plus HTTP routes for local model catalog, downloads, hardware detection, and chat commands.",
1609
+ "keepAs": "model-pipeline-participant",
1610
+ "shouldBecomeRemote": false,
1611
+ "shouldRegisterDynamicViews": false,
1612
+ "shouldEmitTraceEvents": true,
1613
+ "shouldUseRuntimeBroker": false,
1614
+ "shouldStayOutOfElectrobun": false,
1615
+ "relatedRemotes": [
1616
+ "eliza.local-model"
1617
+ ],
1618
+ "relatedLayers": [
1619
+ "trace",
1620
+ "local-inference"
1621
+ ],
1622
+ "recommendedNextAction": "connect-to-local-model",
1623
+ "risk": "medium",
1624
+ "notes": "Keep as model/local-inference integration. Use eliza.local-model and voice validation as control and observability wrappers."
1625
+ },
1626
+ {
1627
+ "id": "plugin-local-storage",
1628
+ "path": "plugins/plugin-local-storage",
1629
+ "category": "data-memory-plugin",
1630
+ "currentPurpose": "Local filesystem attachment storage backed by @brighter/storage-adapter-local. Default fallback when Eliza Cloud storage is not connected.",
1631
+ "keepAs": "plugin",
1632
+ "shouldBecomeRemote": false,
1633
+ "shouldRegisterDynamicViews": false,
1634
+ "shouldEmitTraceEvents": false,
1635
+ "shouldUseRuntimeBroker": false,
1636
+ "shouldStayOutOfElectrobun": false,
1637
+ "recommendedNextAction": "leave-alone",
1638
+ "risk": "low",
1639
+ "notes": "Keep as a data or memory plugin. Do not duplicate storage semantics in Electrobun."
1640
+ },
1641
+ {
1642
+ "id": "plugin-localdb",
1643
+ "path": "plugins/plugin-localdb",
1644
+ "category": "data-memory-plugin",
1645
+ "currentPurpose": "File-backed (Node) and localStorage (browser) persistence via plugin-inmemorydb; ships compiled ESM in dist/.",
1646
+ "keepAs": "plugin",
1647
+ "shouldBecomeRemote": false,
1648
+ "shouldRegisterDynamicViews": false,
1649
+ "shouldEmitTraceEvents": false,
1650
+ "shouldUseRuntimeBroker": false,
1651
+ "shouldStayOutOfElectrobun": false,
1652
+ "recommendedNextAction": "leave-alone",
1653
+ "risk": "low",
1654
+ "notes": "Keep as a data or memory plugin. Do not duplicate storage semantics in Electrobun."
1655
+ },
1656
+ {
1657
+ "id": "plugin-matrix",
1658
+ "path": "plugins/plugin-matrix",
1659
+ "category": "connector-plugin",
1660
+ "currentPurpose": "Plugin package plugin-matrix.",
1661
+ "keepAs": "connector",
1662
+ "shouldBecomeRemote": false,
1663
+ "shouldRegisterDynamicViews": false,
1664
+ "shouldEmitTraceEvents": true,
1665
+ "shouldUseRuntimeBroker": false,
1666
+ "shouldStayOutOfElectrobun": true,
1667
+ "relatedLayers": [
1668
+ "trace"
1669
+ ],
1670
+ "recommendedNextAction": "add-trace-hooks",
1671
+ "risk": "medium",
1672
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
1673
+ },
1674
+ {
1675
+ "id": "plugin-mcp",
1676
+ "path": "plugins/plugin-mcp",
1677
+ "category": "connector-plugin",
1678
+ "currentPurpose": "elizaOS plugin to integrate with MCP (Model Context Protocol) servers",
1679
+ "keepAs": "connector",
1680
+ "shouldBecomeRemote": false,
1681
+ "shouldRegisterDynamicViews": false,
1682
+ "shouldEmitTraceEvents": true,
1683
+ "shouldUseRuntimeBroker": false,
1684
+ "shouldStayOutOfElectrobun": true,
1685
+ "relatedLayers": [
1686
+ "trace"
1687
+ ],
1688
+ "recommendedNextAction": "add-trace-hooks",
1689
+ "risk": "medium",
1690
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
1691
+ },
1692
+ {
1693
+ "id": "plugin-messages",
1694
+ "path": "plugins/plugin-messages",
1695
+ "category": "connector-plugin",
1696
+ "currentPurpose": "Android Messages overlay app for ElizaOS — SMS inbox and compose surface backed by @elizaos/capacitor-messages.",
1697
+ "keepAs": "connector",
1698
+ "shouldBecomeRemote": false,
1699
+ "shouldRegisterDynamicViews": false,
1700
+ "shouldEmitTraceEvents": true,
1701
+ "shouldUseRuntimeBroker": false,
1702
+ "shouldStayOutOfElectrobun": true,
1703
+ "relatedLayers": [
1704
+ "trace"
1705
+ ],
1706
+ "recommendedNextAction": "add-trace-hooks",
1707
+ "risk": "medium",
1708
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
1709
+ },
1710
+ {
1711
+ "id": "plugin-minecraft",
1712
+ "path": "plugins/plugin-minecraft",
1713
+ "category": "app-plugin",
1714
+ "currentPurpose": "Minecraft automation plugin for ElizaOS (Mineflayer bridge)",
1715
+ "keepAs": "app-plugin",
1716
+ "shouldBecomeRemote": false,
1717
+ "shouldRegisterDynamicViews": false,
1718
+ "shouldEmitTraceEvents": false,
1719
+ "shouldUseRuntimeBroker": false,
1720
+ "shouldStayOutOfElectrobun": true,
1721
+ "recommendedNextAction": "add-trace-hooks",
1722
+ "risk": "medium",
1723
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
1724
+ },
1725
+ {
1726
+ "id": "plugin-music",
1727
+ "path": "plugins/plugin-music",
1728
+ "category": "app-plugin",
1729
+ "currentPurpose": "Plugin package plugin-music.",
1730
+ "keepAs": "app-plugin",
1731
+ "shouldBecomeRemote": false,
1732
+ "shouldRegisterDynamicViews": false,
1733
+ "shouldEmitTraceEvents": false,
1734
+ "shouldUseRuntimeBroker": false,
1735
+ "shouldStayOutOfElectrobun": true,
1736
+ "recommendedNextAction": "add-trace-hooks",
1737
+ "risk": "medium",
1738
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
1739
+ },
1740
+ {
1741
+ "id": "plugin-mysticism",
1742
+ "path": "plugins/plugin-mysticism",
1743
+ "category": "app-plugin",
1744
+ "currentPurpose": "Mystical divination engines for ElizaOS — Tarot, I Ching, and Astrology readings",
1745
+ "keepAs": "app-plugin",
1746
+ "shouldBecomeRemote": false,
1747
+ "shouldRegisterDynamicViews": false,
1748
+ "shouldEmitTraceEvents": false,
1749
+ "shouldUseRuntimeBroker": false,
1750
+ "shouldStayOutOfElectrobun": true,
1751
+ "recommendedNextAction": "add-trace-hooks",
1752
+ "risk": "medium",
1753
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
1754
+ },
1755
+ {
1756
+ "id": "plugin-native-activity-tracker",
1757
+ "path": "plugins/plugin-native-activity-tracker",
1758
+ "category": "native-semantic-plugin",
1759
+ "currentPurpose": "macOS activity-tracker native helper (Swift) plus a small TypeScript driver that spawns and line-parses the collector process.",
1760
+ "keepAs": "plugin",
1761
+ "shouldBecomeRemote": false,
1762
+ "shouldRegisterDynamicViews": false,
1763
+ "shouldEmitTraceEvents": true,
1764
+ "shouldUseRuntimeBroker": true,
1765
+ "shouldStayOutOfElectrobun": false,
1766
+ "relatedLayers": [
1767
+ "trace"
1768
+ ],
1769
+ "recommendedNextAction": "route-through-runtime-broker",
1770
+ "risk": "medium",
1771
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
1772
+ },
1773
+ {
1774
+ "id": "plugin-native-agent",
1775
+ "path": "plugins/plugin-native-agent",
1776
+ "category": "native-semantic-plugin",
1777
+ "currentPurpose": "Starts, stops, and monitors the embedded Eliza agent runtime.",
1778
+ "keepAs": "plugin",
1779
+ "shouldBecomeRemote": false,
1780
+ "shouldRegisterDynamicViews": false,
1781
+ "shouldEmitTraceEvents": true,
1782
+ "shouldUseRuntimeBroker": false,
1783
+ "shouldStayOutOfElectrobun": false,
1784
+ "relatedLayers": [
1785
+ "trace"
1786
+ ],
1787
+ "recommendedNextAction": "add-trace-hooks",
1788
+ "risk": "medium",
1789
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
1790
+ },
1791
+ {
1792
+ "id": "plugin-native-appblocker",
1793
+ "path": "plugins/plugin-native-appblocker",
1794
+ "category": "native-semantic-plugin",
1795
+ "currentPurpose": "Blocks selected apps on Android with Usage Access and an overlay shield, and on iPhone with Family Controls.",
1796
+ "keepAs": "plugin",
1797
+ "shouldBecomeRemote": false,
1798
+ "shouldRegisterDynamicViews": false,
1799
+ "shouldEmitTraceEvents": true,
1800
+ "shouldUseRuntimeBroker": true,
1801
+ "shouldStayOutOfElectrobun": false,
1802
+ "relatedLayers": [
1803
+ "trace"
1804
+ ],
1805
+ "recommendedNextAction": "route-through-runtime-broker",
1806
+ "risk": "medium",
1807
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
1808
+ },
1809
+ {
1810
+ "id": "plugin-native-bun-runtime",
1811
+ "path": "plugins/plugin-native-bun-runtime",
1812
+ "category": "native-semantic-plugin",
1813
+ "currentPurpose": "Embedded Bun-shape JS runtime bridge for iOS and Android",
1814
+ "keepAs": "plugin",
1815
+ "shouldBecomeRemote": false,
1816
+ "shouldRegisterDynamicViews": false,
1817
+ "shouldEmitTraceEvents": true,
1818
+ "shouldUseRuntimeBroker": true,
1819
+ "shouldStayOutOfElectrobun": false,
1820
+ "relatedLayers": [
1821
+ "trace"
1822
+ ],
1823
+ "recommendedNextAction": "route-through-runtime-broker",
1824
+ "risk": "medium",
1825
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
1826
+ },
1827
+ {
1828
+ "id": "plugin-native-calendar",
1829
+ "path": "plugins/plugin-native-calendar",
1830
+ "category": "native-semantic-plugin",
1831
+ "currentPurpose": "Reads and writes Apple Calendar events through EventKit.",
1832
+ "keepAs": "plugin",
1833
+ "shouldBecomeRemote": false,
1834
+ "shouldRegisterDynamicViews": false,
1835
+ "shouldEmitTraceEvents": true,
1836
+ "shouldUseRuntimeBroker": true,
1837
+ "shouldStayOutOfElectrobun": false,
1838
+ "relatedLayers": [
1839
+ "trace"
1840
+ ],
1841
+ "recommendedNextAction": "route-through-runtime-broker",
1842
+ "risk": "medium",
1843
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
1844
+ },
1845
+ {
1846
+ "id": "plugin-native-camera",
1847
+ "path": "plugins/plugin-native-camera",
1848
+ "category": "native-semantic-plugin",
1849
+ "currentPurpose": "Captures photos, records video, and streams camera preview with manual controls.",
1850
+ "keepAs": "plugin",
1851
+ "shouldBecomeRemote": false,
1852
+ "shouldRegisterDynamicViews": false,
1853
+ "shouldEmitTraceEvents": true,
1854
+ "shouldUseRuntimeBroker": true,
1855
+ "shouldStayOutOfElectrobun": false,
1856
+ "relatedRemotes": [
1857
+ "eliza.runtime"
1858
+ ],
1859
+ "relatedLayers": [
1860
+ "trace"
1861
+ ],
1862
+ "recommendedNextAction": "route-through-runtime-broker",
1863
+ "risk": "medium",
1864
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
1865
+ },
1866
+ {
1867
+ "id": "plugin-native-canvas",
1868
+ "path": "plugins/plugin-native-canvas",
1869
+ "category": "native-semantic-plugin",
1870
+ "currentPurpose": "Creates interactive canvases with layers, drawing primitives, and A2UI integration.",
1871
+ "keepAs": "plugin",
1872
+ "shouldBecomeRemote": false,
1873
+ "shouldRegisterDynamicViews": true,
1874
+ "shouldEmitTraceEvents": true,
1875
+ "shouldUseRuntimeBroker": true,
1876
+ "shouldStayOutOfElectrobun": false,
1877
+ "relatedLayers": [
1878
+ "dynamic-views",
1879
+ "trace"
1880
+ ],
1881
+ "recommendedNextAction": "add-dynamic-view-manifest",
1882
+ "risk": "medium",
1883
+ "notes": "Keep existing plugin boundary. Add contextual dynamic views only for task-specific inspection, not a fixed dashboard."
1884
+ },
1885
+ {
1886
+ "id": "plugin-native-contacts",
1887
+ "path": "plugins/plugin-native-contacts",
1888
+ "category": "native-semantic-plugin",
1889
+ "currentPurpose": "Android ContactsContract bridge for ElizaOS.",
1890
+ "keepAs": "plugin",
1891
+ "shouldBecomeRemote": false,
1892
+ "shouldRegisterDynamicViews": false,
1893
+ "shouldEmitTraceEvents": true,
1894
+ "shouldUseRuntimeBroker": true,
1895
+ "shouldStayOutOfElectrobun": false,
1896
+ "relatedLayers": [
1897
+ "trace"
1898
+ ],
1899
+ "recommendedNextAction": "route-through-runtime-broker",
1900
+ "risk": "medium",
1901
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
1902
+ },
1903
+ {
1904
+ "id": "plugin-native-desktop",
1905
+ "path": "plugins/plugin-native-desktop",
1906
+ "category": "native-semantic-plugin",
1907
+ "currentPurpose": "Adds tray icons, global shortcuts, notifications, and other desktop-only controls.",
1908
+ "keepAs": "plugin",
1909
+ "shouldBecomeRemote": false,
1910
+ "shouldRegisterDynamicViews": false,
1911
+ "shouldEmitTraceEvents": true,
1912
+ "shouldUseRuntimeBroker": true,
1913
+ "shouldStayOutOfElectrobun": false,
1914
+ "relatedLayers": [
1915
+ "trace"
1916
+ ],
1917
+ "recommendedNextAction": "route-through-runtime-broker",
1918
+ "risk": "medium",
1919
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
1920
+ },
1921
+ {
1922
+ "id": "plugin-native-eliza-tasks",
1923
+ "path": "plugins/plugin-native-eliza-tasks",
1924
+ "category": "native-semantic-plugin",
1925
+ "currentPurpose": "Bridges iOS BGTaskScheduler (BGAppRefreshTask + BGProcessingTask) wake events into the Eliza Capacitor runtime.",
1926
+ "keepAs": "plugin",
1927
+ "shouldBecomeRemote": false,
1928
+ "shouldRegisterDynamicViews": false,
1929
+ "shouldEmitTraceEvents": true,
1930
+ "shouldUseRuntimeBroker": false,
1931
+ "shouldStayOutOfElectrobun": false,
1932
+ "relatedLayers": [
1933
+ "trace"
1934
+ ],
1935
+ "recommendedNextAction": "add-trace-hooks",
1936
+ "risk": "medium",
1937
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
1938
+ },
1939
+ {
1940
+ "id": "plugin-native-gateway",
1941
+ "path": "plugins/plugin-native-gateway",
1942
+ "category": "native-semantic-plugin",
1943
+ "currentPurpose": "Connects the app to an Eliza Gateway with discovery, RPC, and realtime events.",
1944
+ "keepAs": "plugin",
1945
+ "shouldBecomeRemote": false,
1946
+ "shouldRegisterDynamicViews": false,
1947
+ "shouldEmitTraceEvents": true,
1948
+ "shouldUseRuntimeBroker": false,
1949
+ "shouldStayOutOfElectrobun": false,
1950
+ "relatedLayers": [
1951
+ "trace"
1952
+ ],
1953
+ "recommendedNextAction": "add-trace-hooks",
1954
+ "risk": "medium",
1955
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
1956
+ },
1957
+ {
1958
+ "id": "plugin-native-llama",
1959
+ "path": "plugins/plugin-native-llama",
1960
+ "category": "model-plugin",
1961
+ "currentPurpose": "Eliza mobile llama.cpp adapter — wraps llama-cpp-capacitor and maps its contextId-based API onto Eliza's LocalInferenceLoader contract.",
1962
+ "keepAs": "model-pipeline-participant",
1963
+ "shouldBecomeRemote": false,
1964
+ "shouldRegisterDynamicViews": false,
1965
+ "shouldEmitTraceEvents": false,
1966
+ "shouldUseRuntimeBroker": false,
1967
+ "shouldStayOutOfElectrobun": false,
1968
+ "relatedRemotes": [
1969
+ "eliza.local-model"
1970
+ ],
1971
+ "relatedLayers": [
1972
+ "local-inference"
1973
+ ],
1974
+ "recommendedNextAction": "connect-to-local-model",
1975
+ "risk": "medium",
1976
+ "notes": "Keep as model/local-inference integration. Use eliza.local-model and voice validation as control and observability wrappers."
1977
+ },
1978
+ {
1979
+ "id": "plugin-native-location",
1980
+ "path": "plugins/plugin-native-location",
1981
+ "category": "native-semantic-plugin",
1982
+ "currentPurpose": "Reads current location, watches movement, and manages geolocation permissions.",
1983
+ "keepAs": "plugin",
1984
+ "shouldBecomeRemote": false,
1985
+ "shouldRegisterDynamicViews": false,
1986
+ "shouldEmitTraceEvents": true,
1987
+ "shouldUseRuntimeBroker": true,
1988
+ "shouldStayOutOfElectrobun": false,
1989
+ "relatedLayers": [
1990
+ "trace"
1991
+ ],
1992
+ "recommendedNextAction": "route-through-runtime-broker",
1993
+ "risk": "medium",
1994
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
1995
+ },
1996
+ {
1997
+ "id": "plugin-native-macosalarm",
1998
+ "path": "plugins/plugin-native-macosalarm",
1999
+ "category": "native-semantic-plugin",
2000
+ "currentPurpose": "macOS native alarm helper plugin. Schedules UNUserNotificationCenter calendar-trigger alarms via a self-contained Swift CLI invoked from the Eliza runtime.",
2001
+ "keepAs": "plugin",
2002
+ "shouldBecomeRemote": false,
2003
+ "shouldRegisterDynamicViews": false,
2004
+ "shouldEmitTraceEvents": true,
2005
+ "shouldUseRuntimeBroker": true,
2006
+ "shouldStayOutOfElectrobun": false,
2007
+ "relatedLayers": [
2008
+ "trace"
2009
+ ],
2010
+ "recommendedNextAction": "route-through-runtime-broker",
2011
+ "risk": "medium",
2012
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
2013
+ },
2014
+ {
2015
+ "id": "plugin-native-messages",
2016
+ "path": "plugins/plugin-native-messages",
2017
+ "category": "native-semantic-plugin",
2018
+ "currentPurpose": "Android SMS/MMS bridge for ElizaOS.",
2019
+ "keepAs": "plugin",
2020
+ "shouldBecomeRemote": false,
2021
+ "shouldRegisterDynamicViews": false,
2022
+ "shouldEmitTraceEvents": true,
2023
+ "shouldUseRuntimeBroker": true,
2024
+ "shouldStayOutOfElectrobun": false,
2025
+ "relatedLayers": [
2026
+ "trace"
2027
+ ],
2028
+ "recommendedNextAction": "route-through-runtime-broker",
2029
+ "risk": "medium",
2030
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
2031
+ },
2032
+ {
2033
+ "id": "plugin-native-mobile-agent-bridge",
2034
+ "path": "plugins/plugin-native-mobile-agent-bridge",
2035
+ "category": "native-semantic-plugin",
2036
+ "currentPurpose": "Outbound tunnel from a phone-hosted Eliza agent so a remote Mac client can reach it. See docs/reverse-direction-tunneling.md.",
2037
+ "keepAs": "plugin",
2038
+ "shouldBecomeRemote": false,
2039
+ "shouldRegisterDynamicViews": false,
2040
+ "shouldEmitTraceEvents": true,
2041
+ "shouldUseRuntimeBroker": false,
2042
+ "shouldStayOutOfElectrobun": false,
2043
+ "relatedLayers": [
2044
+ "trace"
2045
+ ],
2046
+ "recommendedNextAction": "add-trace-hooks",
2047
+ "risk": "medium",
2048
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
2049
+ },
2050
+ {
2051
+ "id": "plugin-native-mobile-signals",
2052
+ "path": "plugins/plugin-native-mobile-signals",
2053
+ "category": "native-semantic-plugin",
2054
+ "currentPurpose": "Bridges mobile wake, lock, battery, and protected-data state into LifeOps.",
2055
+ "keepAs": "plugin",
2056
+ "shouldBecomeRemote": false,
2057
+ "shouldRegisterDynamicViews": false,
2058
+ "shouldEmitTraceEvents": true,
2059
+ "shouldUseRuntimeBroker": false,
2060
+ "shouldStayOutOfElectrobun": false,
2061
+ "relatedLayers": [
2062
+ "trace"
2063
+ ],
2064
+ "recommendedNextAction": "add-trace-hooks",
2065
+ "risk": "medium",
2066
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
2067
+ },
2068
+ {
2069
+ "id": "plugin-native-network-policy",
2070
+ "path": "plugins/plugin-native-network-policy",
2071
+ "category": "native-semantic-plugin",
2072
+ "currentPurpose": "Android + iOS native shims surfacing the `metered` / `isExpensive` hints used by the voice-model auto-updater (R5-versioning §4).",
2073
+ "keepAs": "plugin",
2074
+ "shouldBecomeRemote": false,
2075
+ "shouldRegisterDynamicViews": false,
2076
+ "shouldEmitTraceEvents": true,
2077
+ "shouldUseRuntimeBroker": false,
2078
+ "shouldStayOutOfElectrobun": false,
2079
+ "relatedLayers": [
2080
+ "trace"
2081
+ ],
2082
+ "recommendedNextAction": "add-trace-hooks",
2083
+ "risk": "medium",
2084
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
2085
+ },
2086
+ {
2087
+ "id": "plugin-native-phone",
2088
+ "path": "plugins/plugin-native-phone",
2089
+ "category": "native-semantic-plugin",
2090
+ "currentPurpose": "Android phone and Telecom bridge for ElizaOS.",
2091
+ "keepAs": "plugin",
2092
+ "shouldBecomeRemote": false,
2093
+ "shouldRegisterDynamicViews": false,
2094
+ "shouldEmitTraceEvents": true,
2095
+ "shouldUseRuntimeBroker": true,
2096
+ "shouldStayOutOfElectrobun": false,
2097
+ "relatedLayers": [
2098
+ "trace"
2099
+ ],
2100
+ "recommendedNextAction": "route-through-runtime-broker",
2101
+ "risk": "medium",
2102
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
2103
+ },
2104
+ {
2105
+ "id": "plugin-native-reminders",
2106
+ "path": "plugins/plugin-native-reminders",
2107
+ "category": "native-semantic-plugin",
2108
+ "currentPurpose": "macOS Apple Reminders native bridge policy helpers for Eliza runtimes.",
2109
+ "keepAs": "plugin",
2110
+ "shouldBecomeRemote": false,
2111
+ "shouldRegisterDynamicViews": false,
2112
+ "shouldEmitTraceEvents": true,
2113
+ "shouldUseRuntimeBroker": false,
2114
+ "shouldStayOutOfElectrobun": false,
2115
+ "relatedLayers": [
2116
+ "trace"
2117
+ ],
2118
+ "recommendedNextAction": "add-trace-hooks",
2119
+ "risk": "medium",
2120
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
2121
+ },
2122
+ {
2123
+ "id": "plugin-native-screencapture",
2124
+ "path": "plugins/plugin-native-screencapture",
2125
+ "category": "native-semantic-plugin",
2126
+ "currentPurpose": "Captures screenshots and records the screen across web, mobile, and desktop.",
2127
+ "keepAs": "plugin",
2128
+ "shouldBecomeRemote": false,
2129
+ "shouldRegisterDynamicViews": true,
2130
+ "shouldEmitTraceEvents": true,
2131
+ "shouldUseRuntimeBroker": true,
2132
+ "shouldStayOutOfElectrobun": false,
2133
+ "relatedRemotes": [
2134
+ "eliza.runtime"
2135
+ ],
2136
+ "relatedLayers": [
2137
+ "dynamic-views",
2138
+ "trace"
2139
+ ],
2140
+ "recommendedNextAction": "add-dynamic-view-manifest",
2141
+ "risk": "medium",
2142
+ "notes": "Keep existing plugin boundary. Add contextual dynamic views only for task-specific inspection, not a fixed dashboard."
2143
+ },
2144
+ {
2145
+ "id": "plugin-native-shared-types",
2146
+ "path": "plugins/plugin-native-shared-types",
2147
+ "category": "native-semantic-plugin",
2148
+ "currentPurpose": "Shared type contracts for elizaOS native plugin bridges.",
2149
+ "keepAs": "plugin",
2150
+ "shouldBecomeRemote": false,
2151
+ "shouldRegisterDynamicViews": false,
2152
+ "shouldEmitTraceEvents": true,
2153
+ "shouldUseRuntimeBroker": false,
2154
+ "shouldStayOutOfElectrobun": false,
2155
+ "relatedLayers": [
2156
+ "trace"
2157
+ ],
2158
+ "recommendedNextAction": "add-trace-hooks",
2159
+ "risk": "medium",
2160
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
2161
+ },
2162
+ {
2163
+ "id": "plugin-native-swabble",
2164
+ "path": "plugins/plugin-native-swabble",
2165
+ "category": "native-semantic-plugin",
2166
+ "currentPurpose": "Detects wake words and transcribes live speech with microphone state events.",
2167
+ "keepAs": "plugin",
2168
+ "shouldBecomeRemote": false,
2169
+ "shouldRegisterDynamicViews": false,
2170
+ "shouldEmitTraceEvents": true,
2171
+ "shouldUseRuntimeBroker": false,
2172
+ "shouldStayOutOfElectrobun": false,
2173
+ "relatedLayers": [
2174
+ "trace"
2175
+ ],
2176
+ "recommendedNextAction": "add-trace-hooks",
2177
+ "risk": "medium",
2178
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
2179
+ },
2180
+ {
2181
+ "id": "plugin-native-system",
2182
+ "path": "plugins/plugin-native-system",
2183
+ "category": "native-semantic-plugin",
2184
+ "currentPurpose": "Android system-role status bridge for ElizaOS.",
2185
+ "keepAs": "plugin",
2186
+ "shouldBecomeRemote": false,
2187
+ "shouldRegisterDynamicViews": false,
2188
+ "shouldEmitTraceEvents": true,
2189
+ "shouldUseRuntimeBroker": true,
2190
+ "shouldStayOutOfElectrobun": false,
2191
+ "relatedLayers": [
2192
+ "trace"
2193
+ ],
2194
+ "recommendedNextAction": "route-through-runtime-broker",
2195
+ "risk": "medium",
2196
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
2197
+ },
2198
+ {
2199
+ "id": "plugin-native-talkmode",
2200
+ "path": "plugins/plugin-native-talkmode",
2201
+ "category": "voice-plugin",
2202
+ "currentPurpose": "Runs voice conversations with live transcription, chat orchestration, and spoken replies.",
2203
+ "keepAs": "voice-pipeline-participant",
2204
+ "shouldBecomeRemote": false,
2205
+ "shouldRegisterDynamicViews": false,
2206
+ "shouldEmitTraceEvents": true,
2207
+ "shouldUseRuntimeBroker": false,
2208
+ "shouldStayOutOfElectrobun": false,
2209
+ "relatedLayers": [
2210
+ "trace",
2211
+ "voice"
2212
+ ],
2213
+ "recommendedNextAction": "connect-to-voice-pipeline",
2214
+ "risk": "medium",
2215
+ "notes": "Keep as a runtime voice participant. Wire availability, ASR/TTS/turn events, and latency into eliza.voice and trace."
2216
+ },
2217
+ {
2218
+ "id": "plugin-native-websiteblocker",
2219
+ "path": "plugins/plugin-native-websiteblocker",
2220
+ "category": "native-semantic-plugin",
2221
+ "currentPurpose": "Blocks websites through the Eliza runtime on desktop/web, uses native Android VPN DNS enforcement, and manages a native Safari content blocker on iPhone and iPad.",
2222
+ "keepAs": "plugin",
2223
+ "shouldBecomeRemote": false,
2224
+ "shouldRegisterDynamicViews": false,
2225
+ "shouldEmitTraceEvents": true,
2226
+ "shouldUseRuntimeBroker": false,
2227
+ "shouldStayOutOfElectrobun": false,
2228
+ "relatedLayers": [
2229
+ "trace"
2230
+ ],
2231
+ "recommendedNextAction": "add-trace-hooks",
2232
+ "risk": "medium",
2233
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
2234
+ },
2235
+ {
2236
+ "id": "plugin-native-wifi",
2237
+ "path": "plugins/plugin-native-wifi",
2238
+ "category": "native-semantic-plugin",
2239
+ "currentPurpose": "Android Wi-Fi (WifiManager) bridge for ElizaOS.",
2240
+ "keepAs": "plugin",
2241
+ "shouldBecomeRemote": false,
2242
+ "shouldRegisterDynamicViews": false,
2243
+ "shouldEmitTraceEvents": true,
2244
+ "shouldUseRuntimeBroker": true,
2245
+ "shouldStayOutOfElectrobun": false,
2246
+ "relatedLayers": [
2247
+ "trace"
2248
+ ],
2249
+ "recommendedNextAction": "route-through-runtime-broker",
2250
+ "risk": "medium",
2251
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
2252
+ },
2253
+ {
2254
+ "id": "plugin-nearai",
2255
+ "path": "plugins/plugin-nearai",
2256
+ "category": "unknown",
2257
+ "currentPurpose": "Plugin package plugin-nearai.",
2258
+ "keepAs": "needs-review",
2259
+ "shouldBecomeRemote": false,
2260
+ "shouldRegisterDynamicViews": false,
2261
+ "shouldEmitTraceEvents": false,
2262
+ "shouldUseRuntimeBroker": false,
2263
+ "shouldStayOutOfElectrobun": false,
2264
+ "recommendedNextAction": "needs-owner-decision",
2265
+ "risk": "medium",
2266
+ "ownerDecisionNeeded": true,
2267
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2268
+ },
2269
+ {
2270
+ "id": "plugin-ngrok",
2271
+ "path": "plugins/plugin-ngrok",
2272
+ "category": "connector-plugin",
2273
+ "currentPurpose": "Ngrok tunnel plugin for elizaOS — third-party backend implementing the @elizaos/plugin-tunnel ITunnelService contract.",
2274
+ "keepAs": "connector",
2275
+ "shouldBecomeRemote": false,
2276
+ "shouldRegisterDynamicViews": false,
2277
+ "shouldEmitTraceEvents": true,
2278
+ "shouldUseRuntimeBroker": false,
2279
+ "shouldStayOutOfElectrobun": true,
2280
+ "relatedLayers": [
2281
+ "trace"
2282
+ ],
2283
+ "recommendedNextAction": "add-trace-hooks",
2284
+ "risk": "medium",
2285
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
2286
+ },
2287
+ {
2288
+ "id": "plugin-nostr",
2289
+ "path": "plugins/plugin-nostr",
2290
+ "category": "connector-plugin",
2291
+ "currentPurpose": "Plugin package plugin-nostr.",
2292
+ "keepAs": "connector",
2293
+ "shouldBecomeRemote": false,
2294
+ "shouldRegisterDynamicViews": false,
2295
+ "shouldEmitTraceEvents": true,
2296
+ "shouldUseRuntimeBroker": false,
2297
+ "shouldStayOutOfElectrobun": true,
2298
+ "relatedLayers": [
2299
+ "trace"
2300
+ ],
2301
+ "recommendedNextAction": "add-trace-hooks",
2302
+ "risk": "medium",
2303
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
2304
+ },
2305
+ {
2306
+ "id": "plugin-ollama",
2307
+ "path": "plugins/plugin-ollama",
2308
+ "category": "model-plugin",
2309
+ "currentPurpose": "Plugin package plugin-ollama.",
2310
+ "keepAs": "model-pipeline-participant",
2311
+ "shouldBecomeRemote": false,
2312
+ "shouldRegisterDynamicViews": false,
2313
+ "shouldEmitTraceEvents": false,
2314
+ "shouldUseRuntimeBroker": false,
2315
+ "shouldStayOutOfElectrobun": false,
2316
+ "relatedRemotes": [
2317
+ "eliza.local-model"
2318
+ ],
2319
+ "relatedLayers": [
2320
+ "local-inference"
2321
+ ],
2322
+ "recommendedNextAction": "connect-to-local-model",
2323
+ "risk": "medium",
2324
+ "notes": "Keep as model/local-inference integration. Use eliza.local-model and voice validation as control and observability wrappers."
2325
+ },
2326
+ {
2327
+ "id": "plugin-openai",
2328
+ "path": "plugins/plugin-openai",
2329
+ "category": "provider-plugin",
2330
+ "currentPurpose": "Plugin package plugin-openai.",
2331
+ "keepAs": "plugin",
2332
+ "shouldBecomeRemote": false,
2333
+ "shouldRegisterDynamicViews": false,
2334
+ "shouldEmitTraceEvents": false,
2335
+ "shouldUseRuntimeBroker": false,
2336
+ "shouldStayOutOfElectrobun": true,
2337
+ "recommendedNextAction": "leave-alone",
2338
+ "risk": "low",
2339
+ "notes": "Keep as a provider plugin. Do not move provider routing into Electrobun or a Remote."
2340
+ },
2341
+ {
2342
+ "id": "plugin-openrouter",
2343
+ "path": "plugins/plugin-openrouter",
2344
+ "category": "provider-plugin",
2345
+ "currentPurpose": "Plugin package plugin-openrouter.",
2346
+ "keepAs": "plugin",
2347
+ "shouldBecomeRemote": false,
2348
+ "shouldRegisterDynamicViews": false,
2349
+ "shouldEmitTraceEvents": false,
2350
+ "shouldUseRuntimeBroker": false,
2351
+ "shouldStayOutOfElectrobun": true,
2352
+ "recommendedNextAction": "leave-alone",
2353
+ "risk": "low",
2354
+ "notes": "Keep as a provider plugin. Do not move provider routing into Electrobun or a Remote."
2355
+ },
2356
+ {
2357
+ "id": "plugin-pdf",
2358
+ "path": "plugins/plugin-pdf",
2359
+ "category": "app-plugin",
2360
+ "currentPurpose": "Plugin package plugin-pdf.",
2361
+ "keepAs": "app-plugin",
2362
+ "shouldBecomeRemote": false,
2363
+ "shouldRegisterDynamicViews": false,
2364
+ "shouldEmitTraceEvents": false,
2365
+ "shouldUseRuntimeBroker": false,
2366
+ "shouldStayOutOfElectrobun": true,
2367
+ "recommendedNextAction": "add-trace-hooks",
2368
+ "risk": "medium",
2369
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2370
+ },
2371
+ {
2372
+ "id": "plugin-personal-assistant",
2373
+ "path": "plugins/plugin-personal-assistant",
2374
+ "category": "app-plugin",
2375
+ "currentPurpose": "Personal-assistant orchestration plugin: BRIEF, PRIORITIZE, PERSONAL_ASSISTANT cross-domain orchestration, scheduled-task owner CRUD, and default-pack composition. Slimmed from the legacy plugin-lifeops; domain-specific surfaces have moved to plugin-inbox, plugin-goals, plugin-calendar, plugin-blocker, plugin-finances, plugin-relationships, etc.",
2376
+ "keepAs": "app-plugin",
2377
+ "shouldBecomeRemote": false,
2378
+ "shouldRegisterDynamicViews": false,
2379
+ "shouldEmitTraceEvents": false,
2380
+ "shouldUseRuntimeBroker": false,
2381
+ "shouldStayOutOfElectrobun": true,
2382
+ "recommendedNextAction": "add-trace-hooks",
2383
+ "risk": "medium",
2384
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2385
+ },
2386
+ {
2387
+ "id": "plugin-phone",
2388
+ "path": "plugins/plugin-phone",
2389
+ "category": "app-plugin",
2390
+ "currentPurpose": "Phone app for Eliza — Android dialer/call-log overlay (@elizaos/capacitor-phone) and the iOS Phone Companion (pairing, chat-mirror, remote-session).",
2391
+ "keepAs": "app-plugin",
2392
+ "shouldBecomeRemote": false,
2393
+ "shouldRegisterDynamicViews": false,
2394
+ "shouldEmitTraceEvents": false,
2395
+ "shouldUseRuntimeBroker": false,
2396
+ "shouldStayOutOfElectrobun": true,
2397
+ "recommendedNextAction": "add-trace-hooks",
2398
+ "risk": "medium",
2399
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2400
+ },
2401
+ {
2402
+ "id": "plugin-polymarket-app",
2403
+ "path": "plugins/plugin-polymarket-app",
2404
+ "category": "app-plugin",
2405
+ "currentPurpose": "Plugin package plugin-polymarket-app.",
2406
+ "keepAs": "app-plugin",
2407
+ "shouldBecomeRemote": false,
2408
+ "shouldRegisterDynamicViews": false,
2409
+ "shouldEmitTraceEvents": false,
2410
+ "shouldUseRuntimeBroker": false,
2411
+ "shouldStayOutOfElectrobun": true,
2412
+ "recommendedNextAction": "add-trace-hooks",
2413
+ "risk": "medium",
2414
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2415
+ },
2416
+ {
2417
+ "id": "plugin-registry",
2418
+ "path": "plugins/plugin-registry",
2419
+ "category": "dev-tooling",
2420
+ "currentPurpose": "Plugin registry plugin: consolidates plugin discovery, manifest reading, install/uninstall lifecycle, and HTTP routes for plugin management. Owns the cross-package plugin-routes (agent-tier) and plugins-routes (app-core compat-tier) surfaces and the install-orchestration helpers that forward into the agent runtime.",
2421
+ "keepAs": "plugin",
2422
+ "shouldBecomeRemote": false,
2423
+ "shouldRegisterDynamicViews": false,
2424
+ "shouldEmitTraceEvents": false,
2425
+ "shouldUseRuntimeBroker": false,
2426
+ "shouldStayOutOfElectrobun": false,
2427
+ "recommendedNextAction": "leave-alone",
2428
+ "risk": "medium",
2429
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2430
+ },
2431
+ {
2432
+ "id": "plugin-relationships",
2433
+ "path": "plugins/plugin-relationships",
2434
+ "category": "unknown",
2435
+ "currentPurpose": "Entity and relationship knowledge graph for Eliza agents. Provides the ENTITY umbrella action (person/org/place/project/concept CRUD), EntityStore with identity merge engine, RelationshipStore for typed edges, voice-observer-bridge, and an entity-graph context provider. Backed by drizzle pgSchema('app_relationships').",
2436
+ "keepAs": "needs-review",
2437
+ "shouldBecomeRemote": false,
2438
+ "shouldRegisterDynamicViews": false,
2439
+ "shouldEmitTraceEvents": false,
2440
+ "shouldUseRuntimeBroker": false,
2441
+ "shouldStayOutOfElectrobun": false,
2442
+ "recommendedNextAction": "needs-owner-decision",
2443
+ "risk": "medium",
2444
+ "ownerDecisionNeeded": true,
2445
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2446
+ },
2447
+ {
2448
+ "id": "plugin-reminders",
2449
+ "path": "plugins/plugin-reminders",
2450
+ "category": "unknown",
2451
+ "currentPurpose": "Reminder delivery + escalation data layer for elizaOS agents: owns the app_reminders schema (reminder plans, per-channel delivery attempts, escalation states) carved out of @elizaos/plugin-personal-assistant, with a non-destructive migration from app_lifeops. The delivery/escalation engine is host-wired during the decomposition.",
2452
+ "keepAs": "needs-review",
2453
+ "shouldBecomeRemote": false,
2454
+ "shouldRegisterDynamicViews": false,
2455
+ "shouldEmitTraceEvents": false,
2456
+ "shouldUseRuntimeBroker": false,
2457
+ "shouldStayOutOfElectrobun": false,
2458
+ "recommendedNextAction": "needs-owner-decision",
2459
+ "risk": "medium",
2460
+ "ownerDecisionNeeded": true,
2461
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2462
+ },
2463
+ {
2464
+ "id": "plugin-remote-desktop",
2465
+ "path": "plugins/plugin-remote-desktop",
2466
+ "category": "unknown",
2467
+ "currentPurpose": "Remote desktop session control for Eliza agents. REMOTE_DESKTOP umbrella action (start/status/end/list/revoke) over Tailscale VNC/SSH and ngrok backends with pairing-code confirmation. Extracted from @elizaos/plugin-personal-assistant.",
2468
+ "keepAs": "needs-review",
2469
+ "shouldBecomeRemote": false,
2470
+ "shouldRegisterDynamicViews": false,
2471
+ "shouldEmitTraceEvents": false,
2472
+ "shouldUseRuntimeBroker": false,
2473
+ "shouldStayOutOfElectrobun": false,
2474
+ "recommendedNextAction": "needs-owner-decision",
2475
+ "risk": "medium",
2476
+ "ownerDecisionNeeded": true,
2477
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2478
+ },
2479
+ {
2480
+ "id": "plugin-rlm",
2481
+ "path": "plugins/plugin-rlm",
2482
+ "category": "model-plugin",
2483
+ "currentPurpose": "RLM (Recursive Language Model) plugin for elizaOS - enables processing of arbitrarily long contexts",
2484
+ "keepAs": "model-pipeline-participant",
2485
+ "shouldBecomeRemote": false,
2486
+ "shouldRegisterDynamicViews": false,
2487
+ "shouldEmitTraceEvents": false,
2488
+ "shouldUseRuntimeBroker": false,
2489
+ "shouldStayOutOfElectrobun": false,
2490
+ "relatedLayers": [
2491
+ "local-inference"
2492
+ ],
2493
+ "recommendedNextAction": "connect-to-local-model",
2494
+ "risk": "medium",
2495
+ "notes": "Keep as model/local-inference integration. Use eliza.local-model and voice validation as control and observability wrappers."
2496
+ },
2497
+ {
2498
+ "id": "plugin-roblox",
2499
+ "path": "plugins/plugin-roblox",
2500
+ "category": "app-plugin",
2501
+ "currentPurpose": "Plugin package plugin-roblox.",
2502
+ "keepAs": "app-plugin",
2503
+ "shouldBecomeRemote": false,
2504
+ "shouldRegisterDynamicViews": false,
2505
+ "shouldEmitTraceEvents": false,
2506
+ "shouldUseRuntimeBroker": false,
2507
+ "shouldStayOutOfElectrobun": true,
2508
+ "recommendedNextAction": "add-trace-hooks",
2509
+ "risk": "medium",
2510
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2511
+ },
2512
+ {
2513
+ "id": "plugin-scheduling",
2514
+ "path": "plugins/plugin-scheduling",
2515
+ "category": "unknown",
2516
+ "currentPurpose": "Scheduling spine for elizaOS agents: the storage-agnostic ScheduledTask state machine — trigger evaluation (cron/interval/once/event/after_task/relative_to_anchor/during_window), gate + completion-check + escalation-ladder + anchor + consolidation registries, the due/next-fire-at math, and the runner. Persistence + owner/channel/connector deps are injected by the host (e.g. @elizaos/plugin-personal-assistant). Reminders register a tick-hook via the ports here.",
2517
+ "keepAs": "needs-review",
2518
+ "shouldBecomeRemote": false,
2519
+ "shouldRegisterDynamicViews": false,
2520
+ "shouldEmitTraceEvents": false,
2521
+ "shouldUseRuntimeBroker": false,
2522
+ "shouldStayOutOfElectrobun": false,
2523
+ "recommendedNextAction": "needs-owner-decision",
2524
+ "risk": "medium",
2525
+ "ownerDecisionNeeded": true,
2526
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2527
+ },
2528
+ {
2529
+ "id": "plugin-screenshare",
2530
+ "path": "plugins/plugin-screenshare",
2531
+ "category": "native-semantic-plugin",
2532
+ "currentPurpose": "Screen Share app: authenticated desktop screen streaming and remote mouse/keyboard control for local, Linux, macOS, and Windows runtimes.",
2533
+ "keepAs": "plugin",
2534
+ "shouldBecomeRemote": false,
2535
+ "shouldRegisterDynamicViews": false,
2536
+ "shouldEmitTraceEvents": true,
2537
+ "shouldUseRuntimeBroker": true,
2538
+ "shouldStayOutOfElectrobun": false,
2539
+ "relatedRemotes": [
2540
+ "eliza.runtime"
2541
+ ],
2542
+ "relatedLayers": [
2543
+ "trace"
2544
+ ],
2545
+ "recommendedNextAction": "route-through-runtime-broker",
2546
+ "risk": "medium",
2547
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
2548
+ },
2549
+ {
2550
+ "id": "plugin-shell",
2551
+ "path": "plugins/plugin-shell",
2552
+ "category": "native-semantic-plugin",
2553
+ "currentPurpose": "Shell history and observability plugin for ElizaOS",
2554
+ "keepAs": "plugin",
2555
+ "shouldBecomeRemote": false,
2556
+ "shouldRegisterDynamicViews": false,
2557
+ "shouldEmitTraceEvents": true,
2558
+ "shouldUseRuntimeBroker": true,
2559
+ "shouldStayOutOfElectrobun": false,
2560
+ "relatedRemotes": [
2561
+ "eliza.pty"
2562
+ ],
2563
+ "relatedLayers": [
2564
+ "trace"
2565
+ ],
2566
+ "recommendedNextAction": "route-through-runtime-broker",
2567
+ "risk": "medium",
2568
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
2569
+ },
2570
+ {
2571
+ "id": "plugin-shopify",
2572
+ "path": "plugins/plugin-shopify",
2573
+ "category": "connector-plugin",
2574
+ "currentPurpose": "Shopify Admin API plugin for elizaOS agents -- manage products, orders, inventory, and customers.",
2575
+ "keepAs": "connector",
2576
+ "shouldBecomeRemote": false,
2577
+ "shouldRegisterDynamicViews": false,
2578
+ "shouldEmitTraceEvents": true,
2579
+ "shouldUseRuntimeBroker": false,
2580
+ "shouldStayOutOfElectrobun": true,
2581
+ "relatedLayers": [
2582
+ "trace"
2583
+ ],
2584
+ "recommendedNextAction": "add-trace-hooks",
2585
+ "risk": "medium",
2586
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
2587
+ },
2588
+ {
2589
+ "id": "plugin-shopify-ui",
2590
+ "path": "plugins/plugin-shopify-ui",
2591
+ "category": "app-plugin",
2592
+ "currentPurpose": "Plugin package plugin-shopify-ui.",
2593
+ "keepAs": "app-plugin",
2594
+ "shouldBecomeRemote": false,
2595
+ "shouldRegisterDynamicViews": false,
2596
+ "shouldEmitTraceEvents": false,
2597
+ "shouldUseRuntimeBroker": false,
2598
+ "shouldStayOutOfElectrobun": true,
2599
+ "recommendedNextAction": "add-trace-hooks",
2600
+ "risk": "medium",
2601
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2602
+ },
2603
+ {
2604
+ "id": "plugin-signal",
2605
+ "path": "plugins/plugin-signal",
2606
+ "category": "connector-plugin",
2607
+ "currentPurpose": "Signal messaging integration plugin for ElizaOS agents",
2608
+ "keepAs": "connector",
2609
+ "shouldBecomeRemote": false,
2610
+ "shouldRegisterDynamicViews": false,
2611
+ "shouldEmitTraceEvents": true,
2612
+ "shouldUseRuntimeBroker": false,
2613
+ "shouldStayOutOfElectrobun": true,
2614
+ "relatedLayers": [
2615
+ "trace"
2616
+ ],
2617
+ "recommendedNextAction": "add-trace-hooks",
2618
+ "risk": "medium",
2619
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
2620
+ },
2621
+ {
2622
+ "id": "plugin-slack",
2623
+ "path": "plugins/plugin-slack",
2624
+ "category": "connector-plugin",
2625
+ "currentPurpose": "Slack integration plugin for elizaOS agents with Socket Mode support",
2626
+ "keepAs": "connector",
2627
+ "shouldBecomeRemote": false,
2628
+ "shouldRegisterDynamicViews": false,
2629
+ "shouldEmitTraceEvents": true,
2630
+ "shouldUseRuntimeBroker": false,
2631
+ "shouldStayOutOfElectrobun": true,
2632
+ "relatedLayers": [
2633
+ "trace"
2634
+ ],
2635
+ "recommendedNextAction": "add-trace-hooks",
2636
+ "risk": "medium",
2637
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
2638
+ },
2639
+ {
2640
+ "id": "plugin-social-alpha",
2641
+ "path": "plugins/plugin-social-alpha",
2642
+ "category": "connector-plugin",
2643
+ "currentPurpose": "Social Alpha Plugin — Tracks token recommendations (shills/FUD), builds trust scores based on P&L outcomes, and exposes a Social Alpha Provider with win rate, rank, and recommender analytics.",
2644
+ "keepAs": "connector",
2645
+ "shouldBecomeRemote": false,
2646
+ "shouldRegisterDynamicViews": false,
2647
+ "shouldEmitTraceEvents": true,
2648
+ "shouldUseRuntimeBroker": false,
2649
+ "shouldStayOutOfElectrobun": true,
2650
+ "relatedLayers": [
2651
+ "trace"
2652
+ ],
2653
+ "recommendedNextAction": "add-trace-hooks",
2654
+ "risk": "medium",
2655
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
2656
+ },
2657
+ {
2658
+ "id": "plugin-sql",
2659
+ "path": "plugins/plugin-sql",
2660
+ "category": "data-memory-plugin",
2661
+ "currentPurpose": "Plugin package plugin-sql.",
2662
+ "keepAs": "plugin",
2663
+ "shouldBecomeRemote": false,
2664
+ "shouldRegisterDynamicViews": false,
2665
+ "shouldEmitTraceEvents": false,
2666
+ "shouldUseRuntimeBroker": false,
2667
+ "shouldStayOutOfElectrobun": false,
2668
+ "recommendedNextAction": "leave-alone",
2669
+ "risk": "low",
2670
+ "notes": "Keep as a data or memory plugin. Do not duplicate storage semantics in Electrobun."
2671
+ },
2672
+ {
2673
+ "id": "plugin-steward-app",
2674
+ "path": "plugins/plugin-steward-app",
2675
+ "category": "app-plugin",
2676
+ "currentPurpose": "Plugin package plugin-steward-app.",
2677
+ "keepAs": "app-plugin",
2678
+ "shouldBecomeRemote": false,
2679
+ "shouldRegisterDynamicViews": false,
2680
+ "shouldEmitTraceEvents": false,
2681
+ "shouldUseRuntimeBroker": false,
2682
+ "shouldStayOutOfElectrobun": true,
2683
+ "recommendedNextAction": "add-trace-hooks",
2684
+ "risk": "medium",
2685
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2686
+ },
2687
+ {
2688
+ "id": "plugin-streaming",
2689
+ "path": "plugins/plugin-streaming",
2690
+ "category": "dev-tooling",
2691
+ "currentPurpose": "RTMP streaming for elizaOS (Twitch, YouTube, X, pump.fun, custom and named ingest URLs)",
2692
+ "keepAs": "plugin",
2693
+ "shouldBecomeRemote": false,
2694
+ "shouldRegisterDynamicViews": false,
2695
+ "shouldEmitTraceEvents": false,
2696
+ "shouldUseRuntimeBroker": false,
2697
+ "shouldStayOutOfElectrobun": false,
2698
+ "recommendedNextAction": "leave-alone",
2699
+ "risk": "medium",
2700
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2701
+ },
2702
+ {
2703
+ "id": "plugin-suno",
2704
+ "path": "plugins/plugin-suno",
2705
+ "category": "app-plugin",
2706
+ "currentPurpose": "Suno AI Music Generation Plugin for Eliza",
2707
+ "keepAs": "app-plugin",
2708
+ "shouldBecomeRemote": false,
2709
+ "shouldRegisterDynamicViews": false,
2710
+ "shouldEmitTraceEvents": false,
2711
+ "shouldUseRuntimeBroker": false,
2712
+ "shouldStayOutOfElectrobun": true,
2713
+ "recommendedNextAction": "add-trace-hooks",
2714
+ "risk": "medium",
2715
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2716
+ },
2717
+ {
2718
+ "id": "plugin-tailscale",
2719
+ "path": "plugins/plugin-tailscale",
2720
+ "category": "connector-plugin",
2721
+ "currentPurpose": "Tunnel plugin for elizaOS — local Tailscale serve/funnel or Eliza Cloud-routed Tailscale auth-key minter",
2722
+ "keepAs": "connector",
2723
+ "shouldBecomeRemote": false,
2724
+ "shouldRegisterDynamicViews": false,
2725
+ "shouldEmitTraceEvents": true,
2726
+ "shouldUseRuntimeBroker": false,
2727
+ "shouldStayOutOfElectrobun": true,
2728
+ "relatedLayers": [
2729
+ "trace"
2730
+ ],
2731
+ "recommendedNextAction": "add-trace-hooks",
2732
+ "risk": "medium",
2733
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
2734
+ },
2735
+ {
2736
+ "id": "plugin-task-coordinator",
2737
+ "path": "plugins/plugin-task-coordinator",
2738
+ "category": "app-plugin",
2739
+ "currentPurpose": "Plugin package plugin-task-coordinator.",
2740
+ "keepAs": "app-plugin",
2741
+ "shouldBecomeRemote": false,
2742
+ "shouldRegisterDynamicViews": true,
2743
+ "shouldEmitTraceEvents": true,
2744
+ "shouldUseRuntimeBroker": false,
2745
+ "shouldStayOutOfElectrobun": true,
2746
+ "relatedLayers": [
2747
+ "dynamic-views",
2748
+ "trace"
2749
+ ],
2750
+ "recommendedNextAction": "add-dynamic-view-manifest",
2751
+ "risk": "medium",
2752
+ "notes": "Keep existing plugin boundary. Add contextual dynamic views only for task-specific inspection, not a fixed dashboard."
2753
+ },
2754
+ {
2755
+ "id": "plugin-tee",
2756
+ "path": "plugins/plugin-tee",
2757
+ "category": "dev-tooling",
2758
+ "currentPurpose": "Trusted Execution Environment (TEE) integration plugin for elizaOS - Multi-language support (TypeScript, Python, Rust)",
2759
+ "keepAs": "plugin",
2760
+ "shouldBecomeRemote": false,
2761
+ "shouldRegisterDynamicViews": false,
2762
+ "shouldEmitTraceEvents": false,
2763
+ "shouldUseRuntimeBroker": false,
2764
+ "shouldStayOutOfElectrobun": false,
2765
+ "recommendedNextAction": "leave-alone",
2766
+ "risk": "medium",
2767
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2768
+ },
2769
+ {
2770
+ "id": "plugin-telegram",
2771
+ "path": "plugins/plugin-telegram",
2772
+ "category": "connector-plugin",
2773
+ "currentPurpose": "Plugin package plugin-telegram.",
2774
+ "keepAs": "connector",
2775
+ "shouldBecomeRemote": false,
2776
+ "shouldRegisterDynamicViews": false,
2777
+ "shouldEmitTraceEvents": true,
2778
+ "shouldUseRuntimeBroker": false,
2779
+ "shouldStayOutOfElectrobun": true,
2780
+ "relatedLayers": [
2781
+ "trace"
2782
+ ],
2783
+ "recommendedNextAction": "add-trace-hooks",
2784
+ "risk": "medium",
2785
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
2786
+ },
2787
+ {
2788
+ "id": "plugin-todos",
2789
+ "path": "plugins/plugin-todos",
2790
+ "category": "app-plugin",
2791
+ "currentPurpose": "User-scoped persistent todos with CRUD. Single TODO umbrella action (op-based: write/create/update/complete/cancel/delete/list/clear) and a currentTodosProvider that surfaces the user's pending + in-progress todos to the planner each turn. Backed by drizzle pgSchema('todos').",
2792
+ "keepAs": "app-plugin",
2793
+ "shouldBecomeRemote": false,
2794
+ "shouldRegisterDynamicViews": false,
2795
+ "shouldEmitTraceEvents": false,
2796
+ "shouldUseRuntimeBroker": false,
2797
+ "shouldStayOutOfElectrobun": true,
2798
+ "recommendedNextAction": "add-trace-hooks",
2799
+ "risk": "medium",
2800
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2801
+ },
2802
+ {
2803
+ "id": "plugin-training",
2804
+ "path": "plugins/plugin-training",
2805
+ "category": "app-plugin",
2806
+ "currentPurpose": "Plugin package plugin-training.",
2807
+ "keepAs": "app-plugin",
2808
+ "shouldBecomeRemote": false,
2809
+ "shouldRegisterDynamicViews": true,
2810
+ "shouldEmitTraceEvents": true,
2811
+ "shouldUseRuntimeBroker": false,
2812
+ "shouldStayOutOfElectrobun": true,
2813
+ "relatedLayers": [
2814
+ "dynamic-views",
2815
+ "trace"
2816
+ ],
2817
+ "recommendedNextAction": "add-dynamic-view-manifest",
2818
+ "risk": "medium",
2819
+ "notes": "Keep existing plugin boundary. Add contextual dynamic views only for task-specific inspection, not a fixed dashboard."
2820
+ },
2821
+ {
2822
+ "id": "plugin-trajectory-logger",
2823
+ "path": "plugins/plugin-trajectory-logger",
2824
+ "category": "dev-tooling",
2825
+ "currentPurpose": "Realtime trajectory inspector overlay app — surfaces the last completed and the in-flight trajectory with HANDLE / PLAN / ACTION / EVALUATE phase drilldowns.",
2826
+ "keepAs": "plugin",
2827
+ "shouldBecomeRemote": false,
2828
+ "shouldRegisterDynamicViews": false,
2829
+ "shouldEmitTraceEvents": false,
2830
+ "shouldUseRuntimeBroker": false,
2831
+ "shouldStayOutOfElectrobun": false,
2832
+ "recommendedNextAction": "leave-alone",
2833
+ "risk": "medium",
2834
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2835
+ },
2836
+ {
2837
+ "id": "plugin-tunnel",
2838
+ "path": "plugins/plugin-tunnel",
2839
+ "category": "connector-plugin",
2840
+ "currentPurpose": "Tunnel plugin for elizaOS — local Tailscale CLI backend (serve/funnel). Pair with @elizaos/plugin-elizacloud for the hosted headscale backend.",
2841
+ "keepAs": "connector",
2842
+ "shouldBecomeRemote": false,
2843
+ "shouldRegisterDynamicViews": false,
2844
+ "shouldEmitTraceEvents": true,
2845
+ "shouldUseRuntimeBroker": false,
2846
+ "shouldStayOutOfElectrobun": true,
2847
+ "relatedLayers": [
2848
+ "trace"
2849
+ ],
2850
+ "recommendedNextAction": "add-trace-hooks",
2851
+ "risk": "medium",
2852
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
2853
+ },
2854
+ {
2855
+ "id": "plugin-twitch",
2856
+ "path": "plugins/plugin-twitch",
2857
+ "category": "connector-plugin",
2858
+ "currentPurpose": "Plugin package plugin-twitch.",
2859
+ "keepAs": "connector",
2860
+ "shouldBecomeRemote": false,
2861
+ "shouldRegisterDynamicViews": false,
2862
+ "shouldEmitTraceEvents": true,
2863
+ "shouldUseRuntimeBroker": false,
2864
+ "shouldStayOutOfElectrobun": true,
2865
+ "relatedLayers": [
2866
+ "trace"
2867
+ ],
2868
+ "recommendedNextAction": "add-trace-hooks",
2869
+ "risk": "medium",
2870
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
2871
+ },
2872
+ {
2873
+ "id": "plugin-undesirables",
2874
+ "path": "plugins/plugin-undesirables",
2875
+ "category": "unknown",
2876
+ "currentPurpose": "ElizaOS plugin — Personality-as-Code for AI agents. Live TCG market data from 370K+ products, passive market intelligence evaluator, 24 skills, 9 actions, and zero-config demo soul. NFT holders get unique Big Five psychology profiles. Oracle API integration for card grading, Monte Carlo simulations, and arbitrage scanning.",
2877
+ "keepAs": "needs-review",
2878
+ "shouldBecomeRemote": false,
2879
+ "shouldRegisterDynamicViews": false,
2880
+ "shouldEmitTraceEvents": false,
2881
+ "shouldUseRuntimeBroker": false,
2882
+ "shouldStayOutOfElectrobun": false,
2883
+ "recommendedNextAction": "needs-owner-decision",
2884
+ "risk": "medium",
2885
+ "ownerDecisionNeeded": true,
2886
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2887
+ },
2888
+ {
2889
+ "id": "plugin-vector-browser",
2890
+ "path": "plugins/plugin-vector-browser",
2891
+ "category": "unknown",
2892
+ "currentPurpose": "Plugin package plugin-vector-browser.",
2893
+ "keepAs": "needs-review",
2894
+ "shouldBecomeRemote": false,
2895
+ "shouldRegisterDynamicViews": false,
2896
+ "shouldEmitTraceEvents": false,
2897
+ "shouldUseRuntimeBroker": false,
2898
+ "shouldStayOutOfElectrobun": false,
2899
+ "relatedRemotes": [
2900
+ "eliza.runtime"
2901
+ ],
2902
+ "recommendedNextAction": "needs-owner-decision",
2903
+ "risk": "medium",
2904
+ "ownerDecisionNeeded": true,
2905
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2906
+ },
2907
+ {
2908
+ "id": "plugin-video",
2909
+ "path": "plugins/plugin-video",
2910
+ "category": "app-plugin",
2911
+ "currentPurpose": "Plugin package plugin-video.",
2912
+ "keepAs": "app-plugin",
2913
+ "shouldBecomeRemote": false,
2914
+ "shouldRegisterDynamicViews": false,
2915
+ "shouldEmitTraceEvents": false,
2916
+ "shouldUseRuntimeBroker": false,
2917
+ "shouldStayOutOfElectrobun": true,
2918
+ "recommendedNextAction": "add-trace-hooks",
2919
+ "risk": "medium",
2920
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2921
+ },
2922
+ {
2923
+ "id": "plugin-vincent",
2924
+ "path": "plugins/plugin-vincent",
2925
+ "category": "connector-plugin",
2926
+ "currentPurpose": "Plugin package plugin-vincent.",
2927
+ "keepAs": "connector",
2928
+ "shouldBecomeRemote": false,
2929
+ "shouldRegisterDynamicViews": false,
2930
+ "shouldEmitTraceEvents": true,
2931
+ "shouldUseRuntimeBroker": false,
2932
+ "shouldStayOutOfElectrobun": true,
2933
+ "relatedLayers": [
2934
+ "trace"
2935
+ ],
2936
+ "recommendedNextAction": "add-trace-hooks",
2937
+ "risk": "medium",
2938
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
2939
+ },
2940
+ {
2941
+ "id": "plugin-vision",
2942
+ "path": "plugins/plugin-vision",
2943
+ "category": "app-plugin",
2944
+ "currentPurpose": "Vision plugin for ElizaOS - provides camera integration and visual awareness",
2945
+ "keepAs": "app-plugin",
2946
+ "shouldBecomeRemote": false,
2947
+ "shouldRegisterDynamicViews": false,
2948
+ "shouldEmitTraceEvents": false,
2949
+ "shouldUseRuntimeBroker": false,
2950
+ "shouldStayOutOfElectrobun": true,
2951
+ "recommendedNextAction": "add-trace-hooks",
2952
+ "risk": "medium",
2953
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2954
+ },
2955
+ {
2956
+ "id": "plugin-waifu-imagegen-app",
2957
+ "path": "plugins/plugin-waifu-imagegen-app",
2958
+ "category": "app-plugin",
2959
+ "currentPurpose": "Plugin package plugin-waifu-imagegen-app.",
2960
+ "keepAs": "app-plugin",
2961
+ "shouldBecomeRemote": false,
2962
+ "shouldRegisterDynamicViews": false,
2963
+ "shouldEmitTraceEvents": false,
2964
+ "shouldUseRuntimeBroker": false,
2965
+ "shouldStayOutOfElectrobun": true,
2966
+ "recommendedNextAction": "add-trace-hooks",
2967
+ "risk": "medium",
2968
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2969
+ },
2970
+ {
2971
+ "id": "plugin-waifu-swap-app",
2972
+ "path": "plugins/plugin-waifu-swap-app",
2973
+ "category": "app-plugin",
2974
+ "currentPurpose": "Plugin package plugin-waifu-swap-app.",
2975
+ "keepAs": "app-plugin",
2976
+ "shouldBecomeRemote": false,
2977
+ "shouldRegisterDynamicViews": false,
2978
+ "shouldEmitTraceEvents": false,
2979
+ "shouldUseRuntimeBroker": false,
2980
+ "shouldStayOutOfElectrobun": true,
2981
+ "recommendedNextAction": "add-trace-hooks",
2982
+ "risk": "medium",
2983
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2984
+ },
2985
+ {
2986
+ "id": "plugin-wallet",
2987
+ "path": "plugins/plugin-wallet",
2988
+ "category": "app-plugin",
2989
+ "currentPurpose": "Non-custodial wallet for elizaOS agents — EVM + Solana, ERC-6551 token-bound accounts, on-chain spend policies, x402 micropayments, CCTP bridge, Li.Fi swap routing, Jupiter routing, multi-DEX LP management (Raydium/Orca/Meteora on Solana, Uniswap/Aerodrome on EVM), Hyperliquid perps, Polymarket, Aave/Morpho lending, and Clanker token launches. Replaces plugin-evm + plugin-solana + plugin-raydium + plugin-orca + plugin-meteora + plugin-jupiter + plugin-lp-manager + plugin-clanker behind one canonical action+provider surface.",
2990
+ "keepAs": "app-plugin",
2991
+ "shouldBecomeRemote": false,
2992
+ "shouldRegisterDynamicViews": false,
2993
+ "shouldEmitTraceEvents": false,
2994
+ "shouldUseRuntimeBroker": false,
2995
+ "shouldStayOutOfElectrobun": true,
2996
+ "recommendedNextAction": "add-trace-hooks",
2997
+ "risk": "medium",
2998
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
2999
+ },
3000
+ {
3001
+ "id": "plugin-wallet-ui",
3002
+ "path": "plugins/plugin-wallet-ui",
3003
+ "category": "app-plugin",
3004
+ "currentPurpose": "Plugin package plugin-wallet-ui.",
3005
+ "keepAs": "app-plugin",
3006
+ "shouldBecomeRemote": false,
3007
+ "shouldRegisterDynamicViews": false,
3008
+ "shouldEmitTraceEvents": false,
3009
+ "shouldUseRuntimeBroker": false,
3010
+ "shouldStayOutOfElectrobun": true,
3011
+ "recommendedNextAction": "add-trace-hooks",
3012
+ "risk": "medium",
3013
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
3014
+ },
3015
+ {
3016
+ "id": "plugin-web-search",
3017
+ "path": "plugins/plugin-web-search",
3018
+ "category": "connector-plugin",
3019
+ "currentPurpose": "Plugin package plugin-web-search.",
3020
+ "keepAs": "connector",
3021
+ "shouldBecomeRemote": false,
3022
+ "shouldRegisterDynamicViews": false,
3023
+ "shouldEmitTraceEvents": true,
3024
+ "shouldUseRuntimeBroker": false,
3025
+ "shouldStayOutOfElectrobun": true,
3026
+ "relatedLayers": [
3027
+ "trace"
3028
+ ],
3029
+ "recommendedNextAction": "add-trace-hooks",
3030
+ "risk": "medium",
3031
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
3032
+ },
3033
+ {
3034
+ "id": "plugin-wechat",
3035
+ "path": "plugins/plugin-wechat",
3036
+ "category": "connector-plugin",
3037
+ "currentPurpose": "WeChat connector plugin for elizaOS via proxy API",
3038
+ "keepAs": "connector",
3039
+ "shouldBecomeRemote": false,
3040
+ "shouldRegisterDynamicViews": false,
3041
+ "shouldEmitTraceEvents": true,
3042
+ "shouldUseRuntimeBroker": false,
3043
+ "shouldStayOutOfElectrobun": true,
3044
+ "relatedLayers": [
3045
+ "trace"
3046
+ ],
3047
+ "recommendedNextAction": "add-trace-hooks",
3048
+ "risk": "medium",
3049
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
3050
+ },
3051
+ {
3052
+ "id": "plugin-whatsapp",
3053
+ "path": "plugins/plugin-whatsapp",
3054
+ "category": "connector-plugin",
3055
+ "currentPurpose": "WhatsApp plugin for ElizaOS (Cloud API + Baileys QR auth)",
3056
+ "keepAs": "connector",
3057
+ "shouldBecomeRemote": false,
3058
+ "shouldRegisterDynamicViews": false,
3059
+ "shouldEmitTraceEvents": true,
3060
+ "shouldUseRuntimeBroker": false,
3061
+ "shouldStayOutOfElectrobun": true,
3062
+ "relatedLayers": [
3063
+ "trace"
3064
+ ],
3065
+ "recommendedNextAction": "add-trace-hooks",
3066
+ "risk": "medium",
3067
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
3068
+ },
3069
+ {
3070
+ "id": "plugin-wifi",
3071
+ "path": "plugins/plugin-wifi",
3072
+ "category": "native-semantic-plugin",
3073
+ "currentPurpose": "Wi-Fi overlay app for the Eliza Android build — scan, inspect, and connect to nearby networks via @elizaos/capacitor-wifi.",
3074
+ "keepAs": "plugin",
3075
+ "shouldBecomeRemote": false,
3076
+ "shouldRegisterDynamicViews": false,
3077
+ "shouldEmitTraceEvents": true,
3078
+ "shouldUseRuntimeBroker": true,
3079
+ "shouldStayOutOfElectrobun": false,
3080
+ "relatedLayers": [
3081
+ "trace"
3082
+ ],
3083
+ "recommendedNextAction": "route-through-runtime-broker",
3084
+ "risk": "medium",
3085
+ "notes": "Keep as the agent-facing semantic plugin. Route host/system execution through Electrobun or an existing Remote when needed."
3086
+ },
3087
+ {
3088
+ "id": "plugin-workflow",
3089
+ "path": "plugins/plugin-workflow",
3090
+ "category": "app-plugin",
3091
+ "currentPurpose": "ElizaOS plugin for generating and running workflows in-process",
3092
+ "keepAs": "app-plugin",
3093
+ "shouldBecomeRemote": false,
3094
+ "shouldRegisterDynamicViews": true,
3095
+ "shouldEmitTraceEvents": true,
3096
+ "shouldUseRuntimeBroker": false,
3097
+ "shouldStayOutOfElectrobun": true,
3098
+ "relatedLayers": [
3099
+ "dynamic-views",
3100
+ "trace"
3101
+ ],
3102
+ "recommendedNextAction": "add-dynamic-view-manifest",
3103
+ "risk": "medium",
3104
+ "notes": "Keep existing plugin boundary. Add contextual dynamic views only for task-specific inspection, not a fixed dashboard."
3105
+ },
3106
+ {
3107
+ "id": "plugin-x",
3108
+ "path": "plugins/plugin-x",
3109
+ "category": "connector-plugin",
3110
+ "currentPurpose": "elizaOS X (formerly Twitter) connector: posting, mentions, replies, DMs, and timeline interactions.",
3111
+ "keepAs": "connector",
3112
+ "shouldBecomeRemote": false,
3113
+ "shouldRegisterDynamicViews": false,
3114
+ "shouldEmitTraceEvents": true,
3115
+ "shouldUseRuntimeBroker": false,
3116
+ "shouldStayOutOfElectrobun": true,
3117
+ "relatedLayers": [
3118
+ "trace"
3119
+ ],
3120
+ "recommendedNextAction": "add-trace-hooks",
3121
+ "risk": "medium",
3122
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
3123
+ },
3124
+ {
3125
+ "id": "plugin-x402",
3126
+ "path": "plugins/plugin-x402",
3127
+ "category": "connector-plugin",
3128
+ "currentPurpose": "x402 micropayment middleware for elizaOS plugin HTTP routes",
3129
+ "keepAs": "connector",
3130
+ "shouldBecomeRemote": false,
3131
+ "shouldRegisterDynamicViews": false,
3132
+ "shouldEmitTraceEvents": true,
3133
+ "shouldUseRuntimeBroker": false,
3134
+ "shouldStayOutOfElectrobun": true,
3135
+ "relatedLayers": [
3136
+ "trace"
3137
+ ],
3138
+ "recommendedNextAction": "add-trace-hooks",
3139
+ "risk": "medium",
3140
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
3141
+ },
3142
+ {
3143
+ "id": "plugin-xai",
3144
+ "path": "plugins/plugin-xai",
3145
+ "category": "provider-plugin",
3146
+ "currentPurpose": "elizaOS xAI plugin: Grok models for text generation and embeddings.",
3147
+ "keepAs": "plugin",
3148
+ "shouldBecomeRemote": false,
3149
+ "shouldRegisterDynamicViews": false,
3150
+ "shouldEmitTraceEvents": false,
3151
+ "shouldUseRuntimeBroker": false,
3152
+ "shouldStayOutOfElectrobun": true,
3153
+ "recommendedNextAction": "leave-alone",
3154
+ "risk": "low",
3155
+ "notes": "Keep as a provider plugin. Do not move provider routing into Electrobun or a Remote."
3156
+ },
3157
+ {
3158
+ "id": "plugin-xmtp",
3159
+ "path": "plugins/plugin-xmtp",
3160
+ "category": "connector-plugin",
3161
+ "currentPurpose": "Plugin package plugin-xmtp.",
3162
+ "keepAs": "connector",
3163
+ "shouldBecomeRemote": false,
3164
+ "shouldRegisterDynamicViews": false,
3165
+ "shouldEmitTraceEvents": true,
3166
+ "shouldUseRuntimeBroker": false,
3167
+ "shouldStayOutOfElectrobun": true,
3168
+ "relatedLayers": [
3169
+ "trace"
3170
+ ],
3171
+ "recommendedNextAction": "add-trace-hooks",
3172
+ "risk": "medium",
3173
+ "notes": "Keep as a connector plugin. Add trace hooks for ingress, action execution, reply, rate limit, and failure events where useful."
3174
+ },
3175
+ {
3176
+ "id": "plugin-xr",
3177
+ "path": "plugins/plugin-xr",
3178
+ "category": "unknown",
3179
+ "currentPurpose": "WebXR audio/video streaming for elizaOS — Quest 3 and XReal glasses",
3180
+ "keepAs": "needs-review",
3181
+ "shouldBecomeRemote": false,
3182
+ "shouldRegisterDynamicViews": false,
3183
+ "shouldEmitTraceEvents": false,
3184
+ "shouldUseRuntimeBroker": false,
3185
+ "shouldStayOutOfElectrobun": false,
3186
+ "recommendedNextAction": "needs-owner-decision",
3187
+ "risk": "medium",
3188
+ "ownerDecisionNeeded": true,
3189
+ "notes": "Needs owner review before any migration, deletion, or dynamic-view work."
3190
+ },
3191
+ {
3192
+ "id": "plugin-zai",
3193
+ "path": "plugins/plugin-zai",
3194
+ "category": "provider-plugin",
3195
+ "currentPurpose": "Plugin package plugin-zai.",
3196
+ "keepAs": "plugin",
3197
+ "shouldBecomeRemote": false,
3198
+ "shouldRegisterDynamicViews": false,
3199
+ "shouldEmitTraceEvents": false,
3200
+ "shouldUseRuntimeBroker": false,
3201
+ "shouldStayOutOfElectrobun": true,
3202
+ "recommendedNextAction": "leave-alone",
3203
+ "risk": "low",
3204
+ "notes": "Keep as a provider plugin. Do not move provider routing into Electrobun or a Remote."
3205
+ },
3206
+ {
3207
+ "id": "repo-root",
3208
+ "path": ".",
3209
+ "category": "core-runtime",
3210
+ "currentPurpose": "Workspace root and monorepo coordination.",
3211
+ "keepAs": "core",
3212
+ "shouldBecomeRemote": false,
3213
+ "shouldRegisterDynamicViews": false,
3214
+ "shouldEmitTraceEvents": false,
3215
+ "shouldUseRuntimeBroker": false,
3216
+ "shouldStayOutOfElectrobun": false,
3217
+ "relatedLayers": [
3218
+ "agent-runtime"
3219
+ ],
3220
+ "recommendedNextAction": "leave-alone",
3221
+ "risk": "low",
3222
+ "notes": "Keep as workspace root. Do not use Electrobun convergence to change global repo ownership."
3223
+ }
3224
+ ],
3225
+ "deletionCandidates": [
3226
+ {
3227
+ "path": "packages/app-core/platforms/electrobun/build",
3228
+ "reason": "Generated local build output. It should not be part of architecture or PR review scope.",
3229
+ "confidence": "medium",
3230
+ "safeToDeleteNow": false,
3231
+ "requiresOwnerDecision": false,
3232
+ "validationNeeded": [
3233
+ "confirm ignored/untracked status",
3234
+ "rerun build if removed"
3235
+ ]
3236
+ },
3237
+ {
3238
+ "path": "dist",
3239
+ "reason": "Generated local build output. It should not be part of architecture or PR review scope.",
3240
+ "confidence": "medium",
3241
+ "safeToDeleteNow": false,
3242
+ "requiresOwnerDecision": false,
3243
+ "validationNeeded": [
3244
+ "confirm ignored/untracked status",
3245
+ "rerun build if removed"
3246
+ ]
3247
+ },
3248
+ {
3249
+ "path": "plugins/plugin-action-bench",
3250
+ "reason": "Plugin-shaped directory without package.json. Needs owner review before deletion or restoration.",
3251
+ "confidence": "low",
3252
+ "safeToDeleteNow": false,
3253
+ "requiresOwnerDecision": true,
3254
+ "validationNeeded": [
3255
+ "search imports",
3256
+ "check package registry references"
3257
+ ]
3258
+ },
3259
+ {
3260
+ "path": "plugins/plugin-google-meet-cute",
3261
+ "reason": "Plugin-shaped directory without package.json. Needs owner review before deletion or restoration.",
3262
+ "confidence": "low",
3263
+ "safeToDeleteNow": false,
3264
+ "requiresOwnerDecision": true,
3265
+ "validationNeeded": [
3266
+ "search imports",
3267
+ "check package registry references"
3268
+ ]
3269
+ },
3270
+ {
3271
+ "path": "plugins/plugin-xmtp",
3272
+ "reason": "Plugin-shaped directory without package.json. Needs owner review before deletion or restoration.",
3273
+ "confidence": "low",
3274
+ "safeToDeleteNow": false,
3275
+ "requiresOwnerDecision": true,
3276
+ "validationNeeded": [
3277
+ "search imports",
3278
+ "check package registry references"
3279
+ ]
3280
+ }
3281
+ ],
3282
+ "summaries": {
3283
+ "byCategory": {
3284
+ "core-runtime": 4,
3285
+ "desktop-shell": 5,
3286
+ "production-ui": 1,
3287
+ "app-plugin": 35,
3288
+ "connector-plugin": 35,
3289
+ "model-plugin": 7,
3290
+ "voice-plugin": 3,
3291
+ "native-semantic-plugin": 36,
3292
+ "desktop-capability": 6,
3293
+ "data-memory-plugin": 4,
3294
+ "dev-tooling": 12,
3295
+ "provider-plugin": 8,
3296
+ "obsolete-or-duplicate": 0,
3297
+ "unknown": 16
3298
+ },
3299
+ "byRecommendedNextAction": {
3300
+ "leave-alone": 37,
3301
+ "add-trace-hooks": 74,
3302
+ "add-dynamic-view-manifest": 13,
3303
+ "route-through-runtime-broker": 21,
3304
+ "connect-to-voice-pipeline": 3,
3305
+ "connect-to-local-model": 7,
3306
+ "dedupe-with-existing-plugin": 0,
3307
+ "deprecate": 0,
3308
+ "delete-after-confirmation": 0,
3309
+ "needs-owner-decision": 17
3310
+ },
3311
+ "hardNoMigration": [
3312
+ "packages/app",
3313
+ "packages/core",
3314
+ "packages/agent",
3315
+ "packages/app-core",
3316
+ "packages/app-core/platforms/electrobun core shell",
3317
+ "packages/electrobun-remote-plugins",
3318
+ "connector plugins",
3319
+ "provider plugins",
3320
+ "app plugins",
3321
+ "core runtime plugins"
3322
+ ],
3323
+ "currentRemotes": [
3324
+ "eliza.fs",
3325
+ "eliza.git",
3326
+ "eliza.local-model",
3327
+ "eliza.pty",
3328
+ "eliza.runtime",
3329
+ "eliza.surface"
3330
+ ],
3331
+ "futureRemoteCandidates": [
3332
+ "future.eliza.computer"
3333
+ ],
3334
+ "traceFirstCandidates": [
3335
+ "future.eliza.computer",
3336
+ "packages/app-core/platforms/electrobun/src/trace",
3337
+ "packages/app-core/platforms/electrobun/src/voice",
3338
+ "packages/shared/src/local-inference",
3339
+ "plugin-agent-orchestrator",
3340
+ "plugin-agent-skills",
3341
+ "plugin-bluebubbles",
3342
+ "plugin-bluesky",
3343
+ "plugin-browser",
3344
+ "plugin-calendly",
3345
+ "plugin-capacitor-bridge",
3346
+ "plugin-codex-cli",
3347
+ "plugin-coding-tools",
3348
+ "plugin-computeruse",
3349
+ "plugin-contacts",
3350
+ "plugin-device-filesystem",
3351
+ "plugin-device-settings",
3352
+ "plugin-discord",
3353
+ "plugin-discord-local",
3354
+ "plugin-documents",
3355
+ "plugin-farcaster",
3356
+ "plugin-feishu",
3357
+ "plugin-github",
3358
+ "plugin-google",
3359
+ "plugin-google-chat",
3360
+ "plugin-google-meet-cute",
3361
+ "plugin-imessage",
3362
+ "plugin-instagram",
3363
+ "plugin-line",
3364
+ "plugin-linear",
3365
+ "plugin-local-inference",
3366
+ "plugin-matrix",
3367
+ "plugin-mcp",
3368
+ "plugin-messages",
3369
+ "plugin-native-activity-tracker",
3370
+ "plugin-native-agent",
3371
+ "plugin-native-appblocker",
3372
+ "plugin-native-bun-runtime",
3373
+ "plugin-native-calendar",
3374
+ "plugin-native-camera",
3375
+ "plugin-native-canvas",
3376
+ "plugin-native-contacts",
3377
+ "plugin-native-desktop",
3378
+ "plugin-native-eliza-tasks",
3379
+ "plugin-native-gateway",
3380
+ "plugin-native-location",
3381
+ "plugin-native-macosalarm",
3382
+ "plugin-native-messages",
3383
+ "plugin-native-mobile-agent-bridge",
3384
+ "plugin-native-mobile-signals",
3385
+ "plugin-native-network-policy",
3386
+ "plugin-native-phone",
3387
+ "plugin-native-reminders",
3388
+ "plugin-native-screencapture",
3389
+ "plugin-native-shared-types",
3390
+ "plugin-native-swabble",
3391
+ "plugin-native-system",
3392
+ "plugin-native-talkmode",
3393
+ "plugin-native-websiteblocker",
3394
+ "plugin-native-wifi",
3395
+ "plugin-ngrok",
3396
+ "plugin-nostr",
3397
+ "plugin-screenshare",
3398
+ "plugin-shell",
3399
+ "plugin-shopify",
3400
+ "plugin-signal",
3401
+ "plugin-slack",
3402
+ "plugin-social-alpha",
3403
+ "plugin-tailscale",
3404
+ "plugin-task-coordinator",
3405
+ "plugin-telegram",
3406
+ "plugin-training",
3407
+ "plugin-tunnel",
3408
+ "plugin-twitch",
3409
+ "plugin-vincent",
3410
+ "plugin-web-search",
3411
+ "plugin-wechat",
3412
+ "plugin-whatsapp",
3413
+ "plugin-wifi",
3414
+ "plugin-workflow",
3415
+ "plugin-x",
3416
+ "plugin-x402",
3417
+ "plugin-xmtp"
3418
+ ],
3419
+ "dynamicViewCandidates": [
3420
+ "app-model-tester",
3421
+ "eliza.surface",
3422
+ "packages/app-core/platforms/electrobun/src/dynamic-views",
3423
+ "packages/app-core/platforms/electrobun/src/trace",
3424
+ "packages/app-core/platforms/electrobun/src/voice",
3425
+ "plugin-agent-orchestrator",
3426
+ "plugin-agent-skills",
3427
+ "plugin-browser",
3428
+ "plugin-coding-tools",
3429
+ "plugin-computeruse",
3430
+ "plugin-documents",
3431
+ "plugin-github",
3432
+ "plugin-native-canvas",
3433
+ "plugin-native-screencapture",
3434
+ "plugin-task-coordinator",
3435
+ "plugin-training",
3436
+ "plugin-workflow"
3437
+ ],
3438
+ "voiceLocalModelCandidates": [
3439
+ "packages/app-core/platforms/electrobun/src/voice",
3440
+ "packages/shared/src/local-inference",
3441
+ "plugin-aosp-local-inference",
3442
+ "plugin-edge-tts",
3443
+ "plugin-elevenlabs",
3444
+ "plugin-lmstudio",
3445
+ "plugin-local-inference",
3446
+ "plugin-native-llama",
3447
+ "plugin-native-talkmode",
3448
+ "plugin-ollama",
3449
+ "plugin-rlm"
3450
+ ],
3451
+ "runtimeBrokerCandidates": [
3452
+ "eliza.fs",
3453
+ "eliza.git",
3454
+ "eliza.local-model",
3455
+ "eliza.pty",
3456
+ "eliza.runtime",
3457
+ "future.eliza.computer",
3458
+ "plugin-browser",
3459
+ "plugin-capacitor-bridge",
3460
+ "plugin-codex-cli",
3461
+ "plugin-coding-tools",
3462
+ "plugin-computeruse",
3463
+ "plugin-contacts",
3464
+ "plugin-device-filesystem",
3465
+ "plugin-device-settings",
3466
+ "plugin-native-activity-tracker",
3467
+ "plugin-native-appblocker",
3468
+ "plugin-native-bun-runtime",
3469
+ "plugin-native-calendar",
3470
+ "plugin-native-camera",
3471
+ "plugin-native-canvas",
3472
+ "plugin-native-contacts",
3473
+ "plugin-native-desktop",
3474
+ "plugin-native-location",
3475
+ "plugin-native-macosalarm",
3476
+ "plugin-native-messages",
3477
+ "plugin-native-phone",
3478
+ "plugin-native-screencapture",
3479
+ "plugin-native-system",
3480
+ "plugin-native-wifi",
3481
+ "plugin-screenshare",
3482
+ "plugin-shell",
3483
+ "plugin-wifi"
3484
+ ],
3485
+ "ownerDecisionItems": [
3486
+ "future.eliza.computer",
3487
+ "plugin-ainex",
3488
+ "plugin-blocker",
3489
+ "plugin-calendar",
3490
+ "plugin-facewear",
3491
+ "plugin-finances",
3492
+ "plugin-gitpathologist",
3493
+ "plugin-goals",
3494
+ "plugin-inbox",
3495
+ "plugin-nearai",
3496
+ "plugin-relationships",
3497
+ "plugin-reminders",
3498
+ "plugin-remote-desktop",
3499
+ "plugin-scheduling",
3500
+ "plugin-undesirables",
3501
+ "plugin-vector-browser",
3502
+ "plugin-xr"
3503
+ ]
3504
+ }
3505
+ }