Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
arxiv
pypdf
pip install -U arxiv pypdf
from agno.agent import Agent from agno.tools.arxiv import ArxivTools agent = Agent(tools=[ArxivTools()], show_tool_calls=True) agent.print_response("Search arxiv for 'language models'", markdown=True)
search_arxiv
bool
True
read_arxiv_papers
download_dir
Path
search_arxiv_and_update_knowledge_base