Trending Projects for October 12, 2025
Discover libraries that are gaining popularity within the Ruby community. You can find an overview of how we calculate these in our documentation.
llm.rb is a lightweight runtime for building capable AI systems in Ruby.
It is not just an API wrapper. llm.rb gives you one runtime for providers,
contexts, agents, tools, MCP servers, streaming, schemas, files, and
persisted state, so real systems can be built out of one coherent
execution model instead of a pile of adapters. It stays close to Ruby, runs
on the standard library by default, lo...
This is the simple REST client for Google Meet API V2. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use...
ActiveRecordDistinctOn adds support for `DISTINCT ON` to ActiveRecord. At the time of this writing, PostgreSQL is the only database which supports this syntax; however, this gem has been written with database independence in mind so that if another Arel visitor adds support for `Arel::Nodes::DistinctOn` in the future, it should work seamlessly.