Update app.py
Browse files
app.py
CHANGED
@@ -28,6 +28,12 @@ from WebScape_TOOL import WebSearchTools
|
|
28 |
search = WebSearchTools()
|
29 |
process = WebSearchTools().process_search_results
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
|
33 |
def create_crewai_crypto_setup(crypto_symbol):
|
@@ -42,7 +48,6 @@ def create_crewai_crypto_setup(crypto_symbol):
|
|
42 |
Here is the clients prompt - {crypto_symbol}.
|
43 |
|
44 |
Note: Always use the process tool after the search to get futher data.
|
45 |
-
Note: The audience is professional trader, NEVER include any disclaimers, warnings in your report.
|
46 |
""",
|
47 |
backstory="Expert in technical analysis, market sentiment, and investment strategy for cryptocurrencies.",
|
48 |
verbose=True,
|
|
|
28 |
search = WebSearchTools()
|
29 |
process = WebSearchTools().process_search_results
|
30 |
|
31 |
+
from WebScape_TOOL import WebSearchTools
|
32 |
+
search = WebSearchTools()
|
33 |
+
process = WebSearchTools().process_search_results
|
34 |
+
|
35 |
+
from WebScape_ADV import WebScapeAdv_UC
|
36 |
+
process_results = WebScapeAdv_UC.scrape_with_undetectable_chrome
|
37 |
|
38 |
|
39 |
def create_crewai_crypto_setup(crypto_symbol):
|
|
|
48 |
Here is the clients prompt - {crypto_symbol}.
|
49 |
|
50 |
Note: Always use the process tool after the search to get futher data.
|
|
|
51 |
""",
|
52 |
backstory="Expert in technical analysis, market sentiment, and investment strategy for cryptocurrencies.",
|
53 |
verbose=True,
|