I am having a flow with an async function, where each task call a crew that uses FirecrawlScrapeWebsiteTool.
Now, the async function is running tasks on parallel but calling one after another. Is this behavior because of FirecrawlScrapeWebsiteTool uses FirecrawlApp object rather than AsyncFirecrawlApp?
Is there an async version of the tool? or do I have to create a custom one?