+142
β20
+283
β42
Loading
- Add http_client.py to project structure and document create_cached_session() - Describe HttpCacheConfig model, defaults, and env vars (HTTP_CACHE_TTL, HTTP_CACHE_REFRESH_ON_ACCESS) - Add CLI flags (--cache-ttl, --cache-refresh/--no-cache-refresh) for crawl-tdocs and crawl-meetings and reference resolve_http_cache_config() - Update implementation patterns to use create_cached_session() instead of local _create_session() examples - Document testing patterns for cached sessions (test cache dir, from_cache checks) and note hishel[requests] installation and SQLite backend