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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,8 @@
60
60
"providerHint": "Leave empty to follow the global default provider.",
61
61
"personaLabel": "Choose Persona",
62
62
"personaHint": "The SubAgent inherits the selected Persona's system settings and tools.",
63
+
"silentHandoffLabel": "Silent SubAgent handoff",
64
+
"silentHandoffHint": "Let this SubAgent complete delegated tasks in the background while the main agent still reads the result and replies to users. Users will not see the SubAgent tool call or raw result unless the main LLM explicitly uses normal mode.",
63
65
"descriptionLabel": "Description for the main LLM (used to decide handoff)",
64
66
"descriptionHint": "Shown to the main LLM as the transfer_to_* tool description—keep it short and clear."
Copy file name to clipboardExpand all lines: dashboard/src/i18n/locales/ru-RU/features/subagent.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,8 @@
60
60
"providerHint": "Оставьте пустым, чтобы использовать глобальный провайдер по умолчанию.",
61
61
"personaLabel": "Выберите персонажа",
62
62
"personaHint": "SubAgent наследует системные настройки и инструменты выбранного персонажа.",
63
+
"silentHandoffLabel": "Тихий вызов SubAgent",
64
+
"silentHandoffHint": "SubAgent выполняет делегированную задачу в фоне, а основной агент читает результат и отвечает пользователю. Пользователь не увидит вызов инструмента SubAgent и сырой результат, если основной LLM явно не выберет normal mode.",
63
65
"descriptionLabel": "Описание для основного LLM (используется для принятия решения о handoff)",
64
66
"descriptionHint": "Отображается как описание инструмента transfer_to_* — будьте кратки и ясны."
0 commit comments