.env.example
LICENSE.txt
MANIFEST.in
README.md
VERSION
pyproject.toml
docs/CUSTOM_API_URLS.md
docs/GENERIC_PROVIDER.md
docs/GENERIC_PROVIDER_ADVANCED.md
docs/GENERIC_PROVIDER_BEST_PRACTICES.md
docs/GENERIC_PROVIDER_QUICKSTART.md
docs/GENERIC_PROVIDER_SERVICES.md
docs/GENERIC_PROVIDER_TESTING.md
docs/LITELLM_PROXY.md
docs/PACKAGING.md
docs/PAGE_SELECTORS.md
docs/PAGE_SELECTORS_BASICS.md
docs/PAGE_SELECTORS_BEST_PRACTICES.md
docs/PAGE_SELECTORS_EXAMPLES.md
docs/PAGE_SELECTORS_HOW_IT_WORKS.md
docs/PAGE_SELECTORS_TESTING.md
docs/PORTKEY_PROXY.md
docs/PROXY_QUICKSTART.md
docs/RELEASING.md
docs/USAGE.md
src/__init__.py
src/ai_summarizer.py
src/cache_manager.py
src/cli.py
src/compile_scss.py
src/content_reader.py
src/data_cleaner.py
src/email_sender.py
src/index.py
src/metrics_collector.py
src/output_formatter.py
src/pipeline_integrity.py
src/process_logger.py
src/scheduler.py
src/validator.py
src/viewer.py
src/static/__init__.py
src/static/css/viewer.css
src/static/scss/README.md
src/static/scss/viewer.scss
src/utils/__init__.py
src/utils/config_loader.py
src/utils/consolidated_utils.py
src/utils/md_config_parser.py
src/utils/schema.py
src/utils/providers/__init__.py
src/utils/providers/anthropic_client.py
src/utils/providers/deepseek_client.py
src/utils/providers/gemini_client.py
src/utils/providers/generic_client.py
src/utils/providers/grok_client.py
src/utils/providers/lmstudio_client.py
src/utils/providers/ollama_client.py
src/utils/providers/openai_client.py
src/utils/providers/openrouter_client.py
src/utils/providers/qwen_client.py
src/utils/providers/unified_client.py