koog

Koog is the official Kotlin framework for building and running robust, scalable and production-ready AI agents across all platforms – from backend services to Android and iOS, JVM, and even in-browser environments. Koog is based on our AI products expertise and provides proven solutions for complex LLM and AI problems

GitHub Stars

2,957

User Rating

Not Rated

Favorites

0

Views

31

Forks

200

Issues

154

Installation
Difficulty
expert
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Required software and versions:
Kotlin: 1.5 or higher
Gradle: 7.0 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/JetBrains/koog.git
cd koog

2. Install Dependencies

bash
gradle build

3. Run Sample Project

bash
./gradlew run

Troubleshooting

Common Issues

Issue: Build errors occur Solution: Check the versions of Kotlin and Gradle, and update if necessary.