CryptoScoutv1 commited on
Commit
1176507
·
verified ·
1 Parent(s): ffb3dcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -110,14 +110,15 @@ def create_crewai_crypto_setup(crypto_symbol):
110
  StrategyReport_T5 = Task(
111
  description=f"""Create a detailed investment plan for the cryptocurrency - {crypto_symbol}, incorporating price targets, technical analysis, investment strategies, and timelines.
112
  Ensure the plan includes actionable advice on when to buy, sell, and hold, along with risk management strategies.
 
 
113
 
114
  NOTES:
115
  The report is for advanced cryptocurrency experts.
116
- Do note include disclamiers.
117
- Output should be strictly 2000 characters or less.
118
- I will tip you 10,000 dollars if you report great.
119
- """,
120
- expected_output="Sectioned report that focuses on breif bullet points and notes and key data points, Investment strategy report with actionable insights and strategies",
121
  context=[MarketTrends_T1,TechnicalAnalysis_T2,SentimentNews_T3,OpportunitiesRisks_T4],
122
  agent=report_formatting_agent,
123
  )
 
110
  StrategyReport_T5 = Task(
111
  description=f"""Create a detailed investment plan for the cryptocurrency - {crypto_symbol}, incorporating price targets, technical analysis, investment strategies, and timelines.
112
  Ensure the plan includes actionable advice on when to buy, sell, and hold, along with risk management strategies.
113
+ """,
114
+ expected_output="""Sectioned report that focuses on breif bullet points and notes and key data points, Investment strategy report with actionable insights and strategies
115
 
116
  NOTES:
117
  The report is for advanced cryptocurrency experts.
118
+ Do note include disclaimers or warnings
119
+ Remove uneeded words make it concise.
120
+ Final output needs to be strictly 2000 characters or less.
121
+ I will tip you 10,000 dollars if you report great."""",
 
122
  context=[MarketTrends_T1,TechnicalAnalysis_T2,SentimentNews_T3,OpportunitiesRisks_T4],
123
  agent=report_formatting_agent,
124
  )