New
0.5.3
Published 12 November 2025
New Features
- Reasoning messages support (#943)
- Add get models list request to
OpenAI-basedLLMClients (#1074)
Improvements
- Support subgraph execution events in an agent pipeline and features, including
OpenTelemetry(#1052) - Make
systemPromptandtemperatureoptional, set default temperature to null inAIAgentfactory functions (#1078) - Improve compatibility with kotlinx-coroutines 1.8 in runtime by removing
featurePrepareDispatcherfromAIAgentPipeline(#1083)
Bug Fixes
- Fix persistence feature by making
ReceivedToolResultserializable (#1049) - Make clients properly rethrow cancellations and remove exception wrapping (#1057)
- Fix
StructureFixingParserto do the right number of retires (#1084)