Can we use Ruby on Rails to create multi AI agents using CrewAI tools?

Hi, CrewAI Community ^^.

I’m working on building an API for a cost calculation feature that takes data from user input. I’m developing a multi-AI agent system using CrewAI tools to handle analysis, calculation, and reporting.

I’m considering using Ruby on Rails to create the API. Does CrewAI currently support Ruby on Rails, or is it mainly focused on Python?

2 Likes

I know the reply is a few months too late but CrewAI supports Python only. You can however create an API endpoint for the crew then use it with RoR application.

Since this is quit old, did you manage to finish and launch the app?