New
0.6.0
Published 22 December 2025
Major Features
- ACP Integration: Introduce initial ACP (Agent Communication Protocol) integration to create ACP-compatible agents in Koog (#1253)
- Planner Agent Type: Introduce new "planner" agent type with iterative planning capabilities. Provide two out-of-the box strategies: simple LLM planner and GOAP (Goal-Oriented Action Planning) (#1232)
- Response Processor: Introduce
ResponseProcessorto fix tool call messages from weak models that fail to properly generate tool calls (KG-212, #871)
Improvements
- Event ID Propagation: Integrate event ID and execution info propagation across all pipeline events, agent execution flow, and features including Debugger and Tracing (KG-178)