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.
agentql
pip install -U agentql
export AGENTQL_API_KEY=***
from agno.agent import Agent from agno.models.openai import OpenAIChat from agno.tools.agentql import AgentQLTools agent = Agent( model=OpenAIChat(id="gpt-4o"), tools=[AgentQLTools()], show_tool_calls=True ) agent.print_response("https://docs.agno.com/introduction", markdown=True)
api_key
str
None
scrape
bool
True
agentql_query
scrape_website
custom_scrape_website