mirror of
https://github.com/crewAIInc/crewAI-examples.git
synced 2026-04-23 03:00:08 -04:00
@@ -40,7 +40,7 @@ class TaskPrompts():
|
||||
component files should be updated to make the
|
||||
landing page about the idea bellow.
|
||||
|
||||
- YOU MUST READ THE DIRECTORY BEFORE CHOSING THE FILES.
|
||||
- YOU MUST READ THE DIRECTORY BEFORE CHOOSING THE FILES.
|
||||
- YOU MUST NOT UPDATE any Pricing components.
|
||||
- YOU MUST UPDATE ONLY the 4 most important components.
|
||||
|
||||
|
||||
@@ -49,12 +49,12 @@ class StockAnalysisAgents():
|
||||
def investment_advisor(self):
|
||||
return Agent(
|
||||
role='Private Investment Advisor',
|
||||
goal="""Impress your customes with full analyses over stocks
|
||||
goal="""Impress your customers with full analyses over stocks
|
||||
and completer investment recommendations""",
|
||||
backstory="""You're the most experienced investment advisor
|
||||
and you combine various analytical insights to formulate
|
||||
strategic investment advice. You are now working for
|
||||
a super importat customer you need to impress.""",
|
||||
a super important customer you need to impress.""",
|
||||
verbose=True,
|
||||
tools=[
|
||||
BrowserTools.scrape_and_summarize_website,
|
||||
|
||||
@@ -57,7 +57,7 @@ class StockAnalysisTasks():
|
||||
Extract relevant data and insights that could influence
|
||||
the stock's future performance.
|
||||
|
||||
Your final answes must be an expanded report that now
|
||||
Your final answer must be an expanded report that now
|
||||
also highlights significant findings from these filings,
|
||||
including any red flags or positive indicators for
|
||||
your customer.
|
||||
@@ -83,7 +83,7 @@ class StockAnalysisTasks():
|
||||
Your final answer MUST be a recommendation for your
|
||||
customer should be a full super detailed report, providing a
|
||||
clear investment stance and strategy with supporting evidence.
|
||||
Make it pretty and well formated for your customer.
|
||||
Make it pretty and well formatted for your customer.
|
||||
{self.__tip_section()}
|
||||
"""),
|
||||
agent=agent
|
||||
|
||||
@@ -6,8 +6,8 @@ class CalculatorTools():
|
||||
@tool("Make a calcualtion")
|
||||
def calculate(operation):
|
||||
"""Useful to perform any mathematica calculations,
|
||||
like sum, minus, mutiplcation, division, etc.
|
||||
like sum, minus, multiplication, division, etc.
|
||||
The input to this tool should be a mathematical
|
||||
experission, a couple examples are `200*7` or `5000/2*10`
|
||||
expression, a couple examples are `200*7` or `5000/2*10`
|
||||
"""
|
||||
return eval(operation)
|
||||
|
||||
@@ -35,7 +35,7 @@ class TripAgents():
|
||||
def travel_concierge(self):
|
||||
return Agent(
|
||||
role='Amazing Travel Concierge',
|
||||
goal="""Create the most amazong travel itineraries with budget and
|
||||
goal="""Create the most amazing travel itineraries with budget and
|
||||
packing suggestions for the city""",
|
||||
backstory="""Specialist in travel planning and logistics with
|
||||
decades of experience""",
|
||||
|
||||
@@ -60,7 +60,7 @@ class TripTasks():
|
||||
and a budget breakdown.
|
||||
|
||||
You MUST suggest actual places to visit, actual hotels
|
||||
to stay and actual restaurante to go to.
|
||||
to stay and actual restaurants to go to.
|
||||
|
||||
This itinerary should cover all aspects of the trip,
|
||||
from arrival to departure, integrating the city guide
|
||||
|
||||
Reference in New Issue
Block a user