Esta página se muestra en inglés. Una traducción al español está en curso.
WorkflowsMay 14, 2026·2 min de lectura

RubyLLM::Agents — Rails Engine for Production Agents

Rails engine for building and monitoring LLM agents with a DSL, retries/fallbacks, cost analytics, and a dashboard; verified 124★, pushed 2026-04-19.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 62/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Workflow
Instalación
Gem|Rails
Confianza
Confianza: Established
Entrada
rails generate ruby_llm_agents:install
Comando CLI universal
npx tokrepo install a1d6b7ef-39c8-5431-8d8e-9b8f803d49bd
Introducción

Rails engine for building and monitoring LLM agents with a DSL, retries/fallbacks, cost analytics, and a dashboard; verified 124★, pushed 2026-04-19.

Best for: Rails teams who want agent observability (cost/tokens/duration/errors) baked into their app

Works with: Ruby 3.1+ / Rails 7.0+ and RubyLLM-supported providers (README lists OpenAI/Anthropic/Gemini, etc.)

Setup time: 20-45 minutes

Key facts (verified)

  • GitHub: 124 stars · 6 forks · pushed 2026-04-19.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: rails generate ruby_llm_agents:install.

Main

  • Keep agents as application code: define agents as classes with a DSL and treat them like any other Rails component (jobs/models/routes).

  • Use the built-in “doctor” task to validate provider keys and configuration before shipping the dashboard to prod.

  • Gate spend early: README highlights cost analytics and budget controls; set budgets per environment or tenant before onboarding users.

  • Use evaluation + alerts as your feedback loop: README lists evaluation and alerting features to keep quality measurable over time.

Source-backed notes

  • README Quick Start shows installing via Gemfile + rails generate ruby_llm_agents:install + rails db:migrate.
  • README shows verifying setup via rails ruby_llm_agents:doctor and generating a demo agent.
  • README lists requirements (Ruby >=3.1, Rails >=7.0) and highlights observability (cost/tokens/duration/errors).

FAQ

  • Do I need a database?: Yes — Quick Start includes rails db:migrate and the dashboard relies on persisted execution data.
  • Which providers are supported?: README states it works through RubyLLM and names OpenAI, Anthropic, Gemini, and others supported there.
  • How do I verify my install?: Run rails ruby_llm_agents:doctor as shown in README.
🙏

Fuente y agradecimientos

Source: https://github.com/adham90/ruby_llm-agents > License: MIT > GitHub stars: 124 · forks: 6

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados