T
traeai
登录
返回首页
The JetBrains Blog

Koog 1.0 发布:稳定核心、更好互操作性和多平台可观测性

7.0Score
Koog 1.0 发布:稳定核心、更好互操作性和多平台可观测性

TL;DR · AI 摘要

JetBrains 发布了 Koog 1.0,这是一个稳定的核心、更好的互操作性和多平台可观测性的 AI 工具。

核心要点

  • Koog 1.0 提供了一个稳定的核心。
  • 该工具增强了与其他系统的互操作性。
  • Koog 1.0 支持多平台可观测性。

结构提纲

按章节快速跳转。

  1. 介绍 JetBrains 发布 Koog 1.0 的背景和目的。

  2. Koog 1.0 引入了一个更加稳定的核心,提高了工具的可靠性。

  3. 通过改进互操作性,Koog 1.0 现在可以更轻松地与其他系统集成。

  4. Koog 1.0 提供了对多个平台的可观测性支持,帮助用户更好地监控和管理工具性能。

思维导图

用一张图看清主题之间的关系。

查看大纲文本(无障碍 / 无 JS 友好)
  • Koog 1.0 发布
    • 稳定核心
    • 更好的互操作性
    • 多平台可观测性

金句 / Highlights

值得收藏与分享的关键句。

#JetBrains#AI#Koog
打开原文

Koog 1.0 Is Out: Stable Core, Better Interop, and Multiplatform Observability | The JetBrains AI Blog

[](https://blog.jetbrains.com/ai/2026/05/koog-1-0-is-out-stable-core-better-interop-and-multiplatform-observability/#)

Cookie Settings

Our website uses some cookies and records your IP address for the purposes of accessibility, security, and managing your access to the telecommunication network. You can disable data collection and cookies by changing your browser settings, but it may affect how this website functions. Learn more

With your consent, JetBrains may also use cookies and your IP address to collect individual statistics and provide you with personalized offers and ads subject to the Privacy Notice and the Terms of Use. JetBrains may use third-party services for this purpose. You can adjust or withdraw your consent at any time by visiting the Opt-Out.

Accept All Manage Settings

[![Image 3](https://blog.jetbrains.com/wp-content/uploads/2024/06/JETBRAINS-Blog.svg)](https://blog.jetbrains.com/)Skip to content

Burger menu icon

  • #### IDEs
  • [CLion](https://blog.jetbrains.com/clion/ "CLion Blog")
  • [DataGrip](https://blog.jetbrains.com/datagrip/ "DataGrip Blog")
  • DataSpell
  • [GoLand](https://blog.jetbrains.com/go/ "GoLand Blog")
  • [IntelliJ IDEA](https://blog.jetbrains.com/idea/ "IntelliJ IDEA Blog")
  • [PhpStorm](https://blog.jetbrains.com/phpstorm/ "PhpStorm Blog")
  • [PyCharm](https://blog.jetbrains.com/pycharm/ "PyCharm Blog")
  • RustRover
  • [Rider](https://blog.jetbrains.com/dotnet/tag/rider/ "Rider Blog")
  • [RubyMine](https://blog.jetbrains.com/ruby/ "RubyMine Blog")
  • [WebStorm](https://blog.jetbrains.com/webstorm/ "WebStorm Blog")
  • #### Plugins & Services
  • #### Team Tools
  • #### .NET & Visual Studio
  • [.NET Tools](https://blog.jetbrains.com/dotnet/ ".NET Tools")
  • [ReSharper C++](https://blog.jetbrains.com/rscpp/ "ReSharper C++ Blog")
  • #### Languages & Frameworks
  • [Kotlin](https://blog.jetbrains.com/kotlin/ "Kotlin Blog")
  • Ktor
  • [MPS](https://blog.jetbrains.com/mps/ "MPS Blog")
  • Amper
  • #### Education & Research
  • #### Company

![Image 4: Ai logo ## JetBrains AI](https://blog.jetbrains.com/ai/) Supercharge your tools with AI-powered features inside many JetBrains products

Follow

Explore More

AIJavaKotlin

Koog 1.0 Is Out: Stable Core, Better Interop, and Multiplatform Observability

Image 5: Alyona Chernyaeva

Alyona Chernyaeva

May 27, 2026

Last week at the KotlinConf 2026 keynote (watch the recording here), we announced Koog 1.0.

Koog is JetBrains’ open-source framework for building AI agents in Kotlin and Java. It provides the core building blocks for agentic applications: tools, workflows, persistence, memory, observability, and integrations with existing JVM and Kotlin Multiplatform projects.

We introduced Koog at KotlinConf last year. Since then, the framework has evolved through community feedback, internal use, and several public releases. Koog 1.0 is the next step: a more stable foundation for building reliable enterprise-ready agents.

**What’s new in Koog 1.0**Copy heading link

The biggest change in 1.0 is a strict commitment to stability. To give you a solid foundation for production, we guarantee no breaking changes for stable modules for at least one year.

This release also brings several major improvements across the framework:

  • Local Android AI: New provider integrations, featuring support for running LiteRT models locally on Android devices.
  • A redesigned Java interop layer with a cleaner and more consistent API.
  • Decoupled HTTP transport, which makes it easier to integrate Koog into existing infrastructure and use different HTTP clients.
  • OpenTelemetry support across Koog targets, including Kotlin Multiplatform environments.
  • Improved persistence and memory support for long-running agents.
  • Anthropic prompt caching support to help reduce latency and token costs for repeated prompts.

Koog 1.0 also includes many fixes, API cleanups, and migration improvements that prepare the framework for a more stable long-term evolution. For the full list of changes, see the Koog 1.0 release notes.

**Try Koog 1.0**Copy heading link

Koog 1.0 marks the framework’s move to a stable core API.

If you’re building agents that need tools, structured workflows, persistence, memory, observability, or integration with existing Kotlin and JVM applications, this release gives you a sturdier foundation to build on.

Explore the docs, update your dependencies, and start with the stable core modules. Add Beta modules only where you need functionality that is still evolving.

**Thank you**Copy heading link

We’d like to thank everyone who tried Koog, submitted issues, shared feedback, and contributed to the project over the past year. Koog 1.0 reflects a lot of that input, and we’re excited to keep building it with the community.

_Prev post_ KotlinConf’26 Keynote Highlights: Advances in Language Design, Tooling, AI-Driven Workflows, and Multiplatform Development

AI 可能会生成不准确的信息,请核实重要内容

Koog 1.0 发布:稳定核心、更好互操作性和多平台可观测性 | The JetBrains Blog | traeai