redb.Route 3.1.0 — LLM as another transport: .To("llm://claude") and .AsLlmTool() Series: redb ecosystem (announcement, analysis later) In 3.1.0, redb.Route has released two new
The redb.Route library has released version 3.1.0, introducing two new transports: Llm and Exec. The Llm transport allows LLMs to be treated as endpoints similar to Kafka or RabbitMQ, enabling model calls via `.To("llm://claude")` and agent tools with `.AsLlmTool()`. The Exec transport functions as a process spawner with configurable options, supporting agent backends and standalone scheduled consumers. This integration aims to incorporate LLM capabilities directly within the existing DSL and tooling of redb.Route, rather than requiring separate AI frameworks. AI
IMPACT Enables developers to integrate LLM capabilities directly into existing .NET routing and messaging systems, potentially simplifying AI agent development.