External Publication
Visit Post

[ruby-talk:444805] How to build a platform of agents, in Ruby

Ruby Mailing List Mirror [Unofficial] April 20, 2026
Source

Hi

I wrote a post:

0x1eef.github.io

How to build a platform of agents

Documents how to build a platform of agents with llm.rb

It documents a pattern where a user can have many agents, and each agent can be specialized in a domain. An agent can have its own tools, and even its own skills.

An agent can execute tools and skills with multiple different concurrency strategies: fiber, thread, async-task, ractor.

This pattern is integrated with both Sequel, and ActiveRecord. It is for building serious AI applications.

Robert

··· (click for more details)

Discussion in the ATmosphere

Loading comments...