feat: add PrepareTicketDraft tool and related graph for drafting ticket information

This commit is contained in:
mlogclub
2026-04-12 13:32:07 +08:00
parent 5484384d89
commit a66b78eecc
8 changed files with 423 additions and 6 deletions
+1
View File
@@ -19,6 +19,7 @@ func newService() *service {
return &service{
runtime: engine.NewService(),
registry: registry.NewRegistry(
tools.NewPrepareTicketDraftTool(),
tools.NewCreateTicketGraphTool(),
tools.NewHandoffGraphTool(),
),