@elizaos/app-core 2.0.0-alpha.74 → 2.0.0-alpha.76

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 (1183) hide show
  1. package/App.d.ts.map +1 -0
  2. package/{dist/App.js → App.js} +3 -3
  3. package/{dist/components → components}/AdvancedPageView.d.ts.map +1 -1
  4. package/{dist/components → components}/AdvancedPageView.js +0 -10
  5. package/{dist/components → components}/CharacterView.d.ts.map +1 -1
  6. package/components/CharacterView.js +685 -0
  7. package/{dist/components → components}/ChatComposer.d.ts.map +1 -1
  8. package/{dist/components → components}/ChatComposer.js +4 -4
  9. package/{dist/components → components}/ChatView.d.ts.map +1 -1
  10. package/{dist/components → components}/ChatView.js +15 -0
  11. package/{dist/components → components}/CompanionView.js +1 -1
  12. package/{dist/components → components}/ConfigPageView.js +1 -1
  13. package/{dist/components → components}/ElizaCloudDashboard.js +1 -1
  14. package/{dist/components → components}/FlaminaGuide.js +1 -1
  15. package/{dist/components → components}/OnboardingWizard.d.ts.map +1 -1
  16. package/{dist/components → components}/OnboardingWizard.js +3 -2
  17. package/{dist/components → components}/PluginsView.d.ts.map +1 -1
  18. package/{dist/components → components}/PluginsView.js +1 -5
  19. package/{dist/components → components}/avatar/VrmEngine.d.ts +13 -0
  20. package/{dist/components → components}/avatar/VrmEngine.d.ts.map +1 -1
  21. package/{dist/components → components}/avatar/VrmEngine.js +66 -0
  22. package/{dist/components → components}/avatar/VrmViewer.d.ts +15 -0
  23. package/{dist/components → components}/avatar/VrmViewer.d.ts.map +1 -1
  24. package/{dist/components → components}/avatar/VrmViewer.js +56 -1
  25. package/{src/components/index.ts → components/index.d.ts} +1 -1
  26. package/{dist/components → components}/index.d.ts.map +1 -1
  27. package/{dist/components → components}/index.js +0 -1
  28. package/{dist/components → components}/onboarding/ConnectionStep.d.ts.map +1 -1
  29. package/{dist/components → components}/onboarding/ConnectionStep.js +12 -7
  30. package/{dist/components → components}/permissions/StreamingPermissions.d.ts.map +1 -1
  31. package/{dist/components → components}/permissions/StreamingPermissions.js +1 -1
  32. package/{dist/components → components}/ui-switch.js +4 -4
  33. package/{dist/i18n → i18n}/locales/en.json +45 -1
  34. package/{src/i18n → i18n}/locales/es.json +41 -0
  35. package/{dist/i18n → i18n}/locales/ko.json +41 -0
  36. package/{dist/i18n → i18n}/locales/pt.json +41 -0
  37. package/{dist/i18n → i18n}/locales/zh-CN.json +41 -0
  38. package/package.json +143 -53
  39. package/{dist/state → state}/AppContext.d.ts.map +1 -1
  40. package/{dist/state → state}/AppContext.js +38 -16
  41. package/{dist/styles → styles}/anime.css +1 -4
  42. package/{dist/styles → styles}/onboarding-game.css +125 -9
  43. package/.turbo/turbo-build.log +0 -2
  44. package/.turbo/turbo-lint$colon$check.log +0 -2
  45. package/.turbo/turbo-typecheck.log +0 -1
  46. package/dist/App.d.ts.map +0 -1
  47. package/dist/components/CharacterView.js +0 -719
  48. package/dist/components/MiladyBar.d.ts +0 -2
  49. package/dist/components/MiladyBar.d.ts.map +0 -1
  50. package/dist/components/MiladyBar.js +0 -50
  51. package/dist/components/MiladyBarSettings.d.ts +0 -2
  52. package/dist/components/MiladyBarSettings.d.ts.map +0 -1
  53. package/dist/components/MiladyBarSettings.js +0 -513
  54. package/dist/components/SecurityPageView.d.ts +0 -2
  55. package/dist/components/SecurityPageView.d.ts.map +0 -1
  56. package/dist/components/SecurityPageView.js +0 -81
  57. package/dist/components/index.d.ts +0 -97
  58. package/dist/components/milady-bar/CloudCreditsChip.d.ts +0 -2
  59. package/dist/components/milady-bar/CloudCreditsChip.d.ts.map +0 -1
  60. package/dist/components/milady-bar/CloudCreditsChip.js +0 -25
  61. package/dist/components/milady-bar/ProviderDropdown.d.ts +0 -13
  62. package/dist/components/milady-bar/ProviderDropdown.d.ts.map +0 -1
  63. package/dist/components/milady-bar/ProviderDropdown.js +0 -68
  64. package/dist/components/milady-bar/WalletSummary.d.ts +0 -2
  65. package/dist/components/milady-bar/WalletSummary.d.ts.map +0 -1
  66. package/dist/components/milady-bar/WalletSummary.js +0 -37
  67. package/dist/components/milady-bar/index.d.ts +0 -4
  68. package/dist/components/milady-bar/index.d.ts.map +0 -1
  69. package/dist/components/milady-bar/index.js +0 -3
  70. package/dist/hooks/useMiladyBar.d.ts +0 -2
  71. package/dist/hooks/useMiladyBar.d.ts.map +0 -1
  72. package/dist/hooks/useMiladyBar.js +0 -472
  73. package/dist/i18n/locales/es.json +0 -1195
  74. package/dist/package.json +0 -180
  75. package/src/App.tsx +0 -504
  76. package/src/actions/character.test.ts +0 -139
  77. package/src/actions/character.ts +0 -334
  78. package/src/actions/chat-helpers.ts +0 -100
  79. package/src/actions/cloud.ts +0 -59
  80. package/src/actions/index.ts +0 -12
  81. package/src/actions/lifecycle.ts +0 -175
  82. package/src/actions/onboarding.ts +0 -38
  83. package/src/actions/triggers.ts +0 -190
  84. package/src/ambient.d.ts +0 -33
  85. package/src/api/client.ts +0 -5659
  86. package/src/api/index.ts +0 -1
  87. package/src/autonomy/index.ts +0 -477
  88. package/src/bridge/capacitor-bridge.ts +0 -295
  89. package/src/bridge/electrobun-rpc.ts +0 -78
  90. package/src/bridge/electrobun-runtime.ts +0 -28
  91. package/src/bridge/index.ts +0 -5
  92. package/src/bridge/native-plugins.ts +0 -138
  93. package/src/bridge/plugin-bridge.ts +0 -352
  94. package/src/bridge/storage-bridge.ts +0 -162
  95. package/src/chat/index.ts +0 -250
  96. package/src/coding/index.ts +0 -43
  97. package/src/components/AdvancedPageView.tsx +0 -382
  98. package/src/components/AgentActivityBox.tsx +0 -49
  99. package/src/components/ApiKeyConfig.tsx +0 -222
  100. package/src/components/AppsPageView.tsx +0 -52
  101. package/src/components/AppsView.tsx +0 -293
  102. package/src/components/AvatarLoader.tsx +0 -104
  103. package/src/components/AvatarSelector.tsx +0 -223
  104. package/src/components/BscTradePanel.tsx +0 -549
  105. package/src/components/BugReportModal.tsx +0 -499
  106. package/src/components/CharacterRoster.tsx +0 -143
  107. package/src/components/CharacterView.tsx +0 -1575
  108. package/src/components/ChatAvatar.test.ts +0 -97
  109. package/src/components/ChatAvatar.tsx +0 -147
  110. package/src/components/ChatComposer.tsx +0 -330
  111. package/src/components/ChatMessage.tsx +0 -448
  112. package/src/components/ChatModalView.test.tsx +0 -118
  113. package/src/components/ChatModalView.tsx +0 -125
  114. package/src/components/ChatView.tsx +0 -992
  115. package/src/components/CloudOnboarding.tsx +0 -81
  116. package/src/components/CloudSourceControls.tsx +0 -85
  117. package/src/components/CodingAgentSettingsSection.tsx +0 -537
  118. package/src/components/CommandPalette.tsx +0 -284
  119. package/src/components/CompanionSceneHost.tsx +0 -517
  120. package/src/components/CompanionShell.tsx +0 -31
  121. package/src/components/CompanionView.tsx +0 -110
  122. package/src/components/ConfigPageView.tsx +0 -763
  123. package/src/components/ConfigSaveFooter.tsx +0 -41
  124. package/src/components/ConfirmModal.tsx +0 -379
  125. package/src/components/ConnectionFailedBanner.tsx +0 -91
  126. package/src/components/ConnectorsPageView.tsx +0 -13
  127. package/src/components/ConversationsSidebar.tsx +0 -279
  128. package/src/components/CustomActionEditor.tsx +0 -1127
  129. package/src/components/CustomActionsPanel.tsx +0 -288
  130. package/src/components/CustomActionsView.tsx +0 -325
  131. package/src/components/DatabasePageView.tsx +0 -55
  132. package/src/components/DatabaseView.tsx +0 -814
  133. package/src/components/ElizaCloudDashboard.tsx +0 -1696
  134. package/src/components/EmotePicker.tsx +0 -529
  135. package/src/components/ErrorBoundary.tsx +0 -76
  136. package/src/components/FineTuningView.tsx +0 -1080
  137. package/src/components/FlaminaGuide.test.tsx +0 -61
  138. package/src/components/FlaminaGuide.tsx +0 -212
  139. package/src/components/GameView.tsx +0 -551
  140. package/src/components/GameViewOverlay.tsx +0 -133
  141. package/src/components/GlobalEmoteOverlay.tsx +0 -152
  142. package/src/components/Header.test.tsx +0 -413
  143. package/src/components/Header.tsx +0 -400
  144. package/src/components/HeartbeatsView.tsx +0 -1003
  145. package/src/components/InventoryView.tsx +0 -393
  146. package/src/components/KnowledgeView.tsx +0 -1128
  147. package/src/components/LanguageDropdown.tsx +0 -192
  148. package/src/components/LifoMonitorPanel.tsx +0 -196
  149. package/src/components/LifoSandboxView.tsx +0 -499
  150. package/src/components/LoadingScreen.tsx +0 -112
  151. package/src/components/LogsPageView.tsx +0 -17
  152. package/src/components/LogsView.tsx +0 -239
  153. package/src/components/MediaGalleryView.tsx +0 -431
  154. package/src/components/MediaSettingsSection.tsx +0 -893
  155. package/src/components/MessageContent.tsx +0 -815
  156. package/src/components/MiladyBar.tsx +0 -103
  157. package/src/components/MiladyBarSettings.tsx +0 -872
  158. package/src/components/OnboardingWizard.test.tsx +0 -104
  159. package/src/components/OnboardingWizard.tsx +0 -249
  160. package/src/components/PairingView.tsx +0 -109
  161. package/src/components/PermissionsSection.tsx +0 -1184
  162. package/src/components/PluginsPageView.tsx +0 -9
  163. package/src/components/PluginsView.tsx +0 -3129
  164. package/src/components/ProviderSwitcher.tsx +0 -903
  165. package/src/components/RestartBanner.tsx +0 -76
  166. package/src/components/RuntimeView.tsx +0 -460
  167. package/src/components/SaveCommandModal.tsx +0 -211
  168. package/src/components/SecretsView.tsx +0 -569
  169. package/src/components/SecurityPageView.tsx +0 -242
  170. package/src/components/SettingsView.tsx +0 -825
  171. package/src/components/ShellOverlays.tsx +0 -41
  172. package/src/components/ShortcutsOverlay.tsx +0 -155
  173. package/src/components/SkillsView.tsx +0 -1435
  174. package/src/components/StartupFailureView.tsx +0 -63
  175. package/src/components/StreamView.tsx +0 -481
  176. package/src/components/StripeEmbeddedCheckout.tsx +0 -155
  177. package/src/components/SubscriptionStatus.tsx +0 -640
  178. package/src/components/SystemWarningBanner.tsx +0 -71
  179. package/src/components/ThemeToggle.tsx +0 -103
  180. package/src/components/TrajectoriesView.tsx +0 -526
  181. package/src/components/TrajectoryDetailView.tsx +0 -426
  182. package/src/components/TriggersView.tsx +0 -1
  183. package/src/components/VectorBrowserView.tsx +0 -1633
  184. package/src/components/VoiceConfigView.tsx +0 -674
  185. package/src/components/VrmStage.test.ts +0 -176
  186. package/src/components/VrmStage.tsx +0 -309
  187. package/src/components/WhatsAppQrOverlay.tsx +0 -230
  188. package/src/components/__tests__/chainConfig.test.ts +0 -220
  189. package/src/components/apps/AppDetailPane.tsx +0 -242
  190. package/src/components/apps/AppsCatalogGrid.tsx +0 -137
  191. package/src/components/apps/extensions/registry.ts +0 -13
  192. package/src/components/apps/extensions/types.ts +0 -9
  193. package/src/components/apps/helpers.ts +0 -43
  194. package/src/components/avatar/VrmAnimationLoader.test.ts +0 -164
  195. package/src/components/avatar/VrmAnimationLoader.ts +0 -151
  196. package/src/components/avatar/VrmBlinkController.ts +0 -118
  197. package/src/components/avatar/VrmCameraManager.ts +0 -407
  198. package/src/components/avatar/VrmEngine.ts +0 -2767
  199. package/src/components/avatar/VrmFootShadow.ts +0 -96
  200. package/src/components/avatar/VrmViewer.tsx +0 -421
  201. package/src/components/avatar/__tests__/VrmCameraManager.test.ts +0 -168
  202. package/src/components/avatar/__tests__/VrmEngine.test.ts +0 -1574
  203. package/src/components/avatar/mixamoVRMRigMap.ts +0 -62
  204. package/src/components/avatar/retargetMixamoFbxToVrm.ts +0 -144
  205. package/src/components/avatar/retargetMixamoGltfToVrm.ts +0 -119
  206. package/src/components/chainConfig.ts +0 -400
  207. package/src/components/companion/CompanionHeader.tsx +0 -50
  208. package/src/components/companion/CompanionSceneHost.tsx +0 -5
  209. package/src/components/companion/VrmStage.tsx +0 -2
  210. package/src/components/companion/__tests__/walletUtils.test.ts +0 -742
  211. package/src/components/companion/index.ts +0 -18
  212. package/src/components/companion/walletUtils.ts +0 -290
  213. package/src/components/companion-shell-styles.test.ts +0 -142
  214. package/src/components/companion-shell-styles.ts +0 -270
  215. package/src/components/confirm-delete-control.tsx +0 -69
  216. package/src/components/conversations/ConversationListItem.tsx +0 -185
  217. package/src/components/conversations/conversation-utils.ts +0 -151
  218. package/src/components/format.ts +0 -131
  219. package/src/components/inventory/CopyableAddress.tsx +0 -41
  220. package/src/components/inventory/InventoryToolbar.tsx +0 -142
  221. package/src/components/inventory/NftGrid.tsx +0 -99
  222. package/src/components/inventory/TokenLogo.tsx +0 -71
  223. package/src/components/inventory/TokensTable.tsx +0 -216
  224. package/src/components/inventory/constants.ts +0 -170
  225. package/src/components/inventory/index.ts +0 -29
  226. package/src/components/inventory/media-url.test.ts +0 -38
  227. package/src/components/inventory/media-url.ts +0 -36
  228. package/src/components/inventory/useInventoryData.ts +0 -460
  229. package/src/components/knowledge-upload-image.ts +0 -215
  230. package/src/components/labels.ts +0 -46
  231. package/src/components/milady-bar/CloudCreditsChip.tsx +0 -61
  232. package/src/components/milady-bar/ProviderDropdown.tsx +0 -166
  233. package/src/components/milady-bar/WalletSummary.tsx +0 -61
  234. package/src/components/milady-bar/index.ts +0 -3
  235. package/src/components/onboarding/ActivateStep.tsx +0 -34
  236. package/src/components/onboarding/ConnectionStep.tsx +0 -1590
  237. package/src/components/onboarding/IdentityStep.tsx +0 -251
  238. package/src/components/onboarding/OnboardingPanel.tsx +0 -39
  239. package/src/components/onboarding/OnboardingStepNav.tsx +0 -41
  240. package/src/components/onboarding/PermissionsStep.tsx +0 -20
  241. package/src/components/onboarding/RpcStep.tsx +0 -402
  242. package/src/components/permissions/PermissionIcon.tsx +0 -25
  243. package/src/components/permissions/StreamingPermissions.tsx +0 -413
  244. package/src/components/plugins/showcase-data.ts +0 -481
  245. package/src/components/shared/ShellHeaderControls.tsx +0 -198
  246. package/src/components/shared-companion-scene-context.ts +0 -15
  247. package/src/components/skeletons.tsx +0 -88
  248. package/src/components/stream/ActivityFeed.tsx +0 -113
  249. package/src/components/stream/AvatarPip.tsx +0 -10
  250. package/src/components/stream/ChatContent.tsx +0 -126
  251. package/src/components/stream/ChatTicker.tsx +0 -55
  252. package/src/components/stream/IdleContent.tsx +0 -73
  253. package/src/components/stream/StatusBar.tsx +0 -463
  254. package/src/components/stream/StreamSettings.tsx +0 -506
  255. package/src/components/stream/StreamTerminal.tsx +0 -94
  256. package/src/components/stream/StreamVoiceConfig.tsx +0 -160
  257. package/src/components/stream/helpers.ts +0 -134
  258. package/src/components/stream/overlays/OverlayLayer.tsx +0 -75
  259. package/src/components/stream/overlays/built-in/ActionTickerWidget.tsx +0 -64
  260. package/src/components/stream/overlays/built-in/AlertPopupWidget.tsx +0 -87
  261. package/src/components/stream/overlays/built-in/BrandingWidget.tsx +0 -51
  262. package/src/components/stream/overlays/built-in/CustomHtmlWidget.tsx +0 -105
  263. package/src/components/stream/overlays/built-in/PeonGlassWidget.tsx +0 -265
  264. package/src/components/stream/overlays/built-in/PeonHudWidget.tsx +0 -247
  265. package/src/components/stream/overlays/built-in/PeonSakuraWidget.tsx +0 -278
  266. package/src/components/stream/overlays/built-in/ThoughtBubbleWidget.tsx +0 -77
  267. package/src/components/stream/overlays/built-in/ViewerCountWidget.tsx +0 -46
  268. package/src/components/stream/overlays/built-in/index.ts +0 -13
  269. package/src/components/stream/overlays/registry.ts +0 -22
  270. package/src/components/stream/overlays/types.ts +0 -90
  271. package/src/components/stream/overlays/useOverlayLayout.ts +0 -218
  272. package/src/components/trajectory-format.ts +0 -50
  273. package/src/components/ui-badges.tsx +0 -109
  274. package/src/components/ui-switch.tsx +0 -57
  275. package/src/components/vector-browser-three.ts +0 -29
  276. package/src/config/branding.ts +0 -67
  277. package/src/config/config-catalog.ts +0 -1092
  278. package/src/config/config-field.tsx +0 -1924
  279. package/src/config/config-renderer.tsx +0 -734
  280. package/src/config/index.ts +0 -12
  281. package/src/config/ui-renderer.tsx +0 -1751
  282. package/src/config/ui-spec.ts +0 -256
  283. package/src/events/index.ts +0 -96
  284. package/src/hooks/index.ts +0 -14
  285. package/src/hooks/useBugReport.tsx +0 -43
  286. package/src/hooks/useCanvasWindow.ts +0 -372
  287. package/src/hooks/useChatAvatarVoice.ts +0 -111
  288. package/src/hooks/useClickOutside.ts +0 -31
  289. package/src/hooks/useContextMenu.ts +0 -127
  290. package/src/hooks/useKeyboardShortcuts.ts +0 -86
  291. package/src/hooks/useLifoSync.ts +0 -143
  292. package/src/hooks/useMemoryMonitor.ts +0 -334
  293. package/src/hooks/useMiladyBar.ts +0 -594
  294. package/src/hooks/useRenderGuard.ts +0 -43
  295. package/src/hooks/useRetakeCapture.ts +0 -68
  296. package/src/hooks/useStreamPopoutNavigation.ts +0 -27
  297. package/src/hooks/useTimeout.ts +0 -37
  298. package/src/hooks/useVoiceChat.ts +0 -1442
  299. package/src/hooks/useWhatsAppPairing.ts +0 -123
  300. package/src/i18n/index.ts +0 -76
  301. package/src/i18n/locales/en.json +0 -1195
  302. package/src/i18n/locales/ko.json +0 -1195
  303. package/src/i18n/locales/pt.json +0 -1195
  304. package/src/i18n/locales/zh-CN.json +0 -1195
  305. package/src/i18n/messages.ts +0 -21
  306. package/src/index.ts +0 -6
  307. package/src/navigation/index.ts +0 -286
  308. package/src/navigation.test.ts +0 -189
  309. package/src/onboarding-config.test.ts +0 -104
  310. package/src/onboarding-config.ts +0 -122
  311. package/src/platform/browser-launch.test.ts +0 -94
  312. package/src/platform/browser-launch.ts +0 -149
  313. package/src/platform/index.ts +0 -58
  314. package/src/platform/init.ts +0 -238
  315. package/src/platform/lifo.ts +0 -225
  316. package/src/providers/index.ts +0 -108
  317. package/src/shell-params.test.ts +0 -48
  318. package/src/shell-params.ts +0 -36
  319. package/src/state/AppContext.tsx +0 -6415
  320. package/src/state/index.ts +0 -6
  321. package/src/state/internal.ts +0 -91
  322. package/src/state/onboarding-resume.test.ts +0 -135
  323. package/src/state/onboarding-resume.ts +0 -263
  324. package/src/state/parsers.test.ts +0 -124
  325. package/src/state/parsers.ts +0 -309
  326. package/src/state/persistence.ts +0 -379
  327. package/src/state/shell-routing.ts +0 -39
  328. package/src/state/types.ts +0 -724
  329. package/src/state/ui-preferences.ts +0 -3
  330. package/src/state/useApp.ts +0 -23
  331. package/src/state/vrm.ts +0 -108
  332. package/src/styles/anime.css +0 -6324
  333. package/src/styles/base.css +0 -213
  334. package/src/styles/onboarding-game.css +0 -976
  335. package/src/styles/styles.css +0 -2087
  336. package/src/styles/xterm.css +0 -241
  337. package/src/types/index.ts +0 -715
  338. package/src/types/react-test-renderer.d.ts +0 -45
  339. package/src/utils/asset-url.ts +0 -110
  340. package/src/utils/assistant-text.ts +0 -172
  341. package/src/utils/clipboard.ts +0 -41
  342. package/src/utils/desktop-dialogs.ts +0 -80
  343. package/src/utils/eliza-globals.ts +0 -44
  344. package/src/utils/index.ts +0 -7
  345. package/src/utils/number-parsing.ts +0 -125
  346. package/src/utils/openExternalUrl.ts +0 -20
  347. package/src/utils/spoken-text.ts +0 -65
  348. package/src/utils/streaming-text.ts +0 -120
  349. package/src/voice/index.ts +0 -1
  350. package/src/voice/types.ts +0 -197
  351. package/src/wallet-rpc.ts +0 -176
  352. package/test/app/AppContext.pty-sessions.test.tsx +0 -143
  353. package/test/app/MessageContent.test.tsx +0 -366
  354. package/test/app/PermissionsOnboarding.test.tsx +0 -358
  355. package/test/app/PermissionsSection.test.tsx +0 -575
  356. package/test/app/advanced-trajectory-fine-tuning.e2e.test.ts +0 -396
  357. package/test/app/agent-activity-box.test.tsx +0 -132
  358. package/test/app/agent-transfer-lock.test.ts +0 -279
  359. package/test/app/api-client-electrobun-fallback.test.ts +0 -139
  360. package/test/app/api-client-electron-fallback.test.ts +0 -139
  361. package/test/app/api-client-timeout.test.ts +0 -75
  362. package/test/app/api-client-ws.test.ts +0 -98
  363. package/test/app/api-client.ws-max-reconnect.test.ts +0 -139
  364. package/test/app/api-client.ws-reconnect.test.ts +0 -157
  365. package/test/app/app-context-autonomy-events.test.ts +0 -559
  366. package/test/app/apps-page-view.test.ts +0 -114
  367. package/test/app/apps-view.test.ts +0 -768
  368. package/test/app/autonomous-workflows.e2e.test.ts +0 -765
  369. package/test/app/autonomy-events.test.ts +0 -150
  370. package/test/app/avatar-selector.test.tsx +0 -52
  371. package/test/app/bsc-trade-panel.test.tsx +0 -134
  372. package/test/app/bug-report-modal.test.tsx +0 -353
  373. package/test/app/character-action-bar-visibility.test.ts +0 -70
  374. package/test/app/character-customization.e2e.test.ts +0 -1384
  375. package/test/app/character-save-journey.test.ts +0 -1245
  376. package/test/app/chat-advanced-features.e2e.test.ts +0 -706
  377. package/test/app/chat-composer.test.tsx +0 -181
  378. package/test/app/chat-journey.test.ts +0 -1075
  379. package/test/app/chat-language-header.test.ts +0 -64
  380. package/test/app/chat-message.test.tsx +0 -222
  381. package/test/app/chat-modal-view.test.tsx +0 -191
  382. package/test/app/chat-routine-filter.test.ts +0 -96
  383. package/test/app/chat-send-lock.test.ts +0 -1465
  384. package/test/app/chat-stream-api-client.test.tsx +0 -390
  385. package/test/app/chat-view-game-modal.test.tsx +0 -661
  386. package/test/app/chat-view.test.tsx +0 -877
  387. package/test/app/cloud-api.e2e.test.ts +0 -258
  388. package/test/app/cloud-login-flow.e2e.test.ts +0 -494
  389. package/test/app/cloud-login-lock.test.ts +0 -416
  390. package/test/app/command-palette.test.tsx +0 -184
  391. package/test/app/command-registry.test.ts +0 -75
  392. package/test/app/companion-greeting-wave.test.tsx +0 -431
  393. package/test/app/companion-scene-host.test.tsx +0 -85
  394. package/test/app/companion-stale-conversation.test.tsx +0 -447
  395. package/test/app/companion-view.test.tsx +0 -690
  396. package/test/app/confirm-delete-control.test.ts +0 -79
  397. package/test/app/confirm-modal.test.tsx +0 -219
  398. package/test/app/connection-mode-persistence.test.ts +0 -411
  399. package/test/app/connectors-ui.e2e.test.ts +0 -508
  400. package/test/app/conversations-sidebar-game-modal.test.tsx +0 -265
  401. package/test/app/conversations-sidebar.test.tsx +0 -185
  402. package/test/app/custom-actions-smoke.test.ts +0 -387
  403. package/test/app/custom-avatar-api-client.test.ts +0 -207
  404. package/test/app/desktop-utils.test.ts +0 -145
  405. package/test/app/electrobun-rpc-bridge.test.ts +0 -83
  406. package/test/app/events.test.ts +0 -88
  407. package/test/app/export-import-flows.e2e.test.ts +0 -700
  408. package/test/app/fine-tuning-view.test.ts +0 -471
  409. package/test/app/game-view-auth-session.test.tsx +0 -187
  410. package/test/app/game-view.test.ts +0 -444
  411. package/test/app/global-emote-overlay.test.tsx +0 -106
  412. package/test/app/header-status.test.tsx +0 -149
  413. package/test/app/i18n.test.ts +0 -152
  414. package/test/app/inventory-bsc-view.test.ts +0 -940
  415. package/test/app/knowledge-ui.e2e.test.ts +0 -762
  416. package/test/app/knowledge-upload-helpers.test.ts +0 -124
  417. package/test/app/lifecycle-lock.test.ts +0 -267
  418. package/test/app/lifo-popout-utils.test.ts +0 -208
  419. package/test/app/lifo-safe-endpoint.test.ts +0 -34
  420. package/test/app/loading-screen.test.tsx +0 -45
  421. package/test/app/memory-monitor.test.ts +0 -331
  422. package/test/app/milady-bar-regression.test.tsx +0 -519
  423. package/test/app/milady-bar-settings.test.tsx +0 -1056
  424. package/test/app/milady-bar.test.tsx +0 -583
  425. package/test/app/navigation.test.tsx +0 -22
  426. package/test/app/onboarding-e2e-journey.test.ts +0 -1391
  427. package/test/app/onboarding-finish-lock.test.ts +0 -676
  428. package/test/app/onboarding-language.test.tsx +0 -160
  429. package/test/app/onboarding-steps.test.tsx +0 -376
  430. package/test/app/open-external-url.test.ts +0 -65
  431. package/test/app/pages-navigation-smoke.e2e.test.ts +0 -646
  432. package/test/app/pairing-lock.test.ts +0 -260
  433. package/test/app/pairing-view.test.tsx +0 -74
  434. package/test/app/permissions-section.test.ts +0 -432
  435. package/test/app/plugin-bridge.test.ts +0 -109
  436. package/test/app/plugins-ui.e2e.test.ts +0 -605
  437. package/test/app/plugins-view-game-modal.test.tsx +0 -686
  438. package/test/app/plugins-view-toggle-restart.test.ts +0 -129
  439. package/test/app/provider-dropdown-default.test.tsx +0 -300
  440. package/test/app/restart-banner.test.tsx +0 -205
  441. package/test/app/retake-capture.test.ts +0 -84
  442. package/test/app/sandbox-api-client.test.ts +0 -108
  443. package/test/app/save-command-modal.test.tsx +0 -109
  444. package/test/app/secrets-view.test.tsx +0 -92
  445. package/test/app/settings-control-styles.test.tsx +0 -142
  446. package/test/app/settings-reset.e2e.test.ts +0 -726
  447. package/test/app/settings-sections.e2e.test.ts +0 -614
  448. package/test/app/shared-format.test.ts +0 -44
  449. package/test/app/shared-switch.test.ts +0 -69
  450. package/test/app/shell-mode-switching.e2e.test.ts +0 -841
  451. package/test/app/shell-mode-tab-memory.test.tsx +0 -58
  452. package/test/app/shell-overlays.test.tsx +0 -50
  453. package/test/app/shortcuts-overlay.test.tsx +0 -111
  454. package/test/app/sse-interruption.test.ts +0 -122
  455. package/test/app/startup-asset-missing.e2e.test.ts +0 -126
  456. package/test/app/startup-backend-missing.e2e.test.ts +0 -126
  457. package/test/app/startup-chat.e2e.test.ts +0 -323
  458. package/test/app/startup-conversation-restore.test.tsx +0 -381
  459. package/test/app/startup-failure-view.test.tsx +0 -103
  460. package/test/app/startup-onboarding.e2e.test.ts +0 -712
  461. package/test/app/startup-timeout.test.tsx +0 -80
  462. package/test/app/startup-token-401.e2e.test.ts +0 -103
  463. package/test/app/stream-helpers.test.ts +0 -46
  464. package/test/app/stream-popout-navigation.test.tsx +0 -41
  465. package/test/app/stream-status-bar.test.tsx +0 -89
  466. package/test/app/theme-toggle.test.tsx +0 -40
  467. package/test/app/training-api-client.test.ts +0 -128
  468. package/test/app/trajectories-view.test.tsx +0 -220
  469. package/test/app/triggers-api-client.test.ts +0 -77
  470. package/test/app/triggers-navigation.test.ts +0 -113
  471. package/test/app/triggers-view.e2e.test.ts +0 -675
  472. package/test/app/update-channel-lock.test.ts +0 -259
  473. package/test/app/vector-browser.async-cleanup.test.tsx +0 -367
  474. package/test/app/vector-browser.e2e.test.ts +0 -653
  475. package/test/app/vrm-stage.test.tsx +0 -351
  476. package/test/app/vrm-viewer.test.tsx +0 -298
  477. package/test/app/wallet-api-save-lock.test.ts +0 -299
  478. package/test/app/wallet-hooks.test.ts +0 -405
  479. package/test/app/wallet-ui-flows.e2e.test.ts +0 -556
  480. package/test/avatar/asset-url.test.ts +0 -90
  481. package/test/avatar/avatar-selector.test.ts +0 -173
  482. package/test/avatar/mixamo-vrm-rig-map.test.ts +0 -111
  483. package/test/avatar/voice-chat-streaming-text.test.ts +0 -96
  484. package/test/avatar/voice-chat.test.ts +0 -391
  485. package/test/browser-extension/README.md +0 -138
  486. package/test/browser-extension/test-harness.ts +0 -499
  487. package/test/capacitor-plugins.e2e.test.ts +0 -168
  488. package/test/test-types.ts +0 -5
  489. package/test/ui/command-palette-commands.test.ts +0 -57
  490. package/test/ui/ui-renderer.test.ts +0 -39
  491. package/test/utils/assistant-text.test.ts +0 -68
  492. package/test/utils/eliza-globals.test.ts +0 -59
  493. package/test/utils/package-exports.test.ts +0 -70
  494. package/test/utils/streaming-text.test.ts +0 -89
  495. package/tsconfig.build.json +0 -19
  496. package/tsconfig.json +0 -20
  497. package/tsconfig.typecheck.json +0 -12
  498. /package/{dist/App.d.ts → App.d.ts} +0 -0
  499. /package/{dist/actions → actions}/character.d.ts +0 -0
  500. /package/{dist/actions → actions}/character.d.ts.map +0 -0
  501. /package/{dist/actions → actions}/character.js +0 -0
  502. /package/{dist/actions → actions}/chat-helpers.d.ts +0 -0
  503. /package/{dist/actions → actions}/chat-helpers.d.ts.map +0 -0
  504. /package/{dist/actions → actions}/chat-helpers.js +0 -0
  505. /package/{dist/actions → actions}/cloud.d.ts +0 -0
  506. /package/{dist/actions → actions}/cloud.d.ts.map +0 -0
  507. /package/{dist/actions → actions}/cloud.js +0 -0
  508. /package/{dist/actions → actions}/index.d.ts +0 -0
  509. /package/{dist/actions → actions}/index.d.ts.map +0 -0
  510. /package/{dist/actions → actions}/index.js +0 -0
  511. /package/{dist/actions → actions}/lifecycle.d.ts +0 -0
  512. /package/{dist/actions → actions}/lifecycle.d.ts.map +0 -0
  513. /package/{dist/actions → actions}/lifecycle.js +0 -0
  514. /package/{dist/actions → actions}/onboarding.d.ts +0 -0
  515. /package/{dist/actions → actions}/onboarding.d.ts.map +0 -0
  516. /package/{dist/actions → actions}/onboarding.js +0 -0
  517. /package/{dist/actions → actions}/triggers.d.ts +0 -0
  518. /package/{dist/actions → actions}/triggers.d.ts.map +0 -0
  519. /package/{dist/actions → actions}/triggers.js +0 -0
  520. /package/{dist/api → api}/client.d.ts +0 -0
  521. /package/{dist/api → api}/client.d.ts.map +0 -0
  522. /package/{dist/api → api}/client.js +0 -0
  523. /package/{dist/api → api}/index.d.ts +0 -0
  524. /package/{dist/api → api}/index.d.ts.map +0 -0
  525. /package/{dist/api → api}/index.js +0 -0
  526. /package/{dist/autonomy → autonomy}/index.d.ts +0 -0
  527. /package/{dist/autonomy → autonomy}/index.d.ts.map +0 -0
  528. /package/{dist/autonomy → autonomy}/index.js +0 -0
  529. /package/{dist/bridge → bridge}/capacitor-bridge.d.ts +0 -0
  530. /package/{dist/bridge → bridge}/capacitor-bridge.d.ts.map +0 -0
  531. /package/{dist/bridge → bridge}/capacitor-bridge.js +0 -0
  532. /package/{dist/bridge → bridge}/electrobun-rpc.d.ts +0 -0
  533. /package/{dist/bridge → bridge}/electrobun-rpc.d.ts.map +0 -0
  534. /package/{dist/bridge → bridge}/electrobun-rpc.js +0 -0
  535. /package/{dist/bridge → bridge}/electrobun-runtime.d.ts +0 -0
  536. /package/{dist/bridge → bridge}/electrobun-runtime.d.ts.map +0 -0
  537. /package/{dist/bridge → bridge}/electrobun-runtime.js +0 -0
  538. /package/{dist/bridge → bridge}/index.d.ts +0 -0
  539. /package/{dist/bridge → bridge}/index.d.ts.map +0 -0
  540. /package/{dist/bridge → bridge}/index.js +0 -0
  541. /package/{dist/bridge → bridge}/native-plugins.d.ts +0 -0
  542. /package/{dist/bridge → bridge}/native-plugins.d.ts.map +0 -0
  543. /package/{dist/bridge → bridge}/native-plugins.js +0 -0
  544. /package/{dist/bridge → bridge}/plugin-bridge.d.ts +0 -0
  545. /package/{dist/bridge → bridge}/plugin-bridge.d.ts.map +0 -0
  546. /package/{dist/bridge → bridge}/plugin-bridge.js +0 -0
  547. /package/{dist/bridge → bridge}/storage-bridge.d.ts +0 -0
  548. /package/{dist/bridge → bridge}/storage-bridge.d.ts.map +0 -0
  549. /package/{dist/bridge → bridge}/storage-bridge.js +0 -0
  550. /package/{dist/chat → chat}/index.d.ts +0 -0
  551. /package/{dist/chat → chat}/index.d.ts.map +0 -0
  552. /package/{dist/chat → chat}/index.js +0 -0
  553. /package/{dist/coding → coding}/index.d.ts +0 -0
  554. /package/{dist/coding → coding}/index.d.ts.map +0 -0
  555. /package/{dist/coding → coding}/index.js +0 -0
  556. /package/{dist/components → components}/AdvancedPageView.d.ts +0 -0
  557. /package/{dist/components → components}/AgentActivityBox.d.ts +0 -0
  558. /package/{dist/components → components}/AgentActivityBox.d.ts.map +0 -0
  559. /package/{dist/components → components}/AgentActivityBox.js +0 -0
  560. /package/{dist/components → components}/ApiKeyConfig.d.ts +0 -0
  561. /package/{dist/components → components}/ApiKeyConfig.d.ts.map +0 -0
  562. /package/{dist/components → components}/ApiKeyConfig.js +0 -0
  563. /package/{dist/components → components}/AppsPageView.d.ts +0 -0
  564. /package/{dist/components → components}/AppsPageView.d.ts.map +0 -0
  565. /package/{dist/components → components}/AppsPageView.js +0 -0
  566. /package/{dist/components → components}/AppsView.d.ts +0 -0
  567. /package/{dist/components → components}/AppsView.d.ts.map +0 -0
  568. /package/{dist/components → components}/AppsView.js +0 -0
  569. /package/{dist/components → components}/AvatarLoader.d.ts +0 -0
  570. /package/{dist/components → components}/AvatarLoader.d.ts.map +0 -0
  571. /package/{dist/components → components}/AvatarLoader.js +0 -0
  572. /package/{dist/components → components}/AvatarSelector.d.ts +0 -0
  573. /package/{dist/components → components}/AvatarSelector.d.ts.map +0 -0
  574. /package/{dist/components → components}/AvatarSelector.js +0 -0
  575. /package/{dist/components → components}/BscTradePanel.d.ts +0 -0
  576. /package/{dist/components → components}/BscTradePanel.d.ts.map +0 -0
  577. /package/{dist/components → components}/BscTradePanel.js +0 -0
  578. /package/{dist/components → components}/BugReportModal.d.ts +0 -0
  579. /package/{dist/components → components}/BugReportModal.d.ts.map +0 -0
  580. /package/{dist/components → components}/BugReportModal.js +0 -0
  581. /package/{dist/components → components}/CharacterRoster.d.ts +0 -0
  582. /package/{dist/components → components}/CharacterRoster.d.ts.map +0 -0
  583. /package/{dist/components → components}/CharacterRoster.js +0 -0
  584. /package/{dist/components → components}/CharacterView.d.ts +0 -0
  585. /package/{dist/components → components}/ChatAvatar.d.ts +0 -0
  586. /package/{dist/components → components}/ChatAvatar.d.ts.map +0 -0
  587. /package/{dist/components → components}/ChatAvatar.js +0 -0
  588. /package/{dist/components → components}/ChatComposer.d.ts +0 -0
  589. /package/{dist/components → components}/ChatMessage.d.ts +0 -0
  590. /package/{dist/components → components}/ChatMessage.d.ts.map +0 -0
  591. /package/{dist/components → components}/ChatMessage.js +0 -0
  592. /package/{dist/components → components}/ChatModalView.d.ts +0 -0
  593. /package/{dist/components → components}/ChatModalView.d.ts.map +0 -0
  594. /package/{dist/components → components}/ChatModalView.js +0 -0
  595. /package/{dist/components → components}/ChatView.d.ts +0 -0
  596. /package/{dist/components → components}/CloudOnboarding.d.ts +0 -0
  597. /package/{dist/components → components}/CloudOnboarding.d.ts.map +0 -0
  598. /package/{dist/components → components}/CloudOnboarding.js +0 -0
  599. /package/{dist/components → components}/CloudSourceControls.d.ts +0 -0
  600. /package/{dist/components → components}/CloudSourceControls.d.ts.map +0 -0
  601. /package/{dist/components → components}/CloudSourceControls.js +0 -0
  602. /package/{dist/components → components}/CodingAgentSettingsSection.d.ts +0 -0
  603. /package/{dist/components → components}/CodingAgentSettingsSection.d.ts.map +0 -0
  604. /package/{dist/components → components}/CodingAgentSettingsSection.js +0 -0
  605. /package/{dist/components → components}/CommandPalette.d.ts +0 -0
  606. /package/{dist/components → components}/CommandPalette.d.ts.map +0 -0
  607. /package/{dist/components → components}/CommandPalette.js +0 -0
  608. /package/{dist/components → components}/CompanionSceneHost.d.ts +0 -0
  609. /package/{dist/components → components}/CompanionSceneHost.d.ts.map +0 -0
  610. /package/{dist/components → components}/CompanionSceneHost.js +0 -0
  611. /package/{dist/components → components}/CompanionShell.d.ts +0 -0
  612. /package/{dist/components → components}/CompanionShell.d.ts.map +0 -0
  613. /package/{dist/components → components}/CompanionShell.js +0 -0
  614. /package/{dist/components → components}/CompanionView.d.ts +0 -0
  615. /package/{dist/components → components}/CompanionView.d.ts.map +0 -0
  616. /package/{dist/components → components}/ConfigPageView.d.ts +0 -0
  617. /package/{dist/components → components}/ConfigPageView.d.ts.map +0 -0
  618. /package/{dist/components → components}/ConfigSaveFooter.d.ts +0 -0
  619. /package/{dist/components → components}/ConfigSaveFooter.d.ts.map +0 -0
  620. /package/{dist/components → components}/ConfigSaveFooter.js +0 -0
  621. /package/{dist/components → components}/ConfirmModal.d.ts +0 -0
  622. /package/{dist/components → components}/ConfirmModal.d.ts.map +0 -0
  623. /package/{dist/components → components}/ConfirmModal.js +0 -0
  624. /package/{dist/components → components}/ConnectionFailedBanner.d.ts +0 -0
  625. /package/{dist/components → components}/ConnectionFailedBanner.d.ts.map +0 -0
  626. /package/{dist/components → components}/ConnectionFailedBanner.js +0 -0
  627. /package/{dist/components → components}/ConnectorsPageView.d.ts +0 -0
  628. /package/{dist/components → components}/ConnectorsPageView.d.ts.map +0 -0
  629. /package/{dist/components → components}/ConnectorsPageView.js +0 -0
  630. /package/{dist/components → components}/ConversationsSidebar.d.ts +0 -0
  631. /package/{dist/components → components}/ConversationsSidebar.d.ts.map +0 -0
  632. /package/{dist/components → components}/ConversationsSidebar.js +0 -0
  633. /package/{dist/components → components}/CustomActionEditor.d.ts +0 -0
  634. /package/{dist/components → components}/CustomActionEditor.d.ts.map +0 -0
  635. /package/{dist/components → components}/CustomActionEditor.js +0 -0
  636. /package/{dist/components → components}/CustomActionsPanel.d.ts +0 -0
  637. /package/{dist/components → components}/CustomActionsPanel.d.ts.map +0 -0
  638. /package/{dist/components → components}/CustomActionsPanel.js +0 -0
  639. /package/{dist/components → components}/CustomActionsView.d.ts +0 -0
  640. /package/{dist/components → components}/CustomActionsView.d.ts.map +0 -0
  641. /package/{dist/components → components}/CustomActionsView.js +0 -0
  642. /package/{dist/components → components}/DatabasePageView.d.ts +0 -0
  643. /package/{dist/components → components}/DatabasePageView.d.ts.map +0 -0
  644. /package/{dist/components → components}/DatabasePageView.js +0 -0
  645. /package/{dist/components → components}/DatabaseView.d.ts +0 -0
  646. /package/{dist/components → components}/DatabaseView.d.ts.map +0 -0
  647. /package/{dist/components → components}/DatabaseView.js +0 -0
  648. /package/{dist/components → components}/ElizaCloudDashboard.d.ts +0 -0
  649. /package/{dist/components → components}/ElizaCloudDashboard.d.ts.map +0 -0
  650. /package/{dist/components → components}/EmotePicker.d.ts +0 -0
  651. /package/{dist/components → components}/EmotePicker.d.ts.map +0 -0
  652. /package/{dist/components → components}/EmotePicker.js +0 -0
  653. /package/{dist/components → components}/ErrorBoundary.d.ts +0 -0
  654. /package/{dist/components → components}/ErrorBoundary.d.ts.map +0 -0
  655. /package/{dist/components → components}/ErrorBoundary.js +0 -0
  656. /package/{dist/components → components}/FineTuningView.d.ts +0 -0
  657. /package/{dist/components → components}/FineTuningView.d.ts.map +0 -0
  658. /package/{dist/components → components}/FineTuningView.js +0 -0
  659. /package/{dist/components → components}/FlaminaGuide.d.ts +0 -0
  660. /package/{dist/components → components}/FlaminaGuide.d.ts.map +0 -0
  661. /package/{dist/components → components}/GameView.d.ts +0 -0
  662. /package/{dist/components → components}/GameView.d.ts.map +0 -0
  663. /package/{dist/components → components}/GameView.js +0 -0
  664. /package/{dist/components → components}/GameViewOverlay.d.ts +0 -0
  665. /package/{dist/components → components}/GameViewOverlay.d.ts.map +0 -0
  666. /package/{dist/components → components}/GameViewOverlay.js +0 -0
  667. /package/{dist/components → components}/GlobalEmoteOverlay.d.ts +0 -0
  668. /package/{dist/components → components}/GlobalEmoteOverlay.d.ts.map +0 -0
  669. /package/{dist/components → components}/GlobalEmoteOverlay.js +0 -0
  670. /package/{dist/components → components}/Header.d.ts +0 -0
  671. /package/{dist/components → components}/Header.d.ts.map +0 -0
  672. /package/{dist/components → components}/Header.js +0 -0
  673. /package/{dist/components → components}/HeartbeatsView.d.ts +0 -0
  674. /package/{dist/components → components}/HeartbeatsView.d.ts.map +0 -0
  675. /package/{dist/components → components}/HeartbeatsView.js +0 -0
  676. /package/{dist/components → components}/InventoryView.d.ts +0 -0
  677. /package/{dist/components → components}/InventoryView.d.ts.map +0 -0
  678. /package/{dist/components → components}/InventoryView.js +0 -0
  679. /package/{dist/components → components}/KnowledgeView.d.ts +0 -0
  680. /package/{dist/components → components}/KnowledgeView.d.ts.map +0 -0
  681. /package/{dist/components → components}/KnowledgeView.js +0 -0
  682. /package/{dist/components → components}/LanguageDropdown.d.ts +0 -0
  683. /package/{dist/components → components}/LanguageDropdown.d.ts.map +0 -0
  684. /package/{dist/components → components}/LanguageDropdown.js +0 -0
  685. /package/{dist/components → components}/LifoMonitorPanel.d.ts +0 -0
  686. /package/{dist/components → components}/LifoMonitorPanel.d.ts.map +0 -0
  687. /package/{dist/components → components}/LifoMonitorPanel.js +0 -0
  688. /package/{dist/components → components}/LifoSandboxView.d.ts +0 -0
  689. /package/{dist/components → components}/LifoSandboxView.d.ts.map +0 -0
  690. /package/{dist/components → components}/LifoSandboxView.js +0 -0
  691. /package/{dist/components → components}/LoadingScreen.d.ts +0 -0
  692. /package/{dist/components → components}/LoadingScreen.d.ts.map +0 -0
  693. /package/{dist/components → components}/LoadingScreen.js +0 -0
  694. /package/{dist/components → components}/LogsPageView.d.ts +0 -0
  695. /package/{dist/components → components}/LogsPageView.d.ts.map +0 -0
  696. /package/{dist/components → components}/LogsPageView.js +0 -0
  697. /package/{dist/components → components}/LogsView.d.ts +0 -0
  698. /package/{dist/components → components}/LogsView.d.ts.map +0 -0
  699. /package/{dist/components → components}/LogsView.js +0 -0
  700. /package/{dist/components → components}/MediaGalleryView.d.ts +0 -0
  701. /package/{dist/components → components}/MediaGalleryView.d.ts.map +0 -0
  702. /package/{dist/components → components}/MediaGalleryView.js +0 -0
  703. /package/{dist/components → components}/MediaSettingsSection.d.ts +0 -0
  704. /package/{dist/components → components}/MediaSettingsSection.d.ts.map +0 -0
  705. /package/{dist/components → components}/MediaSettingsSection.js +0 -0
  706. /package/{dist/components → components}/MessageContent.d.ts +0 -0
  707. /package/{dist/components → components}/MessageContent.d.ts.map +0 -0
  708. /package/{dist/components → components}/MessageContent.js +0 -0
  709. /package/{dist/components → components}/OnboardingWizard.d.ts +0 -0
  710. /package/{dist/components → components}/PairingView.d.ts +0 -0
  711. /package/{dist/components → components}/PairingView.d.ts.map +0 -0
  712. /package/{dist/components → components}/PairingView.js +0 -0
  713. /package/{dist/components → components}/PermissionsSection.d.ts +0 -0
  714. /package/{dist/components → components}/PermissionsSection.d.ts.map +0 -0
  715. /package/{dist/components → components}/PermissionsSection.js +0 -0
  716. /package/{dist/components → components}/PluginsPageView.d.ts +0 -0
  717. /package/{dist/components → components}/PluginsPageView.d.ts.map +0 -0
  718. /package/{dist/components → components}/PluginsPageView.js +0 -0
  719. /package/{dist/components → components}/PluginsView.d.ts +0 -0
  720. /package/{dist/components → components}/ProviderSwitcher.d.ts +0 -0
  721. /package/{dist/components → components}/ProviderSwitcher.d.ts.map +0 -0
  722. /package/{dist/components → components}/ProviderSwitcher.js +0 -0
  723. /package/{dist/components → components}/RestartBanner.d.ts +0 -0
  724. /package/{dist/components → components}/RestartBanner.d.ts.map +0 -0
  725. /package/{dist/components → components}/RestartBanner.js +0 -0
  726. /package/{dist/components → components}/RuntimeView.d.ts +0 -0
  727. /package/{dist/components → components}/RuntimeView.d.ts.map +0 -0
  728. /package/{dist/components → components}/RuntimeView.js +0 -0
  729. /package/{dist/components → components}/SaveCommandModal.d.ts +0 -0
  730. /package/{dist/components → components}/SaveCommandModal.d.ts.map +0 -0
  731. /package/{dist/components → components}/SaveCommandModal.js +0 -0
  732. /package/{dist/components → components}/SecretsView.d.ts +0 -0
  733. /package/{dist/components → components}/SecretsView.d.ts.map +0 -0
  734. /package/{dist/components → components}/SecretsView.js +0 -0
  735. /package/{dist/components → components}/SettingsView.d.ts +0 -0
  736. /package/{dist/components → components}/SettingsView.d.ts.map +0 -0
  737. /package/{dist/components → components}/SettingsView.js +0 -0
  738. /package/{dist/components → components}/ShellOverlays.d.ts +0 -0
  739. /package/{dist/components → components}/ShellOverlays.d.ts.map +0 -0
  740. /package/{dist/components → components}/ShellOverlays.js +0 -0
  741. /package/{dist/components → components}/ShortcutsOverlay.d.ts +0 -0
  742. /package/{dist/components → components}/ShortcutsOverlay.d.ts.map +0 -0
  743. /package/{dist/components → components}/ShortcutsOverlay.js +0 -0
  744. /package/{dist/components → components}/SkillsView.d.ts +0 -0
  745. /package/{dist/components → components}/SkillsView.d.ts.map +0 -0
  746. /package/{dist/components → components}/SkillsView.js +0 -0
  747. /package/{dist/components → components}/StartupFailureView.d.ts +0 -0
  748. /package/{dist/components → components}/StartupFailureView.d.ts.map +0 -0
  749. /package/{dist/components → components}/StartupFailureView.js +0 -0
  750. /package/{dist/components → components}/StreamView.d.ts +0 -0
  751. /package/{dist/components → components}/StreamView.d.ts.map +0 -0
  752. /package/{dist/components → components}/StreamView.js +0 -0
  753. /package/{dist/components → components}/StripeEmbeddedCheckout.d.ts +0 -0
  754. /package/{dist/components → components}/StripeEmbeddedCheckout.d.ts.map +0 -0
  755. /package/{dist/components → components}/StripeEmbeddedCheckout.js +0 -0
  756. /package/{dist/components → components}/SubscriptionStatus.d.ts +0 -0
  757. /package/{dist/components → components}/SubscriptionStatus.d.ts.map +0 -0
  758. /package/{dist/components → components}/SubscriptionStatus.js +0 -0
  759. /package/{dist/components → components}/SystemWarningBanner.d.ts +0 -0
  760. /package/{dist/components → components}/SystemWarningBanner.d.ts.map +0 -0
  761. /package/{dist/components → components}/SystemWarningBanner.js +0 -0
  762. /package/{dist/components → components}/ThemeToggle.d.ts +0 -0
  763. /package/{dist/components → components}/ThemeToggle.d.ts.map +0 -0
  764. /package/{dist/components → components}/ThemeToggle.js +0 -0
  765. /package/{dist/components → components}/TrajectoriesView.d.ts +0 -0
  766. /package/{dist/components → components}/TrajectoriesView.d.ts.map +0 -0
  767. /package/{dist/components → components}/TrajectoriesView.js +0 -0
  768. /package/{dist/components → components}/TrajectoryDetailView.d.ts +0 -0
  769. /package/{dist/components → components}/TrajectoryDetailView.d.ts.map +0 -0
  770. /package/{dist/components → components}/TrajectoryDetailView.js +0 -0
  771. /package/{dist/components → components}/TriggersView.d.ts +0 -0
  772. /package/{dist/components → components}/TriggersView.d.ts.map +0 -0
  773. /package/{dist/components → components}/TriggersView.js +0 -0
  774. /package/{dist/components → components}/VectorBrowserView.d.ts +0 -0
  775. /package/{dist/components → components}/VectorBrowserView.d.ts.map +0 -0
  776. /package/{dist/components → components}/VectorBrowserView.js +0 -0
  777. /package/{dist/components → components}/VoiceConfigView.d.ts +0 -0
  778. /package/{dist/components → components}/VoiceConfigView.d.ts.map +0 -0
  779. /package/{dist/components → components}/VoiceConfigView.js +0 -0
  780. /package/{dist/components → components}/VrmStage.d.ts +0 -0
  781. /package/{dist/components → components}/VrmStage.d.ts.map +0 -0
  782. /package/{dist/components → components}/VrmStage.js +0 -0
  783. /package/{dist/components → components}/WhatsAppQrOverlay.d.ts +0 -0
  784. /package/{dist/components → components}/WhatsAppQrOverlay.d.ts.map +0 -0
  785. /package/{dist/components → components}/WhatsAppQrOverlay.js +0 -0
  786. /package/{dist/components → components}/apps/AppDetailPane.d.ts +0 -0
  787. /package/{dist/components → components}/apps/AppDetailPane.d.ts.map +0 -0
  788. /package/{dist/components → components}/apps/AppDetailPane.js +0 -0
  789. /package/{dist/components → components}/apps/AppsCatalogGrid.d.ts +0 -0
  790. /package/{dist/components → components}/apps/AppsCatalogGrid.d.ts.map +0 -0
  791. /package/{dist/components → components}/apps/AppsCatalogGrid.js +0 -0
  792. /package/{dist/components → components}/apps/extensions/registry.d.ts +0 -0
  793. /package/{dist/components → components}/apps/extensions/registry.d.ts.map +0 -0
  794. /package/{dist/components → components}/apps/extensions/registry.js +0 -0
  795. /package/{dist/components → components}/apps/extensions/types.d.ts +0 -0
  796. /package/{dist/components → components}/apps/extensions/types.d.ts.map +0 -0
  797. /package/{dist/components → components}/apps/extensions/types.js +0 -0
  798. /package/{dist/components → components}/apps/helpers.d.ts +0 -0
  799. /package/{dist/components → components}/apps/helpers.d.ts.map +0 -0
  800. /package/{dist/components → components}/apps/helpers.js +0 -0
  801. /package/{dist/components → components}/avatar/VrmAnimationLoader.d.ts +0 -0
  802. /package/{dist/components → components}/avatar/VrmAnimationLoader.d.ts.map +0 -0
  803. /package/{dist/components → components}/avatar/VrmAnimationLoader.js +0 -0
  804. /package/{dist/components → components}/avatar/VrmBlinkController.d.ts +0 -0
  805. /package/{dist/components → components}/avatar/VrmBlinkController.d.ts.map +0 -0
  806. /package/{dist/components → components}/avatar/VrmBlinkController.js +0 -0
  807. /package/{dist/components → components}/avatar/VrmCameraManager.d.ts +0 -0
  808. /package/{dist/components → components}/avatar/VrmCameraManager.d.ts.map +0 -0
  809. /package/{dist/components → components}/avatar/VrmCameraManager.js +0 -0
  810. /package/{dist/components → components}/avatar/VrmFootShadow.d.ts +0 -0
  811. /package/{dist/components → components}/avatar/VrmFootShadow.d.ts.map +0 -0
  812. /package/{dist/components → components}/avatar/VrmFootShadow.js +0 -0
  813. /package/{dist/components → components}/avatar/mixamoVRMRigMap.d.ts +0 -0
  814. /package/{dist/components → components}/avatar/mixamoVRMRigMap.d.ts.map +0 -0
  815. /package/{dist/components → components}/avatar/mixamoVRMRigMap.js +0 -0
  816. /package/{dist/components → components}/avatar/retargetMixamoFbxToVrm.d.ts +0 -0
  817. /package/{dist/components → components}/avatar/retargetMixamoFbxToVrm.d.ts.map +0 -0
  818. /package/{dist/components → components}/avatar/retargetMixamoFbxToVrm.js +0 -0
  819. /package/{dist/components → components}/avatar/retargetMixamoGltfToVrm.d.ts +0 -0
  820. /package/{dist/components → components}/avatar/retargetMixamoGltfToVrm.d.ts.map +0 -0
  821. /package/{dist/components → components}/avatar/retargetMixamoGltfToVrm.js +0 -0
  822. /package/{dist/components → components}/chainConfig.d.ts +0 -0
  823. /package/{dist/components → components}/chainConfig.d.ts.map +0 -0
  824. /package/{dist/components → components}/chainConfig.js +0 -0
  825. /package/{dist/components → components}/companion/CompanionHeader.d.ts +0 -0
  826. /package/{dist/components → components}/companion/CompanionHeader.d.ts.map +0 -0
  827. /package/{dist/components → components}/companion/CompanionHeader.js +0 -0
  828. /package/{dist/components → components}/companion/CompanionSceneHost.d.ts +0 -0
  829. /package/{dist/components → components}/companion/CompanionSceneHost.d.ts.map +0 -0
  830. /package/{dist/components → components}/companion/CompanionSceneHost.js +0 -0
  831. /package/{dist/components → components}/companion/VrmStage.d.ts +0 -0
  832. /package/{dist/components → components}/companion/VrmStage.d.ts.map +0 -0
  833. /package/{dist/components → components}/companion/VrmStage.js +0 -0
  834. /package/{dist/components → components}/companion/index.d.ts +0 -0
  835. /package/{dist/components → components}/companion/index.d.ts.map +0 -0
  836. /package/{dist/components → components}/companion/index.js +0 -0
  837. /package/{dist/components → components}/companion/walletUtils.d.ts +0 -0
  838. /package/{dist/components → components}/companion/walletUtils.d.ts.map +0 -0
  839. /package/{dist/components → components}/companion/walletUtils.js +0 -0
  840. /package/{dist/components → components}/companion-shell-styles.d.ts +0 -0
  841. /package/{dist/components → components}/companion-shell-styles.d.ts.map +0 -0
  842. /package/{dist/components → components}/companion-shell-styles.js +0 -0
  843. /package/{dist/components → components}/confirm-delete-control.d.ts +0 -0
  844. /package/{dist/components → components}/confirm-delete-control.d.ts.map +0 -0
  845. /package/{dist/components → components}/confirm-delete-control.js +0 -0
  846. /package/{dist/components → components}/conversations/ConversationListItem.d.ts +0 -0
  847. /package/{dist/components → components}/conversations/ConversationListItem.d.ts.map +0 -0
  848. /package/{dist/components → components}/conversations/ConversationListItem.js +0 -0
  849. /package/{dist/components → components}/conversations/conversation-utils.d.ts +0 -0
  850. /package/{dist/components → components}/conversations/conversation-utils.d.ts.map +0 -0
  851. /package/{dist/components → components}/conversations/conversation-utils.js +0 -0
  852. /package/{dist/components → components}/format.d.ts +0 -0
  853. /package/{dist/components → components}/format.d.ts.map +0 -0
  854. /package/{dist/components → components}/format.js +0 -0
  855. /package/{dist/components → components}/inventory/CopyableAddress.d.ts +0 -0
  856. /package/{dist/components → components}/inventory/CopyableAddress.d.ts.map +0 -0
  857. /package/{dist/components → components}/inventory/CopyableAddress.js +0 -0
  858. /package/{dist/components → components}/inventory/InventoryToolbar.d.ts +0 -0
  859. /package/{dist/components → components}/inventory/InventoryToolbar.d.ts.map +0 -0
  860. /package/{dist/components → components}/inventory/InventoryToolbar.js +0 -0
  861. /package/{dist/components → components}/inventory/NftGrid.d.ts +0 -0
  862. /package/{dist/components → components}/inventory/NftGrid.d.ts.map +0 -0
  863. /package/{dist/components → components}/inventory/NftGrid.js +0 -0
  864. /package/{dist/components → components}/inventory/TokenLogo.d.ts +0 -0
  865. /package/{dist/components → components}/inventory/TokenLogo.d.ts.map +0 -0
  866. /package/{dist/components → components}/inventory/TokenLogo.js +0 -0
  867. /package/{dist/components → components}/inventory/TokensTable.d.ts +0 -0
  868. /package/{dist/components → components}/inventory/TokensTable.d.ts.map +0 -0
  869. /package/{dist/components → components}/inventory/TokensTable.js +0 -0
  870. /package/{dist/components → components}/inventory/constants.d.ts +0 -0
  871. /package/{dist/components → components}/inventory/constants.d.ts.map +0 -0
  872. /package/{dist/components → components}/inventory/constants.js +0 -0
  873. /package/{dist/components → components}/inventory/index.d.ts +0 -0
  874. /package/{dist/components → components}/inventory/index.d.ts.map +0 -0
  875. /package/{dist/components → components}/inventory/index.js +0 -0
  876. /package/{dist/components → components}/inventory/media-url.d.ts +0 -0
  877. /package/{dist/components → components}/inventory/media-url.d.ts.map +0 -0
  878. /package/{dist/components → components}/inventory/media-url.js +0 -0
  879. /package/{dist/components → components}/inventory/useInventoryData.d.ts +0 -0
  880. /package/{dist/components → components}/inventory/useInventoryData.d.ts.map +0 -0
  881. /package/{dist/components → components}/inventory/useInventoryData.js +0 -0
  882. /package/{dist/components → components}/knowledge-upload-image.d.ts +0 -0
  883. /package/{dist/components → components}/knowledge-upload-image.d.ts.map +0 -0
  884. /package/{dist/components → components}/knowledge-upload-image.js +0 -0
  885. /package/{dist/components → components}/labels.d.ts +0 -0
  886. /package/{dist/components → components}/labels.d.ts.map +0 -0
  887. /package/{dist/components → components}/labels.js +0 -0
  888. /package/{dist/components → components}/onboarding/ActivateStep.d.ts +0 -0
  889. /package/{dist/components → components}/onboarding/ActivateStep.d.ts.map +0 -0
  890. /package/{dist/components → components}/onboarding/ActivateStep.js +0 -0
  891. /package/{dist/components → components}/onboarding/ConnectionStep.d.ts +0 -0
  892. /package/{dist/components → components}/onboarding/IdentityStep.d.ts +0 -0
  893. /package/{dist/components → components}/onboarding/IdentityStep.d.ts.map +0 -0
  894. /package/{dist/components → components}/onboarding/IdentityStep.js +0 -0
  895. /package/{dist/components → components}/onboarding/OnboardingPanel.d.ts +0 -0
  896. /package/{dist/components → components}/onboarding/OnboardingPanel.d.ts.map +0 -0
  897. /package/{dist/components → components}/onboarding/OnboardingPanel.js +0 -0
  898. /package/{dist/components → components}/onboarding/OnboardingStepNav.d.ts +0 -0
  899. /package/{dist/components → components}/onboarding/OnboardingStepNav.d.ts.map +0 -0
  900. /package/{dist/components → components}/onboarding/OnboardingStepNav.js +0 -0
  901. /package/{dist/components → components}/onboarding/PermissionsStep.d.ts +0 -0
  902. /package/{dist/components → components}/onboarding/PermissionsStep.d.ts.map +0 -0
  903. /package/{dist/components → components}/onboarding/PermissionsStep.js +0 -0
  904. /package/{dist/components → components}/onboarding/RpcStep.d.ts +0 -0
  905. /package/{dist/components → components}/onboarding/RpcStep.d.ts.map +0 -0
  906. /package/{dist/components → components}/onboarding/RpcStep.js +0 -0
  907. /package/{dist/components → components}/permissions/PermissionIcon.d.ts +0 -0
  908. /package/{dist/components → components}/permissions/PermissionIcon.d.ts.map +0 -0
  909. /package/{dist/components → components}/permissions/PermissionIcon.js +0 -0
  910. /package/{dist/components → components}/permissions/StreamingPermissions.d.ts +0 -0
  911. /package/{dist/components → components}/plugins/showcase-data.d.ts +0 -0
  912. /package/{dist/components → components}/plugins/showcase-data.d.ts.map +0 -0
  913. /package/{dist/components → components}/plugins/showcase-data.js +0 -0
  914. /package/{dist/components → components}/shared/ShellHeaderControls.d.ts +0 -0
  915. /package/{dist/components → components}/shared/ShellHeaderControls.d.ts.map +0 -0
  916. /package/{dist/components → components}/shared/ShellHeaderControls.js +0 -0
  917. /package/{dist/components → components}/shared-companion-scene-context.d.ts +0 -0
  918. /package/{dist/components → components}/shared-companion-scene-context.d.ts.map +0 -0
  919. /package/{dist/components → components}/shared-companion-scene-context.js +0 -0
  920. /package/{dist/components → components}/skeletons.d.ts +0 -0
  921. /package/{dist/components → components}/skeletons.d.ts.map +0 -0
  922. /package/{dist/components → components}/skeletons.js +0 -0
  923. /package/{dist/components → components}/stream/ActivityFeed.d.ts +0 -0
  924. /package/{dist/components → components}/stream/ActivityFeed.d.ts.map +0 -0
  925. /package/{dist/components → components}/stream/ActivityFeed.js +0 -0
  926. /package/{dist/components → components}/stream/AvatarPip.d.ts +0 -0
  927. /package/{dist/components → components}/stream/AvatarPip.d.ts.map +0 -0
  928. /package/{dist/components → components}/stream/AvatarPip.js +0 -0
  929. /package/{dist/components → components}/stream/ChatContent.d.ts +0 -0
  930. /package/{dist/components → components}/stream/ChatContent.d.ts.map +0 -0
  931. /package/{dist/components → components}/stream/ChatContent.js +0 -0
  932. /package/{dist/components → components}/stream/ChatTicker.d.ts +0 -0
  933. /package/{dist/components → components}/stream/ChatTicker.d.ts.map +0 -0
  934. /package/{dist/components → components}/stream/ChatTicker.js +0 -0
  935. /package/{dist/components → components}/stream/IdleContent.d.ts +0 -0
  936. /package/{dist/components → components}/stream/IdleContent.d.ts.map +0 -0
  937. /package/{dist/components → components}/stream/IdleContent.js +0 -0
  938. /package/{dist/components → components}/stream/StatusBar.d.ts +0 -0
  939. /package/{dist/components → components}/stream/StatusBar.d.ts.map +0 -0
  940. /package/{dist/components → components}/stream/StatusBar.js +0 -0
  941. /package/{dist/components → components}/stream/StreamSettings.d.ts +0 -0
  942. /package/{dist/components → components}/stream/StreamSettings.d.ts.map +0 -0
  943. /package/{dist/components → components}/stream/StreamSettings.js +0 -0
  944. /package/{dist/components → components}/stream/StreamTerminal.d.ts +0 -0
  945. /package/{dist/components → components}/stream/StreamTerminal.d.ts.map +0 -0
  946. /package/{dist/components → components}/stream/StreamTerminal.js +0 -0
  947. /package/{dist/components → components}/stream/StreamVoiceConfig.d.ts +0 -0
  948. /package/{dist/components → components}/stream/StreamVoiceConfig.d.ts.map +0 -0
  949. /package/{dist/components → components}/stream/StreamVoiceConfig.js +0 -0
  950. /package/{dist/components → components}/stream/helpers.d.ts +0 -0
  951. /package/{dist/components → components}/stream/helpers.d.ts.map +0 -0
  952. /package/{dist/components → components}/stream/helpers.js +0 -0
  953. /package/{dist/components → components}/stream/overlays/OverlayLayer.d.ts +0 -0
  954. /package/{dist/components → components}/stream/overlays/OverlayLayer.d.ts.map +0 -0
  955. /package/{dist/components → components}/stream/overlays/OverlayLayer.js +0 -0
  956. /package/{dist/components → components}/stream/overlays/built-in/ActionTickerWidget.d.ts +0 -0
  957. /package/{dist/components → components}/stream/overlays/built-in/ActionTickerWidget.d.ts.map +0 -0
  958. /package/{dist/components → components}/stream/overlays/built-in/ActionTickerWidget.js +0 -0
  959. /package/{dist/components → components}/stream/overlays/built-in/AlertPopupWidget.d.ts +0 -0
  960. /package/{dist/components → components}/stream/overlays/built-in/AlertPopupWidget.d.ts.map +0 -0
  961. /package/{dist/components → components}/stream/overlays/built-in/AlertPopupWidget.js +0 -0
  962. /package/{dist/components → components}/stream/overlays/built-in/BrandingWidget.d.ts +0 -0
  963. /package/{dist/components → components}/stream/overlays/built-in/BrandingWidget.d.ts.map +0 -0
  964. /package/{dist/components → components}/stream/overlays/built-in/BrandingWidget.js +0 -0
  965. /package/{dist/components → components}/stream/overlays/built-in/CustomHtmlWidget.d.ts +0 -0
  966. /package/{dist/components → components}/stream/overlays/built-in/CustomHtmlWidget.d.ts.map +0 -0
  967. /package/{dist/components → components}/stream/overlays/built-in/CustomHtmlWidget.js +0 -0
  968. /package/{dist/components → components}/stream/overlays/built-in/PeonGlassWidget.d.ts +0 -0
  969. /package/{dist/components → components}/stream/overlays/built-in/PeonGlassWidget.d.ts.map +0 -0
  970. /package/{dist/components → components}/stream/overlays/built-in/PeonGlassWidget.js +0 -0
  971. /package/{dist/components → components}/stream/overlays/built-in/PeonHudWidget.d.ts +0 -0
  972. /package/{dist/components → components}/stream/overlays/built-in/PeonHudWidget.d.ts.map +0 -0
  973. /package/{dist/components → components}/stream/overlays/built-in/PeonHudWidget.js +0 -0
  974. /package/{dist/components → components}/stream/overlays/built-in/PeonSakuraWidget.d.ts +0 -0
  975. /package/{dist/components → components}/stream/overlays/built-in/PeonSakuraWidget.d.ts.map +0 -0
  976. /package/{dist/components → components}/stream/overlays/built-in/PeonSakuraWidget.js +0 -0
  977. /package/{dist/components → components}/stream/overlays/built-in/ThoughtBubbleWidget.d.ts +0 -0
  978. /package/{dist/components → components}/stream/overlays/built-in/ThoughtBubbleWidget.d.ts.map +0 -0
  979. /package/{dist/components → components}/stream/overlays/built-in/ThoughtBubbleWidget.js +0 -0
  980. /package/{dist/components → components}/stream/overlays/built-in/ViewerCountWidget.d.ts +0 -0
  981. /package/{dist/components → components}/stream/overlays/built-in/ViewerCountWidget.d.ts.map +0 -0
  982. /package/{dist/components → components}/stream/overlays/built-in/ViewerCountWidget.js +0 -0
  983. /package/{dist/components → components}/stream/overlays/built-in/index.d.ts +0 -0
  984. /package/{dist/components → components}/stream/overlays/built-in/index.d.ts.map +0 -0
  985. /package/{dist/components → components}/stream/overlays/built-in/index.js +0 -0
  986. /package/{dist/components → components}/stream/overlays/registry.d.ts +0 -0
  987. /package/{dist/components → components}/stream/overlays/registry.d.ts.map +0 -0
  988. /package/{dist/components → components}/stream/overlays/registry.js +0 -0
  989. /package/{dist/components → components}/stream/overlays/types.d.ts +0 -0
  990. /package/{dist/components → components}/stream/overlays/types.d.ts.map +0 -0
  991. /package/{dist/components → components}/stream/overlays/types.js +0 -0
  992. /package/{dist/components → components}/stream/overlays/useOverlayLayout.d.ts +0 -0
  993. /package/{dist/components → components}/stream/overlays/useOverlayLayout.d.ts.map +0 -0
  994. /package/{dist/components → components}/stream/overlays/useOverlayLayout.js +0 -0
  995. /package/{dist/components → components}/trajectory-format.d.ts +0 -0
  996. /package/{dist/components → components}/trajectory-format.d.ts.map +0 -0
  997. /package/{dist/components → components}/trajectory-format.js +0 -0
  998. /package/{dist/components → components}/ui-badges.d.ts +0 -0
  999. /package/{dist/components → components}/ui-badges.d.ts.map +0 -0
  1000. /package/{dist/components → components}/ui-badges.js +0 -0
  1001. /package/{dist/components → components}/ui-switch.d.ts +0 -0
  1002. /package/{dist/components → components}/ui-switch.d.ts.map +0 -0
  1003. /package/{dist/components → components}/vector-browser-three.d.ts +0 -0
  1004. /package/{dist/components → components}/vector-browser-three.d.ts.map +0 -0
  1005. /package/{dist/components → components}/vector-browser-three.js +0 -0
  1006. /package/{dist/config → config}/branding.d.ts +0 -0
  1007. /package/{dist/config → config}/branding.d.ts.map +0 -0
  1008. /package/{dist/config → config}/branding.js +0 -0
  1009. /package/{dist/config → config}/config-catalog.d.ts +0 -0
  1010. /package/{dist/config → config}/config-catalog.d.ts.map +0 -0
  1011. /package/{dist/config → config}/config-catalog.js +0 -0
  1012. /package/{dist/config → config}/config-field.d.ts +0 -0
  1013. /package/{dist/config → config}/config-field.d.ts.map +0 -0
  1014. /package/{dist/config → config}/config-field.js +0 -0
  1015. /package/{dist/config → config}/config-renderer.d.ts +0 -0
  1016. /package/{dist/config → config}/config-renderer.d.ts.map +0 -0
  1017. /package/{dist/config → config}/config-renderer.js +0 -0
  1018. /package/{dist/config → config}/index.d.ts +0 -0
  1019. /package/{dist/config → config}/index.d.ts.map +0 -0
  1020. /package/{dist/config → config}/index.js +0 -0
  1021. /package/{dist/config → config}/ui-renderer.d.ts +0 -0
  1022. /package/{dist/config → config}/ui-renderer.d.ts.map +0 -0
  1023. /package/{dist/config → config}/ui-renderer.js +0 -0
  1024. /package/{dist/config → config}/ui-spec.d.ts +0 -0
  1025. /package/{dist/config → config}/ui-spec.d.ts.map +0 -0
  1026. /package/{dist/config → config}/ui-spec.js +0 -0
  1027. /package/{dist/events → events}/index.d.ts +0 -0
  1028. /package/{dist/events → events}/index.d.ts.map +0 -0
  1029. /package/{dist/events → events}/index.js +0 -0
  1030. /package/{dist/hooks → hooks}/index.d.ts +0 -0
  1031. /package/{dist/hooks → hooks}/index.d.ts.map +0 -0
  1032. /package/{dist/hooks → hooks}/index.js +0 -0
  1033. /package/{dist/hooks → hooks}/useBugReport.d.ts +0 -0
  1034. /package/{dist/hooks → hooks}/useBugReport.d.ts.map +0 -0
  1035. /package/{dist/hooks → hooks}/useBugReport.js +0 -0
  1036. /package/{dist/hooks → hooks}/useCanvasWindow.d.ts +0 -0
  1037. /package/{dist/hooks → hooks}/useCanvasWindow.d.ts.map +0 -0
  1038. /package/{dist/hooks → hooks}/useCanvasWindow.js +0 -0
  1039. /package/{dist/hooks → hooks}/useChatAvatarVoice.d.ts +0 -0
  1040. /package/{dist/hooks → hooks}/useChatAvatarVoice.d.ts.map +0 -0
  1041. /package/{dist/hooks → hooks}/useChatAvatarVoice.js +0 -0
  1042. /package/{dist/hooks → hooks}/useClickOutside.d.ts +0 -0
  1043. /package/{dist/hooks → hooks}/useClickOutside.d.ts.map +0 -0
  1044. /package/{dist/hooks → hooks}/useClickOutside.js +0 -0
  1045. /package/{dist/hooks → hooks}/useContextMenu.d.ts +0 -0
  1046. /package/{dist/hooks → hooks}/useContextMenu.d.ts.map +0 -0
  1047. /package/{dist/hooks → hooks}/useContextMenu.js +0 -0
  1048. /package/{dist/hooks → hooks}/useKeyboardShortcuts.d.ts +0 -0
  1049. /package/{dist/hooks → hooks}/useKeyboardShortcuts.d.ts.map +0 -0
  1050. /package/{dist/hooks → hooks}/useKeyboardShortcuts.js +0 -0
  1051. /package/{dist/hooks → hooks}/useLifoSync.d.ts +0 -0
  1052. /package/{dist/hooks → hooks}/useLifoSync.d.ts.map +0 -0
  1053. /package/{dist/hooks → hooks}/useLifoSync.js +0 -0
  1054. /package/{dist/hooks → hooks}/useMemoryMonitor.d.ts +0 -0
  1055. /package/{dist/hooks → hooks}/useMemoryMonitor.d.ts.map +0 -0
  1056. /package/{dist/hooks → hooks}/useMemoryMonitor.js +0 -0
  1057. /package/{dist/hooks → hooks}/useRenderGuard.d.ts +0 -0
  1058. /package/{dist/hooks → hooks}/useRenderGuard.d.ts.map +0 -0
  1059. /package/{dist/hooks → hooks}/useRenderGuard.js +0 -0
  1060. /package/{dist/hooks → hooks}/useRetakeCapture.d.ts +0 -0
  1061. /package/{dist/hooks → hooks}/useRetakeCapture.d.ts.map +0 -0
  1062. /package/{dist/hooks → hooks}/useRetakeCapture.js +0 -0
  1063. /package/{dist/hooks → hooks}/useStreamPopoutNavigation.d.ts +0 -0
  1064. /package/{dist/hooks → hooks}/useStreamPopoutNavigation.d.ts.map +0 -0
  1065. /package/{dist/hooks → hooks}/useStreamPopoutNavigation.js +0 -0
  1066. /package/{dist/hooks → hooks}/useTimeout.d.ts +0 -0
  1067. /package/{dist/hooks → hooks}/useTimeout.d.ts.map +0 -0
  1068. /package/{dist/hooks → hooks}/useTimeout.js +0 -0
  1069. /package/{dist/hooks → hooks}/useVoiceChat.d.ts +0 -0
  1070. /package/{dist/hooks → hooks}/useVoiceChat.d.ts.map +0 -0
  1071. /package/{dist/hooks → hooks}/useVoiceChat.js +0 -0
  1072. /package/{dist/hooks → hooks}/useWhatsAppPairing.d.ts +0 -0
  1073. /package/{dist/hooks → hooks}/useWhatsAppPairing.d.ts.map +0 -0
  1074. /package/{dist/hooks → hooks}/useWhatsAppPairing.js +0 -0
  1075. /package/{dist/i18n → i18n}/index.d.ts +0 -0
  1076. /package/{dist/i18n → i18n}/index.d.ts.map +0 -0
  1077. /package/{dist/i18n → i18n}/index.js +0 -0
  1078. /package/{dist/i18n → i18n}/messages.d.ts +0 -0
  1079. /package/{dist/i18n → i18n}/messages.d.ts.map +0 -0
  1080. /package/{dist/i18n → i18n}/messages.js +0 -0
  1081. /package/{dist/index.d.ts → index.d.ts} +0 -0
  1082. /package/{dist/index.d.ts.map → index.d.ts.map} +0 -0
  1083. /package/{dist/index.js → index.js} +0 -0
  1084. /package/{dist/navigation → navigation}/index.d.ts +0 -0
  1085. /package/{dist/navigation → navigation}/index.d.ts.map +0 -0
  1086. /package/{dist/navigation → navigation}/index.js +0 -0
  1087. /package/{dist/onboarding-config.d.ts → onboarding-config.d.ts} +0 -0
  1088. /package/{dist/onboarding-config.d.ts.map → onboarding-config.d.ts.map} +0 -0
  1089. /package/{dist/onboarding-config.js → onboarding-config.js} +0 -0
  1090. /package/{dist/platform → platform}/browser-launch.d.ts +0 -0
  1091. /package/{dist/platform → platform}/browser-launch.d.ts.map +0 -0
  1092. /package/{dist/platform → platform}/browser-launch.js +0 -0
  1093. /package/{dist/platform → platform}/index.d.ts +0 -0
  1094. /package/{dist/platform → platform}/index.d.ts.map +0 -0
  1095. /package/{dist/platform → platform}/index.js +0 -0
  1096. /package/{dist/platform → platform}/init.d.ts +0 -0
  1097. /package/{dist/platform → platform}/init.d.ts.map +0 -0
  1098. /package/{dist/platform → platform}/init.js +0 -0
  1099. /package/{dist/platform → platform}/lifo.d.ts +0 -0
  1100. /package/{dist/platform → platform}/lifo.d.ts.map +0 -0
  1101. /package/{dist/platform → platform}/lifo.js +0 -0
  1102. /package/{dist/providers → providers}/index.d.ts +0 -0
  1103. /package/{dist/providers → providers}/index.d.ts.map +0 -0
  1104. /package/{dist/providers → providers}/index.js +0 -0
  1105. /package/{dist/shell-params.d.ts → shell-params.d.ts} +0 -0
  1106. /package/{dist/shell-params.d.ts.map → shell-params.d.ts.map} +0 -0
  1107. /package/{dist/shell-params.js → shell-params.js} +0 -0
  1108. /package/{dist/state → state}/AppContext.d.ts +0 -0
  1109. /package/{dist/state → state}/index.d.ts +0 -0
  1110. /package/{dist/state → state}/index.d.ts.map +0 -0
  1111. /package/{dist/state → state}/index.js +0 -0
  1112. /package/{dist/state → state}/internal.d.ts +0 -0
  1113. /package/{dist/state → state}/internal.d.ts.map +0 -0
  1114. /package/{dist/state → state}/internal.js +0 -0
  1115. /package/{dist/state → state}/onboarding-resume.d.ts +0 -0
  1116. /package/{dist/state → state}/onboarding-resume.d.ts.map +0 -0
  1117. /package/{dist/state → state}/onboarding-resume.js +0 -0
  1118. /package/{dist/state → state}/parsers.d.ts +0 -0
  1119. /package/{dist/state → state}/parsers.d.ts.map +0 -0
  1120. /package/{dist/state → state}/parsers.js +0 -0
  1121. /package/{dist/state → state}/persistence.d.ts +0 -0
  1122. /package/{dist/state → state}/persistence.d.ts.map +0 -0
  1123. /package/{dist/state → state}/persistence.js +0 -0
  1124. /package/{dist/state → state}/shell-routing.d.ts +0 -0
  1125. /package/{dist/state → state}/shell-routing.d.ts.map +0 -0
  1126. /package/{dist/state → state}/shell-routing.js +0 -0
  1127. /package/{dist/state → state}/types.d.ts +0 -0
  1128. /package/{dist/state → state}/types.d.ts.map +0 -0
  1129. /package/{dist/state → state}/types.js +0 -0
  1130. /package/{dist/state → state}/ui-preferences.d.ts +0 -0
  1131. /package/{dist/state → state}/ui-preferences.d.ts.map +0 -0
  1132. /package/{dist/state → state}/ui-preferences.js +0 -0
  1133. /package/{dist/state → state}/useApp.d.ts +0 -0
  1134. /package/{dist/state → state}/useApp.d.ts.map +0 -0
  1135. /package/{dist/state → state}/useApp.js +0 -0
  1136. /package/{dist/state → state}/vrm.d.ts +0 -0
  1137. /package/{dist/state → state}/vrm.d.ts.map +0 -0
  1138. /package/{dist/state → state}/vrm.js +0 -0
  1139. /package/{dist/styles → styles}/base.css +0 -0
  1140. /package/{dist/styles → styles}/styles.css +0 -0
  1141. /package/{dist/styles → styles}/xterm.css +0 -0
  1142. /package/{dist/types → types}/index.d.ts +0 -0
  1143. /package/{dist/types → types}/index.d.ts.map +0 -0
  1144. /package/{dist/types → types}/index.js +0 -0
  1145. /package/{dist/utils → utils}/asset-url.d.ts +0 -0
  1146. /package/{dist/utils → utils}/asset-url.d.ts.map +0 -0
  1147. /package/{dist/utils → utils}/asset-url.js +0 -0
  1148. /package/{dist/utils → utils}/assistant-text.d.ts +0 -0
  1149. /package/{dist/utils → utils}/assistant-text.d.ts.map +0 -0
  1150. /package/{dist/utils → utils}/assistant-text.js +0 -0
  1151. /package/{dist/utils → utils}/clipboard.d.ts +0 -0
  1152. /package/{dist/utils → utils}/clipboard.d.ts.map +0 -0
  1153. /package/{dist/utils → utils}/clipboard.js +0 -0
  1154. /package/{dist/utils → utils}/desktop-dialogs.d.ts +0 -0
  1155. /package/{dist/utils → utils}/desktop-dialogs.d.ts.map +0 -0
  1156. /package/{dist/utils → utils}/desktop-dialogs.js +0 -0
  1157. /package/{dist/utils → utils}/eliza-globals.d.ts +0 -0
  1158. /package/{dist/utils → utils}/eliza-globals.d.ts.map +0 -0
  1159. /package/{dist/utils → utils}/eliza-globals.js +0 -0
  1160. /package/{dist/utils → utils}/index.d.ts +0 -0
  1161. /package/{dist/utils → utils}/index.d.ts.map +0 -0
  1162. /package/{dist/utils → utils}/index.js +0 -0
  1163. /package/{dist/utils → utils}/number-parsing.d.ts +0 -0
  1164. /package/{dist/utils → utils}/number-parsing.d.ts.map +0 -0
  1165. /package/{dist/utils → utils}/number-parsing.js +0 -0
  1166. /package/{dist/utils → utils}/openExternalUrl.d.ts +0 -0
  1167. /package/{dist/utils → utils}/openExternalUrl.d.ts.map +0 -0
  1168. /package/{dist/utils → utils}/openExternalUrl.js +0 -0
  1169. /package/{dist/utils → utils}/spoken-text.d.ts +0 -0
  1170. /package/{dist/utils → utils}/spoken-text.d.ts.map +0 -0
  1171. /package/{dist/utils → utils}/spoken-text.js +0 -0
  1172. /package/{dist/utils → utils}/streaming-text.d.ts +0 -0
  1173. /package/{dist/utils → utils}/streaming-text.d.ts.map +0 -0
  1174. /package/{dist/utils → utils}/streaming-text.js +0 -0
  1175. /package/{dist/voice → voice}/index.d.ts +0 -0
  1176. /package/{dist/voice → voice}/index.d.ts.map +0 -0
  1177. /package/{dist/voice → voice}/index.js +0 -0
  1178. /package/{dist/voice → voice}/types.d.ts +0 -0
  1179. /package/{dist/voice → voice}/types.d.ts.map +0 -0
  1180. /package/{dist/voice → voice}/types.js +0 -0
  1181. /package/{dist/wallet-rpc.d.ts → wallet-rpc.d.ts} +0 -0
  1182. /package/{dist/wallet-rpc.d.ts.map → wallet-rpc.d.ts.map} +0 -0
  1183. /package/{dist/wallet-rpc.js → wallet-rpc.js} +0 -0
