Koog 1.0 发布:稳定核心、更好互操作性和多平台可观测性
TL;DR · AI 摘要
JetBrains 发布了 Koog 1.0,这是一个稳定的核心、更好的互操作性和多平台可观测性的 AI 工具。
核心要点
- Koog 1.0 提供了一个稳定的核心。
- 该工具增强了与其他系统的互操作性。
- Koog 1.0 支持多平台可观测性。
结构提纲
按章节快速跳转。
思维导图
用一张图看清主题之间的关系。
查看大纲文本(无障碍 / 无 JS 友好)
- Koog 1.0 发布
- 稳定核心
- 更好的互操作性
- 多平台可观测性
金句 / Highlights
值得收藏与分享的关键句。
Koog 1.0 引入了一个更加稳定的核心,提高了工具的可靠性。
通过改进互操作性,Koog 1.0 现在可以更轻松地与其他系统集成。
Koog 1.0 提供了对多个平台的可观测性支持,帮助用户更好地监控和管理工具性能。
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
[](https://blog.jetbrains.com/)Skip to content
- #### 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
- Big Data Tools
- [JetBrains Platform](https://blog.jetbrains.com/platform/ "JetBrains Platform Blog")
- Scala
- [Toolbox App](https://blog.jetbrains.com/toolbox-app/ "Toolbox App Blog")
- JetBrains AI
- Grazie
- Junie
- JetBrains for Data
- Air
- #### Team Tools
- Datalore
- [TeamCity](https://blog.jetbrains.com/teamcity/ "TeamCity Blog")
- [YouTrack](https://blog.jetbrains.com/youtrack/ "YouTrack Blog")
- Qodana
- CodeCanvas
- Matter
- Databao
- #### .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
- [Company Blog](https://blog.jetbrains.com/blog/ "JetBrains Company Blog")
- Security
- Community Programs
- Life at JetBrains
 Supercharge your tools with AI-powered features inside many JetBrains products
- Follow:
- _RSS_ RSS
Koog 1.0 Is Out: Stable Core, Better Interop, and Multiplatform Observability

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.