Trending Projects for October 05, 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 Ruby's most capable AI runtime.
It runs on Ruby's standard library by default. loads optional pieces
only when needed, and offers a single runtime for providers, agents,
tools, skills, MCP, A2A (Agent2Agent), RAG (vector stores & embeddings),
streaming, files, and persisted state. As a bonus, llm.rb is also available
for mruby.
It supports OpenAI, OpenAI-compatible endpoints, Anthro...
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...