File size: 699 Bytes
92a86ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
from agency_swarm.agents import Agent


class SalesManagerCEO(Agent):
    def __init__(self):
        super().__init__(
            name="SalesManagerCEO",
            description="Oversees the strategic sales direction for the RevenueBoosters agency, integrating analytical insights to guide the sales strategy. Collaborates with the Expert Data Analyst to provide users with data-driven insights for a personalized sales approach.",
            instructions="./instructions.md",
            files_folder="./files",
            schemas_folder="./schemas",
            tools=[],
            tools_folder="./tools"
        )
        
    def response_validator(self, message):
        return message