agent1 / MarketInsightCEO.py
varun324242's picture
Upload folder using huggingface_hub
06ba83e verified
from agency_swarm import Agent
class MarketInsightCEO(Agent):
def __init__(self):
super().__init__(
name="MarketInsightCEO",
description="Strategic planning and market insight coordination",
instrsiuctions="./instructions.md",
tools=[], # Add any specific tools needed
temperature=0.3,
max_prompt_tokens=4000
)