You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dashboard/src/i18n/locales/en-US/features/subagent.json
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,11 @@
36
36
"enabled": "Subagents will be placed in the main agent's tool set as tools, and the main agent will call subagents at appropriate times to complete tasks."
37
37
},
38
38
"section": {
39
-
"title": "Subagent Configuration",
40
-
"subtitle": "Configure delegatable subagents, personas, and descriptions for the main agent",
39
+
"title": "Static Subagent Configuration",
40
+
"subtitle": "Configure delegatable static subagents, personas, and descriptions for the main agent",
41
41
"globalSettings": "Global Settings",
42
42
"agentSetup": "Agent Setup",
43
-
"orchestratorTitle": "Subagent Orchestration",
44
-
"orchestratorSubtitle": "Configure basic orchestration features including subagent list and router system prompt",
45
-
"enhancedSettings": "Enhanced Subagent Settings",
43
+
"enhancedSettings": "Dynamic Subagent Settings",
46
44
"enhancedSettingsHint": "Configure runtime parameters, resource limits, and tool strategies for dynamic subagents"
47
45
},
48
46
"cards": {
@@ -85,7 +83,7 @@
85
83
},
86
84
"routerSystemPrompt": {
87
85
"label": "Router System Prompt",
88
-
"hint": "The main agent's routing prompt, used to guide the main agent in recognizing user intent and delegating tasks to subagents. Only effective when static subagents are enabled."
86
+
"hint": "The main agent's routing prompt, used to guide the main agent in recognizing user intent and delegating tasks to subagents. Only effective when dynamic subagents are not enabled."
89
87
},
90
88
"historyEnabled": {
91
89
"label": "Enable History Memory",
@@ -129,10 +127,11 @@
129
127
"inherentHint": "Tools inherent to subagents. Tools in this list are guaranteed to be assigned to subagents.",
130
128
"selectTool": "Select Tool",
131
129
"addTool": "Add Tool",
130
+
"resetDefault": "Reset to Default",
132
131
"selectBlacklistTool": "Add Tool to Blacklist",
133
132
"selectInherentTool": "Add Tool to Inherent List",
134
-
"emptyBlacklist": "No blacklisted tools",
135
-
"emptyInherent": "No inherent tools",
133
+
"emptyBlacklist": "No blacklisted tools (defaults restored)",
134
+
"emptyInherent": "No inherent tools (defaults restored)",
136
135
"selectOrInputTool": "Select or type a tool name",
Copy file name to clipboardExpand all lines: dashboard/src/i18n/locales/ru-RU/features/subagent.json
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,10 @@
36
36
"enabled": "Включено: основной LLM сохраняет свои инструменты и подключает инструменты делегирования transfer_to_*. При дедупликации инструменты, пересекающиеся с SubAgent, удаляются из основного набора."
37
37
},
38
38
"section": {
39
-
"title": "Субагенты",
40
-
"subtitle": "Настройте делегируемых агентов, персонажей и описания для основного LLM",
41
-
"globalSettings": "Глобальные настройки",
39
+
"title": "Статические субагенты",
40
+
"subtitle": "Настройте делегируемых статических агентов, персонажей и описания для основного LLM",
41
+
"globalSettings": "Общие настройки",
42
42
"agentSetup": "Настройка агента",
43
-
"orchestratorTitle": "Оркестрация субагентов",
44
-
"orchestratorSubtitle": "Настройка списка субагентов и системного промпта роутера",
"enhancedSettingsHint": "Настройка параметров выполнения, ограничений ресурсов и стратегии инструментов"
47
45
},
@@ -84,7 +82,7 @@
84
82
},
85
83
"routerSystemPrompt": {
86
84
"label": "Системный промпт роутера",
87
-
"hint": "Промпт основного агента для маршрутизации, используется для распознавания намерений пользователя и делегирования задач субагентам. Активен только при включённых статических субагентах."
85
+
"hint": "Промпт основного агента для маршрутизации, используется для распознавания намерений пользователя и делегирования задач субагентам. Активен только при отключённых динамических субагентах."
88
86
},
89
87
"historyEnabled": {
90
88
"label": "Включить историю",
@@ -128,10 +126,11 @@
128
126
"inherentHint": "Встроенные инструменты субагентов. Инструменты из этого списка гарантированно назначаются субагентам.",
129
127
"selectTool": "Выбрать инструмент",
130
128
"addTool": "Добавить инструмент",
129
+
"resetDefault": "Сбросить по умолчанию",
131
130
"selectBlacklistTool": "Добавить в чёрный список",
0 commit comments