| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Koog-0.7.2.xcframework.zip | 2026-03-19 | 39.2 MB | |
| 0.7.2 source code.tar.gz | 2026-03-19 | 33.6 MB | |
| 0.7.2 source code.zip | 2026-03-19 | 35.5 MB | |
| README.md | 2026-03-19 | 1.3 kB | |
| Totals: 4 Items | 108.3 MB | 0 | |
Published 19 March 2026
Bug Fixes
- Java API for OpenTelemetry extensions: Fixed Java API inside
OpenTelemetryConfigclass annotated with@JavaOverridethat relied on KotlinDurationclass, causing all further attributes to be skipped by the compiler in Langfuse and Weave extensions (KG-754, [#1682]) - System prompt preservation in agent builder: Fixed
systemPromptmethod in agent builders to preserve previously configured messages, id, and params in the prompt (KG-747, [#1671]) - LLMParams copy overloads: Added correct
override fun copy()to allLLMParamssubclasses (GoogleParams,AnthropicParams,OpenAIChatParams, etc.) so thatPrompt.withUpdatedParamspreserves provider-specific fields instead of silently dropping them. Also fixedBedrockConverseParams.copy()missing parameters andDashscopeParamsincorrectsuper.copy()call (KG-742, [#1668])
Breaking Changes
- Removed
inputparameter fromAIAgentFunctionalContext.subtask: Theinputparameter was not actually used;taskDescriptionis the right way to specify the task. Related methods and builders updated accordingly (#1667)
Documentation
- Started porting rest of the documentation to Java (#1669)