AICEO / agents /email_agent.py
mgbam's picture
Update agents/email_agent.py
9146d13 verified
raw
history blame
275 Bytes
class EmailAgent:
def sequence(self, niche: str, business_type: str) -> str:
"""
Generate a 5‑step email marketing funnel.
"""
return (
f"EmailAgent: 5-part email sequence for {business_type} customers in {niche}."
)