| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Koog-0.6.4.xcframework.zip | 2026-03-04 | 33.9 MB | |
| 0.6.4 source code.tar.gz | 2026-03-04 | 33.7 MB | |
| 0.6.4 source code.zip | 2026-03-04 | 35.1 MB | |
| README.md | 2026-03-04 | 795 Bytes | |
| Totals: 4 Items | 102.7 MB | 0 | |
Major Features
- LLM Client Router: Added support for routing requests across multiple LLM clients with pluggable load balancing strategies. Includes a built-in round-robin router and fallback handling when a provider is unavailable (#1503)
Improvements
- Anthropic models list: Implemented
models()for the Anthropic LLM client, consistent with other supported providers (KG-527, [#1460]) - Dependency updates: Updated
io.lettuce:lettuce-corefrom6.5.5.RELEASEto7.2.1.RELEASE(#1304)
Breaking Changes
- OllamaModels relocation:
OllamaModelsandOllamaEmbeddingModelsmoved fromprompt-llmtoprompt-executor-ollama-clientmodule (KG-121, [#1470])