Koog: an agentic framework so you stop reinventing the loop
Introduction Building an LLM agent “by hand” is fun for about two hours. But the real questions show up fast: how do you handle a conversation that outgrows the context window? How do you structure a workflow with more than three steps? How do you plug in your own tools without rewriting a homemade function-calling parser? Koog is JetBrains’ agentic framework. It’s written in Kotlin and targets the JVM first, with integrations for Spring Boot, Spring AI and Ktor. Version 1.0 shipped in May 2026, announced at the KotlinConf keynote. ...