TL;DR KotlinLLM is now public. It's a research prototype for delegating runtime logic to an LLM from Kotlin code. Instead of calling an LLM on every request or running a separate agent, you can wri

TL;DR KotlinLLM is now public. It's a research prototype for delegating runtime logic to an LLM from Kotlin code. Instead of calling an LLM on every request or running a separate…

Experimental IntelliJ IDEA plugin for Kotlin/JVM projects is used to delegate runtime logic to an LLM from Kotlin code.