Merge #99 into develop_web from feature/20251219_zy
feat(web): cluster * feature/20251219_zy: (4 commits) fix(web): remove icon fix(web): Editor fix(web): order history feat(web): cluster Signed-off-by: zhaoying <zhaoying@redbearai.com> Merged-by: zhaoying <zhaoying@redbearai.com> CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/99
This commit is contained in:
@@ -752,6 +752,14 @@ export const en = {
|
||||
quicklyForget: 'Quickly forget',
|
||||
slowForgetting: 'Slow forgetting',
|
||||
currentConfig: 'Current Config',
|
||||
|
||||
decay_constant: 'Decay Constant',
|
||||
max_history_length: 'Max Access History Length',
|
||||
forgetting_threshold: 'Forgetting Threshold',
|
||||
min_days_since_access: 'Minimum Days Since Access',
|
||||
enable_llm_summary: 'Enable LLM Summary Generation',
|
||||
max_merge_batch_size: 'Max Merge Batch Size',
|
||||
forgetting_interval_hours: 'Forgetting Interval Hours'
|
||||
},
|
||||
application: {
|
||||
searchPlaceholder: 'Search for applications or clusters',
|
||||
@@ -905,8 +913,6 @@ export const en = {
|
||||
toolCalling: 'Tool Calling',
|
||||
toolCallingDesc: 'The main control agent calls sub agents as tools',
|
||||
toolCallingFeature: 'Centralized control, suitable for structured workflow',
|
||||
handoffs: 'Handoffs',
|
||||
handoffsDesc: 'Agents between dynamic transfer of control rights',
|
||||
handoffsFeature: 'Decentralized control, suitable for complex conversation scenarios',
|
||||
recommend: 'Recommend',
|
||||
advanced: 'Advanced',
|
||||
@@ -1027,6 +1033,21 @@ export const en = {
|
||||
promptChatPlaceholder: 'Describe the prompt you need, e.g.: I need a customer service assistant',
|
||||
promptChatEmpty: 'No conversation content available',
|
||||
promptEmpty: 'Describe your use case on the left, and the orchestration preview will be displayed here.',
|
||||
|
||||
master: 'Supervisor Mode',
|
||||
master_agent: 'Supervisor Mode',
|
||||
master_agentDesc: 'Unified scheduling and management by the main Agent, with sub-Agents executing tasks assigned by the supervisor, suitable for scenarios requiring centralized control.',
|
||||
handoffs: 'Collaboration Mode',
|
||||
handoffsDesc: 'Multiple Agents collaborate equally, autonomously coordinating according to task requirements, suitable for complex scenarios requiring flexible interaction.',
|
||||
masterConfig: 'Supervisor Configuration',
|
||||
orchestrationMode: 'Task Assignment Strategy',
|
||||
conditional: 'Intelligent Assignment',
|
||||
sequential: 'Sequential Assignment',
|
||||
parallel: 'Parallel Assignment',
|
||||
aggregationStrategy: 'Result Aggregation Method',
|
||||
merge: 'Complete Aggregation',
|
||||
vote: 'Key Information Extraction',
|
||||
priority: 'Structured Integration',
|
||||
},
|
||||
userMemory: {
|
||||
userMemory: 'User Memory',
|
||||
@@ -1382,15 +1403,15 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
last_health_check: 'Last Connection',
|
||||
responseTime: 'Response Time',
|
||||
status: {
|
||||
available: '可用',
|
||||
unconfigured: '未配置',
|
||||
configured_disabled: '已配置未启用',
|
||||
error: '链接异常'
|
||||
available: 'Available',
|
||||
unconfigured: 'Unconfigured',
|
||||
configured_disabled: 'Configured but Disabled',
|
||||
error: 'Connection Error'
|
||||
},
|
||||
available_desc: 'API 已配置并启用',
|
||||
unconfigured_desc: '需要配置 API Key',
|
||||
configured_disabled_desc: 'API 已配置但未启用',
|
||||
error_desc: 'API 已配置但链接异常',
|
||||
available_desc: 'API is configured and enabled',
|
||||
unconfigured_desc: 'Need to configure API Key',
|
||||
configured_disabled_desc: 'API is configured but not enabled',
|
||||
error_desc: 'API is configured but connection error',
|
||||
|
||||
serviceEndpoint: 'Service Endpoint URL',
|
||||
serviceEndpointPlaceholder: 'URL of the service endpoint',
|
||||
@@ -1564,10 +1585,10 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
|
||||
parallel: 'Parallel Execution',
|
||||
'var-aggregator': 'Variable Aggregator',
|
||||
externalInteraction: 'External Interaction',
|
||||
http_request: 'HTTP Request',
|
||||
"http-request": 'HTTP Request',
|
||||
tools: 'Tools',
|
||||
code_execution: 'Code Execution',
|
||||
template_rendering: 'Template Rendering',
|
||||
"jinja-render": 'Template Rendering',
|
||||
cognitiveUpgrading: 'Cognitive Upgrading (Innovation)',
|
||||
task_planning: 'Task Planning',
|
||||
reasoning_control: 'Reasoning Control',
|
||||
|
||||
Reference in New Issue
Block a user