Merged in feature/chatbot1 (pull request #223)

Chatbot functionality

* baseline working

* missing test file

* more tests
This commit is contained in:
Jay Brown
2026-05-07 20:56:18 +00:00
parent 17fc813823
commit 72de690894
62 changed files with 19150 additions and 445 deletions
+2
View File
@@ -2,6 +2,7 @@ package queryapi
import (
"queryorchestration/internal/backgroundtask"
"queryorchestration/internal/bot"
"queryorchestration/internal/client"
clientupdate "queryorchestration/internal/client/update"
"queryorchestration/internal/collector"
@@ -41,6 +42,7 @@ type Services struct {
Folder *folder.Service
Label *label.Service
Eula *eula.Service
Bot *bot.Service
}
// ConfigProvider combines auth, objectstore, and background runner for the Controllers.