Project

Reverse Dependencies for ruby_llm

The projects listed here declare ruby_llm as a runtime or development dependency

0.0
The project is in a healthy, maintained state
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
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, and a plugin system for extensibility.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
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 inside the AWS boundary. Authenticates with the standard AWS credential chain (IRSA, Pod Identity, instance profiles, env vars) via aws-sdk-core.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
Repository is gone
No release in over a year
RubyLLM Code will provide an AI-powered coding assistant. This is a placeholder release - full implementation coming soon!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Popularity
0.0
The project is in a healthy, maintained state
A RubyLLM provider that invokes the official Codex CLI, reuses local ChatGPT authentication, and maps RubyLLM structured-output schemas to Codex output schemas.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
Access Claude and GPT models through GitLab Duo via the RubyLLM interface. One provider, automatic routing to Anthropic or OpenAI backends.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
Validates and coerces unstructured LLM responses directly into rich, schema-validated Ruby objects with automatic self-correction loops.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
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).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
Cache RubyLLM responses based on semantic similarity, not exact string matching. Reduces costs and latency by returning cached responses for semantically equivalent queries.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
Route messages to specialized RubyLLM chat agents based on semantic similarity using embeddings and kNN lookup
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
Provides an adapter to integrate RubyLLM with Sequel ORM.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Popularity
0.0
The project is in a healthy, maintained state
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
The project is in a healthy, maintained state
Intuitive one-liner utility methods for common LLM tasks like text summarization, translation, data extraction, classification, grammar correction, sentiment analysis, key point extraction, text rewriting, and question answering.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
Repository is gone
ruby_llm-toolbox bundles filesystem, shell, web, git, and data tools as ready-to-use RubyLLM::Tool subclasses. One require loads everything; read-only tools are on by default while mutating/exec tools are gated behind explicit config. Tool output is token-budgeted via ruby_llm-tokenizer.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Popularity
0.0
The project is in a healthy, maintained state
A RubyLLM plugin that integrates Top Secret to automatically filter sensitive information from LLM interactions.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026