This major release adds deep crawling capabilities, memory-adaptive dispatcher, multiple crawling strategies, Docker deployment, and a new CLI. It also includes significant improvements to proxy handling, PDF processing, and LLM integration. BREAKING CHANGES: - Add memory-adaptive dispatcher as default for arun_many() - Move max_depth to CrawlerRunConfig - Replace ScrapingMode enum with strategy pattern - Update BrowserContext API - Make model fields optional with defaults - Remove content_filter parameter from CrawlerRunConfig - Remove synchronous WebCrawler and old CLI - Update Docker deployment configuration - Replace FastFilterChain with FilterChain - Change license to Apache 2.0 with attribution clause
28 lines
1.3 KiB
XML
28 lines
1.3 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="120" height="35" viewBox="0 0 120 35">
|
|
<g>
|
|
<defs>
|
|
<pattern id="halftoneDark" width="4" height="4" patternUnits="userSpaceOnUse">
|
|
<circle cx="2" cy="2" r="1" fill="#8B5CF6" opacity="0.1"/>
|
|
</pattern>
|
|
<filter id="neonGlow" x="-20%" y="-20%" width="140%" height="140%">
|
|
<feGaussianBlur stdDeviation="1" result="blur"/>
|
|
<feFlood flood-color="#8B5CF6" flood-opacity="0.2"/>
|
|
<feComposite in2="blur" operator="in"/>
|
|
<feMerge>
|
|
<feMergeNode/>
|
|
<feMergeNode in="SourceGraphic"/>
|
|
</feMerge>
|
|
</filter>
|
|
</defs>
|
|
<rect width="120" height="35" rx="5" fill="#0A0A0F"/>
|
|
<rect x="2" y="2" width="116" height="31" rx="4" fill="#16161E"/>
|
|
<rect x="2" y="2" width="116" height="31" rx="4" fill="url(#halftoneDark)"/>
|
|
|
|
<!-- Logo with neon glow -->
|
|
<path d="M30 17.5 a7.5 7.5 0 1 1 -15 0 a7.5 7.5 0 1 1 15 0" fill="none" stroke="#8B5CF6" stroke-width="2" filter="url(#neonGlow)"/>
|
|
<path d="M18 17.5 L27 17.5" stroke="#8B5CF6" stroke-width="2" filter="url(#neonGlow)"/>
|
|
<circle cx="22.5" cy="17.5" r="2" fill="#8B5CF6"/>
|
|
|
|
<text x="40" y="23" fill="#fff" font-family="Arial, sans-serif" font-weight="500" font-size="14" filter="url(#neonGlow)">Crawl4AI</text>
|
|
</g>
|
|
</svg> |