Skip to content

v1.20.4: KG validation + LLM auto-config

Choose a tag to compare

@AlexMikhalev AlexMikhalev released this 14 Jun 09:57
· 504 commits to main since this release

What's new

KG validation in execution hot paths

  • KnowledgeGraphValidator wired into Firecracker/Docker/Local executors
  • QueryLoop validation with LLM context feedback (not error-out)
  • ValidationEvent hooks for agent learning/security capture

LLM auto-configuration with smart routing

  • auto_configure_llm() with Ollama + OpenRouter capability routing
  • RouterBridgeLlmClient with CapabilityFirst strategy
  • rlm_query returns real LLM responses (was LlmNotConfigured)

Verification

  • 127 tests pass, clippy clean