Open
Description
Feature Area
Other (please specify in additional context)
Is your feature request related to a an existing bug? Please link it here.
I see there’s llama_deploy for workflows built on Langchain ecosystem. Although it may be used for deploying the workflows built on crewai, but I don’t find examples or documentations.
There are videos talking about deploying workflows built on crewai using docker. But it requires some extra work writing Dockerfile, building the image and deploy container. Is there a straight-forward tool for deploying the crewai workflow?
Describe the solution you'd like
Provide a tool similar to llama_deploy but catering to crewai.
Or provide documentation about how to use 3rd tools to deploy crewai workflows.
Describe alternatives you've considered
No response
Additional context
No response
Willingness to Contribute
Yes, I'd be happy to submit a pull request