MCPcopy Index your code
hub / github.com/SkyworkAI/DeepResearchAgent / run_task

Method run_task

src/process/processor.py:231–232  ·  view source on GitHub ↗
(self, task: Any)

Source from the content-addressed store, hash-verified

229 raise ValueError(f"Symbol {symbol} not found in assets file")
230
231 async def run_task(self, task: Any):
232 return await task.run()
233
234 async def run(self):
235 """ Run the aggregation processor.

Callers 1

runMethod · 0.95

Calls 1

runMethod · 0.45

Tested by

no test coverage detected