refactor: remove graph tools references and related logic from AIAgent and workflows

This commit is contained in:
mlogclub
2026-06-26 18:56:09 +08:00
parent 015b57bfe7
commit d4ff0980c4
14 changed files with 48 additions and 199 deletions
+1 -8
View File
@@ -1090,7 +1090,6 @@
"knowledgeTab": "Knowledge",
"skillsTab": "Skills",
"directToolsTab": "MCP tools",
"graphToolsTab": "Graph Tools",
"knowledgeHint": "Select at least one knowledge base. You can adjust priority order.",
"selectKnowledge": "Select and add knowledge base",
"searchKnowledge": "Search knowledge bases",
@@ -1117,13 +1116,7 @@
"searchDirectTool": "Search Direct Tools",
"emptyDirectTool": "No Direct Tools available",
"noDirectToolsHint": "Without Direct Tools, the agent will not call external or built-in tools directly. It will rely on knowledge bases, skills, and normal replies.",
"removeDirectTool": "Remove Direct Tool {name}",
"graphToolsHint": "Use for built-in workflows such as ticket creation and human handoff. These are kept separate from Direct Tools.",
"selectGraphTool": "Select Graph Tool",
"searchGraphTool": "Search Graph Tools",
"emptyGraphTool": "No Graph Tools available",
"noGraphToolsHint": "Without Graph Tools, the agent will not expose built-in workflow tools such as ticket creation or human handoff.",
"removeGraphTool": "Remove Graph Tool {name}"
"removeDirectTool": "Remove Direct Tool {name}"
},
"aiConfig": {
"allStatuses": "All statuses",