@elizaos/agent 2.0.0-alpha.398 → 2.0.0-alpha.399
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/components/workspace/AppWorkspaceChrome.js +1 -1
- package/packages/app-core/src/i18n/locales/es.json +2 -0
- package/packages/app-core/src/i18n/locales/ko.json +2 -0
- package/packages/app-core/src/i18n/locales/pt.json +2 -0
- package/packages/app-core/src/i18n/locales/tl.json +2 -0
- package/packages/app-core/src/i18n/locales/vi.json +2 -0
- package/packages/app-core/src/i18n/locales/zh-CN.json +2 -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.399",
|
|
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.399",
|
|
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.399",
|
|
480
|
+
"@elizaos/skills": "^2.0.0-alpha.399",
|
|
481
481
|
"@hapi/boom": "^10.0.1",
|
|
482
482
|
"@noble/curves": "^2.0.1",
|
|
483
483
|
"@solana/web3.js": "^1.98.4",
|
|
@@ -213,7 +213,7 @@ export function AppWorkspaceChrome({ nav, main, chat, chatScope, pageScopedChatP
|
|
|
213
213
|
const chatContent = chat ??
|
|
214
214
|
(chatScope ? (_jsx(PageScopedChatPane, { ...pageScopedChatPaneProps, scope: chatScope })) : (_jsx(ChatView, { variant: "default" })));
|
|
215
215
|
return (_jsx(WorkspaceMobileSidebarControlsContext.Provider, { value: mobileSidebarControlsValue, children: _jsx(AppWorkspaceChatChromeContext.Provider, { value: chatChromeContextValue, children: _jsxs("div", { className: `flex min-h-0 min-w-0 w-full flex-1 bg-bg pb-[var(--eliza-mobile-nav-offset,0px)] ${isMobileViewport ? "flex-col" : ""}`, "data-testid": testId, children: [isMobileViewport &&
|
|
216
|
-
(!chatDisabled || mobileSidebarControl !== null) ? (_jsx(MobileWorkspacePaneSwitcher, { chatAvailable: !chatDisabled, chatOpen: !effectiveCollapsed, sidebar: mobileSidebarControl, onChat: () => handleToggle(false), onMain: handleOpenMobileMain, onSidebar: handleOpenMobileSidebar })) : null, _jsxs("div", { className: `relative min-h-0 min-w-0 flex-1 flex-col overflow-hidden ${isMobileViewport && !effectiveCollapsed ? "hidden" : "flex"}`, children: [nav, _jsx("div", { className: "relative flex min-h-0 flex-1 flex-col overflow-hidden", children: main })] }), chatDisabled ? null : effectiveCollapsed ? (_jsx("aside", { className: "w-0 min-w-0 shrink-0", "data-testid": `${testId}-chat-sidebar`, "data-collapsed": true, children: !isMobileViewport
|
|
216
|
+
(!chatDisabled || mobileSidebarControl !== null) ? (_jsx(MobileWorkspacePaneSwitcher, { chatAvailable: !chatDisabled, chatOpen: !effectiveCollapsed, sidebar: mobileSidebarControl, onChat: () => handleToggle(false), onMain: handleOpenMobileMain, onSidebar: handleOpenMobileSidebar })) : null, _jsxs("div", { className: `relative min-h-0 min-w-0 flex-1 flex-col overflow-hidden ${isMobileViewport && !effectiveCollapsed ? "hidden" : "flex"}`, children: [nav, _jsx("div", { className: "relative flex min-h-0 flex-1 flex-col overflow-hidden", children: main })] }), chatDisabled ? null : effectiveCollapsed ? (_jsx("aside", { className: "w-0 min-w-0 shrink-0", "data-testid": `${testId}-chat-sidebar`, "data-collapsed": true, children: !isMobileViewport ? (_jsx(AppWorkspaceChatDockToggleButton, { collapsed: true, testId: `${testId}-chat-expand` })) : null })) : (_jsxs(_Fragment, { children: [isMobileViewport ? (_jsx("aside", { className: "flex min-h-0 min-w-0 w-full flex-1 flex-col overflow-hidden bg-bg", "data-testid": `${testId}-chat-sidebar`, children: _jsx("div", { className: "flex min-h-0 flex-1 flex-col overflow-hidden", children: chatContent }) })) : null, !isMobileViewport ? (_jsxs("aside", { className: "relative flex shrink-0 flex-col overflow-hidden bg-bg", style: {
|
|
217
217
|
width: `${chatWidth}px`,
|
|
218
218
|
minWidth: `${chatWidth}px`,
|
|
219
219
|
}, "data-testid": `${testId}-chat-sidebar`, children: [_jsx("hr", { "aria-label": "Resize chat", "aria-orientation": "vertical", "aria-valuemin": 0, "aria-valuemax": 100, "aria-valuenow": 50, tabIndex: 0, "data-testid": `${testId}-chat-resize-handle`, onPointerDown: handleResizePointerDown, className: "absolute inset-y-0 left-0 z-20 m-0 h-full w-3 -translate-x-1/2 cursor-col-resize touch-none select-none border-0 bg-transparent transition-colors hover:bg-accent/20" }), _jsx("div", { className: "flex min-h-0 flex-1 flex-col overflow-hidden", children: chatContent })] })) : null, !isMobileViewport && !hideCollapseButton ? (_jsx(AppWorkspaceChatDockToggleButton, { collapsed: false, testId: `${testId}-chat-collapse` })) : null] }))] }) }) }));
|
|
@@ -135,6 +135,8 @@
|
|
|
135
135
|
"automations.n8n.deleteConfirmMessage": "Eliminar este flujo de trabajo permanentemente. No se puede deshacer.",
|
|
136
136
|
"automations.n8n.deleteConfirmWorkflow": "¿Eliminar \"{{name}}\"? No se puede deshacer.",
|
|
137
137
|
"automations.n8n.deleteFailed": "No se pudo eliminar el flujo de trabajo.",
|
|
138
|
+
"automations.n8n.detailEmptyBody": "Selecciona un flujo de trabajo en la barra lateral para ver sus detalles, o cambia al panel para crear uno nuevo.",
|
|
139
|
+
"automations.n8n.detailEmptyHeading": "No hay ningún flujo seleccionado",
|
|
138
140
|
"automations.n8n.deleteWorkflow": "Eliminar flujo de trabajo",
|
|
139
141
|
"automations.n8n.errorDeleteWorkflow": "No se pudo eliminar el flujo de trabajo: {{message}}",
|
|
140
142
|
"automations.n8n.errorLoadStatus": "No se pudo cargar el estado de n8n: {{message}}",
|
|
@@ -135,6 +135,8 @@
|
|
|
135
135
|
"automations.n8n.deleteConfirmMessage": "이 워크플로우를 영구적으로 삭제합니다. 되돌릴 수 없어요.",
|
|
136
136
|
"automations.n8n.deleteConfirmWorkflow": "\"{{name}}\"을(를) 삭제할까요? 되돌릴 수 없어요.",
|
|
137
137
|
"automations.n8n.deleteFailed": "워크플로우 삭제에 실패했어요.",
|
|
138
|
+
"automations.n8n.detailEmptyBody": "사이드바에서 워크플로우를 선택해 세부 정보를 보거나, 대시보드로 전환해 새로 만드세요.",
|
|
139
|
+
"automations.n8n.detailEmptyHeading": "선택된 워크플로우 없음",
|
|
138
140
|
"automations.n8n.deleteWorkflow": "워크플로우 삭제",
|
|
139
141
|
"automations.n8n.errorDeleteWorkflow": "워크플로우 삭제 실패: {{message}}",
|
|
140
142
|
"automations.n8n.errorLoadStatus": "n8n 상태를 불러오지 못했어요: {{message}}",
|
|
@@ -135,6 +135,8 @@
|
|
|
135
135
|
"automations.n8n.deleteConfirmMessage": "Excluir este fluxo de trabalho permanentemente. Esta ação não pode ser desfeita.",
|
|
136
136
|
"automations.n8n.deleteConfirmWorkflow": "Excluir \"{{name}}\"? Esta ação não pode ser desfeita.",
|
|
137
137
|
"automations.n8n.deleteFailed": "Falha ao excluir fluxo de trabalho.",
|
|
138
|
+
"automations.n8n.detailEmptyBody": "Selecione um fluxo de trabalho na barra lateral para ver os detalhes ou volte ao painel para criar um novo.",
|
|
139
|
+
"automations.n8n.detailEmptyHeading": "Nenhum fluxo de trabalho selecionado",
|
|
138
140
|
"automations.n8n.deleteWorkflow": "Excluir fluxo de trabalho",
|
|
139
141
|
"automations.n8n.errorDeleteWorkflow": "Falha ao excluir fluxo de trabalho: {{message}}",
|
|
140
142
|
"automations.n8n.errorLoadStatus": "Falha ao carregar status do n8n: {{message}}",
|
|
@@ -135,6 +135,8 @@
|
|
|
135
135
|
"automations.n8n.deleteConfirmMessage": "Permanenteng burahin ang workflow na ito. Hindi na ito maibabalik.",
|
|
136
136
|
"automations.n8n.deleteConfirmWorkflow": "Burahin ang \"{{name}}\"? Hindi na ito maibabalik.",
|
|
137
137
|
"automations.n8n.deleteFailed": "Hindi nabura ang workflow.",
|
|
138
|
+
"automations.n8n.detailEmptyBody": "Pumili ng workflow sa sidebar para makita ang detalye nito, o bumalik sa dashboard para gumawa ng bago.",
|
|
139
|
+
"automations.n8n.detailEmptyHeading": "Walang napiling workflow",
|
|
138
140
|
"automations.n8n.deleteWorkflow": "Burahin ang workflow",
|
|
139
141
|
"automations.n8n.errorDeleteWorkflow": "Hindi nabura ang workflow: {{message}}",
|
|
140
142
|
"automations.n8n.errorLoadStatus": "Hindi na-load ang n8n status: {{message}}",
|
|
@@ -135,6 +135,8 @@
|
|
|
135
135
|
"automations.n8n.deleteConfirmMessage": "Xóa vĩnh viễn workflow này. Hành động này không thể hoàn tác.",
|
|
136
136
|
"automations.n8n.deleteConfirmWorkflow": "Xóa \"{{name}}\"? Hành động này không thể hoàn tác.",
|
|
137
137
|
"automations.n8n.deleteFailed": "Không thể xóa workflow.",
|
|
138
|
+
"automations.n8n.detailEmptyBody": "Chọn một workflow từ thanh bên để xem chi tiết, hoặc chuyển sang bảng điều khiển để tạo workflow mới.",
|
|
139
|
+
"automations.n8n.detailEmptyHeading": "Chưa chọn workflow",
|
|
138
140
|
"automations.n8n.deleteWorkflow": "Xóa workflow",
|
|
139
141
|
"automations.n8n.errorDeleteWorkflow": "Không thể xóa workflow: {{message}}",
|
|
140
142
|
"automations.n8n.errorLoadStatus": "Không thể tải trạng thái n8n: {{message}}",
|
|
@@ -135,6 +135,8 @@
|
|
|
135
135
|
"automations.n8n.deleteConfirmMessage": "永久删除此工作流,此操作无法撤销。",
|
|
136
136
|
"automations.n8n.deleteConfirmWorkflow": "删除“{{name}}”?此操作无法撤销。",
|
|
137
137
|
"automations.n8n.deleteFailed": "删除工作流失败。",
|
|
138
|
+
"automations.n8n.detailEmptyBody": "从侧边栏选择一个工作流以查看详情,或切换到仪表板创建新的工作流。",
|
|
139
|
+
"automations.n8n.detailEmptyHeading": "未选择工作流",
|
|
138
140
|
"automations.n8n.deleteWorkflow": "删除工作流",
|
|
139
141
|
"automations.n8n.errorDeleteWorkflow": "删除工作流失败:{{message}}",
|
|
140
142
|
"automations.n8n.errorLoadStatus": "加载 n8n 状态失败:{{message}}",
|