redb.Route 3.1.0 — LLM(AI) as just another connector: `.To("llm://claude")` and tools-as-routes
The redb.Route integration framework has released version 3.1.0, introducing two new transports: redb.Route.Llm and redb.Route.Exec. The LLM transport allows developers to treat language models as addressable endpoints, similar to Kafka or HTTP, enabling seamless integration of LLM calls within existing integration workflows. This release also introduces the capability to define agent tools as routes with an `.AsLlmTool()` aspect, unifying AI functionalities within the framework's existing DSL and infrastructure. AI
IMPACT Enables developers to integrate LLMs as standard endpoints within existing integration frameworks, simplifying AI adoption.