Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_search
Function · 0.95
_run_pasa_agent
Function · 0.95
run_job_async
Function · 0.80
run_job
Function · 0.80
_run
Function · 0.80
pasa_server.py
File · 0.80
pasa_tool_heavy.py
File · 0.80
Calls
2
search
Method · 0.95
expand
Method · 0.95
Tested by
1
_run
Function · 0.64