fix(server): wire tool registry and executor into OrchestratorEngines so LLM receives tool definitions

This commit is contained in:
2026-05-18 22:03:31 +04:00
parent d2518849d7
commit 03615dc5b9
2 changed files with 60 additions and 44 deletions
+3
View File
@@ -27,6 +27,9 @@ dependencies {
implementation project(':infrastructure:inference')
implementation project(':infrastructure:inference:llama_cpp')
implementation project(':infrastructure:inference:commons')
implementation project(':core:tools')
implementation project(':infrastructure:tools')
implementation project(':infrastructure:tools:filesystem')
implementation "com.github.ajalt.clikt:clikt:5.0.1"