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, 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スター

2,957

ユーザー評価

未評価

お気に入り

0

閲覧数

8

フォーク

200

イシュー

154

インストール方法
難易度
expert
推定所要時間
20-45

インストール方法

インストール方法

前提条件

必要なソフトウェアとバージョン:
Kotlin: 1.5以上
Gradle: 7.0以上

インストール手順

1. リポジトリのクローン

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

2. 依存関係のインストール

bash
gradle build

3. サンプルプロジェクトの実行

bash
./gradlew run

トラブルシューティング

よくある問題

問題: ビルドエラーが発生する 解決策: KotlinとGradleのバージョンを確認し、必要に応じて更新してください。