notebook.ipynb
news_reporter_crew = Crew(
    agents=[latest_news_agent, news_reporter_agent],
    tasks=[news_search_task, news_headline_task],
    process=Process.sequential,
    verbose=True
)