Merge #68 into develop_web from feature/20251219_zy

feat(web): workflow’s Editor Variable support Tag

* feature/20251219_zy: (4 commits)
  feat(web): add tool management
  fix(web): get the parent domain name adaptation IP
  fix(web): Conversation add initialValue
  feat(web): workflow’s Editor Variable support Tag

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/68
This commit is contained in:
赵莹
2025-12-26 12:30:27 +08:00
30 changed files with 2619 additions and 235 deletions

View File

@@ -1372,13 +1372,19 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
addService: 'Add MCP Service',
addServiceSuccess: 'Service added successfully',
server_url: 'Service URL',
lastConnection: 'Last Connection',
last_health_check: 'Last Connection',
responseTime: 'Response Time',
status: {
active: 'Active',
inactive: 'Inactive',
available: '可用',
unconfigured: '未配置',
configured_disabled: '已配置未启用',
error: '链接异常'
},
testConnectionSuccess: 'Connection test successful',
available_desc: 'API 已配置并启用',
unconfigured_desc: '需要配置 API Key',
configured_disabled_desc: 'API 已配置但未启用',
error_desc: 'API 已配置但链接异常',
serviceEndpoint: 'Service Endpoint URL',
serviceEndpointPlaceholder: 'URL of the service endpoint',
serviceEndpointExtra: 'Complete access address of the MCP service',
@@ -1392,13 +1398,14 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
auth: 'Authentication',
requestHeader: 'Request Headers',
config: 'Configuration',
authType: 'Authentication Type',
noAuth: 'No Authentication',
apiKey: 'API Key',
basicAuth: 'Basic Auth',
bearerToken: 'Bearer Token',
auth_type: 'Authentication Type',
none: 'No Authentication',
api_key: 'API Key',
basic_auth: 'Basic Auth',
bearer_token: 'Bearer Token',
username: 'Username',
password: 'Password',
key_name: 'Key Name',
requestHeaderDesc: 'Additional HTTP request headers sent to MCP server',
addRequestHeader: 'Add Request Header',
editRequestHeader: 'Edit Request Header',
@@ -1472,7 +1479,6 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
MinerUTool_config_desc: 'MinerU is a high-precision PDF document parsing tool that requires an API Key to use.',
TextInTool_config_desc: 'TextIn provides intelligent OCR text recognition service with multi-language support.',
link: 'Application URL',
api_key: 'API Key',
BaiduSearchTool_api_key_desc: 'API Key obtained from Baidu Open Platform',
MinerUTool_api_key_desc: 'API Key obtained from MinerU platform',
secret_key: 'Secret Key',
@@ -1529,7 +1535,8 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
desc: 'Description',
method: 'Method',
path: 'Path',
viewDetail: 'View Details'
viewDetail: 'View Details',
noResult: 'Processing results will be displayed here'
},
workflow: {
coreNode: 'Core Nodes',