---
title: "Introducing Koog Integration for Spring AI: Smarter Orchestration for Your Agents"
url: https://daily.dev/posts/introducing-koog-integration-for-spring-ai-smarter-orchestration-for-your-agents-tgeicavle
source_url: https://blog.jetbrains.com/ai/2026/04/introducing-koog-integration-for-spring-ai-smarter-orchestration-for-your-agents/
type: article
source: "Kotlin"
published: 2026-04-16T15:37:51.842Z
updated: 2026-08-24T06:52:26.778Z
tags: ["kotlin", "jetbrains", "spring-ai"]
reading_time: 12
upvotes: 6
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introducing Koog Integration for Spring AI: Smarter Orchestration for Your Agents

**[Kotlin](https://daily.dev/sources/kotlin)** · 12 min read · 6 upvotes · 0 comments

## Summary

Koog, JetBrains' agent orchestration framework, now integrates with Spring AI. The integration lets developers keep their existing Spring AI LLM providers, vector databases, and chat memory backends while layering Koog's advanced agent runtime on top. Key additions include type-safe graph-based workflows, built-in persistence for fault-tolerant execution, sophisticated history compression for cost control, and native parallel execution via coroutines. Setup requires adding three Koog starter dependencies and auto-configured beans bridge Spring AI interfaces to Koog equivalents. A customer support agent example demonstrates progressively adding intent classification, subgraph routing, durable execution with PostgreSQL checkpoints, and token-based history summarization.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.jetbrains.com/ai/2026/04/introducing-koog-integration-for-spring-ai-smarter-orchestration-for-your-agents/>

## Similar posts on daily.dev

- [Koog Comes to Java: The Enterprise AI Agent Framework From JetBrains](https://daily.dev/posts/koog-comes-to-java-the-enterprise-ai-agent-framework-from-jetbrains-8kcwtzu55) · JetBrains · 10 upvotes · 1 comments

---

Tags: [#kotlin](https://daily.dev/tags/kotlin), [#jetbrains](https://daily.dev/tags/jetbrains), [#spring-ai](https://daily.dev/tags/spring-ai)

[View this post on daily.dev](https://daily.dev/posts/introducing-koog-integration-for-spring-ai-smarter-orchestration-for-your-agents-tgeicavle)
