Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,12 +28,6 @@ from WebScape_TOOL import WebSearchTools
|
|
| 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):
|
|
@@ -80,7 +74,7 @@ def create_crewai_crypto_setup(crypto_symbol):
|
|
| 80 |
tools=[search.pricetargets_search,
|
| 81 |
search.forecast_search,
|
| 82 |
search.technicalsignals_search,
|
| 83 |
-
|
| 84 |
agent=research_agent,
|
| 85 |
)
|
| 86 |
|
|
|
|
| 28 |
search = WebSearchTools()
|
| 29 |
process = WebSearchTools().process_search_results
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
|
| 33 |
def create_crewai_crypto_setup(crypto_symbol):
|
|
|
|
| 74 |
tools=[search.pricetargets_search,
|
| 75 |
search.forecast_search,
|
| 76 |
search.technicalsignals_search,
|
| 77 |
+
process],
|
| 78 |
agent=research_agent,
|
| 79 |
)
|
| 80 |
|