Show HN: Rails engine for building production-ready LLM agents(github.com)
github.com
Show HN: Rails engine for building production-ready LLM agents
https://github.com/adham90/ruby_llm-agents
1 comments
Can you share a project that uses this?
https://github.com/adham90/ruby_llm-agents
- Execution tracking with cost/token analytics - Reliability (retries, model fallbacks, circuit breakers) - Budget controls (daily/monthly limits per agent or tenant) - Workflow orchestration (pipelines, parallel, routers) - Real-time monitoring dashboard
Example:
GitHub: https://github.com/adham90/ruby_llm-agents
I've been using it in production for a few months. Happy to answer questions.