Prerequisites
The following example requires thearxiv, pypdf, and openai libraries.
Example
The following agent will search arXiv for “language models” and print the response.cookbook/91_tools/arxiv_tools.py
Search arXiv and read papers with ArxivTools using search_arxiv_and_return_articles and read_arxiv_papers.
arxiv, pypdf, and openai libraries.