feat: add TriageServiceRequest tool and related graph for analyzing service requests and drafting tickets

This commit is contained in:
mlogclub
2026-04-12 13:39:16 +08:00
parent e42c77c8ae
commit 89227c02c4
7 changed files with 263 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@ func newService() *service {
return &service{
runtime: engine.NewService(),
registry: registry.NewRegistry(
tools.NewTriageServiceRequestTool(),
tools.NewAnalyzeConversationTool(),
tools.NewPrepareTicketDraftTool(),
tools.NewCreateTicketGraphTool(),