CryptoScoutv1 commited on
Commit
567dffa
·
verified ·
1 Parent(s): 9b702da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -54,7 +54,8 @@ def create_crewai_crypto_setup(crypto_symbol):
54
  technical_signals_t3 = Task(
55
  description=f""""Research and perform technical analysis on cryptocurrency - {crypto_symbol},
56
  identify recent trade and techincal signals, Look for daily timeframe, trend type (Bullish, neutral, bearish),
57
- and type of indicator like moving averages, RSI, MACD, or other related signars if present during search""",
 
58
  expected_output="Summary of information highlighting metrics or numbers if present. Final Ouput strictly equal to or less than 600 chars.",
59
  tools=[WebSearchTools().technicalsignals_search, WebSearchTools().process_search_results],
60
  agent=research_agent,
 
54
  technical_signals_t3 = Task(
55
  description=f""""Research and perform technical analysis on cryptocurrency - {crypto_symbol},
56
  identify recent trade and techincal signals, Look for daily timeframe, trend type (Bullish, neutral, bearish),
57
+ and type of indicator like moving averages, RSI, MACD, or other related signars if present during search.
58
+ note - Use only the crypto symbol to perfom your search""",
59
  expected_output="Summary of information highlighting metrics or numbers if present. Final Ouput strictly equal to or less than 600 chars.",
60
  tools=[WebSearchTools().technicalsignals_search, WebSearchTools().process_search_results],
61
  agent=research_agent,