Remove type annotation
@ -156,7 +156,7 @@ llm = OpenAIChat(
## Initialize the workflow
agent = Agent(
llm=llm,
agent_name: str = "WellNess Agent",
agent_name = "WellNess Agent",
name = "Health and Wellness Blog",
system_prompt="Generate a 10,000 word blog on health and wellness.",
max_loops=4,