- Creation of Traicie Vancancy Definition specialist - Allow to invoke non-interaction specialists from withing Evie's mgmt interface (eveai_app) - Improvements to crewai specialized classes - Introduction to json editor for showing specialists arguments and results in a better way - Introduction of more complex pagination (adding extra arguments) by adding a global 'get_pagination_html' - Allow follow-up of ChatSession / Specialist execution - Improvement in logging of Specialists (but needs to be finished)
29 lines
1.0 KiB
YAML
29 lines
1.0 KiB
YAML
version: "1.0.0"
|
|
name: "Email Lead Engagement Creation"
|
|
task_description: >
|
|
Review a personalized email and optimize it with strong CTAs and engagement hooks. Keep in mind that this email is
|
|
the consequence of a first conversation.
|
|
Don't use any salutations or closing remarks, nor too complex sentences. Keep it short and to the point.
|
|
Don't use any salutations or closing remarks, nor too complex sentences.
|
|
Ensure the email encourages the lead to schedule a meeting or take
|
|
another desired action immediately.
|
|
|
|
Our Company and Product:
|
|
- Company Name: {company}
|
|
- Products: {products}
|
|
- Product information: {product_information}
|
|
|
|
Engagement options:
|
|
{engagement_options}
|
|
|
|
{custom_description}
|
|
expected_output: >
|
|
An optimized email ready for sending, complete with:
|
|
- Strong CTAs
|
|
- Strategically placed engagement hooks that encourage immediate action
|
|
metadata:
|
|
author: "Josako"
|
|
date_added: "2025-01-08"
|
|
description: "Make an Email draft more engaging"
|
|
changes: "Initial version"
|