@@ -1,1195 +0,0 @@
1
- {
2
- "common.retry": "Retry",
3
- "common.loading": "Loading",
4
- "common.export": "Export",
5
- "common.exporting": "Exporting...",
6
- "common.clearAll": "Clear All",
7
- "common.clearing": "Clearing...",
8
- "common.cancel": "Cancel",
9
- "common.deleteAll": "Delete All",
10
- "common.on": "ON",
11
- "common.off": "OFF",
12
- "nav.chat": "Chat",
13
- "nav.companion": "Companion",
14
- "nav.character": "Character",
15
- "nav.talents": "Talents",
16
- "nav.wallets": "Wallets",
17
- "nav.channels": "Channels",
18
- "nav.knowledge": "Knowledge",
19
- "nav.plugins": "Plugins",
20
- "nav.social": "Connectors",
21
- "nav.apps": "Apps",
22
- "nav.settings": "Settings",
23
- "nav.heartbeats": "Heartbeats",
24
- "nav.advanced": "Advanced",
25
- "nav.stream": "Stream",
26
- "nav.cloud": "Cloud",
27
- "header.cloudDisconnected": "Cloud disconnected",
28
- "header.nativeMode": "Native Mode",
29
- "header.companionMode": "Companion Mode",
30
- "header.switchToNative": "Switch to Native",
31
- "pairing.expiresIn": "Expires in {{seconds}} seconds",
32
- "chat.inputPlaceholder": "Type a message...",
33
- "chat.listening": "Listening...",
34
- "chat.agentStarting": "Agent starting...",
35
- "chat.send": "Send",
36
- "chat.stopGeneration": "Stop generation",
37
- "chat.stopSpeaking": "Stop speaking",
38
- "chat.stopListening": "Stop listening",
39
- "chat.voiceInput": "Voice input",
40
- "chat.mode.label": "Mode",
41
- "chat.mode.fast": "Fast",
42
- "chat.mode.fastHint": "Lower latency with a compact profile.",
43
- "chat.mode.pro": "Pro",
44
- "chat.mode.proHint": "Full context for more capable reasoning.",
45
- "chat.mode.voiceFast": "Voice always uses Fast.",
46
- "conversations.newChat": "+ New Chat",
47
- "conversations.newChatTitle": "New Chat",
48
- "conversations.none": "No conversations yet",
49
- "conversations.justNow": "just now",
50
- "conversations.minutesAgo": "{{count}}m ago",
51
- "conversations.hoursAgo": "{{count}}h ago",
52
- "conversations.daysAgo": "{{count}}d ago",
53
- "conversations.rename": "Rename conversation",
54
- "conversations.delete": "Delete conversation",
55
- "conversations.chats": "Chats",
56
- "conversations.closePanel": "Close panel",
57
- "conversations.deleteConfirm": "Delete?",
58
- "conversations.deleteYes": "Yes",
59
- "conversations.deleteNo": "No",
60
- "knowledge.ui.searchPlaceholder": "Search knowledge...",
61
- "knowledge.ui.searching": "Searching...",
62
- "knowledge.ui.search": "Search",
63
- "elizaclouddashboard.ScaleYourAgents": "Scale your agents to the cloud for 24/7 autonomy, advanced reasoning, and seamless cross-platform presence.",
64
- "elizaclouddashboard.Connecting": "Connecting...",
65
- "elizaclouddashboard.ConnectElizaCloud": "Connect Eliza Cloud",
66
- "elizaclouddashboard.NewToElizaCloud": "New to Eliza Cloud?",
67
- "elizaclouddashboard.LearnMore": "Learn more",
68
- "elizaclouddashboard.CloudDashboard": "Cloud Dashboard",
69
- "elizaclouddashboard.ManageInstance": "Manage your Eliza Cloud instance and resources.",
70
- "elizaclouddashboard.Refresh": "Refresh",
71
- "elizaclouddashboard.Disconnect": "Disconnect",
72
- "elizaclouddashboard.Disconnecting": "Disconnecting...",
73
- "elizaclouddashboard.CloudAgents": "Cloud Agents",
74
- "elizaclouddashboard.CloudAgentsDesc": "Your autonomous agents running on Eliza Cloud infrastructure.",
75
- "elizaclouddashboard.DeployNewAgent": "Deploy New Agent",
76
- "elizaclouddashboard.InitializeInstance": "Initialize a new autonomous cloud instance.",
77
- "elizaclouddashboard.UsageMetrics": "Usage & Metrics",
78
- "elizaclouddashboard.UsageMetricsDesc": "Real-time resource utilization across your cloud instances.",
79
- "elizaclouddashboard.MetricsPlaceholder": "Usage metrics will appear here once agents are deployed.",
80
- "elizaclouddashboard.CreditWallet": "Credit Wallet",
81
- "elizaclouddashboard.AvailableBalance": "Available Balance",
82
- "elizaclouddashboard.TopUpCredits": "Top Up Credits",
83
- "elizaclouddashboard.History": "History",
84
- "elizaclouddashboard.Pricing": "Pricing",
85
- "elizaclouddashboard.AccountDetails": "Account Details",
86
- "elizaclouddashboard.CloudUserID": "Cloud User ID",
87
- "elizaclouddashboard.SecurityStatus": "Security Status",
88
- "elizaclouddashboard.Secure": "Secure",
89
- "elizaclouddashboard.AdvancedDashboard": "Advanced External Dashboard",
90
- "elizaclouddashboard.CloudBilling": "Cloud Billing",
91
- "elizaclouddashboard.CloudBillingDesc": "Top up credits, manage auto top-up, and keep billing inside Settings.",
92
- "elizaclouddashboard.InAppBillingReady": "All available Eliza Cloud billing APIs are surfaced here, without bouncing you through the dashboard first.",
93
- "elizaclouddashboard.CreditsHealthy": "Healthy",
94
- "elizaclouddashboard.CreditsLow": "Running Low",
95
- "elizaclouddashboard.CreditsCritical": "Critical",
96
- "elizaclouddashboard.AutoTopUp": "Auto Top-Up",
97
- "elizaclouddashboard.AutoTopUpDesc": "Keep credits topped up automatically when your balance dips below a threshold.",
98
- "elizaclouddashboard.ToggleAutoTopUp": "Toggle auto top-up",
99
- "elizaclouddashboard.AutoTopUpPaymentReady": "A saved payment method is on file, so auto top-up can be enabled.",
100
- "elizaclouddashboard.AutoTopUpNeedsPaymentMethod": "Complete a card checkout once to save a payment method before enabling auto top-up.",
101
- "elizaclouddashboard.AutoTopUpThreshold": "Threshold",
102
- "elizaclouddashboard.AutoTopUpAmount": "Top-up Amount",
103
- "elizaclouddashboard.AutoTopUpLimits": "Amount ${{minAmount}}-${{maxAmount}} · threshold ${{minThreshold}}-${{maxThreshold}}",
104
- "elizaclouddashboard.SaveBillingSettings": "Save Billing Settings",
105
- "elizaclouddashboard.TopUpCreditsDesc": "Card checkout opens Stripe securely, while crypto checkout uses the cloud payment provider directly from this panel.",
106
- "elizaclouddashboard.OpenBrowserBilling": "Open browser billing",
107
- "elizaclouddashboard.CustomAmount": "Custom Amount",
108
- "elizaclouddashboard.PayWithCard": "Pay with Card",
109
- "elizaclouddashboard.PayWithCrypto": "Pay with Crypto",
110
- "elizaclouddashboard.CheckoutProviderNote": "Stripe is still hosted today because Eliza Cloud returns hosted checkout URLs. Crypto quotes stay in-app and can open the hosted payment page when needed.",
111
- "elizaclouddashboard.CryptoTopUp": "Crypto Top-Up",
112
- "elizaclouddashboard.CryptoTopUpDesc": "Generate crypto payment links and pay from the agent wallet when the quote includes raw transfer instructions.",
113
- "elizaclouddashboard.AgentWalletFunded": "Agent wallet detected with funds. Request a quote, then pay from the wallet when the cloud quote includes direct transfer details.",
114
- "elizaclouddashboard.AgentWalletDetected": "Agent wallet detected. Fund the wallet or load balances before paying with crypto.",
115
- "elizaclouddashboard.NoAgentWalletDetected": "No agent wallet detected yet. Generate or import one in Settings before using crypto top-ups.",
116
- "elizaclouddashboard.CryptoQuoteReady": "Crypto quote ready",
117
- "elizaclouddashboard.OpenHostedCryptoCheckout": "Open Hosted Crypto Checkout",
118
- "elizaclouddashboard.PayFromAgentWallet": "Pay from Agent Wallet",
119
- "elizaclouddashboard.CryptoQuoteHint": "Request a crypto quote to fetch the hosted payment link from Eliza Cloud. Direct agent-wallet payment only enables when the quote includes raw transfer details.",
120
- "elizaclouddashboard.MinimumTopUp": "Minimum top-up: ${{amount}}",
121
- "elizaclouddashboard.Enabled": "Enabled",
122
- "elizaclouddashboard.Disabled": "Disabled",
123
- "elizaclouddashboard.ElizaCloudNotConnected": "Eliza Cloud is not connected.",
124
- "settings.language": "Language",
125
- "settings.languageSyncFailed": "Language changed locally, but cloud sync failed.",
126
- "settings.customizeExperience": "Customize your experience",
127
- "settings.searchPlaceholder": "Search settings...",
128
- "settings.exportAgentShort": "Backup all data",
129
- "settings.importAgentShort": "Restore from backup",
130
- "settings.dangerZone": "Danger Zone",
131
- "settings.versionPrefix": "Version",
132
- "settings.checking": "Checking...",
133
- "settings.checkNow": "Check Now",
134
- "settings.updateAvailable": "Update available",
135
- "settings.lastChecked": "Last checked:",
136
- "settings.import": "Import",
137
- "settings.export": "Export",
138
- "settings.resetAgent": "Reset Agent",
139
- "settings.resetAgentHint": "Wipe all config, memory, and data. Returns to the onboarding wizard.",
140
- "settings.resetConfirmMessage": "Are you sure you want to reset all settings and data? This cannot be undone and you will return to onboarding.",
141
- "settings.resetEverything": "Reset Everything",
142
- "settings.exportAgent": "Export Agent",
143
- "settings.importAgent": "Import Agent",
144
- "wallet.portfolio": "Portfolio",
145
- "wallet.receive": "Receive",
146
- "wallet.addressCopied": "Address copied.",
147
- "wallet.status.connectedTitle": "Wallet connected",
148
- "wallet.status.noWallet": "No Wallet",
149
- "wallet.status.noWalletTitle": "No onchain wallet detected",
150
- "wallet.status.tradeReady": "Trade Ready",
151
- "wallet.status.tradeReadyTitle": "Ready for preflight and quote",
152
- "wallet.status.tradeNotReady": "Trade Not Ready",
153
- "wallet.status.tradeNeedGasTitle": "Need BNB gas",
154
- "wallet.status.tradeFeedRequired": "Market feed required",
155
- "wallet.txStatus.pending": "Pending",
156
- "wallet.failedFetchQuote": "Failed to fetch quote.",
157
- "wallet.noDataRefresh": "No tokens yet!",
158
- "wallet.noTokensFound": "No tokens yet. Send your agent some tokens!",
159
- "wallet.emptyTokensCta": "Use the wallet addresses below to fund this agent.",
160
- "wallet.noNftsFound": "No NFTs found.",
161
- "wallet.noNftData": "No NFT data.",
162
- "wallet.noImage": "No image",
163
- "wallet.value": "Value",
164
- "wallet.chain": "Chain",
165
- "wallet.name": "Name",
166
- "wallet.sort": "Sort",
167
- "wallet.tokens": "Tokens",
168
- "wallet.nfts": "NFTs",
169
- "wallet.all": "All",
170
- "wallet.table.token": "Token",
171
- "wallet.table.balance": "Balance",
172
- "wallet.loadingBalances": "Loading balances...",
173
- "wallet.loadingNfts": "Loading NFTs...",
174
- "wallet.setup.rpcNotConfigured": "BSC RPC is not configured.",
175
- "wallet.noOnchainWallet": "No onchain wallet yet. Log in with Privy first.",
176
- "wallet.noOnchainWalletHint": "After login, your managed wallet appears automatically.",
177
- "wallet.manual": "Manual",
178
- "wallet.remove": "Remove",
179
- "wallet.removeManualTitle": "Remove manual token",
180
- "wallet.tokenRemovedManual": "Token removed from watchlist.",
181
- "wallet.copyEvmAddress": "Copy EVM address",
182
- "wallet.copySolanaAddress": "Copy Solana address",
183
- "wallet.enableIt": "Enable it",
184
- "companion.avatarPreviewAlt": "Avatar preview",
185
- "companion.switchToNativeUi": "Switch to native UI",
186
- "common.refresh": "Refresh",
187
- "game.backToApps": "Back to Apps",
188
- "game.openInNewTab": "Open in New Tab",
189
- "game.stop": "Stop",
190
- "wallet.setup.configureRpc": "Configure RPC",
191
- "apikeyconfig.configured": "configured",
192
- "appsview.EmbeddedAgents": "Embedded agents (",
193
- "appsview.SelectEmbeddedAgen": "Select embedded agent",
194
- "appsview.Character": "Character:",
195
- "appsview.Health": "| Health:",
196
- "appsview.Position": "| Position:",
197
- "appsview.CreateEmbeddedAgen": "Create Embedded Agent",
198
- "appsview.NoScriptedRole": "No scripted role",
199
- "appsview.AutoStart": "Auto start",
200
- "appsview.SendMessage": "Send Message",
201
- "appsview.SendCommand": "Send Command",
202
- "appsview.GoalQuickActions": "Goal + Quick Actions",
203
- "appsview.Nearby": "Nearby:",
204
- "appsview.ActiveGameSession": "Active Game Session",
205
- "appsview.ResumeInFullScree": "Resume in full-screen or open the viewer in a new tab.",
206
- "appsview.ResumeFullscreen": "Resume Fullscreen",
207
- "appsview.OpenInNewTab": "Open in New Tab",
208
- "appsview.Back": "Back",
209
- "appsview.Active": "Active",
210
- "appsview.Inactive": "Inactive",
211
- "appsview.ViewActiveSession": "View Active Session",
212
- "appsview.OpenViewerInNewT": "Open Viewer in New Tab",
213
- "appsview.LaunchType": "Launch type:",
214
- "appsview.LatestVersion": "Latest version:",
215
- "appsview.LaunchURL": "Launch URL:",
216
- "appsview.Repository": "Repository:",
217
- "appsview.Capabilities": "Capabilities",
218
- "appsview.ViewerConfig": "Viewer Config",
219
- "appsview.URL": "URL:",
220
- "appsview.postMessageAuth": "postMessage auth:",
221
- "appsview.Sandbox": "Sandbox:",
222
- "appsview.EmbeddedAgentsCom": "Embedded agents, commands, and telemetry.",
223
- "appsview.Refresh": "Refresh",
224
- "appsview.active": "active",
225
- "appsview.LoadingApps": "Loading apps...",
226
- "appsview.CharacterID": "Character ID",
227
- "appsview.SaySomethingToSel": "Say something to selected agent...",
228
- "appsview.Target000": "{\"target\":[0,0,0]}",
229
- "appsview.SearchApps": "Search apps...",
230
- "avatarselector.UploadVRM": "Upload VRM",
231
- "avatarselector.dropVrm": "drop .vrm",
232
- "avatarselector.UploadCustomVrm": "Upload custom .vrm (click or drag)",
233
- "bsctradepanel.ViewTx": "View tx",
234
- "bsctradepanel.Pending": "Pending...",
235
- "bsctradepanel.RefreshStatus": "Refresh Status",
236
- "bsctradepanel.Confirmations": "Confirmations:",
237
- "bsctradepanel.RequiresWalletSign": "Requires wallet signature to complete.",
238
- "bsctradepanel.CopyApprovalTX": "Copy Approval TX",
239
- "bsctradepanel.CopySwapTX": "Copy Swap TX",
240
- "bsctradepanel.BNB": "BNB:",
241
- "bsctradepanel.Preflight": "Preflight",
242
- "bsctradepanel.Quote": "Quote",
243
- "bsctradepanel.BNB1": "BNB",
244
- "bsctradepanel.Buy": "Buy",
245
- "bsctradepanel.Sell": "Sell",
246
- "bsctradepanel.LatestQuote": "Latest quote",
247
- "bsctradepanel.trade": "trade?",
248
- "bsctradepanel.ExecuteTrade": "Execute Trade",
249
- "bsctradepanel.TokenContractAddre": "Token contract address (0x...)",
250
- "bugreportmodal.BugReportSubmitted": "Bug Report Submitted",
251
- "bugreportmodal.Times": "X",
252
- "bugreportmodal.YourBugReportHas": "Your bug report has been submitted successfully.",
253
- "bugreportmodal.Close": "Close",
254
- "bugreportmodal.ReportABug": "Report a Bug",
255
- "bugreportmodal.StepsToReproduce": "Steps to Reproduce",
256
- "bugreportmodal.ExpectedBehavior": "Expected Behavior",
257
- "bugreportmodal.ActualBehavior": "Actual Behavior",
258
- "bugreportmodal.Environment": "Environment",
259
- "bugreportmodal.Select": "Select...",
260
- "bugreportmodal.NodeVersion": "Node Version",
261
- "bugreportmodal.ModelProvider": "Model Provider",
262
- "bugreportmodal.Logs": "Logs",
263
- "bugreportmodal.DescribeTheIssueY": "Describe the issue you encountered.",
264
- "bugreportmodal.DescribeTheExpecte": "Describe the expected result.",
265
- "bugreportmodal.DescribeTheActual": "Describe the actual result.",
266
- "bugreportmodal.22X": "22.x",
267
- "bugreportmodal.AnthropicOpenAI": "Anthropic / OpenAI / Ollama",
268
- "bugreportmodal.PasteRelevantError": "Paste relevant error output or logs",
269
- "characterview.reload": "Reload",
270
- "characterview.import": "Import",
271
- "characterview.export": "Export",
272
- "characterview.importCharacterJso": "Import character JSON",
273
- "characterview.exportAsCharacter": "Export character JSON",
274
- "characterview.customize": "Customize",
275
- "characterview.backToCharacterSelect": "Back to Character Select",
276
- "characterview.loadingCharacterDa": "loading character data...",
277
- "characterview.selectAVoice": "Select a voice",
278
- "characterview.core": "Core",
279
- "characterview.style": "Style",
280
- "characterview.examples": "Examples",
281
- "characterview.aboutMe": "About Me",
282
- "characterview.directionsAndThing": "Directions & Things to Remember",
283
- "characterview.StyleRules": "Style Rules",
284
- "characterview.RegisterYourAgent": "Register your agent on Ethereum mainnet to claim your ERC-8004\n identity NFT.",
285
- "characterview.Registered": "Registered",
286
- "characterview.Token": "Token #",
287
- "characterview.OnChainName": "On-chain name \"",
288
- "characterview.DiffersFrom": "\" differs from \"",
289
- "characterview.adjectives": "adjectives",
290
- "chatmessage.ResponseInterrupte": "(Response interrupted)",
291
- "chatmessage.StartAConversation": "Start a conversation",
292
- "chatmessage.SendAMessageTo": "Send a message to",
293
- "chatmessage.toBeginChattingY": "to begin chatting. You can also drag and\n drop images or use voice input.",
294
- "chatmessage.RetryMessage": "Retry message",
295
- "chatmessage.DeleteMessage": "Delete message",
296
- "chatview.SilenceEndFirstTo": "Silence end→first token:",
297
- "chatview.msEndVoiceStart": "ms · end→voice start:",
298
- "chatview.msFirst": "ms\n · first sentence:",
299
- "chatview.RemoveImage": "Remove image",
300
- "chatview.AttachImage": "Attach image",
301
- "cloudsourcecontrols.Offline": "Offline",
302
- "codingagentsettingssection.LoadingCodingAgent": "Loading coding agent configuration...",
303
- "codingagentsettingssection.AgentSelectionStra": "Agent Selection Strategy",
304
- "codingagentsettingssection.Fixed": "Fixed",
305
- "codingagentsettingssection.RankedAutoSelect": "Ranked (auto-select best performer)",
306
- "codingagentsettingssection.DefaultAgentType": "Default Agent Type",
307
- "codingagentsettingssection.AgentUsedWhenNoE": "Agent used when no explicit type is specified in a spawn request.",
308
- "codingagentsettingssection.DefaultPermissionL": "Default Permission Level",
309
- "codingagentsettingssection.Provider": "Provider",
310
- "codingagentsettingssection.Anthropic": "Anthropic",
311
- "codingagentsettingssection.OpenAI": "OpenAI",
312
- "codingagentsettingssection.Google": "Google",
313
- "codingagentsettingssection.PowerfulModel": "Powerful Model",
314
- "codingagentsettingssection.Default": "Default",
315
- "codingagentsettingssection.FastModel": "Fast Model",
316
- "commandpalette.NoCommandsFound": "No commands found",
317
- "commandpalette.TypeToSearchComma": "Type to search commands...",
318
- "configpageview.ConnectedToElizaC": "Connected to Eliza Cloud",
319
- "configpageview.Credits": "Credits:",
320
- "configpageview.TopUp": "Top up",
321
- "configpageview.RequiresElizaCloud": "Requires Eliza Cloud connection",
322
- "configpageview.CloudServices": "Cloud Services",
323
- "configpageview.RestartRequiredFor": "Restart required for changes to take effect",
324
- "configpageview.ChooseWhichElizaCl": "Choose which Eliza Cloud services to use. Disable inference to use your\n own AI provider keys instead.",
325
- "configpageview.Config": "Config",
326
- "configpageview.WalletProvidersAnd": "Wallet providers and secrets.",
327
- "configpageview.WalletAmpRPC": "Wallet & RPC",
328
- "configpageview.SecretsVault": "Secrets vault",
329
- "configpageview.Secrets": "Secrets",
330
- "configpageview.SecretsVault1": "Secrets Vault",
331
- "configpageview.BSC": "BSC",
332
- "configpageview.EVM": "EVM",
333
- "configpageview.Solana": "Solana",
334
- "configsavefooter.Saved": "Saved!",
335
- "connectionfailedbanner.ReconnectingAtt": "Reconnecting... (attempt",
336
- "connectionfailedbanner.ConnectionLostAfte": "Connection lost after",
337
- "connectionfailedbanner.attemptsRealTime": "attempts. Real-time updates are paused.",
338
- "customactioneditor.DescribeWhatYouWa": "Describe what you want this action to do",
339
- "customactioneditor.TheAgentWillGener": "The agent will generate the action config for you to review and\n edit.",
340
- "customactioneditor.AliasesOptional": "Aliases (optional)",
341
- "customactioneditor.CommaSeparatedAlte": "Comma-separated alternatives the agent can match against.",
342
- "customactioneditor.HandlerType": "Handler Type",
343
- "customactioneditor.HeadersOptional": "Headers (optional)",
344
- "customactioneditor.Add": "+ Add",
345
- "customactioneditor.BodyTemplateOptio": "Body Template (optional)",
346
- "customactioneditor.CommandTemplate": "Command Template",
347
- "customactioneditor.forParameterSubsti": "for parameter substitution",
348
- "customactioneditor.JavaScriptCode": "JavaScript Code",
349
- "customactioneditor.Parameters": "Parameters",
350
- "customactioneditor.AddParameter": "+ Add Parameter",
351
- "customactioneditor.Required": "Required",
352
- "customactioneditor.TestAction": "Test Action",
353
- "customactioneditor.Error": "Error:",
354
- "customactioneditor.Duration": "Duration:",
355
- "customactioneditor.eGCheckIfAWebs": "e.g. Check if a website is up and return status",
356
- "customactioneditor.MYACTION": "MY_ACTION",
357
- "customactioneditor.WhatDoesThisActio": "What does this action do?",
358
- "customactioneditor.SYNONYMONESYNONYM": "SYNONYM_ONE, SYNONYM_TWO",
359
- "customactioneditor.httpsApiExample": "https://api.example.com/{{param}}",
360
- "customactioneditor.HeaderName": "Header-Name",
361
- "customactioneditor.valueOrParam": "value or {{param}}",
362
- "customactioneditor.echoMessage": "echo {{message}} > /tmp/output.txt",
363
- "customactioneditor.AvailableParams": "// Available: params.paramName, fetch()\\nreturn { result: params.input };",
364
- "customactioneditor.paramName": "paramName",
365
- "customactionspanel.CustomActions": "Custom Actions",
366
- "customactionspanel.action": "action",
367
- "customactionspanel.enabled": "enabled",
368
- "customactionspanel.NewCustomAction": "+ New Custom Action",
369
- "customactionspanel.LoadingYourActions": "Loading your actions...",
370
- "customactionspanel.SearchByNameDesc": "Search by name, description, alias...",
371
- "customactionspanel.EditAction": "Edit action",
372
- "customactionspanel.DeleteAction": "Delete action",
373
- "customactionsview.LoadingActions": "Loading actions...",
374
- "customactionsview.Export": "Export",
375
- "customactionsview.CreateAction": "Create Action",
376
- "customactionsview.parameter": "parameter",
377
- "customactionsview.Enabled": "Enabled",
378
- "customactionsview.SearchActionsByNa": "Search actions by name or description...",
379
- "databasepageview.Databases": "Databases",
380
- "databasepageview.BrowseAndQueryAge": "Browse and query agent data, media assets, and vectors.",
381
- "databasepageview.Tables": "Tables",
382
- "databasepageview.Media": "Media",
383
- "databasepageview.Vectors": "Vectors",
384
- "databaseview.CellValue": "Cell Value",
385
- "databaseview.NULL": "NULL",
386
- "databaseview.row": "row",
387
- "databaseview.Prev": "Prev",
388
- "databaseview.Next": "Next",
389
- "databaseview.TableEditor": "Table Editor",
390
- "databaseview.SQLEditor": "SQL Editor",
391
- "databaseview.Refresh": "Refresh",
392
- "databaseview.SelectATable": "Select a table",
393
- "databaseview.ChooseATableFrom": "Choose a table from the sidebar",
394
- "databaseview.Tables": "Tables",
395
- "databaseview.tables": "tables",
396
- "databaseview.Connecting": "Connecting...",
397
- "databaseview.DatabaseNotAvailab": "Database not available",
398
- "databaseview.TheDatabaseViewer": "The database viewer is only available when the local agent runtime is running.",
399
- "databaseview.FilterTables": "Filter tables...",
400
- "databaseview.Loading": "Loading...",
401
- "databaseview.showSidebar": "Show sidebar",
402
- "databaseview.hideSidebar": "Hide sidebar",
403
- "databaseview.columns": "columns",
404
- "databaseview.TableIsEmpty": "Table is empty",
405
- "databaseview.SELECTFROMMemori": "SELECT * FROM memories LIMIT 100;",
406
- "databaseview.runQuery": "Run Query",
407
- "databaseview.Enter": "Enter",
408
- "databaseview.RecentQueries": "Recent Queries",
409
- "databaseview.QueryReturnedNoRo": "Query returned no rows",
410
- "emotepicker.Emotes": "Emotes",
411
- "emotepicker.NoEmotesFound": "No emotes found",
412
- "emotepicker.SearchEmotes": "Search emotes...",
413
- "finetuningview.LoadingFineTuning": "Loading fine-tuning workspace...",
414
- "finetuningview.FineTuning": "Fine-Tuning",
415
- "finetuningview.BuildDatasetsFrom": "Build datasets from real trajectories, run training jobs, then\n import and activate models.",
416
- "finetuningview.RefreshAll": "Refresh All",
417
- "finetuningview.Status": "Status",
418
- "finetuningview.Runtime": "Runtime:",
419
- "finetuningview.RunningJobs": "Running Jobs:",
420
- "finetuningview.QueuedJobs": "Queued Jobs:",
421
- "finetuningview.Datasets": "Datasets:",
422
- "finetuningview.Models": "Models:",
423
- "finetuningview.FailedJobs": "Failed Jobs:",
424
- "finetuningview.Trajectories": "Trajectories",
425
- "finetuningview.trajectoryRowsAvai": "trajectory rows available.",
426
- "finetuningview.LatestTrajectories": "Latest trajectories",
427
- "finetuningview.NoTrajectoriesFoun": "No trajectories found yet.",
428
- "finetuningview.Calls": "Calls:",
429
- "finetuningview.Reward": "· Reward:",
430
- "finetuningview.SelectedTrajectory": "Selected trajectory",
431
- "finetuningview.LoadingTrajectoryD": "Loading trajectory detail...",
432
- "finetuningview.ChooseATrajectory": "Choose a trajectory to inspect.",
433
- "finetuningview.Trajectory": "Trajectory:",
434
- "finetuningview.Agent": "Agent:",
435
- "finetuningview.Reward1": "Reward:",
436
- "finetuningview.Datasets1": "Datasets",
437
- "finetuningview.RefreshDatasets": "Refresh Datasets",
438
- "finetuningview.NoDatasetsYet": "No datasets yet.",
439
- "finetuningview.samples": "samples ·",
440
- "finetuningview.trajectories": "trajectories",
441
- "finetuningview.TrainingJobs": "Training Jobs",
442
- "finetuningview.AutoBuildDatasetF": "Auto-build dataset from trajectories",
443
- "finetuningview.cpu": "cpu",
444
- "finetuningview.mlx": "mlx",
445
- "finetuningview.cuda": "cuda",
446
- "finetuningview.RefreshJobs": "Refresh Jobs",
447
- "finetuningview.ActiveJob": "Active job:",
448
- "finetuningview.NoJobsYet": "No jobs yet.",
449
- "finetuningview.SelectedJobLogs": "Selected job logs",
450
- "finetuningview.SelectAJobToInsp": "Select a job to inspect logs.",
451
- "finetuningview.Status1": "Status:",
452
- "finetuningview.Dataset": "Dataset:",
453
- "finetuningview.TrainedModels": "Trained Models",
454
- "finetuningview.NoTrainedModelsYe": "No trained models yet.",
455
- "finetuningview.backend": "backend:",
456
- "finetuningview.benchmark": "benchmark:",
457
- "finetuningview.ModelActions": "Model actions",
458
- "finetuningview.SelectAModelToIm": "Select a model to import or activate.",
459
- "finetuningview.Model": "Model:",
460
- "finetuningview.AdapterPath": "Adapter path:",
461
- "finetuningview.LiveTrainingEvents": "Live Training Events",
462
- "finetuningview.NoLiveEventsYet": "No live events yet. Start a job to stream progress here.",
463
- "finetuningview.LimitTrajectories": "Limit trajectories (e.g. 250)",
464
- "finetuningview.MinLLMCallsPerTr": "Min LLM calls per trajectory",
465
- "finetuningview.BaseModelOptional": "Base model (optional)",
466
- "finetuningview.IterationsOptional": "Iterations (optional)",
467
- "finetuningview.BatchSizeOptional": "Batch size (optional)",
468
- "finetuningview.LearningRateOptio": "Learning rate (optional)",
469
- "finetuningview.OllamaModelNameO": "Ollama model name (optional)",
470
- "finetuningview.BaseModelForOllam": "Base model for Ollama (optional)",
471
- "finetuningview.OllamaURL": "Ollama URL",
472
- "finetuningview.ProviderModelEG": "Provider model (e.g. \"ollama/my-model\")",
473
- "gameviewoverlay.Expand": "Expand",
474
- "gameviewoverlay.ExpandBackToApps": "Expand back to Apps tab",
475
- "gameviewoverlay.CloseOverlay": "Close overlay",
476
- "header.Cloud": "Cloud",
477
- "header.CloudCreditsBalanc": "Cloud credits balance",
478
- "knowledgeview.Documents": "Documents",
479
- "knowledgeview.ChooseFiles": "Choose Files",
480
- "knowledgeview.ChooseFolder": "Choose Folder",
481
- "knowledgeview.AddFromURL": "Add from URL",
482
- "knowledgeview.IncludeAIImageDes": "Process Images",
483
- "knowledgeview.PasteAURLToImpor": "Paste a URL to import content. YouTube links will be\n auto-transcribed.",
484
- "knowledgeview.Import": "Import",
485
- "knowledgeview.SearchResults": "Search Results (",
486
- "knowledgeview.Clear": "Clear",
487
- "knowledgeview.Match": "% match",
488
- "knowledgeview.NoResultsFound": "No results found",
489
- "knowledgeview.YouTube": "YouTube",
490
- "knowledgeview.URL": "URL",
491
- "knowledgeview.Loading": "Loading...",
492
- "knowledgeview.Type": "Type:",
493
- "knowledgeview.Source": "Source:",
494
- "knowledgeview.Fragments1": "Fragments (",
495
- "knowledgeview.Fragment": "Fragment",
496
- "knowledgeview.Position": "Position:",
497
- "knowledgeview.NoFragmentsFound": "No fragments found",
498
- "knowledgeview.KnowledgeServiceIs": "Knowledge service is loading...",
499
- "knowledgeview.LoadingDocuments": "Loading documents...",
500
- "knowledgeview.NoDocumentsYet": "No documents yet",
501
- "knowledgeview.UploadFilesOrImpo": "Upload files or import from URL to get started",
502
- "knowledgeview.httpsExampleCom": "https://example.com/document.pdf or YouTube URL",
503
- "logspageview.AgentRuntimeLogsW": "Agent runtime logs with filtering.",
504
- "logsview.AllLevels": "All levels",
505
- "logsview.Debug": "Debug",
506
- "logsview.Info": "Info",
507
- "logsview.Warn": "Warn",
508
- "logsview.Error": "Error",
509
- "logsview.AllSources": "All sources",
510
- "logsview.AllTags": "All tags",
511
- "logsview.ClearFilters": "Clear filters",
512
- "logsview.NoLogEntries": "No log entries",
513
- "logsview.SearchLogs": "Search logs...",
514
- "mediasettingssection.LoadingMediaConfig": "Loading media configuration...",
515
- "mediasettingssection.APISource": "API Source:",
516
- "mediasettingssection.Provider": "Provider:",
517
- "mediasettingssection.Model": "Model",
518
- "mediasettingssection.FluxPro": "Flux Pro",
519
- "mediasettingssection.FluxProV11": "Flux Pro v1.1",
520
- "mediasettingssection.FluxKontextPro": "Flux Kontext Pro",
521
- "mediasettingssection.Flux2Flex": "Flux 2 Flex",
522
- "mediasettingssection.FluxDev": "Flux Dev",
523
- "mediasettingssection.FluxSchnell": "Flux Schnell",
524
- "mediasettingssection.FastFlux": "Fast Flux",
525
- "mediasettingssection.NanoBananaProGoo": "Nano Banana Pro (Google)",
526
- "mediasettingssection.RecraftV3": "Recraft V3",
527
- "mediasettingssection.KlingImageV3": "Kling Image v3",
528
- "mediasettingssection.KlingImageO3": "Kling Image O3",
529
- "mediasettingssection.GrokImagineXAI": "Grok Imagine (xAI)",
530
- "mediasettingssection.StableDiffusion3": "Stable Diffusion 3",
531
- "mediasettingssection.DALLE3": "DALL-E 3",
532
- "mediasettingssection.DALLE2": "DALL-E 2",
533
- "mediasettingssection.Quality": "Quality",
534
- "mediasettingssection.Standard": "Standard",
535
- "mediasettingssection.Veo31Google": "Veo 3.1 (Google)",
536
- "mediasettingssection.Veo31Fast": "Veo 3.1 Fast",
537
- "mediasettingssection.Sora2": "Sora 2",
538
- "mediasettingssection.Sora2Pro": "Sora 2 Pro",
539
- "mediasettingssection.Kling30Pro": "Kling 3.0 Pro",
540
- "mediasettingssection.Kling30": "Kling 3.0",
541
- "mediasettingssection.KlingO3Pro": "Kling O3 Pro",
542
- "mediasettingssection.KlingO3": "Kling O3",
543
- "mediasettingssection.GrokVideoXAI": "Grok Video (xAI)",
544
- "mediasettingssection.MinimaxHailuo": "Minimax Hailuo",
545
- "mediasettingssection.HunyuanVideo": "Hunyuan Video",
546
- "mediasettingssection.Mochi1": "Mochi 1",
547
- "mediasettingssection.Wan22": "Wan 2.2",
548
- "mediasettingssection.Veo31": "Veo 3.1",
549
- "mediasettingssection.GrokXAI": "Grok (xAI)",
550
- "mediasettingssection.LumaDreamMachine": "Luma Dream Machine",
551
- "mediasettingssection.PixverseV45": "Pixverse v4.5",
552
- "mediasettingssection.LTX219B": "LTX-2 19B",
553
- "mediasettingssection.ChirpV35": "Chirp v3.5",
554
- "mediasettingssection.ChirpV3": "Chirp v3",
555
- "mediasettingssection.MaxDurationSecond": "Max Duration (seconds)",
556
- "mediasettingssection.GPT4o": "GPT-4o",
557
- "mediasettingssection.GPT4oMini": "GPT-4o Mini",
558
- "mediasettingssection.GPT4Turbo": "GPT-4 Turbo",
559
- "mediasettingssection.Gemini20Flash": "Gemini 2.0 Flash",
560
- "mediasettingssection.Gemini15Pro": "Gemini 1.5 Pro",
561
- "mediasettingssection.Gemini15Flash": "Gemini 1.5 Flash",
562
- "mediasettingssection.ClaudeSonnet4": "Claude Sonnet 4",
563
- "mediasettingssection.Claude35Sonnet": "Claude 3.5 Sonnet",
564
- "mediasettingssection.Claude3Haiku": "Claude 3 Haiku",
565
- "mediasettingssection.Flux": "Flux",
566
- "mediasettingssection.OtherModels": "Other Models",
567
- "mediasettingssection.TextToVideo": "Text to Video",
568
- "mediasettingssection.ImageToVideo": "Image to Video",
569
- "messagecontent.Enabled": "— enabled",
570
- "messagecontent.configuration": "configuration...",
571
- "messagecontent.Plugin": "Plugin \"",
572
- "messagecontent.NotFound": "\" not found.",
573
- "messagecontent.Configuration": "Configuration",
574
- "messagecontent.Configured": "Configured",
575
- "config-field.Required": "Required",
576
- "config-field.Configured": "Configured",
577
- "config-field.Times": "×",
578
- "messagecontent.NoConfigurablePara": "No configurable parameters.",
579
- "messagecontent.Saved": "Saved",
580
- "messagecontent.InteractiveUI": "Interactive UI",
581
- "pairingview.PairingRequired": "Pairing Required",
582
- "pairingview.EnterThePairingCo": "Enter the pairing code from the server logs to authenticate.",
583
- "pairingview.PairingCode": "Pairing Code",
584
- "pairingview.PairingIsNotEnabl": "Pairing is not enabled on this server.",
585
- "pairingview.NextSteps": "Next steps:",
586
- "pairingview.AskTheServerOwner": "Ask the server owner for an API token.",
587
- "pairingview.EnablePairingOnTh": "Enable pairing on the server and restart {{appName}}.",
588
- "pairingview.PairingSetupDocs": "Pairing setup docs",
589
- "pairingview.EnterPairingCode": "Enter pairing code",
590
- "permissionssection.Request": "Request",
591
- "permissionssection.MissingPermissions": "Missing Permissions",
592
- "permissionssection.LoadingPermissions": "Loading permissions...",
593
- "permissionssection.SystemPermissions": "System Permissions",
594
- "permissionssection.Continue": "Continue",
595
- "permissionssection.Grant": "Grant",
596
- "permissionssection.OpenSettings": "Open Settings",
597
- "permissionssection.CheckAccess": "Check Access",
598
- "permissionssection.AllowAll": "Allow All",
599
- "permissionssection.AllowAllPermission": "Allow All Permissions",
600
- "permissionssection.GrantPermissionsTo": "Grant permissions to unlock desktop features.",
601
- "permissionssection.CheckingPermissions": "Checking permissions...",
602
- "permissionssection.UnableToCheckPerm": "Unable to check permissions.",
603
- "permissionssection.UnableToLoadPermi": "Unable to load permissions.",
604
- "permissionssection.CapabilitiesRequire": "Capabilities require the system permissions listed above.",
605
- "permissionssection.BrowserPermissions": "Browser Permissions",
606
- "permissionssection.StreamingPermissions": "Streaming Permissions",
607
- "permissionssection.WebStreamingDesc": "Grant browser access to your camera, microphone, and screen to stream to your agent.",
608
- "permissionssection.MobileStreamingDesc": "Your device streams camera, microphone, and screen to your Eliza Cloud agent for processing.",
609
- "permissionssection.WebOnboardingDesc": "Allow browser access so your camera, mic, and screen can stream to your agent.",
610
- "permissionssection.MobileOnboardingDesc": "Allow access so your device can stream to your cloud agent.",
611
- "permissionssection.SkipForNow": "Skip for Now",
612
- "pluginsview.TestConnection": "Test Connection",
613
- "pluginsview.AddPlugin": "+ Add Plugin",
614
- "pluginsview.ApplyingPluginChan": "Applying plugin change and waiting for agent restart...",
615
- "restartbanner.Later": "Later",
616
- "runtimeview.none": "none",
617
- "runtimeview.Services": "Services (",
618
- "runtimeview.types": "types)",
619
- "runtimeview.depth": "depth",
620
- "runtimeview.arrayCap": "array cap",
621
- "runtimeview.objectCap": "object cap",
622
- "runtimeview.Collapse": "Collapse",
623
- "runtimeview.ExpandTop": "Expand Top",
624
- "runtimeview.Summary": "Summary",
625
- "runtimeview.runtime": "runtime:",
626
- "runtimeview.agent": "agent:",
627
- "runtimeview.state": "state:",
628
- "runtimeview.model": "model:",
629
- "runtimeview.plugins": "plugins:",
630
- "runtimeview.actions": "actions:",
631
- "runtimeview.providers": "providers:",
632
- "runtimeview.evaluators": "evaluators:",
633
- "runtimeview.services": "services:",
634
- "runtimeview.AgentRuntimeIsNot": "Agent runtime is not running. Start the runtime and refresh.",
635
- "runtimeview.Plugins": "Plugins",
636
- "runtimeview.Actions": "Actions",
637
- "runtimeview.Providers": "Providers",
638
- "runtimeview.Evaluators": "Evaluators",
639
- "savecommandmodal.SaveAsCommand": "Save as /Command",
640
- "savecommandmodal.CommandName": "Command name",
641
- "savecommandmodal.Preview": "Preview",
642
- "savecommandmodal.Save": "Save",
643
- "savecommandmodal.myCommand": "my-command",
644
- "secretsview.LoadingSecrets": "Loading secrets...",
645
- "secretsview.ManageAPIKeysAnd": "Manage API keys and credentials. Add secrets from your plugins, set\n them once.",
646
- "secretsview.AddSecret": "+ Add Secret",
647
- "secretsview.YourVaultIsEmpty": "Your vault is empty. Click \"Add Secret\" to choose which API keys to\n manage here.",
648
- "secretsview.AddSecretsToVault": "Add Secrets to Vault",
649
- "secretsview.Add": "Add",
650
- "secretsview.Required": "Required",
651
- "secretsview.SearchByKeyDescr": "Search by key, description, or plugin name...",
652
- "secretsview.RemoveFromVault": "Remove from vault",
653
- "settingsview.Password": "Password",
654
- "settingsview.IncludeRecentLogs": "Include recent logs in the backup",
655
- "settingsview.BackupFile": "Backup file",
656
- "settingsview.EnterExportPasswor": "Enter export password",
657
- "settingsview.EnterImportPasswor": "Enter import password",
658
- "shortcutsoverlay.KeyboardShortcuts": "Keyboard Shortcuts",
659
- "skillsview.ReviewFindings": "Review Findings",
660
- "skillsview.ScanReport": "Scan Report",
661
- "skillsview.critical": "critical",
662
- "skillsview.warnings": "warnings",
663
- "skillsview.AcknowledgeAmpEn": "Acknowledge & Enable",
664
- "skillsview.Dismiss": "Dismiss",
665
- "skillsview.LoadingScanReport": "Loading scan report...",
666
- "skillsview.score": "score:",
667
- "skillsview.result": "result",
668
- "skillsview.CreateNewSkill": "Create New Skill",
669
- "skillsview.SkillName": "Skill Name",
670
- "skillsview.Description": "Description",
671
- "skillsview.SKILLMd": "SKILL.md",
672
- "skillsview.unsaved": "unsaved",
673
- "skillsview.toSave": "to save",
674
- "skillsview.LoadingSkillSource": "Loading skill source...",
675
- "skillsview.eGMyAwesomeSkil": "e.g. my-awesome-skill",
676
- "skillsview.BriefDescriptionOf": "Brief description of what this skill does (optional)",
677
- "startupfailureview.StartupFailed": "Startup failed:",
678
- "startupfailureview.ThisOriginDoesNot": "This origin does not host the agent backend.",
679
- "startupfailureview.RetryStartup": "Retry Startup",
680
- "startupfailureview.OpenApp": "Open App",
681
- "streamview.StreamingUnavailabl": "Streaming unavailable",
682
- "streamview.EnableTheStreaming": "Enable the streaming plugin to go live",
683
- "streamview.ElizaCouldNotRea": "{{appName}} could not reach the local streaming routes for this\n view. Install and enable the",
684
- "streamview.streamingBase": "streaming-base",
685
- "streamview.pluginThenReload": "plugin, then reload the Stream tab.",
686
- "streamview.IfThePluginIsAlr": "If the plugin is already installed, restart the desktop app or\n API server and try again.",
687
- "streamview.Game": "Game",
688
- "subscriptionstatus.ClaudeSubscription": "Claude subscription credentials are expired or invalid. Reconnect\n to continue.",
689
- "subscriptionstatus.SetupToken": "Setup Token",
690
- "subscriptionstatus.OAuthLogin": "OAuth Login",
691
- "subscriptionstatus.SavingAmpRestart": "Saving & restarting...",
692
- "subscriptionstatus.YourClaudeSubscrip": "Your Claude subscription is linked. Disconnect to switch accounts.",
693
- "subscriptionstatus.RequiresClaudePro": "Requires Claude Pro ($20/mo) or Max ($100/mo).",
694
- "subscriptionstatus.AfterLoggingInCo": "After logging in to Claude, copy the authorization code and\n paste it below.",
695
- "subscriptionstatus.ChatGPTSubscription": "ChatGPT subscription credentials are expired or invalid. Reconnect\n to continue.",
696
- "subscriptionstatus.YourChatGPTSubscri": "Your ChatGPT subscription is linked. Disconnect to switch\n accounts.",
697
- "subscriptionstatus.LoginWithOpenAI": "Login with OpenAI",
698
- "subscriptionstatus.RequiresChatGPTPlu": "Requires ChatGPT Plus ($20/mo) or Pro ($200/mo).",
699
- "subscriptionstatus.AfterLoggingInYo": "After logging in, you'll be redirected to a page that won't load\n (starts with",
700
- "subscriptionstatus.localhost1455": "localhost:1455",
701
- "subscriptionstatus.CopyTheEntireU": "). Copy the entire URL and paste it below.",
702
- "subscriptionstatus.skAntOat01": "sk-ant-oat01-...",
703
- "subscriptionstatus.PasteTheAuthorizat": "Paste the authorization code here...",
704
- "subscriptionstatus.httpLocalhost145": "http://localhost:1455/auth/callback?code=...",
705
- "trajectoriesview.Total": "Total:",
706
- "trajectoriesview.LLMCalls": "LLM Calls:",
707
- "trajectoriesview.Tokens": "Tokens:",
708
- "trajectoriesview.AvgDuration": "Avg Duration:",
709
- "trajectoriesview.Logging": "Logging:",
710
- "trajectoriesview.AllStatuses": "All statuses",
711
- "trajectoriesview.Completed": "Completed",
712
- "trajectoriesview.JSONWithPrompts": "JSON (with prompts)",
713
- "trajectoriesview.JSONRedacted": "JSON (redacted)",
714
- "trajectoriesview.CSVSummaryOnly": "CSV (summary only)",
715
- "trajectoriesview.ZIPFolders": "ZIP (folders)",
716
- "trajectoriesview.LoadingTrajectories": "Loading trajectories...",
717
- "trajectoriesview.NoTrajectories": "No trajectories",
718
- "trajectoriesview.NoTrajectoriesMatchingFilters": "No trajectories match the current filters.",
719
- "trajectoriesview.NoTrajectoriesYet": "No trajectories yet.",
720
- "trajectoriesview.LoggingHelp": "Logging defaults to OFF in production and ON in development. Use the toggle to change it.",
721
- "trajectoriesview.FailedToLoad": "Failed to load trajectories",
722
- "trajectoriesview.FailedToUpdateConfig": "Failed to update logging setting",
723
- "trajectoriesview.FailedToExport": "Failed to export trajectories",
724
- "trajectoriesview.FailedToClear": "Failed to clear trajectories",
725
- "trajectoriesview.DeleteAllTitle": "Delete All Trajectories",
726
- "trajectoriesview.DeleteAllMessage": "Are you sure you want to delete all trajectories?",
727
- "trajectoriesview.DeleteAllDetail": "This cannot be undone.",
728
- "trajectoriesview.Time": "Time",
729
- "trajectoriesview.Source": "Source",
730
- "trajectoriesview.Calls": "Calls",
731
- "trajectoriesview.Tokens1": "Tokens",
732
- "trajectoriesview.Duration": "Duration",
733
- "trajectoriesview.Showing": "Showing",
734
- "trajectoriesview.ShowingRange": "Showing {{start}}-{{end}} of {{total}}",
735
- "trajectoriesview.Search": "Search...",
736
- "trajectorydetailview.lines": "lines",
737
- "trajectorydetailview.Copy": "Copy",
738
- "trajectorydetailview.EstCost": "Est. cost:",
739
- "trajectorydetailview.Temp": "Temp:",
740
- "trajectorydetailview.Max": "Max:",
741
- "trajectorydetailview.SystemPrompt": "System prompt (",
742
- "trajectorydetailview.chars": "chars)",
743
- "trajectorydetailview.LoadingTrajectory": "Loading trajectory...",
744
- "trajectorydetailview.GoBack": "Go back",
745
- "trajectorydetailview.TrajectoryNotFound": "Trajectory not found",
746
- "trajectorydetailview.Back": "← Back",
747
- "trajectorydetailview.TrajectoryDetail": "Trajectory Detail",
748
- "trajectorydetailview.Time": "Time:",
749
- "trajectorydetailview.Source": "Source:",
750
- "trajectorydetailview.Duration": "Duration:",
751
- "trajectorydetailview.TotalTokens": "Total Tokens:",
752
- "trajectorydetailview.NoLLMCallsRecorde": "No LLM calls recorded for this trajectory.",
753
- "trajectorydetailview.CopyToClipboard": "Copy to clipboard",
754
- "trajectorydetailview.System": "System",
755
- "trajectorydetailview.InputUser": "Input (User)",
756
- "trajectorydetailview.OutputResponse": "Output (Response)",
757
- "triggersview.TriggersScheduleAu": "Heartbeats schedule autonomous instructions for the agent. Each heartbeat\n can run on an interval, a one-time timestamp, or a cron schedule; when\n it fires, the instruction is injected into autonomy and the run\n outcome is logged below.",
758
- "triggersview.TriggerHealth": "Heartbeat Health",
759
- "triggersview.NoHealthDataYet": "No health data yet — heartbeats will report here after first\n execution.",
760
- "triggersview.Name": "Name",
761
- "triggersview.Instructions": "Instructions",
762
- "triggersview.ScheduleType": "Schedule Type",
763
- "triggersview.RepeatingInterval": "Repeating Interval",
764
- "triggersview.OneTime": "One-time",
765
- "triggersview.CronSchedule": "Cron Schedule",
766
- "triggersview.WakeMode": "Wake Mode",
767
- "triggersview.InjectAmpWakeIm": "Inject and Wake Immediately",
768
- "triggersview.QueueForNextCycle": "Queue for next cycle",
769
- "triggersview.MaxRunsOptional": "Max Runs (optional)",
770
- "triggersview.IntervalMs": "Interval (ms) —",
771
- "triggersview.ScheduledTimeISO": "Scheduled Time (ISO)",
772
- "triggersview.CronExpression5F": "Cron Expression (5-field)",
773
- "triggersview.minuteHourDayMont": "minute hour day month weekday — e.g. \"0 9 * * 1-5\" = weekdays at\n 9am",
774
- "triggersview.StartEnabled": "Start enabled",
775
- "triggersview.NoTriggersConfigur": "No heartbeats configured yet",
776
- "triggersview.CreateOneAboveTo": "Create one above to schedule autonomous agent tasks",
777
- "triggersview.Edit": "Edit",
778
- "triggersview.RunNow": "Run now",
779
- "triggersview.Delete": "Delete",
780
- "triggersview.LastRun": "Last run",
781
- "triggersview.RunHistory": "Run History",
782
- "triggersview.NoRunsRecordedYet": "No runs recorded yet.",
783
- "triggersview.Disabled": "Disabled",
784
- "triggersview.Executions": "Executions",
785
- "triggersview.Failures": "Failures",
786
- "triggersview.LastExec": "Last Exec",
787
- "triggersview.eGDailyDigestH": "e.g. Daily Digest, Heartbeat Check",
788
- "triggersview.WhatShouldTheAgen": "What should the agent do when this trigger fires?",
789
- "triggersview.20260215T100000": "2026-02-15T10:00:00.000Z",
790
- "heartbeatsview.durationUnitSeconds": "seconds",
791
- "heartbeatsview.durationUnitMinutes": "minutes",
792
- "heartbeatsview.durationUnitHours": "hours",
793
- "heartbeatsview.durationUnitDays": "days",
794
- "heartbeatsview.every": "Every",
795
- "heartbeatsview.onceAt": "Once at {{time}}",
796
- "heartbeatsview.once": "Once",
797
- "heartbeatsview.cronPrefix": "Cron:",
798
- "heartbeatsview.validationDisplayNameRequired": "Display name is required.",
799
- "heartbeatsview.validationInstructionsRequired": "Instructions are required.",
800
- "heartbeatsview.validationIntervalPositive": "Interval must be a positive number.",
801
- "heartbeatsview.validationScheduledTimeRequired": "Scheduled time is required for one-time heartbeats.",
802
- "heartbeatsview.validationScheduledTimeInvalid": "Scheduled time must be a valid ISO date-time.",
803
- "heartbeatsview.validationCronRequired": "Cron expression is required.",
804
- "heartbeatsview.validationCronFiveFields": "Cron expression must have exactly 5 fields (minute hour day month weekday).",
805
- "heartbeatsview.cronFieldMinute": "minute",
806
- "heartbeatsview.cronFieldHour": "hour",
807
- "heartbeatsview.cronFieldDay": "day",
808
- "heartbeatsview.cronFieldMonth": "month",
809
- "heartbeatsview.cronFieldWeekday": "weekday",
810
- "heartbeatsview.validationCronInvalidField": "Invalid cron {{field}} field: \"{{value}}\"",
811
- "heartbeatsview.validationMaxRunsPositive": "Max runs must be a positive integer.",
812
- "heartbeatsview.deleteTitle": "Delete Heartbeat",
813
- "heartbeatsview.deleteMessage": "Delete \"{{name}}\"?",
814
- "heartbeatsview.heartbeatSingular": "Heartbeat",
815
- "heartbeatsview.editTitle": "Edit: {{name}}",
816
- "heartbeatsview.newHeartbeat": "New Heartbeat",
817
- "heartbeatsview.emptyStateDescription": "Use the New Heartbeat button to create the first recurring or scheduled autonomous task.",
818
- "heartbeatsview.statusActive": "Active",
819
- "heartbeatsview.statusPaused": "Paused",
820
- "heartbeatsview.nextInline": "Next {{time}}",
821
- "heartbeatsview.runCountSingle": "{{count}} run",
822
- "heartbeatsview.runCountPlural": "{{count}} runs",
823
- "heartbeatsview.maxRuns": "Max Runs",
824
- "heartbeatsview.unlimited": "Unlimited",
825
- "heartbeatsview.nextRun": "Next Run",
826
- "heartbeatsview.notYetRun": "Not yet run",
827
- "heartbeatsview.notScheduled": "Not scheduled",
828
- "heartbeatsview.enable": "Enable",
829
- "heartbeatsview.disable": "Disable",
830
- "heartbeatsview.refresh": "Refresh",
831
- "heartbeatsview.loading": "Loading...",
832
- "heartbeatsview.editHeartbeat": "Edit Heartbeat",
833
- "heartbeatsview.createHeartbeat": "Create Heartbeat",
834
- "heartbeatsview.close": "Close",
835
- "heartbeatsview.interval": "Interval",
836
- "heartbeatsview.saving": "Saving...",
837
- "heartbeatsview.saveChanges": "Save Changes",
838
- "heartbeatsview.statusSuccess": "Success",
839
- "heartbeatsview.statusCompleted": "Completed",
840
- "heartbeatsview.statusSkipped": "Skipped",
841
- "heartbeatsview.statusQueued": "Queued",
842
- "heartbeatsview.statusError": "Error",
843
- "heartbeatsview.statusFailed": "Failed",
844
- "heartbeatsview.emDash": "—",
845
- "ui-renderer.Larr": "←",
846
- "ui-renderer.Rarr": "→",
847
- "ui-renderer.UnknownComponent": "Unknown component:",
848
- "vectorbrowserview.NotEnoughEmbedding": "Not enough embeddings for graph view",
849
- "vectorbrowserview.NeedAtLeast2Memo": "Need at least 2 memories with embedding data. Found",
850
- "vectorbrowserview.vectorsProjectedTo": "vectors projected to 2D via PCA — click a point\n to view details",
851
- "vectorbrowserview.List": "List",
852
- "vectorbrowserview.DatabaseNotAvailab": "Database not available",
853
- "vectorbrowserview.RetryConnection": "Retry Connection",
854
- "vectorbrowserview.NoMemoriesFound": "No memories found",
855
- "voiceconfigview.WakeWord": "Wake Word",
856
- "voiceconfigview.Triggers": "Triggers",
857
- "voiceconfigview.PressEnterOrComma": "Press Enter or comma to add. At least one trigger required.",
858
- "voiceconfigview.WakeSensitivity": "Wake sensitivity",
859
- "voiceconfigview.LowerMoreSensiti": "Lower = more sensitive (shorter gap required after wake word)",
860
- "voiceconfigview.ModelSize": "Model size",
861
- "voiceconfigview.Microphone": "Microphone",
862
- "voiceconfigview.AddTrigger": "Add trigger…",
863
- "voiceconfigview.LoadingVoiceConfig": "Loading voice configuration...",
864
- "voiceconfigview.TTSProvider": "TTS Provider",
865
- "voiceconfigview.APISource": "API Source",
866
- "voiceconfigview.ElevenLabsAPIKey": "ElevenLabs API Key",
867
- "voiceconfigview.GetYourKeyAt": "Get your key at",
868
- "voiceconfigview.elevenlabsIo": "elevenlabs.io",
869
- "voiceconfigview.FastPathDefaultE": "Fast-path default ElevenLabs model: ",
870
- "voiceconfigview.Voice": "Voice",
871
- "voiceconfigview.Stop": "Stop",
872
- "voiceconfigview.ServedViaElizaCloud": "served via Eliza Cloud",
873
- "voiceconfigview.RequiresApiKey": "Requires API key",
874
- "voiceconfigview.NoApiKeyNeeded": "No API key needed",
875
- "voiceconfigview.Playing": "Playing...",
876
- "voiceconfigview.TestVoice": "Test {{name}}",
877
- "voiceconfigview.EdgeTTSUsesMicros": "Edge TTS uses Microsoft voices built into the platform.",
878
- "voiceconfigview.SimpleVoiceUsesYo": "Simple Voice uses your system defaults and does not require an external API key.",
879
- "whatsappqroverlay.Disconnect": "Disconnect",
880
- "whatsappqroverlay.TryAgain": "Try Again",
881
- "whatsappqroverlay.ScanAQRCodeWith": "Scan a QR code with your phone to link WhatsApp.",
882
- "whatsappqroverlay.UsesAnUnofficialW": "Uses an unofficial WhatsApp API. Use a dedicated phone number.",
883
- "whatsappqroverlay.ConnectWhatsApp": "Connect WhatsApp",
884
- "whatsappqroverlay.GeneratingQR": "Generating QR...",
885
- "whatsappqroverlay.ScanWithWhatsApp": "Scan with WhatsApp",
886
- "whatsappqroverlay.OpenWhatsAppOnYou": "Open WhatsApp on your phone",
887
- "whatsappqroverlay.Tap": "Tap",
888
- "whatsappqroverlay.Menu": "Menu",
889
- "whatsappqroverlay.andSelect": "and select",
890
- "whatsappqroverlay.LinkedDevices": "Linked Devices",
891
- "whatsappqroverlay.LinkADevice": "Link a Device",
892
- "whatsappqroverlay.PointYourPhoneAt": "Point your phone at this QR code",
893
- "whatsappqroverlay.QRRefreshesAutomat": "QR refreshes automatically (~15s)",
894
- "portfolioheader.ConnectViaElizaCl": "Connect via Eliza Cloud or configure a custom BSC RPC provider\n (NodeReal / QuickNode) to enable trading.",
895
- "tokenstable.nativeGas": "native gas",
896
- "activityfeed.Activity": "Activity",
897
- "activityfeed.NoEventsYet": "No events yet",
898
- "chatcontent.WaitingForMessages": "Waiting for messages...",
899
- "chatticker.chat": "chat",
900
- "idlecontent.Thought": "Thought",
901
- "idlecontent.AgentIsIdleAwai": "Agent is idle — awaiting activity...",
902
- "idlecontent.RecentActions": "Recent Actions",
903
- "statusbar.Src": "Src:",
904
- "statusbar.Active": "(active)",
905
- "statusbar.https": "https://...",
906
- "statusbar.PopOutStreamView": "Pop out stream view",
907
- "streamsettings.StreamSettings": "Stream Settings",
908
- "streamsettings.SelectWhereToBroa": "Select where to broadcast. To switch channels, stop the stream\n first.",
909
- "streamsettings.NoStreamingDestina": "No streaming destinations configured.",
910
- "streamsettings.InstallAStreaming": "Install a streaming plugin (Twitch, YouTube, Retake.tv, Custom\n RTMP) via the Plugins tab.",
911
- "streamsettings.StreamIsLiveSt": "⚠ Stream is live. Stop the stream to switch channels.",
912
- "streamsettings.ToggleAndConfigure": "Toggle and configure widgets shown on top of your stream.",
913
- "streamsettings.ResetDefaults": "Reset defaults",
914
- "streamsettings.NoWidgetsAvailable": "No widgets available. Reload the stream tab.",
915
- "streamsettings.ChooseWhatContent": "Choose what content is captured and broadcast.",
916
- "streamsettings.Use": "Use",
917
- "streamsettings.CustomURLsMustSta": "Custom URLs must start with `http://` or `https://`.",
918
- "streamsettings.httpsYourUrlCom": "https://your-url.com",
919
- "streamterminal.TERMINAL": "TERMINAL",
920
- "streamterminal.WaitingForTerminal": "Waiting for terminal activity...",
921
- "streamvoiceconfig.Voice": "Voice",
922
- "streamvoiceconfig.NoKey": "(no key)",
923
- "streamvoiceconfig.Speaking": "Speaking...",
924
- "streamvoiceconfig.Test": "Test",
925
- "streamvoiceconfig.NoAPIKeyConfigure": "No API key configured",
926
- "streamvoiceconfig.TestTTSOnStream": "Test TTS on stream",
927
- "actiontickerwidget.actions": "actions",
928
- "peonhudwidget.events": "events",
929
- "elizaclouddashboard.AgentName": "Agent Name",
930
- "elizaclouddashboard.Deploy": "Deploy",
931
- "settings.sections.aimodel.label": "AI Model",
932
- "settings.sections.aimodel.desc": "Provider and model settings",
933
- "settings.sections.cloud.desc": "Manage your cloud agents and resources",
934
- "settings.sections.codingagents.label": "Coding Agents",
935
- "settings.sections.codingagents.desc": "Agent preferences, models, and permissions",
936
- "settings.sections.walletrpc.label": "Wallet & RPC",
937
- "settings.sections.walletrpc.desc": "Chain RPC providers and API keys",
938
- "settings.sections.media.label": "Media",
939
- "settings.sections.media.desc": "Image, video, and vision providers",
940
- "settings.sections.voice.label": "Voice",
941
- "settings.sections.voice.desc": "Text-to-speech and transcription",
942
- "settings.sections.permissions.label": "Permissions",
943
- "settings.sections.permissions.desc": "Capabilities and access control",
944
- "settings.sections.updates.label": "Updates",
945
- "settings.sections.updates.desc": "Software update settings",
946
- "settings.sections.advanced.desc": "Export, import, and dangerous actions",
947
- "settings.change": "Change",
948
- "settings.browse": "Browse",
949
- "settings.aiModel": "AI Model",
950
- "settings.aiModelDescription": "Provider and model settings",
951
- "settings.codingAgents": "Coding Agents",
952
- "settings.codingAgentsDescription": "Configure AI coding agents for multi-agent task execution.",
953
- "settings.walletRpc": "Wallet & RPC",
954
- "settings.walletRpcDescription": "Configure chain RPC providers for trading and market data.",
955
- "settings.mediaGeneration": "Media",
956
- "settings.mediaDescription": "Image, video, and vision providers",
957
- "settings.speechInterface": "Voice",
958
- "settings.speechDescription": "Text-to-speech and transcription",
959
- "settings.permissionsCapabilities": "Permissions",
960
- "settings.permissionsDescription": "Capabilities and access control",
961
- "settings.softwareUpdates": "Updates",
962
- "settings.updatesDescription": "Software update settings",
963
- "settings.advancedSettings": "Advanced",
964
- "settings.advancedDescription": "Export, import, and dangerous actions",
965
- "settings.noMatchingSettingsDescription": "Try a broader search or clear the current filter.",
966
- "settingsview.JumpToSection": "Jump to section",
967
- "settingsview.NoMatchingSettings": "No matching settings",
968
- "settingsview.ClearSearch": "Clear search",
969
- "providerswitcher.noAiProvidersAvailable": "No AI providers available. Enable one from the",
970
- "providerswitcher.plugins": "Plugins",
971
- "providerswitcher.page": "page.",
972
- "providerswitcher.selectAIProvider": "Select AI provider",
973
- "providerswitcher.chooseYourPreferredProvider": "Choose your preferred provider for inference.",
974
- "providerswitcher.loggedIntoElizaCloud": "Logged into Eliza Cloud",
975
- "providerswitcher.disconnecting": "Disconnecting...",
976
- "providerswitcher.disconnect": "Disconnect",
977
- "providerswitcher.credits": "Credits:",
978
- "providerswitcher.topUp": "Top up",
979
- "providerswitcher.smallModelDescription": "Fast model for simple tasks",
980
- "providerswitcher.largeModelDescription": "Powerful model for complex reasoning",
981
- "providerswitcher.smallModelLabel": "Small Model",
982
- "providerswitcher.largeModelLabel": "Large Model",
983
- "providerswitcher.savingRestarting": "Saving & restarting...",
984
- "providerswitcher.savedRestartingAgent": "Saved. Restarting agent...",
985
- "providerswitcher.waitingForBrowser": "Waiting for browser login...",
986
- "providerswitcher.logInToElizaCloud": "Log in to Eliza Cloud",
987
- "providerswitcher.opensABrowserWindow": "Opens a browser window to complete login.",
988
- "providerswitcher.piSettings": "Pi (pi-ai) Settings",
989
- "providerswitcher.usesLocalCredentials": "Uses credentials from ~/.pi/agent/auth.json.",
990
- "providerswitcher.primaryModelOverride": "Primary model override",
991
- "providerswitcher.usePiDefaultModel": "Use pi default model",
992
- "providerswitcher.customModelSpec": "Custom model spec",
993
- "providerswitcher.providerModelPlaceholder": "provider/model (e.g. ollama/qwen2.5)",
994
- "providerswitcher.saveInProgress": "Saving...",
995
- "providerswitcher.save": "Save",
996
- "providerswitcher.elizaCloud": "Eliza Cloud",
997
- "providerswitcher.piAi": "Pi (pi-ai)",
998
- "providerswitcher.claudeSubscription": "Claude Subscription",
999
- "providerswitcher.chatgptSubscription": "ChatGPT Subscription",
1000
- "apikeyconfig.fetchModels": "Fetch Models",
1001
- "apikeyconfig.fetching": "Fetching...",
1002
- "apikeyconfig.loadedModels": "Loaded {{count}} models",
1003
- "apikeyconfig.error": "Error: {{message}}",
1004
- "apikeyconfig.failed": "failed",
1005
- "apikeyconfig.saving": "Saving...",
1006
- "apikeyconfig.save": "Save",
1007
- "apikeyconfig.saved": "Saved",
1008
- "subscriptionstatus.PasteCallbackUrlFromLocalhost": "Paste the callback URL from the localhost:1455 page.",
1009
- "subscriptionstatus.CallbackCodeTooLong": "Callback code is too long.",
1010
- "subscriptionstatus.InvalidCallbackUrl": "Invalid callback URL.",
1011
- "subscriptionstatus.ExpectedCallbackUrl": "Expected a localhost:1455/auth/callback URL.",
1012
- "subscriptionstatus.CallbackUrlMissingCode": "Callback URL is missing the ?code= parameter.",
1013
- "subscriptionstatus.FailedToSaveSetupToken": "Failed to save setup token.",
1014
- "subscriptionstatus.FailedToSaveTokenError": "Failed to save token: {{message}}",
1015
- "subscriptionstatus.DisconnectFailedError": "Disconnect failed: {{message}}",
1016
- "subscriptionstatus.FailedToGetAuthUrl": "Failed to get auth URL",
1017
- "subscriptionstatus.FailedToStartLogin": "Failed to start login: {{message}}",
1018
- "subscriptionstatus.ExchangeFailed": "Exchange failed",
1019
- "subscriptionstatus.ExchangeFailedError": "Exchange failed: {{message}}",
1020
- "subscriptionstatus.NoAuthUrlReturned": "No auth URL returned from login",
1021
- "subscriptionstatus.ConnectedToClaudeSubscription": "Connected to Claude Subscription",
1022
- "subscriptionstatus.ClaudeSubscriptionTitle": "Claude Subscription",
1023
- "subscriptionstatus.Disconnecting": "Disconnecting...",
1024
- "subscriptionstatus.Disconnect": "Disconnect",
1025
- "subscriptionstatus.Saving": "Saving...",
1026
- "subscriptionstatus.SaveToken": "Save Token",
1027
- "subscriptionstatus.ConnectedToChatGPTSubscription": "Connected to ChatGPT Subscription",
1028
- "subscriptionstatus.ChatGPTSubscriptionTitle": "ChatGPT Subscription",
1029
- "subscriptionstatus.Completing": "Completing...",
1030
- "elizaclouddashboard.ElizaCloud": "Eliza Cloud",
1031
- "elizaclouddashboard.NotAvailable": "Not available",
1032
- "elizaclouddashboard.ElizaCloudNotConnectedSettings": "Eliza Cloud not connected - configure in Settings -> AI Model",
1033
- "elizaclouddashboard.NoSetupNeeded": "No setup needed",
1034
- "codingagentsettingssection.NoSupportedCLIs": "No supported coding agent CLIs detected. Install at least one of: Claude, Gemini, Codex, or Aider.",
1035
- "codingagentsettingssection.Availability": "Availability:",
1036
- "codingagentsettingssection.Installed": "Installed",
1037
- "codingagentsettingssection.NotInstalled": "Not installed",
1038
- "codingagentsettingssection.Unknown": "Unknown",
1039
- "codingagentsettingssection.AgentUsedWhenNoEStrategyFixed": "Always use the selected default agent type when none is specified.",
1040
- "codingagentsettingssection.AgentUsedWhenNoEStrategyRanked": "Automatically select the best-performing installed agent based on success rate and stall metrics.",
1041
- "codingagentsettingssection.AppliesToAllNewlySpawned": " — applies to all newly spawned agents unless overridden per-spawn.",
1042
- "codingagentsettingssection.ModelsFetched": "Models fetched from provider API. These are preferences — the CLI may override based on availability.",
1043
- "codingagentsettingssection.UsingFallback": "Using fallback model list — configure your API key to see all available models.",
1044
- "codingagentsettingssection.PresetReadOnly": "Read Only",
1045
- "codingagentsettingssection.PresetReadOnlyDesc": "Read-only tools only",
1046
- "codingagentsettingssection.PresetStandard": "Standard",
1047
- "codingagentsettingssection.PresetStandardDesc": "Read + write, asks for shell/network",
1048
- "codingagentsettingssection.PresetPermissive": "Permissive",
1049
- "codingagentsettingssection.PresetPermissiveDesc": "File ops auto-approved, asks for shell",
1050
- "codingagentsettingssection.PresetAutonomous": "Autonomous",
1051
- "codingagentsettingssection.PresetAutonomousDesc": "All tools auto-approved",
1052
- "mediasettingssection.ImageGeneration": "Image Generation",
1053
- "mediasettingssection.VideoGeneration": "Video Generation",
1054
- "mediasettingssection.AudioMusic": "Audio / Music",
1055
- "mediasettingssection.VisionAnalysis": "Vision (Analysis)",
1056
- "mediasettingssection.ProviderHintNoSetup": "No setup needed",
1057
- "mediasettingssection.ProviderHintFalImage": "Flux 2, Kling, Recraft, Grok",
1058
- "mediasettingssection.ProviderHintOpenAIImage": "DALL-E 3",
1059
- "mediasettingssection.ProviderHintGoogleImage": "Imagen 3",
1060
- "mediasettingssection.ProviderHintXAIAurora": "Aurora",
1061
- "mediasettingssection.ProviderHintFalVideo": "Veo 3, Sora 2, Kling 3, Minimax",
1062
- "mediasettingssection.ProviderHintOpenAIVideo": "Sora",
1063
- "mediasettingssection.ProviderHintGoogleVideo": "Veo",
1064
- "mediasettingssection.ProviderHintSuno": "Music generation",
1065
- "mediasettingssection.ProviderHintElevenLabs": "Sound effects",
1066
- "mediasettingssection.ProviderHintOpenAIVision": "GPT-4o Vision",
1067
- "mediasettingssection.ProviderHintGoogleVision": "Gemini Vision",
1068
- "mediasettingssection.ProviderHintAnthropicVision": "Claude Vision",
1069
- "mediasettingssection.ProviderHintXAIVision": "Grok Vision",
1070
- "mediasettingssection.Configured": "Configured",
1071
- "mediasettingssection.NeedsSetup": "Needs Setup",
1072
- "mediasettingssection.ApiKeySetLeaveBlank": "API key set — leave blank to keep",
1073
- "mediasettingssection.EnterApiKey": "Enter API key...",
1074
- "mediasettingssection.FalApiKey": "FAL API Key",
1075
- "mediasettingssection.OpenAIApiKey": "OpenAI API Key",
1076
- "mediasettingssection.GoogleApiKey": "Google API Key",
1077
- "mediasettingssection.XAIApiKey": "xAI API Key",
1078
- "mediasettingssection.SunoApiKey": "Suno API Key",
1079
- "mediasettingssection.ElevenLabsApiKey": "ElevenLabs API Key",
1080
- "mediasettingssection.AnthropicApiKey": "Anthropic API Key",
1081
- "streamsettings.DisableWidget": "Disable widget",
1082
- "streamsettings.EnableWidget": "Enable widget",
1083
- "streamsettings.ConfigExpanded": "▲ config",
1084
- "streamsettings.ConfigCollapsed": "▼ config",
1085
- "streamsettings.CaptureStreamBrowserTab": "Capture the stream browser tab (default)",
1086
- "streamsettings.NoGameActive": "No game active",
1087
- "streamsettings.BroadcastFromCustomUrl": "Broadcast from a custom HTTP(S) URL",
1088
- "streamsettings.StopStreamToChangeChannel": "Stop stream to change channel",
1089
- "streamsettings.NavChannel": "Channel",
1090
- "streamsettings.NavOverlays": "Overlays",
1091
- "streamsettings.NavSource": "Source",
1092
- "onboarding.stepName.identity": "Identity",
1093
- "onboarding.stepSub.identity": "Agent persona",
1094
- "onboarding.stepName.wakeUp": "Initialize",
1095
- "onboarding.stepSub.wakeUp": "System boot",
1096
- "onboarding.stepSub.connection": "Neural link",
1097
- "onboarding.stepName.rpc": "RPC",
1098
- "onboarding.stepSub.rpc": "Blockchain access",
1099
- "onboarding.stepName.senses": "Access",
1100
- "onboarding.stepSub.senses": "System permissions",
1101
- "onboarding.stepName.activate": "Launch",
1102
- "onboarding.welcomeTitle": "Welcome to {{appName}}",
1103
- "onboarding.welcomeSubtitle": "Your autonomous AI companion awaits.",
1104
- "onboarding.createNewAgent": "Create New Agent",
1105
- "onboarding.restoreFromBackup": "Restore from Backup",
1106
- "onboarding.importAgent": "Import Agent",
1107
- "onboarding.importDesc": "Select an <code>.eliza-agent</code> export file and enter the decryption password.",
1108
- "onboarding.decryptionPasswordPlaceholder": "Decryption password...",
1109
- "onboarding.selectFileError": "Select an export file before importing.",
1110
- "onboarding.passwordMinError": "Password must be at least 4 characters.",
1111
- "onboarding.cancel": "Cancel",
1112
- "onboarding.importing": "Importing...",
1113
- "onboarding.restore": "Restore",
1114
- "onboarding.back": "← Back",
1115
- "onboarding.hostingTitle": "Hosting",
1116
- "onboarding.hostingQuestion": "Where should {{appName}} run?",
1117
- "onboarding.hostingLocal": "Local",
1118
- "onboarding.hostingLocalDesc": "Run the backend on this machine.",
1119
- "onboarding.hostingCloud": "Cloud",
1120
- "onboarding.hostingCloudDesc": "Use Eliza Cloud or connect to a remote backend.",
1121
- "onboarding.cloudQuestion": "Choose a cloud setup",
1122
- "onboarding.cloudManaged": "Eliza Cloud",
1123
- "onboarding.cloudManagedDesc": "Provision a managed container and connect to it.",
1124
- "onboarding.cloudRemote": "Remote {{appName}}",
1125
- "onboarding.cloudRemoteDesc": "Connect to an existing backend with its address and access key.",
1126
- "onboarding.remoteTitle": "Remote {{appName}}",
1127
- "onboarding.remoteAddress": "Backend address",
1128
- "onboarding.remoteAddressPlaceholder": "https://my-eliza.example.com",
1129
- "onboarding.remoteAccessKey": "Access key",
1130
- "onboarding.remoteAccessKeyPlaceholder": "Paste the ELIZA_API_TOKEN value",
1131
- "onboarding.remoteConnect": "Connect remote backend",
1132
- "onboarding.remoteConnectedDesc": "Connected to your remote {{appName}} backend. Continue configuring it here.",
1133
- "onboarding.neuralLinkTitle": "Neural Link",
1134
- "onboarding.chooseProvider": "Choose your AI provider",
1135
- "onboarding.change": "Change",
1136
- "onboarding.login": "Login",
1137
- "onboarding.apiKey": "API Key",
1138
- "onboarding.connected": "Connected",
1139
- "onboarding.connecting": "Connecting...",
1140
- "onboarding.connectAccount": "Connect Account",
1141
- "onboarding.freeCredits": "Free credits to get started.",
1142
- "onboarding.useExistingKey": "Use this if you already have a key.",
1143
- "onboarding.getOneHere": "Get one here",
1144
- "onboarding.setupToken": "Setup Token",
1145
- "onboarding.oauthLogin": "OAuth Login",
1146
- "onboarding.enterSetupToken": "Enter your setup token",
1147
- "onboarding.setupTokenInstructions": "How to get your setup token:\n\n• Option A: Run claude setup-token in your terminal\n\n• Option B: Go to claude.ai/settings/api → \"Claude Code\" → \"Use setup token\"",
1148
- "onboarding.connectedToClaude": "Connected to Claude",
1149
- "onboarding.claudeSubscriptionReady": "Your Claude subscription is ready to use.",
1150
- "onboarding.loginWithAnthropic": "Login with Claude",
1151
- "onboarding.requiresClaudeSub": "Requires a Claude Pro or Max subscription.",
1152
- "onboarding.authCodeInstructions": "After logging in, you will receive an authorization code.\nCopy and paste it below.",
1153
- "onboarding.pasteAuthCode": "Paste authorization code...",
1154
- "onboarding.connect": "Connect",
1155
- "onboarding.connectedToChatGPT": "Connected to ChatGPT",
1156
- "onboarding.chatgptSubscriptionReady": "Your ChatGPT subscription is ready to use.",
1157
- "onboarding.loginWithOpenAI": "Login with OpenAI",
1158
- "onboarding.requiresChatGPTSub": "Requires a ChatGPT Plus or Pro subscription.",
1159
- "onboarding.almostThere": "Almost there!",
1160
- "onboarding.redirectInstructions": "After logging in, your browser will redirect to",
1161
- "onboarding.copyEntireUrl": ". Copy the entire URL from your browser's address bar.",
1162
- "onboarding.completeLogin": "Complete Login",
1163
- "onboarding.startOver": "Start Over",
1164
- "onboarding.enterApiKey": "Enter your API key...",
1165
- "onboarding.keyFormatWarning": "Key format looks incorrect. Double-check and try again.",
1166
- "onboarding.ollamaNoConfig": "No configuration needed. Ollama will be used automatically.",
1167
- "onboarding.primaryModelOptional": "Primary Model (optional)",
1168
- "onboarding.useDefaultModel": "Use default model",
1169
- "onboarding.customModel": "Custom model...",
1170
- "onboarding.piCredentialsHint": "Uses credentials from ~/.pi/agent/auth.json.",
1171
- "onboarding.piDropdownHint": " Pick from the dropdown or choose a custom model.",
1172
- "onboarding.piManualHint": " Enter provider/model manually if you want an override.",
1173
- "onboarding.selectModel": "Select Model",
1174
- "onboarding.confirm": "Confirm",
1175
- "onboarding.loginSessionExpired": "Login session expired. Click 'Start Over' and try again.",
1176
- "onboarding.networkError": "Network error — check your connection and try again.",
1177
- "onboarding.systemAccessTitle": "System Access",
1178
- "onboarding.readyTitle": "Ready",
1179
- "onboarding.companionReady": "{{name}} is ready.",
1180
- "onboarding.allConfigured": "All systems configured. You can adjust settings anytime.",
1181
- "onboarding.enter": "Enter",
1182
- "onboarding.recommended": "Recommended",
1183
- "onboarding.next": "Next",
1184
- "onboarding.rpcTitle": "Blockchain Access",
1185
- "onboarding.rpcQuestion": "Configure blockchain RPC providers?",
1186
- "onboarding.rpcDesc": "RPC providers give your agent access to blockchain data for wallet & trading. You can skip this and configure it later in Settings.",
1187
- "onboarding.rpcElizaCloud": "Use Eliza Cloud",
1188
- "onboarding.rpcElizaCloudDesc": "All chains included. No API keys needed.",
1189
- "onboarding.rpcBringKeys": "Bring Your Own Keys",
1190
- "onboarding.rpcAlchemyKey": "Alchemy API Key",
1191
- "onboarding.rpcHeliusKey": "Helius API Key (Solana)",
1192
- "onboarding.rpcBirdeyeKey": "Birdeye API Key (Solana)",
1193
- "onboarding.rpcSkip": "Skip for now",
1194
- "onboarding.rpcConnectedCloud": "Connected via Eliza Cloud"
1195
- }