- eveai_chat becomes deprecated and should be replaced with SSE - Adaptation of STANDARD_RAG specialist - Base class definition allowing to realise specialists with crewai framework - Implementation of SPIN_SPECIALIST - Implementation of test app for testing specialists (test_specialist_client). Also serves as an example for future SSE-based client - Improvements to startup scripts to better handle and scale multiple connections - Small improvements to the interaction forms and views - Caching implementation improved and augmented with additional caches
36 lines
1.3 KiB
YAML
36 lines
1.3 KiB
YAML
version: "1.0.0"
|
|
name: "Email Lead Draft Creation"
|
|
task_description: >
|
|
Craft a highly personalized email using the lead's name, job title, company information, and any relevant personal or
|
|
company achievements when available. The email should speak directly to the lead's interests and the needs
|
|
of their company.
|
|
This mail is the consequence of a first conversation. You have information available from that conversation in the
|
|
- SPIN-context (in between triple %)
|
|
- personal and company information (in between triple $)
|
|
Information might be missing however, as it might not be gathered in that first conversation.
|
|
Don't use any salutations or closing remarks, nor too complex sentences.
|
|
|
|
Our Company and Product:
|
|
- Company Name: {company}
|
|
- Products: {products}
|
|
- Product information: {product_information}
|
|
|
|
{customer_role}'s Identification:
|
|
$$${Identification}$$$
|
|
|
|
SPIN context:
|
|
%%%{SPIN}%%%
|
|
|
|
{custom_description}
|
|
expected_output: >
|
|
A personalized email draft that:
|
|
- Addresses the lead by name
|
|
- Acknowledges their role and company
|
|
- Highlights how {company} can meet their specific needs or interests
|
|
{customer_expected_output}
|
|
metadata:
|
|
author: "Josako"
|
|
date_added: "2025-01-08"
|
|
description: "Email Drafting Task towards a Lead"
|
|
changes: "Initial version"
|