PulseAugur
EN
LIVE 13:00:20
(BG) redb.Route 3.1.0 — LLM как ещё один транспорт: .To(«llm://claude») и .AsLlmTool() Серия: redb ecosystem (анонс, разбор позже) В 3.1.0 у redb.Route вышло два нов

redb.Route integrates LLMs as endpoints with new Llm transport

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.

RANK_REASON This is a software library update that adds new functionality for integrating LLMs, fitting the definition of a tool release.

Read on Mastodon — fosstodon.org →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

COVERAGE [1]

  1. Mastodon — fosstodon.org TIER_1 (BG) · [email protected] ·

    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

    redb.Route 3.1.0 — LLM как ещё один транспорт: .To(«llm://claude») и .AsLlmTool() Серия: redb ecosystem (анонс, разбор позже) В 3.1.0 у redb.Route вышло два новых транспорта : redb.Route.Llm (24-й) и redb.Route.Exec (25-й). LLM теперь — обычный endpoint наравне с Kafka, RabbitMQ …