[ruby-talk:444801] [ANN] llm.rb v4.17.0 released

Hi

== Links

- GitHub - llmrb/llm.rb: A lightweight runtime for building capable AI systems in Ruby · GitHub
- File: CHANGELOG — Documentation by YARD 0.9.36

== Release

llm.rb has been released. Notable features in this release are Sequel and ActiveRecord support. Turn any ActiveRecord model into an LLM-capable model. It only requires one table. Same is true for Sequel. See CHANGELOG for details.

Robert

···

______________________________________________
ruby-talk mailing list -- ruby-talk@ml.ruby-lang.org
To unsubscribe send an email to ruby-talk-leave@ml.ruby-lang.org
ruby-talk info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-talk.ml.ruby-lang.org/

Ractor supported has been added as well. It allows you to execute
a tool call in its own ractor, either while a stream is happening
or when responding to the model naturally. That's in addition to
the thread, fiber, and async-task concurrency models.

Robert

···

On Friday, April 17th, 2026 at 6:53 PM, Robert via ruby-talk <ruby-talk@ml.ruby-lang.org> wrote:

Hi

== Links

- GitHub - llmrb/llm.rb: A lightweight runtime for building capable AI systems in Ruby · GitHub
- File: CHANGELOG — Documentation by YARD 0.9.36

== Release

llm.rb has been released. Notable features in this release are Sequel and ActiveRecord support. Turn any ActiveRecord model into an LLM-capable model. It only requires one table. Same is true for Sequel. See CHANGELOG for details.

Robert
______________________________________________
ruby-talk mailing list -- ruby-talk@ml.ruby-lang.org
To unsubscribe send an email to ruby-talk-leave@ml.ruby-lang.org
ruby-talk info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-talk.ml.ruby-lang.org/

______________________________________________
ruby-talk mailing list -- ruby-talk@ml.ruby-lang.org
To unsubscribe send an email to ruby-talk-leave@ml.ruby-lang.org
ruby-talk info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-talk.ml.ruby-lang.org/