refactor: make AI workflows agent-centric

This commit is contained in:
mlogclub
2026-06-22 10:08:51 +08:00
parent 14f50e064f
commit 32ab43e7c2
18 changed files with 436 additions and 400 deletions
+1 -13
View File
@@ -1024,6 +1024,7 @@
"moreActions": "More actions for {name}",
"processing": "Working...",
"stop": "Disable",
"workflow": "Workflow",
"delete": "Delete",
"loadingRows": "Loading AI agents...",
"emptyRows": "No AI agents yet",
@@ -1038,8 +1039,6 @@
"nameRequired": "Enter a name.",
"aiConfigRequired": "Select an AI config.",
"serviceModeRequired": "Select a service mode.",
"runtimeModeRequired": "Select a runtime mode.",
"workflowVersionRequired": "Select a published workflow version.",
"replyTimeoutInvalid": "Reply timeout must be an integer greater than or equal to 0.",
"handoffModeRequired": "Select a human handoff mode.",
"fallbackModeRequired": "Select a fallback strategy.",
@@ -1048,7 +1047,6 @@
"loadTeamsFailed": "Could not load support teams.",
"loadKnowledgeFailed": "Could not load knowledge bases.",
"loadSkillsFailed": "Could not load skills.",
"loadWorkflowVersionsFailed": "Could not load AI workflow versions.",
"loadDirectToolsFailed": "Could not load Direct Tools.",
"builtinTools": "Built-in tools",
"ungrouped": "Ungrouped",
@@ -1068,16 +1066,6 @@
"selectServiceMode": "Select service mode",
"searchServiceMode": "Search service modes",
"emptyServiceMode": "No service modes found",
"runtimeMode": "Runtime Mode",
"runtimeBuiltinGraph": "Built-in Graph Tools",
"runtimeWorkflow": "Published AI Workflow",
"selectRuntimeMode": "Select runtime mode",
"searchRuntimeMode": "Search runtime modes",
"emptyRuntimeMode": "No runtime modes found",
"workflowVersion": "Workflow Version",
"selectWorkflowVersion": "Select published workflow version",
"searchWorkflowVersion": "Search workflow versions",
"emptyWorkflowVersion": "No published workflow versions available",
"description": "Description",
"welcomeMessage": "Welcome Message",
"systemPrompt": "System Prompt",