feat(deep-crawling): add DFS strategy and update exports; refactor CLI entry point

This commit is contained in:
UncleCode
2025-02-09 20:23:40 +08:00
parent 19df96ed56
commit 467be9ac76
5 changed files with 9 additions and 3 deletions

View File

@@ -33,9 +33,10 @@ from .async_dispatcher import (
)
from .docker_client import Crawl4aiDockerClient
from .hub import CrawlerHub
from .deep_crawling import DeepCrawlStrategy
__all__ = [
"AsyncWebCrawler",
"DeepCrawlStrategy",
"CrawlResult",
"CrawlerHub",
"CacheMode",