@elizaos/app-core 2.0.0-alpha.420 → 2.0.0-alpha.422

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 (37) hide show
  1. package/apps/app-steward/src/services/steward-sidecar/process-management.d.ts.map +1 -1
  2. package/apps/app-steward/src/services/steward-sidecar/process-management.js +1 -1
  3. package/apps/app-steward/src/services/steward-sidecar/wallet-setup.d.ts.map +1 -1
  4. package/apps/app-steward/src/services/steward-sidecar/wallet-setup.js +2 -2
  5. package/apps/app-steward/src/services/steward-sidecar.d.ts.map +1 -1
  6. package/apps/app-steward/src/services/steward-sidecar.js +10 -7
  7. package/i18n/locales/en.json +31 -31
  8. package/i18n/locales/es.json +31 -31
  9. package/i18n/locales/ko.json +31 -31
  10. package/i18n/locales/pt.json +31 -31
  11. package/i18n/locales/tl.json +31 -31
  12. package/i18n/locales/vi.json +31 -31
  13. package/i18n/locales/zh-CN.json +31 -31
  14. package/package.json +5 -5
  15. package/packages/agent/src/api/index.d.ts +1 -0
  16. package/packages/agent/src/api/index.d.ts.map +1 -1
  17. package/packages/agent/src/api/index.js +5 -0
  18. package/packages/app-core/src/api/client-n8n.d.ts +2 -2
  19. package/packages/app-core/src/api/client-n8n.d.ts.map +1 -1
  20. package/packages/app-core/src/api/client-types-chat.d.ts +23 -0
  21. package/packages/app-core/src/api/client-types-chat.d.ts.map +1 -1
  22. package/packages/app-core/src/api/client-types-chat.js +5 -1
  23. package/packages/app-core/src/components/character/CharacterHubView.d.ts.map +1 -1
  24. package/packages/app-core/src/components/character/CharacterHubView.js +3 -1
  25. package/packages/app-core/src/components/chat/TasksEventsPanel.d.ts.map +1 -1
  26. package/packages/app-core/src/components/chat/TasksEventsPanel.js +5 -1
  27. package/packages/app-core/src/components/pages/AutomationsView.d.ts.map +1 -1
  28. package/packages/app-core/src/components/pages/AutomationsView.js +42 -7
  29. package/packages/app-core/src/components/pages/HeartbeatsView.d.ts.map +1 -1
  30. package/packages/app-core/src/components/pages/HeartbeatsView.js +3 -1
  31. package/packages/app-core/src/i18n/locales/en.json +31 -31
  32. package/packages/app-core/src/i18n/locales/es.json +31 -31
  33. package/packages/app-core/src/i18n/locales/ko.json +31 -31
  34. package/packages/app-core/src/i18n/locales/pt.json +31 -31
  35. package/packages/app-core/src/i18n/locales/tl.json +31 -31
  36. package/packages/app-core/src/i18n/locales/vi.json +31 -31
  37. package/packages/app-core/src/i18n/locales/zh-CN.json +31 -31
@@ -1 +1 @@
1
- {"version":3,"file":"process-management.d.ts","sourceRoot":"","sources":["../../../../../../../../apps/app-steward/src/services/steward-sidecar/process-management.ts"],"names":[],"mappings":"AAYA;;GAEG;AACH,wBAAsB,qBAAqB,IAAI,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAiBpE;AAED;;GAEG;AACH,wBAAsB,UAAU,CAC9B,MAAM,EAAE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EACzC,IAAI,EAAE,QAAQ,GAAG,QAAQ,EACzB,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,GAAG,QAAQ,KAAK,IAAI,GAC1D,OAAO,CAAC,IAAI,CAAC,CAmBf"}
1
+ {"version":3,"file":"process-management.d.ts","sourceRoot":"","sources":["../../../../../../../../apps/app-steward/src/services/steward-sidecar/process-management.ts"],"names":[],"mappings":"AAaA;;GAEG;AACH,wBAAsB,qBAAqB,IAAI,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAepE;AAED;;GAEG;AACH,wBAAsB,UAAU,CAC9B,MAAM,EAAE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EACzC,IAAI,EAAE,QAAQ,GAAG,QAAQ,EACzB,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,GAAG,QAAQ,KAAK,IAAI,GAC1D,OAAO,CAAC,IAAI,CAAC,CAmBf"}
@@ -1,3 +1,4 @@
1
+ import * as fs from "node:fs";
1
2
  import { createRequire } from "node:module";
2
3
  const require = createRequire(import.meta.url);
