[ruby-talk:444801] [ANN] llm.rb v4.17.0 released
Hi == Links - https://github.com/llmrb/llm.rb#readme - https://0x1eef.github.io/x/llm.rb/file.CHANGELOG.html == 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
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
- https://github.com/llmrb/llm.rb#readme - https://0x1eef.github.io/x/llm.rb/file.CHANGELOG.html
== 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...
participants (1)
-
Robert