Files
archon/python
leex279 ec01e915ea fix: Address CodeRabbit review comments
- 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>
2025-09-22 14:18:29 +02:00
..