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.
OSS (v1-alpha)
LangChain and LangGraph
pip install langchain-agentql
export AGENTQL_API_KEY="your-api-key-here"
from langchain_agentql.document_loaders import AgentQLLoader
from langchain_agentql.tools import ExtractWebDataTool, ExtractWebDataBrowserTool, GetWebElementBrowserTool from langchain_agentql import AgentQLBrowserToolkit