Spaces:
Build error
Build error
Update app.py
Browse files
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
|
| 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 |
)
|