feat: implement Handoff Graph Tool for managing AI to human transitions
This commit is contained in:
@@ -20,6 +20,7 @@ func newService() *service {
|
||||
runtime: engine.NewService(),
|
||||
registry: registry.NewRegistry(
|
||||
tools.NewCreateTicketGraphTool(),
|
||||
tools.NewHandoffGraphTool(),
|
||||
),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user