@@ -77,6 +77,7 @@ otel-kotlin = "0.4.0"
7777okio = " 3.16.0"
7878sslcontext-kickstart = " 9.1.0"
7979ksp-auto-service = " 1.2.0"
80+ sweetspi = " 0.1.3"
8081zip-prefixer = " 0.3.1"
8182ajalt-mordant = " 3.0.2"
8283ajalt-clikt = " 5.0.3"
@@ -520,6 +521,8 @@ google-auto-service-apt = { module = "com.google.auto.service:auto-
520521google-auto-annotations = { module = " com.google.auto.service:auto-service-annotations" , version.ref = " google-auto-service" }
521522google-tink = { module = " com.google.crypto.tink:tink" , version.ref = " google-tink" }
522523ksp-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" }
523526koin-bom = { module = " io.insert-koin:koin-bom" , version.ref = " koin" }
524527koin-core = { module = " io.insert-koin:koin-core" , version.ref = " koin" }
525528koin-core-coroutines = { module = " io.insert-koin:koin-core-coroutines" , version.ref = " koin" }
@@ -672,6 +675,7 @@ jlama-native = { module = "com.github.tjake:jlama-native
672675dflib = { module = " org.dflib:dflib" , version.ref = " dflib" }
673676mcp-kotlin = { module = " io.modelcontextprotocol:kotlin-sdk" , version.ref = " mcp-kotlin" }
674677koog-agents = { module = " ai.koog:koog-agents" , version.ref = " koog" }
678+ koog-ktor = { module = " ai.koog:koog-ktor" , version.ref = " koog" }
675679
676680# Social
677681ozone-bluesky = { module = " sh.christian.ozone:bluesky" , version.ref = " bluesky-ozone" }
0 commit comments