Hello!
Just wondering what is the best way to automate and orchestrate the execution of a self-hosted Crew AI project?
I have created a Crew for writing blog articles based on the context that I provide. E.g. different topics etc.
But I am manually passing context and running the Python function in my local environment whenever I want to create a new blog article.
I have a web scraping project that I orchestrate/automate using Prefect, it would be ideal if I could integrate the two projects together.
I imagine I could build a Prefect workflow that reads data from my database, and uses it as context, which it passes to the Crew and executes the blog content creation.
Has anyone embedded a Crew AI into Prefect or any other workflow automation system?
Thank you!