Jupyter notebook
crew = Crew(
    agents=[writer],
    tasks=[write_task],
    process=Process.sequential,
    verbose=True
)