mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 10:49:27 -05:00
- Wire crawl_config from request to service instance for domain filtering - Add domain filtering to BatchCrawlStrategy to ensure all crawls respect filters - Replace 'any' types with proper CrawlConfig TypeScript types - Add memoization for filtered chunks in DocumentBrowser for performance - Improve domain normalization (strip leading www only, handle ports) - Use Pydantic model validation directly in API endpoints These fixes ensure domain filtering works consistently across all crawl strategies and improves type safety and performance throughout the codebase. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>