Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Alibaba-NLP/DeepResearch
/ search_impl
Function
search_impl
WebAgent/WebWalker/src/rag_system.py:199–200 ·
view source on GitHub ↗
(arguments: Dict[str, Any])
Source
from the content-addressed store, hash-verified
197
MAX_WORKERS = 4
198
199
def
search_impl(arguments: Dict[str, Any]) -> Any:
200
return
arguments
201
202
def
chat(messages) -> Choice:
203
try
:
Callers
1
process_data
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected