koog
Koog is a JVM framework for building reliable, enterprise-grade AI agents.
- Type
- MCP
- Transport
- http
- Open source
- Yes
- GitHub Stars
- ★ 4.4k
- Source
- mcp-github
- Repository
- github.com/JetBrains/koog
Overview
Koog is a framework built on Kotlin and Java, designed to help developers build predictable, fault-tolerant, and enterprise-grade AI agents across various platforms—including backend services, Android, iOS, JVM, and even browser environments. It provides mature solutions for handling complex LLM and AI challenges. With Koog, AI agents gain features such as multi-platform deployment, fault recovery, and intelligent context compression optimization. Ideal for enterprises and developers aiming to build high-performance AI agents.
Capabilities
- ▪Multi-platform development support
- ▪Built-in retry mechanisms and state recovery
- ▪Intelligent history compression optimization
- ▪Integration with Spring Boot and Ktor
- ▪OpenTelemetry exporter integration
- ▪Seamless switching between LLM providers
Use cases
Setup
Add the dependencies in `build.gradle.kts`:
```kotlin
dependencies {
implementation("ai.koog:koog-agents:1.0.0")
implementation("ai.koog:koog-agents-additions:1.0.0-beta")
}
```This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
Which platforms does Koog support?
Supports JVM, JS, WasmJS, and iOS platforms.
Is Koog open source?
Yes, Koog is an open-source project.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.