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.
在 Agno 中使用 Firecrawl 来抓取和爬取网络。
firecrawl-py
pip install -U firecrawl-py
export FIRECRAWL_API_KEY=***
from agno.agent import Agent from agno.tools.firecrawl import FirecrawlTools agent = Agent(tools=[FirecrawlTools(scrape=False, crawl=True)], show_tool_calls=True, markdown=True) agent.print_response("Summarize this https://finance.yahoo.com/")
api_key
str
None
formats
List[str]
limit
int
10
poll_interval
30
scrape
bool
True
crawl
False
mapping
search
search_params
Dict[str, Any]
scrape_website
url
crawl_website
map_website
query