MCPcopy Create free account
hub / github.com/ResearAI/DeepReviewer-v2 / run

Method run

pasa/pasa/paper_agent.py:229–232  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

227 PaperAgent.do_parallel(self.do_expand, (depth, have_full_paper, crawl_results), self.threads_num)
228
229 def run(self):
230 self.search()
231 for depth in range(self.expand_layers):
232 self.expand(depth)

Callers 7

run_pasa_searchFunction · 0.95
_run_pasa_agentFunction · 0.95
run_job_asyncFunction · 0.80
run_jobFunction · 0.80
_runFunction · 0.80
pasa_server.pyFile · 0.80
pasa_tool_heavy.pyFile · 0.80

Calls 2

searchMethod · 0.95
expandMethod · 0.95

Tested by 1

_runFunction · 0.64