Project
Reverse Dependencies for ruby_llm
The projects listed here declare ruby_llm as a runtime or development dependency
0.0
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
Activity
0.0
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
Activity
0.0
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
Activity
0.0
Automatically report AI agent health, response times, and model info to your ups.dev status page.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
A RubyLLM extension for Voyage embeddings, reranking, contextualized chunks, and files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
LLM powered business intelligence. Build SQL reports using natural language.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
A Ruby client for the Model Context Protocol (MCP) that seamlessly integrates with RubyLLM.
Connect to MCP servers via SSE or stdio transports, automatically convert MCP tools into
RubyLLM-compatible tools, and enable AI models to interact with external data sources and
services. Makes using MCP with RubyLLM as easy as possible.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
A mixin that gives any Ruby class the ability to generate and install methods at runtime via an LLM. Describe what you want in plain English and get a working method back.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
SharedTools provides a collection of reusable common tools
for Ruby applications using ruby_llm gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
An agent framework where your Rails app is the chassis: app/agent/ directory convention, durable runs on Active Job Continuations, exactly-once tool execution via a transactional ledger, approvals that park at zero compute.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
Stop writing code, let LLMs slop it for your at boot time
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
A Rails Engine wrapping SmarterCSV for CSV importing with three-tier AI header matching (lookup + vector similarity + LLM fallback), batch processing, and import tracking. Only headers are sent to AI — row data never leaves your application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
Smith is a workflow-first multi-agent orchestration library built on RubyLLM. It provides state machine modeling, typed contracts, budget enforcement, guardrails, and observability for agent workflows.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
Solid Agent stores agent runs in its own database and dispatches staged workflow tasks to the RubyLLM runtime with a built-in Rails UI.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
Simplistic playpen (e.g. not for serious use) for doing
technical analysis of stock prices. Under Construction.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
Comprehensive CLI tool for managing Strata Semantic Analytics projects. Create and initialize
projects, manage datasource connections, build semantic table models with AI assistance, run
audits and validations, and deploy projects to Strata servers. Supports multiple data warehouse
adapters including PostgreSQL, MySQL, SQL Server, Snowflake, Athena, Trino, ClickHouse, and more.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
Hierarchical persistent memory with semantic search for SwarmSDK AI agents
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
SwarmSDK is a complete reimagining of Claude Swarm that runs all AI agents in a single process
using RubyLLM for LLM interactions. Define collaborative AI agents in simple Markdown files with
YAML frontmatter, and orchestrate them without the overhead of multiple processes or MCP
inter-process communication. Perfect for building lightweight, efficient AI agent teams with
specialized roles and capabilities.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
Sylvia is a command-line tool that helps you create and manage Ruby projects with ease.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
0.0
Find untested Ruby code and generate tests with AI
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026