RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

ruby_llm-agents: Production-ready Rails engine for building AI agents

I’ve released ruby_llm-agents, a Rails engine for running LLM-powered AI agents in production.

Features include:

  • Rails-native agent DSL
  • Automatic retries, backoff, and model fallbacks
  • Cost and token tracking with budget limits
  • Workflow orchestration (pipelines, parallel, routers)
  • Multi-tenancy with per-tenant isolation
  • File support (images, PDFs) and structured outputs
  • Multi-turn conversations and streaming
  • Real-time Turbo-powered dashboard

GitHub: https://github.com/adham90/ruby_llm-agents
Docs: https://github.com/adham90/ruby_llm-agents/wiki

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in