Knowledge
Website Knowledge Base
WebsiteKnowledge is a knowledge base class that allows you to load and query data from websites.
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
You are viewing v1 docs. For the latest documentation, visit docs.agno.com
| Parameter | Type | Default | Description |
|---|---|---|---|
urls | List[str] | [] | List of URLs to scrape |
reader | Optional[WebsiteReader] | None | Reader to scrape website content |
max_depth | int | 3 | Maximum depth of links to follow when scraping |
max_links | int | 10 | Maximum number of links to follow when scraping |
Was this page helpful?