@elizaos/agent 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.
- package/apps/app-steward/src/services/steward-sidecar/process-management.d.ts.map +1 -1
- package/apps/app-steward/src/services/steward-sidecar/process-management.js +1 -1
- package/apps/app-steward/src/services/steward-sidecar/wallet-setup.d.ts.map +1 -1
- package/apps/app-steward/src/services/steward-sidecar/wallet-setup.js +2 -2
- package/apps/app-steward/src/services/steward-sidecar.d.ts.map +1 -1
- package/apps/app-steward/src/services/steward-sidecar.js +10 -7
- package/package.json +4 -4
- package/packages/agent/src/api/index.d.ts +1 -0
- package/packages/agent/src/api/index.d.ts.map +1 -1
- package/packages/agent/src/api/index.js +5 -0
- package/packages/app-core/src/api/client-n8n.d.ts +2 -2
- package/packages/app-core/src/api/client-n8n.d.ts.map +1 -1
- package/packages/app-core/src/api/client-types-chat.d.ts +23 -0
- package/packages/app-core/src/api/client-types-chat.d.ts.map +1 -1
- package/packages/app-core/src/api/client-types-chat.js +5 -1
- package/packages/app-core/src/components/character/CharacterHubView.d.ts.map +1 -1
- package/packages/app-core/src/components/character/CharacterHubView.js +3 -1
- package/packages/app-core/src/components/chat/TasksEventsPanel.d.ts.map +1 -1
- package/packages/app-core/src/components/chat/TasksEventsPanel.js +5 -1
- package/packages/app-core/src/components/pages/AutomationsView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/AutomationsView.js +42 -7
- package/packages/app-core/src/components/pages/HeartbeatsView.d.ts.map +1 -1
- package/packages/app-core/src/components/pages/HeartbeatsView.js +3 -1
- package/packages/app-core/src/i18n/locales/en.json +31 -31
- package/packages/app-core/src/i18n/locales/es.json +31 -31
- package/packages/app-core/src/i18n/locales/ko.json +31 -31
- package/packages/app-core/src/i18n/locales/pt.json +31 -31
- package/packages/app-core/src/i18n/locales/tl.json +31 -31
- package/packages/app-core/src/i18n/locales/vi.json +31 -31
- 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":"
|
|
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;
|
|
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;
|
|
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
|
|
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"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/agent",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.422",
|
|
4
4
|
"description": "Standalone elizaOS-based agent and backend server package.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
"@elizaos/app-steward": "^0.0.0",
|
|
468
468
|
"@elizaos/app-task-coordinator": "^0.0.0",
|
|
469
469
|
"@elizaos/app-training": "^0.0.1",
|
|
470
|
-
"@elizaos/core": "^2.0.0-alpha.
|
|
470
|
+
"@elizaos/core": "^2.0.0-alpha.422",
|
|
471
471
|
"@elizaos/plugin-agent-orchestrator": "^0.6.2-alpha.0",
|
|
472
472
|
"@elizaos/plugin-browser-bridge": "^0.1.0",
|
|
473
473
|
"@elizaos/plugin-local-embedding": "^2.0.0-alpha.12",
|
|
@@ -476,8 +476,8 @@
|
|
|
476
476
|
"@elizaos/plugin-solana": "^2.0.0-alpha.6",
|
|
477
477
|
"@elizaos/plugin-sql": "^2.0.0-alpha.19",
|
|
478
478
|
"@elizaos/plugin-wechat": "^0.1.0",
|
|
479
|
-
"@elizaos/shared": "^2.0.0-alpha.
|
|
480
|
-
"@elizaos/skills": "^2.0.0-alpha.
|
|
479
|
+
"@elizaos/shared": "^2.0.0-alpha.422",
|
|
480
|
+
"@elizaos/skills": "^2.0.0-alpha.422",
|
|
481
481
|
"@hapi/boom": "^10.0.1",
|
|
482
482
|
"@noble/curves": "^2.0.1",
|
|
483
483
|
"@solana/web3.js": "^1.98.4",
|
|
@@ -53,5 +53,6 @@ export * from "./wallet-routes.js";
|
|
|
53
53
|
export * from "./wallet-rpc.js";
|
|
54
54
|
export * from "./wallet-trading-profile.js";
|
|
55
55
|
export { applyWhatsAppQrOverride, handleWhatsAppRoute, type WhatsAppPairingEventLike, type WhatsAppPairingSessionLike, type WhatsAppRouteDeps, type WhatsAppRouteState, } from "./whatsapp-routes.js";
|
|
56
|
+
export { matchPluginRoutePath, tryHandleRuntimePluginRoute, } from "./runtime-plugin-routes.js";
|
|
56
57
|
export * from "./zip-utils.js";
|
|
57
58
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/api/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kBAAkB,CAAC;AACjC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,OAAO,EACL,KAAK,eAAe,EACpB,gBAAgB,GACjB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,KAAK,uBAAuB,EAC5B,uBAAuB,GACxB,MAAM,0BAA0B,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,OAAO,EACL,qBAAqB,EACrB,iBAAiB,EACjB,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,eAAe,EACpB,KAAK,gBAAgB,GACtB,MAAM,oBAAoB,CAAC;AAC5B,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,6BAA6B,CAAC;AAC5C,OAAO,EACL,uBAAuB,EACvB,mBAAmB,EACnB,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAC/B,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,GACxB,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/api/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kBAAkB,CAAC;AACjC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,OAAO,EACL,KAAK,eAAe,EACpB,gBAAgB,GACjB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,KAAK,uBAAuB,EAC5B,uBAAuB,GACxB,MAAM,0BAA0B,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,OAAO,EACL,qBAAqB,EACrB,iBAAiB,EACjB,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,eAAe,EACpB,KAAK,gBAAgB,GACtB,MAAM,oBAAoB,CAAC;AAC5B,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,6BAA6B,CAAC;AAC5C,OAAO,EACL,uBAAuB,EACvB,mBAAmB,EACnB,KAAK,wBAAwB,EAC7B,KAAK,0BAA0B,EAC/B,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,GACxB,MAAM,sBAAsB,CAAC;AAK9B,OAAO,EACL,oBAAoB,EACpB,2BAA2B,GAC5B,MAAM,4BAA4B,CAAC;AACpC,cAAc,gBAAgB,CAAC"}
|
|
@@ -53,4 +53,9 @@ export * from "./wallet-routes.js";
|
|
|
53
53
|
export * from "./wallet-rpc.js";
|
|
54
54
|
export * from "./wallet-trading-profile.js";
|
|
55
55
|
export { applyWhatsAppQrOverride, handleWhatsAppRoute, } from "./whatsapp-routes.js";
|
|
56
|
+
// `runtime-plugin-routes.ts` exports `matchPluginRoutePath` (used by plugin
|
|
57
|
+
// authors and their tests, e.g. apps/app-vincent/src/vincent-plugin-dispatch.test.ts)
|
|
58
|
+
// and the request-handling helper `tryHandleRuntimePluginRoute` (used by
|
|
59
|
+
// agent runtime wiring). Both are part of the public agent surface.
|
|
60
|
+
export { matchPluginRoutePath, tryHandleRuntimePluginRoute, } from "./runtime-plugin-routes.js";
|
|
56
61
|
export * from "./zip-utils.js";
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The workflow CRUD routes are served by the n8n plugin itself
|
|
6
6
|
* but exposed through the same base URL via the plugin's route registration.
|
|
7
7
|
*/
|
|
8
|
-
import type { N8nStatusResponse, N8nWorkflow, N8nWorkflowGenerateRequest, N8nWorkflowWriteRequest } from "./client-types-chat";
|
|
8
|
+
import type { N8nStatusResponse, N8nWorkflow, N8nWorkflowGenerateRequest, N8nWorkflowGenerateResponse, N8nWorkflowWriteRequest } from "./client-types-chat";
|
|
9
9
|
declare module "./client-base" {
|
|
10
10
|
interface ElizaClient {
|
|
11
11
|
getN8nStatus(): Promise<N8nStatusResponse>;
|
|
@@ -13,7 +13,7 @@ declare module "./client-base" {
|
|
|
13
13
|
listN8nWorkflows(): Promise<N8nWorkflow[]>;
|
|
14
14
|
createN8nWorkflow(request: N8nWorkflowWriteRequest): Promise<N8nWorkflow>;
|
|
15
15
|
updateN8nWorkflow(id: string, request: N8nWorkflowWriteRequest): Promise<N8nWorkflow>;
|
|
16
|
-
generateN8nWorkflow(request: N8nWorkflowGenerateRequest): Promise<
|
|
16
|
+
generateN8nWorkflow(request: N8nWorkflowGenerateRequest): Promise<N8nWorkflowGenerateResponse>;
|
|
17
17
|
activateN8nWorkflow(id: string): Promise<N8nWorkflow>;
|
|
18
18
|
deactivateN8nWorkflow(id: string): Promise<N8nWorkflow>;
|
|
19
19
|
deleteN8nWorkflow(id: string): Promise<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client-n8n.d.ts","sourceRoot":"","sources":["../../../../../../app-core/src/api/client-n8n.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,EACV,iBAAiB,EACjB,WAAW,EACX,0BAA0B,EAC1B,uBAAuB,EACxB,MAAM,qBAAqB,CAAC;AAM7B,OAAO,QAAQ,eAAe,CAAC;IAC7B,UAAU,WAAW;QACnB,YAAY,IAAI,OAAO,CAAC,iBAAiB,CAAC,CAAC;QAC3C,cAAc,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;QACjD,gBAAgB,IAAI,OAAO,CAAC,WAAW,EAAE,CAAC,CAAC;QAC3C,iBAAiB,CAAC,OAAO,EAAE,uBAAuB,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;QAC1E,iBAAiB,CACf,EAAE,EAAE,MAAM,EACV,OAAO,EAAE,uBAAuB,GAC/B,OAAO,CAAC,WAAW,CAAC,CAAC;QACxB,mBAAmB,CACjB,OAAO,EAAE,0BAA0B,GAClC,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"client-n8n.d.ts","sourceRoot":"","sources":["../../../../../../app-core/src/api/client-n8n.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,EACV,iBAAiB,EACjB,WAAW,EACX,0BAA0B,EAC1B,2BAA2B,EAC3B,uBAAuB,EACxB,MAAM,qBAAqB,CAAC;AAM7B,OAAO,QAAQ,eAAe,CAAC;IAC7B,UAAU,WAAW;QACnB,YAAY,IAAI,OAAO,CAAC,iBAAiB,CAAC,CAAC;QAC3C,cAAc,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;QACjD,gBAAgB,IAAI,OAAO,CAAC,WAAW,EAAE,CAAC,CAAC;QAC3C,iBAAiB,CAAC,OAAO,EAAE,uBAAuB,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;QAC1E,iBAAiB,CACf,EAAE,EAAE,MAAM,EACV,OAAO,EAAE,uBAAuB,GAC/B,OAAO,CAAC,WAAW,CAAC,CAAC;QACxB,mBAAmB,CACjB,OAAO,EAAE,0BAA0B,GAClC,OAAO,CAAC,2BAA2B,CAAC,CAAC;QACxC,mBAAmB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;QACtD,qBAAqB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC,CAAC;QACxD,iBAAiB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC;YAAE,EAAE,EAAE,OAAO,CAAA;SAAE,CAAC,CAAC;QACxD,eAAe,IAAI,OAAO,CAAC;YAAE,EAAE,EAAE,OAAO,CAAA;SAAE,CAAC,CAAC;KAC7C;CACF"}
|
|
@@ -360,6 +360,29 @@ export interface N8nWorkflow {
|
|
|
360
360
|
/** Connection graph. Present on single-workflow GET; absent on list. */
|
|
361
361
|
connections?: N8nConnectionMap;
|
|
362
362
|
}
|
|
363
|
+
/**
|
|
364
|
+
* One missing credential entry on a workflow generate response. `authUrl` is
|
|
365
|
+
* a `milady://settings/connectors/<provider>` deep-link the UI may surface.
|
|
366
|
+
*/
|
|
367
|
+
export interface N8nWorkflowMissingCredential {
|
|
368
|
+
credType: string;
|
|
369
|
+
authUrl?: string;
|
|
370
|
+
}
|
|
371
|
+
/**
|
|
372
|
+
* Returned by `POST /api/n8n/workflows/generate` when the deployed workflow
|
|
373
|
+
* references credentials the user hasn't connected yet. Carries the deployed
|
|
374
|
+
* workflow's identity plus the list of unmet credential requirements so the
|
|
375
|
+
* UI can render a CTA banner.
|
|
376
|
+
*/
|
|
377
|
+
export interface N8nWorkflowMissingCredentialsResponse {
|
|
378
|
+
id: string;
|
|
379
|
+
name: string;
|
|
380
|
+
active: boolean;
|
|
381
|
+
missingCredentials: N8nWorkflowMissingCredential[];
|
|
382
|
+
warning: "missing credentials";
|
|
383
|
+
}
|
|
384
|
+
export type N8nWorkflowGenerateResponse = N8nWorkflow | N8nWorkflowMissingCredentialsResponse;
|
|
385
|
+
export declare function isMissingCredentialsResponse(res: N8nWorkflowGenerateResponse): res is N8nWorkflowMissingCredentialsResponse;
|
|
363
386
|
export interface N8nWorkflowWriteNode {
|
|
364
387
|
id?: string;
|
|
365
388
|
name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client-types-chat.d.ts","sourceRoot":"","sources":["../../../../../../app-core/src/api/client-types-chat.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"client-types-chat.d.ts","sourceRoot":"","sources":["../../../../../../app-core/src/api/client-types-chat.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,4 +2,8 @@
|
|
|
2
2
|
// Chat types — Conversation*, Chat*, Message*, Stream*, Action*, Emote*,
|
|
3
3
|
// Knowledge*, Memory*, MCP*, Share*
|
|
4
4
|
// ---------------------------------------------------------------------------
|
|
5
|
-
export {
|
|
5
|
+
export function isMissingCredentialsResponse(res) {
|
|
6
|
+
const candidate = res;
|
|
7
|
+
return (candidate.warning === "missing credentials" &&
|
|
8
|
+
Array.isArray(candidate.missingCredentials));
|
|
9
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CharacterHubView.d.ts","sourceRoot":"","sources":["../../../../../../../app-core/src/components/character/CharacterHubView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AA2BzD,OAAO,KAAK,EACV,aAAa,EAKd,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"CharacterHubView.d.ts","sourceRoot":"","sources":["../../../../../../../app-core/src/components/character/CharacterHubView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AA2BzD,OAAO,KAAK,EACV,aAAa,EAKd,MAAM,wBAAwB,CAAC;AA4BhC,KAAK,qBAAqB,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,CAAC;AAgKrD,wBAAgB,gBAAgB,CAAC,EAC/B,CAAC,EACD,OAAO,EACP,yBAAyB,EACzB,mBAAmB,EACnB,gBAAgB,EAChB,eAAe,EACf,cAAc,EACd,6BAA6B,EAC7B,cAAc,EACd,2BAA2B,EAC3B,eAAe,EACf,oBAAoB,EACpB,kBAAkB,EAClB,iBAAiB,EACjB,MAAM,GACP,EAAE;IACD,CAAC,EAAE,aAAa,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,yBAAyB,EAAE,mBAAmB,EAAE,CAAC;IACjD,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC5C,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;IAC3C,eAAe,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACzD,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxD,6BAA6B,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACpE,cAAc,EAAE,CAAC,GAAG,EAAE,qBAAqB,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACpE,2BAA2B,EAAE,CAC3B,GAAG,EAAE,MAAM,EACX,KAAK,EAAE,MAAM,EACb,KAAK,EAAE,MAAM,KACV,IAAI,CAAC;IACV,eAAe,EAAE,OAAO,CAAC;IACzB,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,iBAAiB,EAAE,OAAO,CAAC;IAC3B,MAAM,EAAE,MAAM,OAAO,CAAC,OAAO,CAAC,CAAC;CAChC,2CA++BA"}
|
|
@@ -4,7 +4,9 @@ import { BookOpen, Brain, LayoutDashboard, MessageCircle, Network, PencilLine, S
|
|
|
4
4
|
import { useCallback, useEffect, useMemo, useRef, useState, } from "react";
|
|
5
5
|
import { client } from "../../api/client";
|
|
6
6
|
import { useApp } from "../../state/useApp";
|
|
7
|
-
import
|
|
7
|
+
// Direct sub-path import to avoid the widgets/index.ts ↔ WidgetHost.tsx
|
|
8
|
+
// chunk-level circular dependency.
|
|
9
|
+
import { WidgetHost } from "../../widgets/WidgetHost";
|
|
8
10
|
import { getBrandIcon } from "../conversations/brand-icons";
|
|
9
11
|
import { KnowledgeView } from "../pages/KnowledgeView";
|
|
10
12
|
import { RelationshipsWorkspaceView } from "../pages/relationships/RelationshipsWorkspaceView";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TasksEventsPanel.d.ts","sourceRoot":"","sources":["../../../../../../../app-core/src/components/chat/TasksEventsPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAKH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"TasksEventsPanel.d.ts","sourceRoot":"","sources":["../../../../../../../app-core/src/components/chat/TasksEventsPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAKH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAQnE,OAAO,EACL,2BAA2B,EAG5B,MAAM,0BAA0B,CAAC;AAQlC,UAAU,qBAAqB;IAC7B,IAAI,EAAE,OAAO,CAAC;IACd,iFAAiF;IACjF,MAAM,EAAE,aAAa,EAAE,CAAC;IACxB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,uDAAuD;IACvD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,mEAAmE;IACnE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,sEAAsE;IACtE,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CAC7C;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,IAAI,EACJ,MAAM,EACN,WAAW,EACX,MAAc,EACd,SAAiB,EACjB,iBAAiB,GAClB,EAAE,qBAAqB,2CAmNvB;AAID,OAAO,EAAE,2BAA2B,EAAE,CAAC"}
|
|
@@ -15,7 +15,11 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
|
|
|
15
15
|
import { PanelRightClose, PanelRightOpen, Pencil } from "lucide-react";
|
|
16
16
|
import { useCallback, useMemo, useState } from "react";
|
|
17
17
|
import { useApp } from "../../state";
|
|
18
|
-
import
|
|
18
|
+
// Direct sub-path import for WidgetHost to avoid the widgets/index.ts ↔
|
|
19
|
+
// WidgetHost.tsx chunk-level cycle. The barrel still works fine for
|
|
20
|
+
// resolveWidgetsForSlot — only WidgetHost participates in the cycle.
|
|
21
|
+
import { resolveWidgetsForSlot } from "../../widgets";
|
|
22
|
+
import { WidgetHost } from "../../widgets/WidgetHost";
|
|
19
23
|
import { useChatSidebarVisibility } from "../../widgets/useChatSidebarVisibility";
|
|
20
24
|
import { APPS_SECTION_VISIBILITY_KEY, isWidgetVisible, } from "../../widgets/visibility";
|
|
21
25
|
import { AppsSection } from "./AppsSection";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutomationsView.d.ts","sourceRoot":"","sources":["../../../../../../../app-core/src/components/pages/AutomationsView.tsx"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"AutomationsView.d.ts","sourceRoot":"","sources":["../../../../../../../app-core/src/components/pages/AutomationsView.tsx"],"names":[],"mappings":"AAAA;;GAEG;AA+1KH,wBAAgB,eAAe,4CAO9B;AAED,wBAAgB,uBAAuB,4CAoDtC"}
|
|
@@ -6,11 +6,17 @@ import { Button, Dialog, DialogContent, DialogDescription, DialogHeader, DialogT
|
|
|
6
6
|
import { ArrowRight, Calendar, CheckCircle2, ChevronDown, ChevronRight, Circle, Clock3, Copy, Edit as EditIcon, FileText, GitBranch, Grid3x3, LayoutDashboard, Mail, Pause, Play, Plus, RefreshCw, Rss, Settings, Share2, Signal, SquareTerminal, Trash2, Workflow, Zap, } from "lucide-react";
|
|
7
7
|
import { createContext, useCallback, useContext, useEffect, useMemo, useRef, useState, } from "react";
|
|
8
8
|
import { client } from "../../api";
|
|
9
|
+
import { isMissingCredentialsResponse, } from "../../api/client";
|
|
9
10
|
import { useWorkflowGenerationState } from "../../hooks/useWorkflowGenerationState";
|
|
10
11
|
import { useApp } from "../../state";
|
|
11
12
|
import { confirmDesktopAction } from "../../utils";
|
|
12
13
|
import { formatDateTime, formatDurationMs } from "../../utils/format";
|
|
13
|
-
import
|
|
14
|
+
// Direct sub-path import: `widgets/index.ts` re-exports `WidgetHost` while
|
|
15
|
+
// also pulling other widgets/* modules that depend back through the barrel.
|
|
16
|
+
// Going through the index from here drags Rollup into a chunk-level cycle
|
|
17
|
+
// (warning: "reexported through module ... while both modules are
|
|
18
|
+
// dependencies of each other"); the direct import skips it.
|
|
19
|
+
import { WidgetHost } from "../../widgets/WidgetHost";
|
|
14
20
|
import { AppPageSidebar } from "../shared/AppPageSidebar";
|
|
15
21
|
import { AppWorkspaceChrome, useAppWorkspaceChatChrome, } from "../workspace/AppWorkspaceChrome";
|
|
16
22
|
import { buildAutomationDraftConversationMetadata, buildAutomationResponseRoutingMetadata, buildCoordinatorConversationMetadata, buildCoordinatorTriggerConversationMetadata, buildWorkflowConversationMetadata, buildWorkflowDraftConversationMetadata, getAutomationBridgeConversationId, resolveAutomationConversation, } from "./automation-conversations";
|
|
@@ -59,6 +65,24 @@ function prefillPageChat(text, options) {
|
|
|
59
65
|
},
|
|
60
66
|
}));
|
|
61
67
|
}
|
|
68
|
+
/**
|
|
69
|
+
* Display name for an n8n credential type. Backend emits raw credential type
|
|
70
|
+
* IDs (e.g. `slackApi`, `gmailOAuth2`); the missing-credentials banner shows
|
|
71
|
+
* users a friendly service name. Falls back to the raw type if unmapped.
|
|
72
|
+
*/
|
|
73
|
+
const CRED_TYPE_LABELS = {
|
|
74
|
+
gmailOAuth2: "Gmail",
|
|
75
|
+
gmailOAuth2Api: "Gmail",
|
|
76
|
+
slackApi: "Slack",
|
|
77
|
+
slackOAuth2Api: "Slack",
|
|
78
|
+
discordApi: "Discord",
|
|
79
|
+
discordBotApi: "Discord",
|
|
80
|
+
discordWebhookApi: "Discord",
|
|
81
|
+
telegramApi: "Telegram",
|
|
82
|
+
};
|
|
83
|
+
function prettyCredName(credType) {
|
|
84
|
+
return CRED_TYPE_LABELS[credType] ?? credType;
|
|
85
|
+
}
|
|
62
86
|
function buildWorkflowCopyRequest(workflow, name) {
|
|
63
87
|
return {
|
|
64
88
|
name,
|
|
@@ -1780,7 +1804,7 @@ function AutomationsSidebarChat({ activeItem, }) {
|
|
|
1780
1804
|
} }));
|
|
1781
1805
|
}
|
|
1782
1806
|
function AutomationsLayout() {
|
|
1783
|
-
const { activeConversationId, conversations } = useApp();
|
|
1807
|
+
const { activeConversationId, conversations, setTab } = useApp();
|
|
1784
1808
|
const ctx = useAutomationsViewContext();
|
|
1785
1809
|
const { closeEditor, editorEnabled, editingId, editingTaskId, editorOpen, editorMode, form, formError, loadTriggerRuns, modalTitle, onDeleteTrigger, onRunSelectedTrigger, onSubmitTrigger, onToggleTriggerEnabled, openCreateTrigger, openCreateTask, saveFormAsTemplate, selectedItemId, setEditingId, setEditorOpen, setEditorMode, setField, setFilter, setForm, setFormError, setSelectedItemId, setSelectedItemKind, showDetailPane, showFirstRunEmptyState, resolvedSelectedItem, t, templateNotice, triggers, filteredItems, triggerRunsById, triggersSaving, automationNodes, combinedError, isLoading, n8nStatus, workflowFetchError, } = ctx;
|
|
1786
1810
|
const [showDashboard, setShowDashboard] = useState(true);
|
|
@@ -1796,6 +1820,7 @@ function AutomationsLayout() {
|
|
|
1796
1820
|
});
|
|
1797
1821
|
}, []);
|
|
1798
1822
|
const [pageNotice, setPageNotice] = useState(null);
|
|
1823
|
+
const [missingCredentials, setMissingCredentials] = useState(null);
|
|
1799
1824
|
const [workflowBusyId, setWorkflowBusyId] = useState(null);
|
|
1800
1825
|
const [workflowOpsBusy, setWorkflowOpsBusy] = useState(false);
|
|
1801
1826
|
const [activeWorkflowConversation, setActiveWorkflowConversation] = useState(null);
|
|
@@ -2016,18 +2041,23 @@ function AutomationsLayout() {
|
|
|
2016
2041
|
const generateWorkflowFromPrompt = useCallback(async ({ prompt, title, conversation, bridgeConversationId, workflowId, }) => {
|
|
2017
2042
|
setWorkflowOpsBusy(true);
|
|
2018
2043
|
setPageNotice(null);
|
|
2044
|
+
setMissingCredentials(null);
|
|
2019
2045
|
try {
|
|
2020
|
-
const
|
|
2046
|
+
const result = await client.generateN8nWorkflow({
|
|
2021
2047
|
prompt,
|
|
2022
2048
|
...(title?.trim() ? { name: title.trim() } : {}),
|
|
2023
2049
|
...(workflowId ? { workflowId } : {}),
|
|
2024
2050
|
});
|
|
2051
|
+
if (isMissingCredentialsResponse(result)) {
|
|
2052
|
+
setMissingCredentials(result.missingCredentials);
|
|
2053
|
+
return null;
|
|
2054
|
+
}
|
|
2025
2055
|
if (conversation) {
|
|
2026
|
-
await bindConversationToWorkflow(conversation,
|
|
2056
|
+
await bindConversationToWorkflow(conversation, result, bridgeConversationId);
|
|
2027
2057
|
}
|
|
2028
2058
|
await ctx.refreshAutomations();
|
|
2029
|
-
selectWorkflowById(
|
|
2030
|
-
return
|
|
2059
|
+
selectWorkflowById(result.id);
|
|
2060
|
+
return result;
|
|
2031
2061
|
}
|
|
2032
2062
|
finally {
|
|
2033
2063
|
setWorkflowOpsBusy(false);
|
|
@@ -2431,7 +2461,12 @@ function AutomationsLayout() {
|
|
|
2431
2461
|
setEditorOpen(false);
|
|
2432
2462
|
setEditingId(null);
|
|
2433
2463
|
ctx.setEditingTaskId(null);
|
|
2434
|
-
}, children: "\u2190 Back" })) : null,
|
|
2464
|
+
}, children: "\u2190 Back" })) : null, missingCredentials && missingCredentials.length > 0 && (_jsx(PagePanel, { variant: "padded", className: "mb-4 border border-warn/40 bg-warn-subtle", children: _jsxs("div", { className: "flex items-start justify-between gap-3", children: [_jsxs("div", { className: "space-y-1", children: [_jsxs("p", { className: "text-sm font-semibold text-warn", children: ["Workflow needs ", missingCredentials.length, " credential", missingCredentials.length === 1 ? "" : "s"] }), _jsxs("p", { className: "text-xs text-muted", children: ["Connect", " ", missingCredentials
|
|
2465
|
+
.map((cred) => prettyCredName(cred.credType))
|
|
2466
|
+
.join(", "), " ", "to activate this workflow."] }), _jsx("div", { className: "mt-2 flex flex-wrap gap-2", children: missingCredentials.map((cred) => (_jsxs(Button, { size: "sm", variant: "outline", onClick: () => {
|
|
2467
|
+
setTab("settings");
|
|
2468
|
+
setMissingCredentials(null);
|
|
2469
|
+
}, children: ["Connect ", prettyCredName(cred.credType), " \u2192"] }, cred.credType))) })] }), _jsx(Button, { variant: "ghost", size: "sm", className: "text-muted hover:text-txt", onClick: () => setMissingCredentials(null), children: "Dismiss" })] }) })), (pageNotice || combinedError) && (_jsx(PagePanel, { variant: "padded", className: "mb-4 border border-danger/20 bg-danger/5", children: _jsxs("div", { className: "flex items-center justify-between gap-3", children: [_jsx("p", { className: "text-sm text-danger", children: pageNotice ?? combinedError }), pageNotice && (_jsx(Button, { variant: "ghost", size: "sm", className: "text-danger hover:bg-danger/10", onClick: () => setPageNotice(null), children: "Dismiss" }))] }) })), editorOpen || editingId || editingTaskId ? (editorMode === "task" || editingTaskId ? (_jsx(TaskForm, {})) : (_jsx(HeartbeatForm, { form: form, editingId: editingId, editorEnabled: editorEnabled, modalTitle: modalTitle, formError: formError, triggersSaving: triggersSaving, templateNotice: templateNotice, triggers: triggers, triggerRunsById: triggerRunsById, t: t, selectedTriggerId: editingId, setField: setField, setForm: setForm, setFormError: setFormError, closeEditor: closeEditor, onSubmit: onSubmitTrigger, onDelete: onDeleteTrigger, onRunSelectedTrigger: onRunSelectedTrigger, onToggleTriggerEnabled: onToggleTriggerEnabled, saveFormAsTemplate: saveFormAsTemplate, loadTriggerRuns: loadTriggerRuns, kickerLabelCreate: form.kind === "workflow" ? "New schedule" : "New task", kickerLabelEdit: form.kind === "workflow" ? "Edit schedule" : "Edit task", submitLabelCreate: form.kind === "workflow" ? "Create schedule" : "Create task", submitLabelEdit: form.kind === "workflow" ? "Save schedule" : "Save task" }))) : activeSubpage === "node-catalog" ? (_jsx(AutomationNodeCatalogPane, { nodes: automationNodes })) : showDashboard ? (_jsx(AutomationsDashboard, { items: ctx.allItems, onSelectItem: selectItem, onCreateTask: handleZeroStateNewTask, onCreateWorkflow: () => void createWorkflowDraft(), onDescribeAutomation: handleDescribeAutomation, onUseIdea: (idea) => {
|
|
2435
2470
|
if (idea.kind === "workflow") {
|
|
2436
2471
|
void createWorkflowDraft({
|
|
2437
2472
|
title: idea.label,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeartbeatsView.d.ts","sourceRoot":"","sources":["../../../../../../../app-core/src/components/pages/HeartbeatsView.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HeartbeatsView.d.ts","sourceRoot":"","sources":["../../../../../../../app-core/src/components/pages/HeartbeatsView.tsx"],"names":[],"mappings":"AA24BA,wBAAgB,sBAAsB,4CAMrC;AAED,wBAAgB,cAAc,4CAM7B"}
|
|
@@ -5,7 +5,9 @@ import { createContext, useCallback, useContext, useEffect, useMemo, useRef, use
|
|
|
5
5
|
import { useApp } from "../../state";
|
|
6
6
|
import { confirmDesktopAction } from "../../utils";
|
|
7
7
|
import { formatDateTime, formatDurationMs } from "../../utils/format";
|
|
8
|
-
import
|
|
8
|
+
// Direct sub-path import to avoid the widgets/index.ts ↔ WidgetHost.tsx
|
|
9
|
+
// chunk-level circular dependency.
|
|
10
|
+
import { WidgetHost } from "../../widgets/WidgetHost";
|
|
9
11
|
import { AppPageSidebar } from "../shared/AppPageSidebar";
|
|
10
12
|
import { HeartbeatForm } from "./HeartbeatForm";
|
|
11
13
|
import { BUILT_IN_TEMPLATES, buildCreateRequest, buildUpdateRequest, emptyForm, formFromTrigger, getTemplateInstructions, getTemplateName, loadUserTemplates, localizedExecutionStatus, railMonogram, saveUserTemplates, scheduleLabel, toneForLastStatus, validateForm, } from "./heartbeat-utils";
|
|
@@ -2418,34 +2418,34 @@
|
|
|
2418
2418
|
"runtime.failed": "FAILED",
|
|
2419
2419
|
"runtime.starting": "STARTING",
|
|
2420
2420
|
"runtime.stopped": "STOPPED",
|
|
2421
|
-
"runtimegate.autoCreating": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
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
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
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
|
|
2586
|
-
"settings.sections.capabilities.autoTrainingName": "Auto
|
|
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
|
|
2590
|
-
"settings.sections.capabilities.computerUseLabel": "Computer Use
|
|
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": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
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
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
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": "
|
|
2587
|
-
"settings.sections.capabilities.autoTrainingName": "Auto
|
|
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": "
|
|
2591
|
-
"settings.sections.capabilities.computerUseLabel": "
|
|
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": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
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
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
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": "
|
|
2587
|
-
"settings.sections.capabilities.autoTrainingName": "
|
|
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
|
|
2591
|
-
"settings.sections.capabilities.computerUseLabel": "Computer Use
|
|
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": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
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
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
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": "
|
|
2586
|
-
"settings.sections.capabilities.autoTrainingName": "Auto
|
|
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": "
|
|
2590
|
-
"settings.sections.capabilities.computerUseLabel": "
|
|
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": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
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
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
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": "
|
|
2587
|
-
"settings.sections.capabilities.autoTrainingName": "Auto
|
|
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
|
|
2591
|
-
"settings.sections.capabilities.computerUseLabel": "Computer Use
|
|
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": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
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
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
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": "
|
|
2587
|
-
"settings.sections.capabilities.autoTrainingName": "
|
|
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
|
|
2591
|
-
"settings.sections.capabilities.computerUseLabel": "Computer Use
|
|
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",
|
|
@@ -2418,34 +2418,34 @@
|
|
|
2418
2418
|
"runtime.failed": "失败",
|
|
2419
2419
|
"runtime.starting": "启动中",
|
|
2420
2420
|
"runtime.stopped": "已停止",
|
|
2421
|
-
"runtimegate.autoCreating": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
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
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
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": "查看当前 runtime 中已注册的 actions 及其加载顺序。",
|
|
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": "
|
|
2587
|
-
"settings.sections.capabilities.autoTrainingName": "
|
|
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
|
|
2591
|
-
"settings.sections.capabilities.computerUseLabel": "Computer Use
|
|
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": "逐项审核",
|