llm.rb 4.12.0
llm.rb is a Ruby-centric system integration layer for building LLM-powered systems. It connects LLMs to real systems by turning APIs into tools and unifying MCP, providers, contexts, and application logic in one execution model. It supports explicit tool orchestration, concurrent execution, streaming, multiple MCP sources, and multiple LLM providers for production systems that integrate external and internal services.
Gemfile:
=
install:
=
Development Dependencies (13):
dotenv
~> 2.8
kramdown
~> 2.4
logger
~> 1.7
net-http-persistent
~> 4.0
opentelemetry-sdk
~> 1.10
rake
~> 13.0
rspec
~> 3.0
standard
~> 1.50
test-cmd.rb
~> 0.12.0
vcr
~> 6.0
webmock
~> 3.24.0
webrick
~> 1.8
yard
~> 0.9.37