@elizaos/agent 2.0.0-alpha.427 → 2.0.0-alpha.429
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/package.json +4 -4
- package/packages/app-core/src/i18n/locales/en.json +11 -0
- package/packages/app-core/src/i18n/locales/es.json +11 -0
- package/packages/app-core/src/i18n/locales/ko.json +11 -0
- package/packages/app-core/src/i18n/locales/pt.json +11 -0
- package/packages/app-core/src/i18n/locales/tl.json +11 -0
- package/packages/app-core/src/i18n/locales/vi.json +11 -0
- package/packages/app-core/src/i18n/locales/zh-CN.json +11 -0
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.429",
|
|
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.429",
|
|
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.429",
|
|
480
|
+
"@elizaos/skills": "^2.0.0-alpha.429",
|
|
481
481
|
"@hapi/boom": "^10.0.1",
|
|
482
482
|
"@noble/curves": "^2.0.1",
|
|
483
483
|
"@solana/web3.js": "^1.98.4",
|
|
@@ -6,13 +6,16 @@
|
|
|
6
6
|
"accounts.add.disabledHint": "API-key accounts for this provider are not yet supported.",
|
|
7
7
|
"accounts.add.label": "Account name",
|
|
8
8
|
"accounts.add.labelPlaceholder": "e.g. Personal, Work",
|
|
9
|
+
"accounts.add.oauth.cancelled": "Login cancelled.",
|
|
9
10
|
"accounts.add.oauth.codeFailed": "Failed to submit code.",
|
|
10
11
|
"accounts.add.oauth.codeHint": "Auto-redirect didn't reach us. Paste the code (or full redirect URL) from the browser.",
|
|
11
12
|
"accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
|
|
13
|
+
"accounts.add.oauth.error": "Login failed.",
|
|
12
14
|
"accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
|
|
13
15
|
"accounts.add.oauth.startFailed": "Failed to start login flow.",
|
|
14
16
|
"accounts.add.oauth.starting": "Starting login flow...",
|
|
15
17
|
"accounts.add.oauth.submitCode": "Submit code",
|
|
18
|
+
"accounts.add.oauth.timeout": "Login timed out. Try again.",
|
|
16
19
|
"accounts.add.oauth.waiting": "Waiting for browser... Complete the sign-in there.",
|
|
17
20
|
"accounts.add.save": "Add account",
|
|
18
21
|
"accounts.add.signIn": "Sign in with {{provider}}",
|
|
@@ -52,6 +55,14 @@
|
|
|
52
55
|
"accounts.source.oauth": "OAuth",
|
|
53
56
|
"accounts.strategy.choose": "Choose strategy",
|
|
54
57
|
"accounts.strategy.label": "Strategy",
|
|
58
|
+
"accounts.strategy.leastUsed.description": "Prefer the account with the lowest current usage.",
|
|
59
|
+
"accounts.strategy.leastUsed.label": "Least used",
|
|
60
|
+
"accounts.strategy.priority.description": "Always prefer the top healthy account.",
|
|
61
|
+
"accounts.strategy.priority.label": "Priority",
|
|
62
|
+
"accounts.strategy.quotaAware.description": "Skip accounts above 85% utilization.",
|
|
63
|
+
"accounts.strategy.quotaAware.label": "Quota-aware",
|
|
64
|
+
"accounts.strategy.roundRobin.description": "Alternate across enabled accounts.",
|
|
65
|
+
"accounts.strategy.roundRobin.label": "Round-robin",
|
|
55
66
|
"accounts.test": "Test",
|
|
56
67
|
"accounts.usage.none": "No usage data yet - click Refresh to probe.",
|
|
57
68
|
"accounts.usage.session": "Session",
|
|
@@ -6,13 +6,16 @@
|
|
|
6
6
|
"accounts.add.disabledHint": "API-key accounts for this provider are not yet supported.",
|
|
7
7
|
"accounts.add.label": "Account name",
|
|
8
8
|
"accounts.add.labelPlaceholder": "e.g. Personal, Work",
|
|
9
|
+
"accounts.add.oauth.cancelled": "Login cancelled.",
|
|
9
10
|
"accounts.add.oauth.codeFailed": "Failed to submit code.",
|
|
10
11
|
"accounts.add.oauth.codeHint": "Auto-redirect didn't reach us. Paste the code (or full redirect URL) from the browser.",
|
|
11
12
|
"accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
|
|
13
|
+
"accounts.add.oauth.error": "Login failed.",
|
|
12
14
|
"accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
|
|
13
15
|
"accounts.add.oauth.startFailed": "Failed to start login flow.",
|
|
14
16
|
"accounts.add.oauth.starting": "Starting login flow...",
|
|
15
17
|
"accounts.add.oauth.submitCode": "Submit code",
|
|
18
|
+
"accounts.add.oauth.timeout": "Login timed out. Try again.",
|
|
16
19
|
"accounts.add.oauth.waiting": "Waiting for browser... Complete the sign-in there.",
|
|
17
20
|
"accounts.add.save": "Add account",
|
|
18
21
|
"accounts.add.signIn": "Sign in with {{provider}}",
|
|
@@ -52,6 +55,14 @@
|
|
|
52
55
|
"accounts.source.oauth": "OAuth",
|
|
53
56
|
"accounts.strategy.choose": "Choose strategy",
|
|
54
57
|
"accounts.strategy.label": "Strategy",
|
|
58
|
+
"accounts.strategy.leastUsed.description": "Prefer the account with the lowest current usage.",
|
|
59
|
+
"accounts.strategy.leastUsed.label": "Least used",
|
|
60
|
+
"accounts.strategy.priority.description": "Always prefer the top healthy account.",
|
|
61
|
+
"accounts.strategy.priority.label": "Priority",
|
|
62
|
+
"accounts.strategy.quotaAware.description": "Skip accounts above 85% utilization.",
|
|
63
|
+
"accounts.strategy.quotaAware.label": "Quota-aware",
|
|
64
|
+
"accounts.strategy.roundRobin.description": "Alternate across enabled accounts.",
|
|
65
|
+
"accounts.strategy.roundRobin.label": "Round-robin",
|
|
55
66
|
"accounts.test": "Test",
|
|
56
67
|
"accounts.usage.none": "No usage data yet - click Refresh to probe.",
|
|
57
68
|
"accounts.usage.session": "Session",
|
|
@@ -6,13 +6,16 @@
|
|
|
6
6
|
"accounts.add.disabledHint": "API-key accounts for this provider are not yet supported.",
|
|
7
7
|
"accounts.add.label": "Account name",
|
|
8
8
|
"accounts.add.labelPlaceholder": "e.g. Personal, Work",
|
|
9
|
+
"accounts.add.oauth.cancelled": "Login cancelled.",
|
|
9
10
|
"accounts.add.oauth.codeFailed": "Failed to submit code.",
|
|
10
11
|
"accounts.add.oauth.codeHint": "Auto-redirect didn't reach us. Paste the code (or full redirect URL) from the browser.",
|
|
11
12
|
"accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
|
|
13
|
+
"accounts.add.oauth.error": "Login failed.",
|
|
12
14
|
"accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
|
|
13
15
|
"accounts.add.oauth.startFailed": "Failed to start login flow.",
|
|
14
16
|
"accounts.add.oauth.starting": "Starting login flow...",
|
|
15
17
|
"accounts.add.oauth.submitCode": "Submit code",
|
|
18
|
+
"accounts.add.oauth.timeout": "Login timed out. Try again.",
|
|
16
19
|
"accounts.add.oauth.waiting": "Waiting for browser... Complete the sign-in there.",
|
|
17
20
|
"accounts.add.save": "Add account",
|
|
18
21
|
"accounts.add.signIn": "Sign in with {{provider}}",
|
|
@@ -52,6 +55,14 @@
|
|
|
52
55
|
"accounts.source.oauth": "OAuth",
|
|
53
56
|
"accounts.strategy.choose": "Choose strategy",
|
|
54
57
|
"accounts.strategy.label": "Strategy",
|
|
58
|
+
"accounts.strategy.leastUsed.description": "Prefer the account with the lowest current usage.",
|
|
59
|
+
"accounts.strategy.leastUsed.label": "Least used",
|
|
60
|
+
"accounts.strategy.priority.description": "Always prefer the top healthy account.",
|
|
61
|
+
"accounts.strategy.priority.label": "Priority",
|
|
62
|
+
"accounts.strategy.quotaAware.description": "Skip accounts above 85% utilization.",
|
|
63
|
+
"accounts.strategy.quotaAware.label": "Quota-aware",
|
|
64
|
+
"accounts.strategy.roundRobin.description": "Alternate across enabled accounts.",
|
|
65
|
+
"accounts.strategy.roundRobin.label": "Round-robin",
|
|
55
66
|
"accounts.test": "Test",
|
|
56
67
|
"accounts.usage.none": "No usage data yet - click Refresh to probe.",
|
|
57
68
|
"accounts.usage.session": "Session",
|
|
@@ -6,13 +6,16 @@
|
|
|
6
6
|
"accounts.add.disabledHint": "API-key accounts for this provider are not yet supported.",
|
|
7
7
|
"accounts.add.label": "Account name",
|
|
8
8
|
"accounts.add.labelPlaceholder": "e.g. Personal, Work",
|
|
9
|
+
"accounts.add.oauth.cancelled": "Login cancelled.",
|
|
9
10
|
"accounts.add.oauth.codeFailed": "Failed to submit code.",
|
|
10
11
|
"accounts.add.oauth.codeHint": "Auto-redirect didn't reach us. Paste the code (or full redirect URL) from the browser.",
|
|
11
12
|
"accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
|
|
13
|
+
"accounts.add.oauth.error": "Login failed.",
|
|
12
14
|
"accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
|
|
13
15
|
"accounts.add.oauth.startFailed": "Failed to start login flow.",
|
|
14
16
|
"accounts.add.oauth.starting": "Starting login flow...",
|
|
15
17
|
"accounts.add.oauth.submitCode": "Submit code",
|
|
18
|
+
"accounts.add.oauth.timeout": "Login timed out. Try again.",
|
|
16
19
|
"accounts.add.oauth.waiting": "Waiting for browser... Complete the sign-in there.",
|
|
17
20
|
"accounts.add.save": "Add account",
|
|
18
21
|
"accounts.add.signIn": "Sign in with {{provider}}",
|
|
@@ -52,6 +55,14 @@
|
|
|
52
55
|
"accounts.source.oauth": "OAuth",
|
|
53
56
|
"accounts.strategy.choose": "Choose strategy",
|
|
54
57
|
"accounts.strategy.label": "Strategy",
|
|
58
|
+
"accounts.strategy.leastUsed.description": "Prefer the account with the lowest current usage.",
|
|
59
|
+
"accounts.strategy.leastUsed.label": "Least used",
|
|
60
|
+
"accounts.strategy.priority.description": "Always prefer the top healthy account.",
|
|
61
|
+
"accounts.strategy.priority.label": "Priority",
|
|
62
|
+
"accounts.strategy.quotaAware.description": "Skip accounts above 85% utilization.",
|
|
63
|
+
"accounts.strategy.quotaAware.label": "Quota-aware",
|
|
64
|
+
"accounts.strategy.roundRobin.description": "Alternate across enabled accounts.",
|
|
65
|
+
"accounts.strategy.roundRobin.label": "Round-robin",
|
|
55
66
|
"accounts.test": "Test",
|
|
56
67
|
"accounts.usage.none": "No usage data yet - click Refresh to probe.",
|
|
57
68
|
"accounts.usage.session": "Session",
|
|
@@ -6,13 +6,16 @@
|
|
|
6
6
|
"accounts.add.disabledHint": "API-key accounts for this provider are not yet supported.",
|
|
7
7
|
"accounts.add.label": "Account name",
|
|
8
8
|
"accounts.add.labelPlaceholder": "e.g. Personal, Work",
|
|
9
|
+
"accounts.add.oauth.cancelled": "Login cancelled.",
|
|
9
10
|
"accounts.add.oauth.codeFailed": "Failed to submit code.",
|
|
10
11
|
"accounts.add.oauth.codeHint": "Auto-redirect didn't reach us. Paste the code (or full redirect URL) from the browser.",
|
|
11
12
|
"accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
|
|
13
|
+
"accounts.add.oauth.error": "Login failed.",
|
|
12
14
|
"accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
|
|
13
15
|
"accounts.add.oauth.startFailed": "Failed to start login flow.",
|
|
14
16
|
"accounts.add.oauth.starting": "Starting login flow...",
|
|
15
17
|
"accounts.add.oauth.submitCode": "Submit code",
|
|
18
|
+
"accounts.add.oauth.timeout": "Login timed out. Try again.",
|
|
16
19
|
"accounts.add.oauth.waiting": "Waiting for browser... Complete the sign-in there.",
|
|
17
20
|
"accounts.add.save": "Add account",
|
|
18
21
|
"accounts.add.signIn": "Sign in with {{provider}}",
|
|
@@ -52,6 +55,14 @@
|
|
|
52
55
|
"accounts.source.oauth": "OAuth",
|
|
53
56
|
"accounts.strategy.choose": "Choose strategy",
|
|
54
57
|
"accounts.strategy.label": "Strategy",
|
|
58
|
+
"accounts.strategy.leastUsed.description": "Prefer the account with the lowest current usage.",
|
|
59
|
+
"accounts.strategy.leastUsed.label": "Least used",
|
|
60
|
+
"accounts.strategy.priority.description": "Always prefer the top healthy account.",
|
|
61
|
+
"accounts.strategy.priority.label": "Priority",
|
|
62
|
+
"accounts.strategy.quotaAware.description": "Skip accounts above 85% utilization.",
|
|
63
|
+
"accounts.strategy.quotaAware.label": "Quota-aware",
|
|
64
|
+
"accounts.strategy.roundRobin.description": "Alternate across enabled accounts.",
|
|
65
|
+
"accounts.strategy.roundRobin.label": "Round-robin",
|
|
55
66
|
"accounts.test": "Test",
|
|
56
67
|
"accounts.usage.none": "No usage data yet - click Refresh to probe.",
|
|
57
68
|
"accounts.usage.session": "Session",
|
|
@@ -6,13 +6,16 @@
|
|
|
6
6
|
"accounts.add.disabledHint": "API-key accounts for this provider are not yet supported.",
|
|
7
7
|
"accounts.add.label": "Account name",
|
|
8
8
|
"accounts.add.labelPlaceholder": "e.g. Personal, Work",
|
|
9
|
+
"accounts.add.oauth.cancelled": "Login cancelled.",
|
|
9
10
|
"accounts.add.oauth.codeFailed": "Failed to submit code.",
|
|
10
11
|
"accounts.add.oauth.codeHint": "Auto-redirect didn't reach us. Paste the code (or full redirect URL) from the browser.",
|
|
11
12
|
"accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
|
|
13
|
+
"accounts.add.oauth.error": "Login failed.",
|
|
12
14
|
"accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
|
|
13
15
|
"accounts.add.oauth.startFailed": "Failed to start login flow.",
|
|
14
16
|
"accounts.add.oauth.starting": "Starting login flow...",
|
|
15
17
|
"accounts.add.oauth.submitCode": "Submit code",
|
|
18
|
+
"accounts.add.oauth.timeout": "Login timed out. Try again.",
|
|
16
19
|
"accounts.add.oauth.waiting": "Waiting for browser... Complete the sign-in there.",
|
|
17
20
|
"accounts.add.save": "Add account",
|
|
18
21
|
"accounts.add.signIn": "Sign in with {{provider}}",
|
|
@@ -52,6 +55,14 @@
|
|
|
52
55
|
"accounts.source.oauth": "OAuth",
|
|
53
56
|
"accounts.strategy.choose": "Choose strategy",
|
|
54
57
|
"accounts.strategy.label": "Strategy",
|
|
58
|
+
"accounts.strategy.leastUsed.description": "Prefer the account with the lowest current usage.",
|
|
59
|
+
"accounts.strategy.leastUsed.label": "Least used",
|
|
60
|
+
"accounts.strategy.priority.description": "Always prefer the top healthy account.",
|
|
61
|
+
"accounts.strategy.priority.label": "Priority",
|
|
62
|
+
"accounts.strategy.quotaAware.description": "Skip accounts above 85% utilization.",
|
|
63
|
+
"accounts.strategy.quotaAware.label": "Quota-aware",
|
|
64
|
+
"accounts.strategy.roundRobin.description": "Alternate across enabled accounts.",
|
|
65
|
+
"accounts.strategy.roundRobin.label": "Round-robin",
|
|
55
66
|
"accounts.test": "Test",
|
|
56
67
|
"accounts.usage.none": "No usage data yet - click Refresh to probe.",
|
|
57
68
|
"accounts.usage.session": "Session",
|
|
@@ -6,13 +6,16 @@
|
|
|
6
6
|
"accounts.add.disabledHint": "API-key accounts for this provider are not yet supported.",
|
|
7
7
|
"accounts.add.label": "Account name",
|
|
8
8
|
"accounts.add.labelPlaceholder": "e.g. Personal, Work",
|
|
9
|
+
"accounts.add.oauth.cancelled": "Login cancelled.",
|
|
9
10
|
"accounts.add.oauth.codeFailed": "Failed to submit code.",
|
|
10
11
|
"accounts.add.oauth.codeHint": "Auto-redirect didn't reach us. Paste the code (or full redirect URL) from the browser.",
|
|
11
12
|
"accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
|
|
13
|
+
"accounts.add.oauth.error": "Login failed.",
|
|
12
14
|
"accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
|
|
13
15
|
"accounts.add.oauth.startFailed": "Failed to start login flow.",
|
|
14
16
|
"accounts.add.oauth.starting": "Starting login flow...",
|
|
15
17
|
"accounts.add.oauth.submitCode": "Submit code",
|
|
18
|
+
"accounts.add.oauth.timeout": "Login timed out. Try again.",
|
|
16
19
|
"accounts.add.oauth.waiting": "Waiting for browser... Complete the sign-in there.",
|
|
17
20
|
"accounts.add.save": "Add account",
|
|
18
21
|
"accounts.add.signIn": "Sign in with {{provider}}",
|
|
@@ -52,6 +55,14 @@
|
|
|
52
55
|
"accounts.source.oauth": "OAuth",
|
|
53
56
|
"accounts.strategy.choose": "Choose strategy",
|
|
54
57
|
"accounts.strategy.label": "Strategy",
|
|
58
|
+
"accounts.strategy.leastUsed.description": "Prefer the account with the lowest current usage.",
|
|
59
|
+
"accounts.strategy.leastUsed.label": "Least used",
|
|
60
|
+
"accounts.strategy.priority.description": "Always prefer the top healthy account.",
|
|
61
|
+
"accounts.strategy.priority.label": "Priority",
|
|
62
|
+
"accounts.strategy.quotaAware.description": "Skip accounts above 85% utilization.",
|
|
63
|
+
"accounts.strategy.quotaAware.label": "Quota-aware",
|
|
64
|
+
"accounts.strategy.roundRobin.description": "Alternate across enabled accounts.",
|
|
65
|
+
"accounts.strategy.roundRobin.label": "Round-robin",
|
|
55
66
|
"accounts.test": "Test",
|
|
56
67
|
"accounts.usage.none": "No usage data yet - click Refresh to probe.",
|
|
57
68
|
"accounts.usage.session": "Session",
|