Jupyter notebook
write_task = Task(
    description="Write a detailed article about {topic}.",
    expected_output="A well-structured article covering the topic.",
    agent=writer
)