kodeagent.tools.search_arxiv#

kodeagent.tools.search_arxiv(query: str, max_results: int = 5) str[source]#

Search for academic papers on arXiv.org. The input is a search query. This tool is highly specialized and should be used exclusively for finding scientific and academic papers. It returns the top search results with the title, authors, summary, and a link to the PDF.

Parameters:
  • query – The search query string for the paper.

  • max_results – The maximum number of search results to return (default is 5).

Returns:

The search results in Markdown format or a message indicating no results were found.