3
4
  function resolveOptionalModuleEntry(specifier) {
@@ -12,7 +13,6 @@ function resolveOptionalModuleEntry(specifier) {
12
13
  * Find the Steward API entry point on disk.
13
14
  */
14
15
  export async function findStewardEntryPoint() {
15
- const fs = await import("node:fs");
16
16
  const candidates = [
17
17
  process.env.STEWARD_ENTRY_POINT,
18
18
  resolveOptionalModuleEntry("@stwd/api/embedded"),
@@ -1 +1 @@
1
- {"version":3,"file":"wallet-setup.d.ts","sourceRoot":"","sources":["../../../../../../../../apps/app-steward/src/services/steward-sidecar/wallet-setup.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,KAAK,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AASxE;;GAEG;AACH,wBAAsB,iBAAiB,CACrC,WAAW,EAAE,kBAAkB,GAAG,IAAI,EACtC,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,GAAG,SAAS,EAClC,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,oBAAoB,CAAC,KAAK,IAAI,GAC7D,OAAO,CAAC,kBAAkB,CAAC,CAY7B"}
1
+ {"version":3,"file":"wallet-setup.d.ts","sourceRoot":"","sources":["../../../../../../../../apps/app-steward/src/services/steward-sidecar/wallet-setup.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,OAAO,KAAK,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AASxE;;GAEG;AACH,wBAAsB,iBAAiB,CACrC,WAAW,EAAE,kBAAkB,GAAG,IAAI,EACtC,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,GAAG,SAAS,EAClC,OAAO,EAAE,MAAM,EACf,YAAY,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,oBAAoB,CAAC,KAAK,IAAI,GAC7D,OAAO,CAAC,kBAAkB,CAAC,CAY7B"}
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * Steward Sidecar — first-launch wallet creation and verification.
3
3
  */
4
+ import * as fs from "node:fs";
5
+ import * as path from "node:path";
4
6
  import { fingerprintRandomToken, generateApiKey } from "./helpers";
5
7
  import { CREDENTIALS_FILE, DEFAULT_AGENT_ID, DEFAULT_AGENT_NAME, DEFAULT_TENANT_ID, DEFAULT_TENANT_NAME, } from "./types";
6
8
  /**
@@ -36,8 +38,6 @@ async function verifyExistingWallet(credentials, apiBase, updateStatus) {
36
38
  }
37
39
  }
38
40
  async function performFirstLaunchSetup(apiBase, _masterPassword, dataDir, updateStatus) {
39
- const fs = await import("node:fs");
40
- const path = await import("node:path");
41
41
  console.log("[StewardSidecar] First launch — creating tenant and wallet");
42
42
  // 1. Create tenant
43
43
  const tenantApiKey = generateApiKey();
@@ -1 +1 @@
1
- {"version":3,"file":"steward-sidecar.d.ts","sourceRoot":"","sources":["../../../../../../../apps/app-steward/src/services/steward-sidecar.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAYH,OAAO,EAML,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EAC1B,MAAM,yBAAyB,CAAC;AAIjC,YAAY,EACV,kBAAkB,EAClB,oBAAoB,EACpB,oBAAoB,EACpB,iBAAiB,GAClB,MAAM,yBAAyB,CAAC;AA8BjC,qBAAa,cAAc;IACzB,OAAO,CAAC,MAAM,CAGS;IACvB,OAAO,CAAC,MAAM,CAAuB;IACrC,OAAO,CAAC,OAAO,CAKC;IAChB,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,YAAY,CAA8C;IAClE,OAAO,CAAC,WAAW,CAAmC;IACtD,OAAO,CAAC,gBAAgB,CAAgC;gBAE5C,MAAM,EAAE,oBAAoB;IAuBxC;;;;OAIG;IACG,KAAK,IAAI,OAAO,CAAC,oBAAoB,CAAC;IAwC5C,mDAAmD;IAC7C,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IA0C3B,0CAA0C;IACpC,OAAO,IAAI,OAAO,CAAC,oBAAoB,CAAC;IAM9C,kCAAkC;IAClC,SAAS,IAAI,oBAAoB;IAIjC,wCAAwC;IACxC,UAAU,IAAI,MAAM;IAIpB,+DAA+D;IAC/D,cAAc,IAAI,kBAAkB,GAAG,IAAI;IAI3C,4DAA4D;IAC5D,eAAe,IAAI,MAAM,GAAG,IAAI;IAIhC,wDAAwD;IACxD,aAAa,IAAI,MAAM,GAAG,IAAI;YAMhB,aAAa;YA0Cb,uBAAuB;YAgCvB,YAAY;YA+HZ,WAAW;IAqDzB,OAAO,CAAC,YAAY;CAIrB;AAMD;;;;;;;;;GASG;AACH,wBAAgB,2BAA2B,CACzC,SAAS,CAAC,EAAE,OAAO,CAAC,oBAAoB,CAAC,GACxC,cAAc,CAmBhB"}
1
+ {"version":3,"file":"steward-sidecar.d.ts","sourceRoot":"","sources":["../../../../../../../apps/app-steward/src/services/steward-sidecar.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAqBH,OAAO,EAML,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EAC1B,MAAM,yBAAyB,CAAC;AAIjC,YAAY,EACV,kBAAkB,EAClB,oBAAoB,EACpB,oBAAoB,EACpB,iBAAiB,GAClB,MAAM,yBAAyB,CAAC;AA8BjC,qBAAa,cAAc;IACzB,OAAO,CAAC,MAAM,CAGS;IACvB,OAAO,CAAC,MAAM,CAAuB;IACrC,OAAO,CAAC,OAAO,CAKC;IAChB,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,YAAY,CAA8C;IAClE,OAAO,CAAC,WAAW,CAAmC;IACtD,OAAO,CAAC,gBAAgB,CAAgC;gBAE5C,MAAM,EAAE,oBAAoB;IAuBxC;;;;OAIG;IACG,KAAK,IAAI,OAAO,CAAC,oBAAoB,CAAC;IAwC5C,mDAAmD;IAC7C,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IA0C3B,0CAA0C;IACpC,OAAO,IAAI,OAAO,CAAC,oBAAoB,CAAC;IAM9C,kCAAkC;IAClC,SAAS,IAAI,oBAAoB;IAIjC,wCAAwC;IACxC,UAAU,IAAI,MAAM;IAIpB,+DAA+D;IAC/D,cAAc,IAAI,kBAAkB,GAAG,IAAI;IAI3C,4DAA4D;IAC5D,eAAe,IAAI,MAAM,GAAG,IAAI;IAIhC,wDAAwD;IACxD,aAAa,IAAI,MAAM,GAAG,IAAI;YAMhB,aAAa;YAwCb,uBAAuB;YA8BvB,YAAY;YA4HZ,WAAW;IAqDzB,OAAO,CAAC,YAAY;CAIrB;AAMD;;;;;;;;;GASG;AACH,wBAAgB,2BAA2B,CACzC,SAAS,CAAC,EAAE,OAAO,CAAC,oBAAoB,CAAC,GACxC,cAAc,CAmBhB"}
@@ -18,6 +18,15 @@
18
18
  * const client = sidecar.getClient();
19
19
  * await sidecar.stop();
20
20
  */
21
+ // Node builtins are imported statically: this file only runs in the bun
22
+ // process (StewardSidecar manages a child Steward API process), never in
23
+ // the renderer. Other steward modules (api/wallet, services/steward-*)
24
+ // already use static node:* imports — keeping this file dynamic just
25
+ // triggered the Vite "dynamically imported but also statically imported"
26
+ // warning without preventing browser-bundling.
27
+ import * as childProcess from "node:child_process";
28
+ import * as fs from "node:fs";
29
+ import * as path from "node:path";
21
30
  import { waitForHealthy } from "./steward-sidecar/health-check";
22
31
  import { allocateFirstFreeLoopbackPort, generateMasterPassword, resolveDataDir, } from "./steward-sidecar/helpers";
23
32
  import { findStewardEntryPoint, pipeOutput, } from "./steward-sidecar/process-management";
@@ -157,8 +166,6 @@ export class StewardSidecar {
157
166
  }
158
167
  // ─── Internal ────────────────────────────────────────────────────────────
159
168
  async ensureDataDir() {
160
- const fs = await import("node:fs");
161
- const path = await import("node:path");
162
169
  const dir = this.config.dataDir;
163
170
  const home = process.env.HOME || process.env.USERPROFILE || "";
164
171
  if (!fs.existsSync(dir)) {
@@ -189,8 +196,6 @@ export class StewardSidecar {
189
196
  }
190
197
  }
191
198
  async loadOrCreateCredentials() {
192
- const fs = await import("node:fs");
193
- const path = await import("node:path");
194
199
  const credPath = path.join(this.config.dataDir, CREDENTIALS_FILE);
195
200
  if (fs.existsSync(credPath)) {
196
201
  try {
@@ -215,7 +220,6 @@ export class StewardSidecar {
215
220
  }
216
221
  }
217
222
  async spawnProcess() {
218
- const path = await import("node:path");
219
223
  const entryPoint = this.config.stewardEntryPoint || (await findStewardEntryPoint());
220
224
  if (!entryPoint) {
221
225
  throw new Error("Steward API entry point not found. Set STEWARD_ENTRY_POINT or install a package that exposes @stwd/api.");
@@ -264,8 +268,7 @@ export class StewardSidecar {
264
268
  });
265
269
  }
266
270
  else {
267
- const { spawn } = await import("node:child_process");
268
- const child = spawn("node", [entryPoint], {
271
+ const child = childProcess.spawn("node", [entryPoint], {
269
272
  env,
270
273
  cwd: path.dirname(entryPoint),
271
274
  stdio: ["ignore", "pipe", "pipe"],
@@ -2418,34 +2418,34 @@
2418
2418
  "runtime.failed": "FAILED",
2419
2419
  "runtime.starting": "STARTING",
2420
2420
  "runtime.stopped": "STOPPED",
2421
- "runtimegate.autoCreating": "Auto Creating",
2422
- "runtimegate.cloudDesc": "Cloud Desc",
2423
- "runtimegate.cloudEyebrow": "Cloud Eyebrow",
2424
- "runtimegate.cloudLoginEyebrow": "Cloud Login Eyebrow",
2425
- "runtimegate.cloudTitle": "Cloud Title",
2426
- "runtimegate.connecting": "Connecting",
2427
- "runtimegate.creating": "Creating",
2428
- "runtimegate.failedCreate": "Failed Create",
2429
- "runtimegate.failedLoadAgents": "Failed Load Agents",
2430
- "runtimegate.loadingAgents": "Loading Agents",
2431
- "runtimegate.localDesc": "Local Desc",
2432
- "runtimegate.localEyebrow": "Local Eyebrow",
2433
- "runtimegate.localTitle": "Local Title",
2434
- "runtimegate.provisioning": "Provisioning",
2435
- "runtimegate.remoteConnectEyebrow": "Remote Connect Eyebrow",
2436
- "runtimegate.remoteDesc": "Remote Desc",
2437
- "runtimegate.remoteEyebrow": "Remote Eyebrow",
2438
- "runtimegate.remoteTitle": "Remote Title",
2439
- "runtimegate.remoteTokenPlaceholder": "Remote Token Placeholder",
2440
- "runtimegate.remoteUrlPlaceholder": "Remote Url Placeholder",
2421
+ "runtimegate.autoCreating": "Setting up your first agent...",
2422
+ "runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
2423
+ "runtimegate.cloudEyebrow": "Eliza Cloud",
2424
+ "runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
2425
+ "runtimegate.cloudTitle": "Run in Eliza Cloud",
2426
+ "runtimegate.connecting": "Connecting...",
2427
+ "runtimegate.creating": "Creating agent...",
2428
+ "runtimegate.failedCreate": "Failed to create agent. Try again.",
2429
+ "runtimegate.failedLoadAgents": "Failed to load agents",
2430
+ "runtimegate.loadingAgents": "Loading your agent...",
2431
+ "runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
2432
+ "runtimegate.localEyebrow": "This device",
2433
+ "runtimegate.localTitle": "Run a local agent",
2434
+ "runtimegate.provisioning": "Provisioning...",
2435
+ "runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
2436
+ "runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
2437
+ "runtimegate.remoteEyebrow": "Remote agent",
2438
+ "runtimegate.remoteTitle": "Connect to an existing agent",
2439
+ "runtimegate.remoteTokenPlaceholder": "Access token (optional)",
2440
+ "runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
2441
2441
  "runtimegate.retry": "Retry",
2442
- "runtimegate.signIn": "Sign In",
2443
- "runtimegate.startingProvisioning": "Starting Provisioning",
2444
- "runtimegate.subtitle": "Subtitle",
2445
- "runtimegate.title": "Title",
2446
- "runtimegate.unknownError": "Unknown Error",
2447
- "runtimegate.waitingForAuth": "Waiting For Auth",
2448
- "runtimegate.yourAgents": "Your Agents",
2442
+ "runtimegate.signIn": "Sign in with Eliza Cloud",
2443
+ "runtimegate.startingProvisioning": "Starting provisioning...",
2444
+ "runtimegate.subtitle": "Where should your agent run?",
2445
+ "runtimegate.title": "Choose your setup",
2446
+ "runtimegate.unknownError": "Unknown error",
2447
+ "runtimegate.waitingForAuth": "Waiting for auth...",
2448
+ "runtimegate.yourAgents": "Your cloud agents",
2449
2449
  "runtimeview.actions": "actions:",
2450
2450
  "runtimeview.actionsDescription": "Review registered actions and their load order in the active runtime.",
2451
2451
  "runtimeview.agent": "agent:",
@@ -2582,12 +2582,12 @@
2582
2582
  "settings.sections.autoTraining.label": "Auto-training",
2583
2583
  "settings.sections.backupReset.desc": "Back up the agent, restore from a backup, or wipe everything and start over",
2584
2584
  "settings.sections.backupReset.label": "Backup & Reset",
2585
- "settings.sections.capabilities.autoTrainingLabel": "Auto Training Label",
2586
- "settings.sections.capabilities.autoTrainingName": "Auto Training Name",
2585
+ "settings.sections.capabilities.autoTrainingLabel": "Enable Auto-training",
2586
+ "settings.sections.capabilities.autoTrainingName": "Auto-training",
2587
2587
  "settings.sections.capabilities.browserHint": "Show the Browser tab for agent-controlled web browsing",
2588
2588
  "settings.sections.capabilities.browserLabel": "Enable Browser",
2589
- "settings.sections.capabilities.computerUseHint": "Computer Use Hint",
2590
- "settings.sections.capabilities.computerUseLabel": "Computer Use Label",
2589
+ "settings.sections.capabilities.computerUseHint": "Computer Use requires Accessibility and Screen Recording permissions.",
2590
+ "settings.sections.capabilities.computerUseLabel": "Enable Computer Use",
2591
2591
  "settings.sections.capabilities.computerUseModeOption.fullControl": "Full Control",
2592
2592
  "settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "Pause Computer Use",
2593
2593
  "settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "Review Every Action",
@@ -2418,34 +2418,34 @@
2418
2418
  "runtime.failed": "FALLÓ",
2419
2419
  "runtime.starting": "INICIANDO",
2420
2420
  "runtime.stopped": "DETENIDO",
2421
- "runtimegate.autoCreating": "Auto Creating",
2422
- "runtimegate.cloudDesc": "Cloud Desc",
2423
- "runtimegate.cloudEyebrow": "Cloud Eyebrow",
2424
- "runtimegate.cloudLoginEyebrow": "Cloud Login Eyebrow",
2425
- "runtimegate.cloudTitle": "Cloud Title",
2426
- "runtimegate.connecting": "Connecting",
2427
- "runtimegate.creating": "Creating",
2428
- "runtimegate.failedCreate": "Failed Create",
2429
- "runtimegate.failedLoadAgents": "Failed Load Agents",
2430
- "runtimegate.loadingAgents": "Loading Agents",
2431
- "runtimegate.localDesc": "Local Desc",
2432
- "runtimegate.localEyebrow": "Local Eyebrow",
2433
- "runtimegate.localTitle": "Local Title",
2434
- "runtimegate.provisioning": "Provisioning",
2435
- "runtimegate.remoteConnectEyebrow": "Remote Connect Eyebrow",
2436
- "runtimegate.remoteDesc": "Remote Desc",
2437
- "runtimegate.remoteEyebrow": "Remote Eyebrow",
2438
- "runtimegate.remoteTitle": "Remote Title",
2439
- "runtimegate.remoteTokenPlaceholder": "Remote Token Placeholder",
2440
- "runtimegate.remoteUrlPlaceholder": "Remote Url Placeholder",
2421
+ "runtimegate.autoCreating": "Setting up your first agent...",
2422
+ "runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
2423
+ "runtimegate.cloudEyebrow": "Eliza Cloud",
2424
+ "runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
2425
+ "runtimegate.cloudTitle": "Run in Eliza Cloud",
2426
+ "runtimegate.connecting": "Connecting...",
2427
+ "runtimegate.creating": "Creating agent...",
2428
+ "runtimegate.failedCreate": "Failed to create agent. Try again.",
2429
+ "runtimegate.failedLoadAgents": "Failed to load agents",
2430
+ "runtimegate.loadingAgents": "Loading your agent...",
2431
+ "runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
2432
+ "runtimegate.localEyebrow": "This device",
2433
+ "runtimegate.localTitle": "Run a local agent",
2434
+ "runtimegate.provisioning": "Provisioning...",
2435
+ "runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
2436
+ "runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
2437
+ "runtimegate.remoteEyebrow": "Remote agent",
2438
+ "runtimegate.remoteTitle": "Connect to an existing agent",
2439
+ "runtimegate.remoteTokenPlaceholder": "Access token (optional)",
2440
+ "runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
2441
2441
  "runtimegate.retry": "Retry",
2442
- "runtimegate.signIn": "Sign In",
2443
- "runtimegate.startingProvisioning": "Starting Provisioning",
2444
- "runtimegate.subtitle": "Subtitle",
2445
- "runtimegate.title": "Title",
2446
- "runtimegate.unknownError": "Unknown Error",
2447
- "runtimegate.waitingForAuth": "Waiting For Auth",
2448
- "runtimegate.yourAgents": "Your Agents",
2442
+ "runtimegate.signIn": "Sign in with Eliza Cloud",
2443
+ "runtimegate.startingProvisioning": "Starting provisioning...",
2444
+ "runtimegate.subtitle": "Where should your agent run?",
2445
+ "runtimegate.title": "Choose your setup",
2446
+ "runtimegate.unknownError": "Unknown error",
2447
+ "runtimegate.waitingForAuth": "Waiting for auth...",
2448
+ "runtimegate.yourAgents": "Your cloud agents",
2449
2449
  "runtimeview.actions": "acciones:",
2450
2450
  "runtimeview.actionsDescription": "Revisa las acciones registradas y su orden de carga en el runtime activo.",
2451
2451
  "runtimeview.agent": "agente:",
@@ -2583,12 +2583,12 @@
2583
2583
  "settings.sections.autoTraining.label": "Auto-entrenamiento",
2584
2584
  "settings.sections.backupReset.desc": "Haz una copia de seguridad del agente, restaura desde una copia o borra todo y empieza de nuevo",
2585
2585
  "settings.sections.backupReset.label": "Copia de seguridad y restablecimiento",
2586
- "settings.sections.capabilities.autoTrainingLabel": "Auto Training Label",
2587
- "settings.sections.capabilities.autoTrainingName": "Auto Training Name",
2586
+ "settings.sections.capabilities.autoTrainingLabel": "Habilitar auto-entrenamiento",
2587
+ "settings.sections.capabilities.autoTrainingName": "Auto-entrenamiento",
2588
2588
  "settings.sections.capabilities.browserHint": "Mostrar la pestaña del navegador para navegación web controlada por el agente",
2589
2589
  "settings.sections.capabilities.browserLabel": "Habilitar Navegador",
2590
- "settings.sections.capabilities.computerUseHint": "Computer Use Hint",
2591
- "settings.sections.capabilities.computerUseLabel": "Computer Use Label",
2590
+ "settings.sections.capabilities.computerUseHint": "El uso del equipo requiere permisos de accesibilidad y grabación de pantalla.",
2591
+ "settings.sections.capabilities.computerUseLabel": "Habilitar uso del equipo",
2592
2592
  "settings.sections.capabilities.computerUseModeOption.fullControl": "Control total",
2593
2593
  "settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "Pausar uso del equipo",
2594
2594
  "settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "Revisar cada acción",
@@ -2418,34 +2418,34 @@
2418
2418
  "runtime.failed": "실패",
2419
2419
  "runtime.starting": "시작 중",
2420
2420
  "runtime.stopped": "중지됨",
2421
- "runtimegate.autoCreating": "Auto Creating",
2422
- "runtimegate.cloudDesc": "Cloud Desc",
2423
- "runtimegate.cloudEyebrow": "Cloud Eyebrow",
2424
- "runtimegate.cloudLoginEyebrow": "Cloud Login Eyebrow",
2425
- "runtimegate.cloudTitle": "Cloud Title",
2426
- "runtimegate.connecting": "Connecting",
2427
- "runtimegate.creating": "Creating",
2428
- "runtimegate.failedCreate": "Failed Create",
2429
- "runtimegate.failedLoadAgents": "Failed Load Agents",
2430
- "runtimegate.loadingAgents": "Loading Agents",
2431
- "runtimegate.localDesc": "Local Desc",
2432
- "runtimegate.localEyebrow": "Local Eyebrow",
2433
- "runtimegate.localTitle": "Local Title",
2434
- "runtimegate.provisioning": "Provisioning",
2435
- "runtimegate.remoteConnectEyebrow": "Remote Connect Eyebrow",
2436
- "runtimegate.remoteDesc": "Remote Desc",
2437
- "runtimegate.remoteEyebrow": "Remote Eyebrow",
2438
- "runtimegate.remoteTitle": "Remote Title",
2439
- "runtimegate.remoteTokenPlaceholder": "Remote Token Placeholder",
2440
- "runtimegate.remoteUrlPlaceholder": "Remote Url Placeholder",
2421
+ "runtimegate.autoCreating": "Setting up your first agent...",
2422
+ "runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
2423
+ "runtimegate.cloudEyebrow": "Eliza Cloud",
2424
+ "runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
2425
+ "runtimegate.cloudTitle": "Run in Eliza Cloud",
2426
+ "runtimegate.connecting": "Connecting...",
2427
+ "runtimegate.creating": "Creating agent...",
2428
+ "runtimegate.failedCreate": "Failed to create agent. Try again.",
2429
+ "runtimegate.failedLoadAgents": "Failed to load agents",
2430
+ "runtimegate.loadingAgents": "Loading your agent...",
2431
+ "runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
2432
+ "runtimegate.localEyebrow": "This device",
2433
+ "runtimegate.localTitle": "Run a local agent",
2434
+ "runtimegate.provisioning": "Provisioning...",
2435
+ "runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
2436
+ "runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
2437
+ "runtimegate.remoteEyebrow": "Remote agent",
2438
+ "runtimegate.remoteTitle": "Connect to an existing agent",
2439
+ "runtimegate.remoteTokenPlaceholder": "Access token (optional)",
2440
+ "runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
2441
2441
  "runtimegate.retry": "Retry",
2442
- "runtimegate.signIn": "Sign In",
2443
- "runtimegate.startingProvisioning": "Starting Provisioning",
2444
- "runtimegate.subtitle": "Subtitle",
2445
- "runtimegate.title": "Title",
2446
- "runtimegate.unknownError": "Unknown Error",
2447
- "runtimegate.waitingForAuth": "Waiting For Auth",
2448
- "runtimegate.yourAgents": "Your Agents",
2442
+ "runtimegate.signIn": "Sign in with Eliza Cloud",
2443
+ "runtimegate.startingProvisioning": "Starting provisioning...",
2444
+ "runtimegate.subtitle": "Where should your agent run?",
2445
+ "runtimegate.title": "Choose your setup",
2446
+ "runtimegate.unknownError": "Unknown error",
2447
+ "runtimegate.waitingForAuth": "Waiting for auth...",
2448
+ "runtimegate.yourAgents": "Your cloud agents",
2449
2449
  "runtimeview.actions": "액션:",
2450
2450
  "runtimeview.actionsDescription": "활성 런타임에 등록된 작업과 그 로드 순서를 검토하세요.",
2451
2451
  "runtimeview.agent": "에이전트:",
@@ -2583,12 +2583,12 @@
2583
2583
  "settings.sections.autoTraining.label": "자동 학습",
2584
2584
  "settings.sections.backupReset.desc": "에이전트를 백업하고, 백업에서 복원하거나, 모두 지우고 처음부터 다시 시작합니다",
2585
2585
  "settings.sections.backupReset.label": "백업 및 초기화",
2586
- "settings.sections.capabilities.autoTrainingLabel": "Auto Training Label",
2587
- "settings.sections.capabilities.autoTrainingName": "Auto Training Name",
2586
+ "settings.sections.capabilities.autoTrainingLabel": "자동 학습 활성화",
2587
+ "settings.sections.capabilities.autoTrainingName": "자동 학습",
2588
2588
  "settings.sections.capabilities.browserHint": "에이전트 제어 웹 브라우징을 위한 브라우저 탭 표시",
2589
2589
  "settings.sections.capabilities.browserLabel": "브라우저 활성화",
2590
- "settings.sections.capabilities.computerUseHint": "Computer Use Hint",
2591
- "settings.sections.capabilities.computerUseLabel": "Computer Use Label",
2590
+ "settings.sections.capabilities.computerUseHint": "Computer Use 사용하려면 손쉬운 사용 및 화면 기록 권한이 필요합니다.",
2591
+ "settings.sections.capabilities.computerUseLabel": "Computer Use 활성화",
2592
2592
  "settings.sections.capabilities.computerUseModeOption.fullControl": "전체 제어",
2593
2593
  "settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "컴퓨터 사용 일시정지",
2594
2594
  "settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "모든 액션 검토",
@@ -2418,34 +2418,34 @@
2418
2418
  "runtime.failed": "FALHOU",
2419
2419
  "runtime.starting": "INICIANDO",
2420
2420
  "runtime.stopped": "PARADO",
2421
- "runtimegate.autoCreating": "Auto Creating",
2422
- "runtimegate.cloudDesc": "Cloud Desc",
2423
- "runtimegate.cloudEyebrow": "Cloud Eyebrow",
2424
- "runtimegate.cloudLoginEyebrow": "Cloud Login Eyebrow",
2425
- "runtimegate.cloudTitle": "Cloud Title",
2426
- "runtimegate.connecting": "Connecting",
2427
- "runtimegate.creating": "Creating",
2428
- "runtimegate.failedCreate": "Failed Create",
2429
- "runtimegate.failedLoadAgents": "Failed Load Agents",
2430
- "runtimegate.loadingAgents": "Loading Agents",
2431
- "runtimegate.localDesc": "Local Desc",
2432
- "runtimegate.localEyebrow": "Local Eyebrow",
2433
- "runtimegate.localTitle": "Local Title",
2434
- "runtimegate.provisioning": "Provisioning",
2435
- "runtimegate.remoteConnectEyebrow": "Remote Connect Eyebrow",
2436
- "runtimegate.remoteDesc": "Remote Desc",
2437
- "runtimegate.remoteEyebrow": "Remote Eyebrow",
2438
- "runtimegate.remoteTitle": "Remote Title",
2439
- "runtimegate.remoteTokenPlaceholder": "Remote Token Placeholder",
2440
- "runtimegate.remoteUrlPlaceholder": "Remote Url Placeholder",
2421
+ "runtimegate.autoCreating": "Setting up your first agent...",
2422
+ "runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
2423
+ "runtimegate.cloudEyebrow": "Eliza Cloud",
2424
+ "runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
2425
+ "runtimegate.cloudTitle": "Run in Eliza Cloud",
2426
+ "runtimegate.connecting": "Connecting...",
2427
+ "runtimegate.creating": "Creating agent...",
2428
+ "runtimegate.failedCreate": "Failed to create agent. Try again.",
2429
+ "runtimegate.failedLoadAgents": "Failed to load agents",
2430
+ "runtimegate.loadingAgents": "Loading your agent...",
2431
+ "runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
2432
+ "runtimegate.localEyebrow": "This device",
2433
+ "runtimegate.localTitle": "Run a local agent",
2434
+ "runtimegate.provisioning": "Provisioning...",
2435
+ "runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
2436
+ "runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
2437
+ "runtimegate.remoteEyebrow": "Remote agent",
2438
+ "runtimegate.remoteTitle": "Connect to an existing agent",
2439
+ "runtimegate.remoteTokenPlaceholder": "Access token (optional)",
2440
+ "runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
2441
2441
  "runtimegate.retry": "Retry",
2442
- "runtimegate.signIn": "Sign In",
2443
- "runtimegate.startingProvisioning": "Starting Provisioning",
2444
- "runtimegate.subtitle": "Subtitle",
2445
- "runtimegate.title": "Title",
2446
- "runtimegate.unknownError": "Unknown Error",
2447
- "runtimegate.waitingForAuth": "Waiting For Auth",
2448
- "runtimegate.yourAgents": "Your Agents",
2442
+ "runtimegate.signIn": "Sign in with Eliza Cloud",
2443
+ "runtimegate.startingProvisioning": "Starting provisioning...",
2444
+ "runtimegate.subtitle": "Where should your agent run?",
2445
+ "runtimegate.title": "Choose your setup",
2446
+ "runtimegate.unknownError": "Unknown error",
2447
+ "runtimegate.waitingForAuth": "Waiting for auth...",
2448
+ "runtimegate.yourAgents": "Your cloud agents",
2449
2449
  "runtimeview.actions": "ações:",
2450
2450
  "runtimeview.actionsDescription": "Revise as ações registradas e a ordem de carregamento no runtime ativo.",
2451
2451
  "runtimeview.agent": "agente:",
@@ -2582,12 +2582,12 @@
2582
2582
  "settings.sections.autoTraining.label": "Treinamento automático",
2583
2583
  "settings.sections.backupReset.desc": "Faça backup do agente, restaure de um backup ou apague tudo e comece do zero",
2584
2584
  "settings.sections.backupReset.label": "Backup e Redefinir",
2585
- "settings.sections.capabilities.autoTrainingLabel": "Auto Training Label",
2586
- "settings.sections.capabilities.autoTrainingName": "Auto Training Name",
2585
+ "settings.sections.capabilities.autoTrainingLabel": "Ativar auto-treinamento",
2586
+ "settings.sections.capabilities.autoTrainingName": "Auto-treinamento",
2587
2587
  "settings.sections.capabilities.browserHint": "Mostrar a aba do navegador para navegacao web controlada pelo agente",
2588
2588
  "settings.sections.capabilities.browserLabel": "Habilitar Navegador",
2589
- "settings.sections.capabilities.computerUseHint": "Computer Use Hint",
2590
- "settings.sections.capabilities.computerUseLabel": "Computer Use Label",
2589
+ "settings.sections.capabilities.computerUseHint": "O uso do computador requer permissões de acessibilidade e gravação de tela.",
2590
+ "settings.sections.capabilities.computerUseLabel": "Ativar uso do computador",
2591
2591
  "settings.sections.capabilities.computerUseModeOption.fullControl": "Controle total",
2592
2592
  "settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "Pausar uso do computador",
2593
2593
  "settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "Revisar cada ação",
@@ -2418,34 +2418,34 @@
2418
2418
  "runtime.failed": "NABIGO",
2419
2419
  "runtime.starting": "NAGSISIMULA",
2420
2420
  "runtime.stopped": "HININTO",
2421
- "runtimegate.autoCreating": "Auto Creating",
2422
- "runtimegate.cloudDesc": "Cloud Desc",
2423
- "runtimegate.cloudEyebrow": "Cloud Eyebrow",
2424
- "runtimegate.cloudLoginEyebrow": "Cloud Login Eyebrow",
2425
- "runtimegate.cloudTitle": "Cloud Title",
2426
- "runtimegate.connecting": "Connecting",
2427
- "runtimegate.creating": "Creating",
2428
- "runtimegate.failedCreate": "Failed Create",
2429
- "runtimegate.failedLoadAgents": "Failed Load Agents",
2430
- "runtimegate.loadingAgents": "Loading Agents",
2431
- "runtimegate.localDesc": "Local Desc",
2432
- "runtimegate.localEyebrow": "Local Eyebrow",
2433
- "runtimegate.localTitle": "Local Title",
2434
- "runtimegate.provisioning": "Provisioning",
2435
- "runtimegate.remoteConnectEyebrow": "Remote Connect Eyebrow",
2436
- "runtimegate.remoteDesc": "Remote Desc",
2437
- "runtimegate.remoteEyebrow": "Remote Eyebrow",
2438
- "runtimegate.remoteTitle": "Remote Title",
2439
- "runtimegate.remoteTokenPlaceholder": "Remote Token Placeholder",
2440
- "runtimegate.remoteUrlPlaceholder": "Remote Url Placeholder",
2421
+ "runtimegate.autoCreating": "Setting up your first agent...",
2422
+ "runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
2423
+ "runtimegate.cloudEyebrow": "Eliza Cloud",
2424
+ "runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
2425
+ "runtimegate.cloudTitle": "Run in Eliza Cloud",
2426
+ "runtimegate.connecting": "Connecting...",
2427
+ "runtimegate.creating": "Creating agent...",
2428
+ "runtimegate.failedCreate": "Failed to create agent. Try again.",
2429
+ "runtimegate.failedLoadAgents": "Failed to load agents",
2430
+ "runtimegate.loadingAgents": "Loading your agent...",
2431
+ "runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
2432
+ "runtimegate.localEyebrow": "This device",
2433
+ "runtimegate.localTitle": "Run a local agent",
2434
+ "runtimegate.provisioning": "Provisioning...",
2435
+ "runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
2436
+ "runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
2437
+ "runtimegate.remoteEyebrow": "Remote agent",
2438
+ "runtimegate.remoteTitle": "Connect to an existing agent",
2439
+ "runtimegate.remoteTokenPlaceholder": "Access token (optional)",
2440
+ "runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
2441
2441
  "runtimegate.retry": "Retry",
2442
- "runtimegate.signIn": "Sign In",
2443
- "runtimegate.startingProvisioning": "Starting Provisioning",
2444
- "runtimegate.subtitle": "Subtitle",
2445
- "runtimegate.title": "Title",
2446
- "runtimegate.unknownError": "Unknown Error",
2447
- "runtimegate.waitingForAuth": "Waiting For Auth",
2448
- "runtimegate.yourAgents": "Your Agents",
2442
+ "runtimegate.signIn": "Sign in with Eliza Cloud",
2443
+ "runtimegate.startingProvisioning": "Starting provisioning...",
2444
+ "runtimegate.subtitle": "Where should your agent run?",
2445
+ "runtimegate.title": "Choose your setup",
2446
+ "runtimegate.unknownError": "Unknown error",
2447
+ "runtimegate.waitingForAuth": "Waiting for auth...",
2448
+ "runtimegate.yourAgents": "Your cloud agents",
2449
2449
  "runtimeview.actions": "mga action:",
2450
2450
  "runtimeview.actionsDescription": "Suriin ang mga nakarehistrong action at ang pagkakasunod ng pag-load ng mga ito sa aktibong runtime.",
2451
2451
  "runtimeview.agent": "ahente:",
@@ -2583,12 +2583,12 @@
2583
2583
  "settings.sections.autoTraining.label": "Auto-training",
2584
2584
  "settings.sections.backupReset.desc": "I-backup ang agent, i-restore mula sa backup, o burahin ang lahat at magsimula muli",
2585
2585
  "settings.sections.backupReset.label": "Backup at I-reset",
2586
- "settings.sections.capabilities.autoTrainingLabel": "Auto Training Label",
2587
- "settings.sections.capabilities.autoTrainingName": "Auto Training Name",
2586
+ "settings.sections.capabilities.autoTrainingLabel": "I-enable ang auto-training",
2587
+ "settings.sections.capabilities.autoTrainingName": "Auto-training",
2588
2588
  "settings.sections.capabilities.browserHint": "Ipakita ang Browser tab para sa agent-controlled web browsing",
2589
2589
  "settings.sections.capabilities.browserLabel": "I-enable ang Browser",
2590
- "settings.sections.capabilities.computerUseHint": "Computer Use Hint",
2591
- "settings.sections.capabilities.computerUseLabel": "Computer Use Label",
2590
+ "settings.sections.capabilities.computerUseHint": "Kailangan ng Computer Use ang Accessibility at Screen Recording permissions.",
2591
+ "settings.sections.capabilities.computerUseLabel": "I-enable ang Computer Use",
2592
2592
  "settings.sections.capabilities.computerUseModeOption.fullControl": "Full Control",
2593
2593
  "settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "I-pause ang Computer Use",
2594
2594
  "settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "I-review ang Bawat Action",
@@ -2418,34 +2418,34 @@
2418
2418
  "runtime.failed": "THẤT BẠI",
2419
2419
  "runtime.starting": "ĐANG KHỞI ĐỘNG",
2420
2420
  "runtime.stopped": "ĐÃ DỪNG",
2421
- "runtimegate.autoCreating": "Auto Creating",
2422
- "runtimegate.cloudDesc": "Cloud Desc",
2423
- "runtimegate.cloudEyebrow": "Cloud Eyebrow",
2424
- "runtimegate.cloudLoginEyebrow": "Cloud Login Eyebrow",
2425
- "runtimegate.cloudTitle": "Cloud Title",
2426
- "runtimegate.connecting": "Connecting",
2427
- "runtimegate.creating": "Creating",
2428
- "runtimegate.failedCreate": "Failed Create",
2429
- "runtimegate.failedLoadAgents": "Failed Load Agents",
2430
- "runtimegate.loadingAgents": "Loading Agents",
2431
- "runtimegate.localDesc": "Local Desc",
2432
- "runtimegate.localEyebrow": "Local Eyebrow",
2433
- "runtimegate.localTitle": "Local Title",
2434
- "runtimegate.provisioning": "Provisioning",
2435
- "runtimegate.remoteConnectEyebrow": "Remote Connect Eyebrow",
2436
- "runtimegate.remoteDesc": "Remote Desc",
2437
- "runtimegate.remoteEyebrow": "Remote Eyebrow",
2438
- "runtimegate.remoteTitle": "Remote Title",
2439
- "runtimegate.remoteTokenPlaceholder": "Remote Token Placeholder",
2440
- "runtimegate.remoteUrlPlaceholder": "Remote Url Placeholder",
2421
+ "runtimegate.autoCreating": "Setting up your first agent...",
2422
+ "runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
2423
+ "runtimegate.cloudEyebrow": "Eliza Cloud",
2424
+ "runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
2425
+ "runtimegate.cloudTitle": "Run in Eliza Cloud",
2426
+ "runtimegate.connecting": "Connecting...",
2427
+ "runtimegate.creating": "Creating agent...",
2428
+ "runtimegate.failedCreate": "Failed to create agent. Try again.",
2429
+ "runtimegate.failedLoadAgents": "Failed to load agents",
2430
+ "runtimegate.loadingAgents": "Loading your agent...",
2431
+ "runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
2432
+ "runtimegate.localEyebrow": "This device",
2433
+ "runtimegate.localTitle": "Run a local agent",
2434
+ "runtimegate.provisioning": "Provisioning...",
2435
+ "runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
2436
+ "runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
2437
+ "runtimegate.remoteEyebrow": "Remote agent",
2438
+ "runtimegate.remoteTitle": "Connect to an existing agent",
2439
+ "runtimegate.remoteTokenPlaceholder": "Access token (optional)",
2440
+ "runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
2441
2441
  "runtimegate.retry": "Retry",
2442
- "runtimegate.signIn": "Sign In",
2443
- "runtimegate.startingProvisioning": "Starting Provisioning",
2444
- "runtimegate.subtitle": "Subtitle",
2445
- "runtimegate.title": "Title",
2446
- "runtimegate.unknownError": "Unknown Error",
2447
- "runtimegate.waitingForAuth": "Waiting For Auth",
2448
- "runtimegate.yourAgents": "Your Agents",
2442
+ "runtimegate.signIn": "Sign in with Eliza Cloud",
2443
+ "runtimegate.startingProvisioning": "Starting provisioning...",
2444
+ "runtimegate.subtitle": "Where should your agent run?",
2445
+ "runtimegate.title": "Choose your setup",
2446
+ "runtimegate.unknownError": "Unknown error",
2447
+ "runtimegate.waitingForAuth": "Waiting for auth...",
2448
+ "runtimegate.yourAgents": "Your cloud agents",
2449
2449
  "runtimeview.actions": "hành động:",
2450
2450
  "runtimeview.actionsDescription": "Xem lại các action đã đăng ký và thứ tự tải của chúng trong runtime hiện tại.",
2451
2451
  "runtimeview.agent": "đại lý:",
@@ -2583,12 +2583,12 @@
2583
2583
  "settings.sections.autoTraining.label": "Tự động huấn luyện",
2584
2584
  "settings.sections.backupReset.desc": "Sao lưu agent, khôi phục từ bản sao lưu, hoặc xoá sạch và bắt đầu lại",
2585
2585
  "settings.sections.backupReset.label": "Sao lưu & Đặt lại",
2586
- "settings.sections.capabilities.autoTrainingLabel": "Auto Training Label",
2587
- "settings.sections.capabilities.autoTrainingName": "Auto Training Name",
2586
+ "settings.sections.capabilities.autoTrainingLabel": "Bật tự động huấn luyện",
2587
+ "settings.sections.capabilities.autoTrainingName": "Tự động huấn luyện",
2588
2588
  "settings.sections.capabilities.browserHint": "Hien thi tab Trinh duyet de agent dieu khien duyet web",
2589
2589
  "settings.sections.capabilities.browserLabel": "Bat Trinh duyet",
2590
- "settings.sections.capabilities.computerUseHint": "Computer Use Hint",
2591
- "settings.sections.capabilities.computerUseLabel": "Computer Use Label",
2590
+ "settings.sections.capabilities.computerUseHint": "Computer Use yêu cầu quyền Trợ năng và Ghi màn hình.",
2591
+ "settings.sections.capabilities.computerUseLabel": "Bật Computer Use",
2592
2592
  "settings.sections.capabilities.computerUseModeOption.fullControl": "Toàn quyền",
2593
2593
  "settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "Tạm dừng Computer Use",
2594
2594
  "settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "Xem xét mọi hành động",