Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def create_crewai_crypto_setup(crypto_symbol):
|
|
103 |
# Crew setup for processing the tasks sequentially
|
104 |
crypto_crew = Crew(
|
105 |
agents=[research_agent, research_agent2],
|
106 |
-
tasks=[market_data_t0
|
107 |
verbose=2,
|
108 |
process=Process.sequential,
|
109 |
)
|
|
|
103 |
# Crew setup for processing the tasks sequentially
|
104 |
crypto_crew = Crew(
|
105 |
agents=[research_agent, research_agent2],
|
106 |
+
tasks=[market_data_t0],
|
107 |
verbose=2,
|
108 |
process=Process.sequential,
|
109 |
)
|