Skip to main content
ClaudeWave

One delightful Ruby framework for every major AI provider. Build AI agents, chatbots, RAG apps, and multimodal workflows in beautiful, expressive code.

Subagents4k estrellas454 forksRubyMITActualizado today
Nota editorial

RubyLLM is a Ruby gem that provides a unified interface for calling over 800 AI models across providers including Anthropic (Claude), OpenAI, Google Gemini, Mistral, DeepSeek, Ollama, and others through a single consistent API. Developers access Claude through the standard Anthropic API integration, configuring an API key and selecting any Claude model such as claude-sonnet-4 via the `RubyLLM.chat` interface or the `acts_as_chat` Rails model concern. The library supports chat, image analysis, PDF and document parsing, audio transcription via `RubyLLM.transcribe`, image generation via `RubyLLM.paint`, embeddings, content moderation, streaming responses, structured JSON output via `RubyLLM::Schema`, and tool use through a `RubyLLM::Tool` base class that lets Claude call arbitrary Ruby methods. Reusable agents with persistent instructions and tool sets are defined by subclassing `RubyLLM::Agent`. A Rails generator scaffolds database-backed chat persistence and a ready-to-use chat UI at `/chats`. The standout detail is that the entire framework ships with only three dependencies: Faraday, Zeitwerk, and Marcel. Ruby and Rails developers building AI-backed applications benefit most.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/crmne/ruby_llm && cp ruby_llm/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.
Casos de uso

Resumen de Subagents

README no disponible. Visita el repo en GitHub para la documentación completa.
agentsaianthropicchatgptclaudedeepseekembeddingsgeminigpustackimage-generationllmmistralollamaopenaiopenrouterperplexityrailsrubyvertex-aixai

Lo que la gente pregunta sobre ruby_llm

¿Qué es crmne/ruby_llm?

+

crmne/ruby_llm es subagents para el ecosistema de Claude AI. One delightful Ruby framework for every major AI provider. Build AI agents, chatbots, RAG apps, and multimodal workflows in beautiful, expressive code. Tiene 4k estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala ruby_llm?

+

Puedes instalar ruby_llm clonando el repositorio (https://github.com/crmne/ruby_llm) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar crmne/ruby_llm?

+

Nuestro agente de seguridad ha analizado crmne/ruby_llm y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene crmne/ruby_llm?

+

crmne/ruby_llm es mantenido por crmne. La última actividad registrada en GitHub es de today, con 86 issues abiertos.

¿Hay alternativas a ruby_llm?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega ruby_llm en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: crmne/ruby_llm
[![Featured on ClaudeWave](https://claudewave.com/api/badge/crmne-ruby-llm)](https://claudewave.com/repo/crmne-ruby-llm)
<a href="https://claudewave.com/repo/crmne-ruby-llm"><img src="https://claudewave.com/api/badge/crmne-ruby-llm" alt="Featured on ClaudeWave: crmne/ruby_llm" width="320" height="64" /></a>

Más Subagents