feat(tools): add description and parametersSchema to Tool interface; wire FileWriteTool materialization

This commit is contained in:
2026-05-18 21:39:36 +04:00
parent 24df3b55b3
commit 15d1e09c44
12 changed files with 105 additions and 3 deletions
@@ -8,4 +8,7 @@ dependencies {
implementation project(':core:tools')
implementation project(':core:events')
implementation project(':core:approvals')
implementation project(':core:artifacts')
implementation project(':core:artifacts-store')
implementation 'org.slf4j:slf4j-api:2.0.16'
}