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)