CryptoScoutv1 commited on
Commit
55c8d17
·
verified ·
1 Parent(s): 52983e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -37,6 +37,7 @@ def create_crewai_crypto_setup(crypto_symbol):
37
  goal=f"""
38
  Perform market analysis on cryptocurrency, your job is search, research and generate a report based on the clients prompt.
39
  NOTE - Make sure the report is clear, concise and professional with actionable advice and provide any relavant metrics / information.
 
40
  Ensure that you focus your search and research on the cryptocurrency symbol/name provided in the prompt along with the scope of or details the client wants.
41
 
42
  Here is the clients prompt - {crypto_symbol}.
@@ -109,7 +110,7 @@ def create_crewai_crypto_setup(crypto_symbol):
109
  # Crew setup for processing the tasks sequentially
110
  crypto_crew = Crew(
111
  agents=[research_agent, research_agent2],
112
- tasks=[market_data_t0, Summary_t3],
113
  verbose=2,
114
  process=Process.sequential,
115
  )
 
37
  goal=f"""
38
  Perform market analysis on cryptocurrency, your job is search, research and generate a report based on the clients prompt.
39
  NOTE - Make sure the report is clear, concise and professional with actionable advice and provide any relavant metrics / information.
40
+ Your audience is professional traders that understand the risks.
41
  Ensure that you focus your search and research on the cryptocurrency symbol/name provided in the prompt along with the scope of or details the client wants.
42
 
43
  Here is the clients prompt - {crypto_symbol}.
 
110
  # Crew setup for processing the tasks sequentially
111
  crypto_crew = Crew(
112
  agents=[research_agent, research_agent2],
113
+ tasks=[market_data_t0],
114
  verbose=2,
115
  process=Process.sequential,
116
  )