Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SkyworkAI/DeepResearchAgent
/ run_task
Method
run_task
src/process/processor.py:119–120 ·
view source on GitHub ↗
(self, task: Any)
Source
from the content-addressed store, hash-verified
117
raise
ValueError(f
"Symbol {symbol} not found in assets file"
)
118
119
async
def
run_task(self, task: Any):
120
return
await task.run()
121
122
async
def
_process(self, save_dir: str):
123
""
"
Callers
1
_process
Method · 0.95
Calls
1
run
Method · 0.45
Tested by
no test coverage detected