Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def create_crewai_crypto_setup(crypto_symbol):
|
|
34 |
# Main Research Agent for technical and market analysis
|
35 |
research_agent = Agent(
|
36 |
role="Crypto Analysis Expert",
|
37 |
-
goal=f"Perform in-depth analysis on cryptocurrency realted queries, focusing on market outlook,
|
38 |
backstory="Expert in technical analysis, market sentiment, and investment strategy for cryptocurrencies.",
|
39 |
verbose=True,
|
40 |
allow_delegation=True,
|
|
|
34 |
# Main Research Agent for technical and market analysis
|
35 |
research_agent = Agent(
|
36 |
role="Crypto Analysis Expert",
|
37 |
+
goal=f"Perform in-depth analysis on cryptocurrency realted queries, focusing on market outlook, trading metrics, information and metrics.",
|
38 |
backstory="Expert in technical analysis, market sentiment, and investment strategy for cryptocurrencies.",
|
39 |
verbose=True,
|
40 |
allow_delegation=True,
|