Loading
feat(02-01): integrate CacheManager with TDocCrawlerConfig
- CacheManager.__init__ now accepts optional config: TDocCrawlerConfig parameter - When config provided, uses config.path.cache_dir and config.path.ai_cache_dir - Added HttpCacheConfig.from_http_config() factory method for migration - Added deprecation warning when HttpCacheConfig is instantiated directly - Maintains backward compatibility with existing positional arguments