mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-08 22:22:17 +02:00
web.crawl scrapes a single URL (maxCrawlDepth=0) or spiders a whole site, backed by the proprietary site_crawler engine. Rewires the scraping subagent tools and capability tests onto the new verb.
5 lines
176 B
Python
5 lines
176 B
Python
"""``web.*`` namespace: the unified web content crawler verb."""
|
|
|
|
from __future__ import annotations
|
|
|
|
from app.capabilities.web.crawl import definition as _crawl # noqa: F401
|