mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-18 12:27:29 +08:00
Unify agent topology and subagent memory logging
This commit is contained in:
@@ -10,6 +10,10 @@ const resources = {
|
||||
config: 'Config',
|
||||
cronJobs: 'Cron Jobs',
|
||||
nodes: 'Nodes',
|
||||
agentTree: 'Agent Tree',
|
||||
noAgentTree: 'No agent tree available.',
|
||||
readonlyMirror: 'Read-only mirror',
|
||||
localControl: 'Local control',
|
||||
logs: 'Real-time Logs',
|
||||
logCodes: 'Log Codes',
|
||||
skills: 'Skills',
|
||||
@@ -17,26 +21,32 @@ const resources = {
|
||||
taskAudit: 'Task Audit',
|
||||
tasks: 'Tasks',
|
||||
subagentProfiles: 'Subagent Profiles',
|
||||
subagentsRuntime: 'Subagents Runtime',
|
||||
subagentsRuntime: 'Agents',
|
||||
agentTopology: 'Agent Topology',
|
||||
agentTopologyHint: 'Unified graph for local agents, registered nodes, and mirrored remote agent branches.',
|
||||
runningTasks: 'running',
|
||||
clearFocus: 'Clear Focus',
|
||||
childrenCount: 'children',
|
||||
'topologyFilter.all': 'All',
|
||||
'topologyFilter.running': 'Running',
|
||||
'topologyFilter.failed': 'Failed',
|
||||
'topologyFilter.local': 'Local',
|
||||
'topologyFilter.remote': 'Remote',
|
||||
noLiveTasks: 'No live tasks',
|
||||
remoteTasksUnavailable: 'Remote task details are not mirrored yet.',
|
||||
subagentDetail: 'Subagent Detail',
|
||||
spawnSubagent: 'Spawn Subagent',
|
||||
dispatchAndWait: 'Dispatch And Wait',
|
||||
dispatchReply: 'Dispatch Reply',
|
||||
mergedResult: 'Merged Result',
|
||||
configSubagentDraft: 'Config Subagent Draft',
|
||||
configSubagentDraft: 'Config Subagent',
|
||||
agentRegistry: 'Agent Registry',
|
||||
pendingSubagentDrafts: 'Pending Subagent Drafts',
|
||||
subagentDraftDescription: 'Describe the subagent you want the main agent to create',
|
||||
generateDraft: 'Generate Draft',
|
||||
confirmDraft: 'Confirm Draft',
|
||||
loadDraft: 'Load Draft',
|
||||
discardDraft: 'Discard Draft',
|
||||
enableAgent: 'Enable Agent',
|
||||
disableAgent: 'Disable Agent',
|
||||
deleteAgent: 'Delete Agent',
|
||||
deleteAgentConfirm: 'Delete agent "{{id}}" from config.json permanently?',
|
||||
noRegistryAgents: 'No configured agents.',
|
||||
noPendingSubagentDrafts: 'No pending subagent drafts.',
|
||||
saveToConfig: 'Save To Config',
|
||||
configSubagentSaved: 'Subagent config saved and runtime updated.',
|
||||
promptFileEditor: 'Prompt File Editor',
|
||||
@@ -455,6 +465,10 @@ const resources = {
|
||||
config: '配置',
|
||||
cronJobs: '定时任务',
|
||||
nodes: '节点',
|
||||
agentTree: '代理树',
|
||||
noAgentTree: '当前没有可用的代理树。',
|
||||
readonlyMirror: '只读镜像',
|
||||
localControl: '本地控制',
|
||||
logs: '实时日志',
|
||||
logCodes: '日志编号',
|
||||
skills: '技能管理',
|
||||
@@ -462,26 +476,32 @@ const resources = {
|
||||
taskAudit: '任务审计',
|
||||
tasks: '任务管理',
|
||||
subagentProfiles: '子代理档案',
|
||||
subagentsRuntime: '子代理运行态',
|
||||
subagentsRuntime: 'Agents',
|
||||
agentTopology: 'Agent 拓扑',
|
||||
agentTopologyHint: '统一展示本地 agent、注册 node 以及远端镜像 agent 分支的关系图。',
|
||||
runningTasks: '运行中',
|
||||
clearFocus: '清除聚焦',
|
||||
childrenCount: '子节点',
|
||||
'topologyFilter.all': '全部',
|
||||
'topologyFilter.running': '运行中',
|
||||
'topologyFilter.failed': '失败',
|
||||
'topologyFilter.local': '本地',
|
||||
'topologyFilter.remote': '远端',
|
||||
noLiveTasks: '当前没有活动任务',
|
||||
remoteTasksUnavailable: '远端任务细节暂未镜像回来。',
|
||||
subagentDetail: '子代理详情',
|
||||
spawnSubagent: '创建子代理任务',
|
||||
dispatchAndWait: '派发并等待',
|
||||
dispatchReply: '派发回复',
|
||||
mergedResult: '汇总结果',
|
||||
configSubagentDraft: '配置子代理草案',
|
||||
configSubagentDraft: '配置子代理',
|
||||
agentRegistry: '代理注册表',
|
||||
pendingSubagentDrafts: '待确认子代理草案',
|
||||
subagentDraftDescription: '描述你希望主代理创建的子代理职责',
|
||||
generateDraft: '生成草案',
|
||||
confirmDraft: '确认草案',
|
||||
loadDraft: '载入草案',
|
||||
discardDraft: '丢弃草案',
|
||||
loadDraft: '载入配置',
|
||||
enableAgent: '启用代理',
|
||||
disableAgent: '停用代理',
|
||||
deleteAgent: '删除代理',
|
||||
deleteAgentConfirm: '确认从 config.json 中永久删除代理 "{{id}}" 吗?',
|
||||
noRegistryAgents: '当前没有已配置代理。',
|
||||
noPendingSubagentDrafts: '当前没有待确认的子代理草案。',
|
||||
saveToConfig: '写入配置',
|
||||
configSubagentSaved: '子代理配置已写入并刷新运行态。',
|
||||
promptFileEditor: '提示词文件编辑器',
|
||||
|
||||
Reference in New Issue
Block a user