feat: implement Handoff Graph Tool for managing AI to human transitions

This commit is contained in:
mlogclub
2026-04-10 16:00:10 +08:00
parent d953625a2b
commit 15afa10c7d
9 changed files with 307 additions and 24 deletions
+1
View File
@@ -20,6 +20,7 @@ func newService() *service {
runtime: engine.NewService(),
registry: registry.NewRegistry(
tools.NewCreateTicketGraphTool(),
tools.NewHandoffGraphTool(),
),
}
}