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.
wikipedia
pip install -U wikipedia
from agno.agent import Agent from agno.tools.wikipedia import WikipediaTools agent = Agent(tools=[WikipediaTools()], show_tool_calls=True) agent.print_response("Search wikipedia for 'ai'")
knowledge_base
WikipediaKnowledgeBase
search_wikipedia_and_update_knowledge_base
search_wikipedia