chore: Add Koog dependencies
CI Workflow / build (push) Failing after 41s
CI Workflow / send-notification (push) Skipped

This commit is contained in:
2026-07-29 21:05:24 -04:00
parent e2d0eaa64a
commit 76f65687d7
+3
View File
@@ -10,6 +10,9 @@ repositories {
}
dependencies {
implementation("ai.koog:koog-agents:1.0.0")
implementation("ai.koog:koog-agents-additions:1.0.0-beta")
testImplementation(kotlin("test"))
}