Skip to content

Commit ade53cf

Browse files
committed
chore: koog ktor dep
1 parent 642e619 commit ade53cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ otel-kotlin = "0.4.0"
7777
okio = "3.16.0"
7878
sslcontext-kickstart = "9.1.0"
7979
ksp-auto-service = "1.2.0"
80+
sweetspi = "0.1.3"
8081
zip-prefixer = "0.3.1"
8182
ajalt-mordant = "3.0.2"
8283
ajalt-clikt = "5.0.3"
@@ -520,6 +521,8 @@ google-auto-service-apt = { module = "com.google.auto.service:auto-
520521
google-auto-annotations = { module = "com.google.auto.service:auto-service-annotations" , version.ref = "google-auto-service"}
521522
google-tink = { module = "com.google.crypto.tink:tink" , version.ref = "google-tink"}
522523
ksp-auto-service = { module = "dev.zacsweers.autoservice:auto-service-ksp" , version.ref = "ksp-auto-service"}
524+
sweetspi-runtime = { module = "dev.whyoleg.sweetspi:sweetspi-runtime" , version.ref = "sweetspi"}
525+
sweetspi-processor = { module = "dev.whyoleg.sweetspi:sweetspi-processor" , version.ref = "sweetspi"}
523526
koin-bom = { module = "io.insert-koin:koin-bom" , version.ref = "koin"}
524527
koin-core = { module = "io.insert-koin:koin-core" , version.ref = "koin"}
525528
koin-core-coroutines = { module = "io.insert-koin:koin-core-coroutines" , version.ref = "koin"}
@@ -672,6 +675,7 @@ jlama-native = { module = "com.github.tjake:jlama-native
672675
dflib = { module = "org.dflib:dflib" , version.ref = "dflib" }
673676
mcp-kotlin = { module = "io.modelcontextprotocol:kotlin-sdk" , version.ref = "mcp-kotlin"}
674677
koog-agents = { module = "ai.koog:koog-agents" , version.ref = "koog"}
678+
koog-ktor = { module = "ai.koog:koog-ktor" , version.ref = "koog"}
675679

676680
# Social
677681
ozone-bluesky = { module = "sh.christian.ozone:bluesky" , version.ref = "bluesky-ozone"}

0 commit comments

Comments
 (0)