+1
−1
+24
−15
+13
−14
Loading
- tdoc_app: remove CacheManager registration from callback; use crawler_config.path.* directly; add load_dotenv() before imports - crawl: remove CacheManager; load TDocCrawlerConfig.from_settings() in crawl_meetings/crawl_specs and override cache_dir via path.cache_dir - spec_app: remove CacheManager registration; apply --cache-dir via config.path.cache_dir - specs/query: replace CacheManager(cache_dir).register() with PathConfig(cache_dir=cache_dir) if cache_dir else PathConfig() - config/config_app: replace TDocCrawlerConfig references with ThreeGPPConfig - demo.bat: enable TDC_AI_VLM=1