Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,26 +8,6 @@ from bs4 import BeautifulSoup # For web scraping
|
|
8 |
from newspaper import Article # For smarter article extraction
|
9 |
from tavily import TavilyClient # For web search
|
10 |
|
11 |
-
# --- build_logic.py is NO LONGER a hard requirement for the research agent core ---
|
12 |
-
# We might repurpose some utility functions or remove its direct use if focusing purely on research.
|
13 |
-
# For this transformation, we'll comment out most build_logic specific interactions
|
14 |
-
# but keep parsing functions if they are general enough.
|
15 |
-
|
16 |
-
# from build_logic import (
|
17 |
-
# create_space as build_logic_create_space,
|
18 |
-
# _get_api_token as build_logic_get_api_token,
|
19 |
-
# whoami as build_logic_whoami,
|
20 |
-
# list_space_files_for_browsing,
|
21 |
-
# get_space_repository_info,
|
22 |
-
# get_space_file_content,
|
23 |
-
# update_space_file,
|
24 |
-
# parse_markdown as build_logic_parse_markdown, # May still be useful for report generation
|
25 |
-
# delete_space_file as build_logic_delete_space_file,
|
26 |
-
# get_space_runtime_status
|
27 |
-
# )
|
28 |
-
# print("build_logic.py related functions commented out for Research Agent mode.")
|
29 |
-
# --- End build_logic import ---
|
30 |
-
|
31 |
|
32 |
bbb = chr(96) * 3
|
33 |
parsed_research_outputs_cache = [] # Renamed from parsed_code_blocks_state_cache
|
|
|
8 |
from newspaper import Article # For smarter article extraction
|
9 |
from tavily import TavilyClient # For web search
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
bbb = chr(96) * 3
|
13 |
parsed_research_outputs_cache = [] # Renamed from parsed_code_blocks_state_cache
|