agentchat.contrib.captainagent.tools.information_retrieval
agentchat.contrib.captainagent.tools.information_retrieval.arxiv_download
arxiv_download
Downloads PDF files from ArXiv based on a list of arxiv paper IDs.
Arguments:
id_list
list - A list of paper IDs to download. e.g. [2302.00006v1]download_dir
str, optional - The directory to save the downloaded PDF files. Defaults to ’./’.
Returns:
list
- A list of paths to the downloaded PDF files.