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.
beautifulsoup4
pip install -U beautifulsoup4
from agno.agent import Agent from agno.tools.website import WebsiteTools agent = Agent(tools=[WebsiteTools()], show_tool_calls=True) agent.print_response("Search web page: 'https://docs.agno.com/introduction'", markdown=True)
knowledge_base
WebsiteKnowledgeBase
add_website_to_knowledge_base
https://
read_url