koog
Installation
SKILL.md
Koog AI Agent Framework
Kotlin Multiplatform framework for AI agents. Published on Maven Central under ai.koog group.
Current version: 0.7.3
Dependencies
koog-agents is the umbrella module — it transitively includes all sub-modules (agents-core, agents-ext, all provider clients, tools, prompt DSL, etc.).
// build.gradle.kts — minimal setup (JVM project)
repositories { mavenCentral() }
val koogVersion = "0.7.3"