fix(server): wire tool registry and executor into OrchestratorEngines so LLM receives tool definitions
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user