DevodG's picture
deploy: Janus full system stabilization
24f95f0
"""
Custom web crawler for Janus.
Replaces external API dependencies (Tavily, NewsAPI) with self-hosted crawling.
Built on Playwright for browser automation, with stealth and noise removal.
"""
from app.services.crawler.core import JanusCrawler
__all__ = ["JanusCrawler"]