Release v0.1.0 agent topology and runtime refresh

This commit is contained in:
lpf
2026-03-06 17:44:13 +08:00
parent ac5a1bfcb2
commit 7d9ca89476
34 changed files with 1216 additions and 1462 deletions

View File

@@ -26,6 +26,9 @@ const resources = {
agentTopologyHint: 'Unified graph for local agents, registered nodes, and mirrored remote agent branches.',
runningTasks: 'running',
clearFocus: 'Clear Focus',
zoomIn: 'Zoom In',
zoomOut: 'Zoom Out',
fitView: 'Fit View',
childrenCount: 'children',
'topologyFilter.all': 'All',
'topologyFilter.running': 'Running',
@@ -63,9 +66,6 @@ const resources = {
reply: 'Reply',
ack: 'Ack',
steerMessage: 'Steering message',
pipelines: 'Pipelines',
pipelineDetail: 'Pipeline Detail',
createPipeline: 'Create Pipeline',
newProfile: 'New Profile',
spawn: 'Spawn',
kill: 'Kill',
@@ -481,6 +481,9 @@ const resources = {
agentTopologyHint: '统一展示本地 agent、注册 node 以及远端镜像 agent 分支的关系图。',
runningTasks: '运行中',
clearFocus: '清除聚焦',
zoomIn: '放大',
zoomOut: '缩小',
fitView: '适应视图',
childrenCount: '子节点',
'topologyFilter.all': '全部',
'topologyFilter.running': '运行中',
@@ -518,9 +521,6 @@ const resources = {
reply: '回复',
ack: '确认',
steerMessage: '引导消息',
pipelines: '流水线',
pipelineDetail: '流水线详情',
createPipeline: '创建流水线',
newProfile: '新建档案',
spawn: '创建',
kill: '终止',