Project
Reverse Dependencies for ruby_llm
The projects listed here declare ruby_llm as a runtime or development dependency
0.0
RLM.rb is a Ruby runtime spine for Recursive Language Models. It runs bounded, typed, auditable AI jobs
over files, records, and application context. RLM.rb includes RubyLLM provider access, a dspy.rb signature adapter,
the recursive prompt loop, file/context mounting, recursive sub-LM calls, typ...
2021
2022
2023
2024
2025
2026
0.0
RobotLab is a Ruby framework for building and orchestrating multi-robot LLM workflows.
Built on ruby_llm, it provides robots with template-based prompts, tools, and shared
memory; networks for coordinating multiple robots with intelligent routing; MCP (Model
Context Protocol) integration for exte...
2021
2022
2023
2024
2025
2026
0.0
A standalone, self-contained coding and automation agent built on ruby_llm. Provides an agent loop, persistent memory, SQLite sessions, context compaction, a job system, a tool registry, and an extensible UI layer.
2021
2022
2023
2024
2025
2026
0.0
Interactive rake tasks to generate context files for AI coding assistants (Claude, Cursor, Windsurf, Codex, llm.txt). Uses RubyLLM to analyze your codebase and create platform-specific context that helps AI understand your project.
2021
2022
2023
2024
2025
2026
0.0
RubyCoded is a terminal-based AI coding assistant built in Ruby. It provides a full TUI chat interface with support for multiple LLM providers (OpenAI, Anthropic, etc.), an agent mode with filesystem tools for reading, writing, and editing project files, a plan mode for structured task planning, ...
2021
2022
2023
2024
2025
2026
0.0
Talks the native Anthropic Messages format to Bedrock InvokeModel / InvokeModelWithResponseStream, unlocking Anthropic-specific features that the Converse API cannot express — tool search with deferred tool loading, prompt caching via cache_control, and structured outputs — while keeping data ins...
2021
2022
2023
2024
2025
2026
0.0
RubyLLM Code will provide an AI-powered coding assistant. This is a placeholder release - full implementation coming soon!
2021
2022
2023
2024
2025
2026
0.0
A RubyLLM provider that invokes the official Codex CLI, reuses local ChatGPT
authentication, and maps RubyLLM structured-output schemas to Codex output
schemas.
2021
2022
2023
2024
2025
2026
0.0
A comprehensive Ruby gem that provides Docker management capabilities through RubyLLM tools. Enables AI assistants to interact with Docker containers, images, networks, and volumes using natural language. Ported from DockerMCP to work directly with RubyLLM without requiring an external MCP server.
2021
2022
2023
2024
2025
2026
0.0
LLM evaluation engine for Rails.
2021
2022
2023
2024
2025
2026
0.0
Access Claude and GPT models through GitLab Duo via the RubyLLM interface. One provider, automatic routing to Anthropic or OpenAI backends.
2021
2022
2023
2024
2025
2026
0.0
Validates and coerces unstructured LLM responses directly into rich, schema-validated Ruby objects with automatic self-correction loops.
2021
2022
2023
2024
2025
2026
0.0
Drop-in Mongoid replacement for ruby_llm's ActiveRecord integration. Provides acts_as_chat, acts_as_message, acts_as_tool_call, and acts_as_model macros backed by MongoDB via Mongoid.
2021
2022
2023
2024
2025
2026
0.0
A Rails engine providing comprehensive observability for LLM-powered applications. Features include session tracking, trace analysis, prompt management, cost monitoring, and optional chat/agent testing UI (with RubyLLM integration).
2021
2022
2023
2024
2025
2026
0.0
Adds Pollinations AI support to RubyLLM — chat, image/video generation, TTS/music, and transcription via the Pollinations API. Installs as a standalone gem without modifying RubyLLM core.
2021
2022
2023
2024
2025
2026
0.0
A RubyLLM plugin that enables local LLM execution using the Red Candle gem.
Run quantized GGUF models directly in Ruby without external API calls.
Supports streaming, structured output, and multiple model architectures
including Gemma, Llama, Qwen, Mistral, and Phi.
2021
2022
2023
2024
2025
2026
0.0
Cache RubyLLM responses based on semantic similarity, not exact string matching. Reduces costs and latency by returning cached responses for semantically equivalent queries.
2021
2022
2023
2024
2025
2026
0.0
Route messages to specialized RubyLLM chat agents based on semantic similarity using embeddings and kNN lookup
2021
2022
2023
2024
2025
2026
0.0
Provides an adapter to integrate RubyLLM with Sequel ORM.
2021
2022
2023
2024
2025
2026
0.0
Provides a RubyLLM::Provider that allows you to stub responses for testing purposes. You can stub individual responses or a sequence of responses, and you can also temporarily stub responses within a block.
2021
2022
2023
2024
2025
2026