Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SkyworkAI/DeepResearchAgent
/ index
Method
index
src/visualization/visualizer.py:675–677 ·
view source on GitHub ↗
Main page.
()
Source
from the content-addressed store, hash-verified
673
674
@self.app.route(
'/'
)
675
def
index():
676
""
"Main page."
""
677
return
render_template(
'index.html'
)
678
679
@self.app.route(
'/api/data'
)
680
def
get_data():
Callers
15
__init__
Method · 0.80
buy
Method · 0.80
sell
Method · 0.80
hold
Method · 0.80
buy
Method · 0.80
sell
Method · 0.80
hold
Method · 0.80
_get_element_position
Method · 0.80
render_settings
Method · 0.80
__getitem__
Method · 0.80
__getitem__
Method · 0.80
__getitem__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected