feat: add ToolCallAssessedEvent for plane-2 tool-call assessment

This commit is contained in:
2026-05-31 03:37:49 +04:00
parent d3ce310100
commit 2964849bb2
4 changed files with 88 additions and 0 deletions
+1
View File
@@ -7,5 +7,6 @@ plugins {
dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-datetime"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinx_coroutines_version"
testImplementation "org.jetbrains.kotlin:kotlin-test"
}
tasks.named("koverVerify").configure { enabled = false }