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',

View File

@@ -1360,6 +1360,8 @@ export const zh = {
startANewConversation: '开始新对话',
normalReply: '正常回复',
quickReply: '快速回复',
web_search: '联网搜索',
memory: '记忆',
},
login: {
title: '红熊记忆科学',
@@ -1470,12 +1472,19 @@ export const zh = {
addService: '添加MCP服务',
addServiceSuccess: '服务添加成功',
server_url: '服务地址',
lastConnection: '最后连接',
last_health_check: '最后连接',
responseTime: '响应时间',
status: {
active: '活跃',
inactive: '不活跃',
available: '可用',
unconfigured: '未配置',
configured_disabled: '已配置未启用',
error: '链接异常'
},
available_desc: 'API 已配置并启用',
unconfigured_desc: '需要配置 API Key',
configured_disabled_desc: 'API 已配置但未启用',
error_desc: 'API 已配置但链接异常',
testConnectionSuccess: '测试连接成功',
serviceEndpoint: '服务端点 URL',
serviceEndpointPlaceholder: '服务端点的 URL',
@@ -1490,13 +1499,14 @@ export const zh = {
auth: '认证',
requestHeader: '请求头',
config: '配置',
authType: '认证方式',
noAuth: '无需认证',
apiKey: 'API Key',
basicAuth: 'Basic Auth',
bearerToken: 'Bearer Token',
auth_Type: '认证方式',
none: '无需认证',
api_key: 'API Key',
basic_auth: 'Basic Auth',
bearer_token: 'Bearer Token',
username: '用户名',
password: '密码',
key_name: 'Key Name',
requestHeaderDesc: '发送到 MCP 服务器的额外 HTTP 请求头',
addRequestHeader: '添加请求头',
editRequestHeader: '编辑请求头',
@@ -1570,7 +1580,6 @@ export const zh = {
MinerUTool_config_desc: 'MinerU是高精度PDF文档解析工具需要API Key才能使用。',
TextInTool_config_desc: 'TextIn提供智能OCR文字识别服务支持多语言识别。',
link: '申请地址',
api_key: 'API Key',
BaiduSearchTool_api_key_desc: '从百度开放平台获取的API Key',
MinerUTool_api_key_desc: '从MinerU平台获取的API Key',
secret_key: 'Secret Key',
@@ -1627,7 +1636,9 @@ export const zh = {
desc: '描述',
method: '方法',
path: '路径',
viewDetail: '查看详情'
viewDetail: '查看详情',
textLink: '测试连接',
noResult: '处理结果将显示在这里'
},
workflow: {
coreNode: '核心节点',