feat: add AnalyzeConversation tool and related graph for analyzing conversation risks and summaries

This commit is contained in:
mlogclub
2026-04-12 13:36:01 +08:00
parent a66b78eecc
commit e42c77c8ae
7 changed files with 433 additions and 4 deletions
+4
View File
@@ -11,6 +11,10 @@ const (
BuiltinSkillToolTitle = "加载专项技能说明"
BuiltinSkillToolDescription = "用于加载当前命中的专项技能说明文档。仅在本轮已命中 Skill 时可用,适合将专项处理规则按需注入上下文。"
GraphToolCatalogServerCode = "graph"
GraphAnalyzeConversationToolCode = "graph/analyze_conversation"
GraphAnalyzeConversationToolName = "analyze_conversation"
GraphAnalyzeConversationToolTitle = "分析对话风险与摘要"
GraphAnalyzeConversationToolDescription = "Graph Tool。用于整理当前对话摘要、识别风险信号,并给出继续解答、建单或转人工的建议。"
GraphPrepareTicketDraftToolCode = "graph/prepare_ticket_draft"
GraphPrepareTicketDraftToolName = "prepare_ticket_draft"
GraphPrepareTicketDraftToolTitle = "整理工单草稿"