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