Kickoff a Crew Asynchronously
kickoff_async()
method. This method initiates the crew execution in a separate thread, allowing the main thread to continue executing other tasks.
inputs
(dict): A dictionary containing the input data required for the tasks.CrewOutput
: An object representing the result of the crew execution.asyncio.gather()
: