LICENSE
README.md
pyproject.toml
distill/__init__.py
distill/accordion.py
distill/analysis.py
distill/banner.py
distill/briefing.py
distill/browser_search.py
distill/cli.py
distill/cli_shared.py
distill/config.py
distill/corpus_analysis.py
distill/costs.py
distill/dashboard_data.py
distill/discovery.py
distill/docx_export.py
distill/file_search.py
distill/library.py
distill/mcp_server.py
distill/net.py
distill/paper_analysis.py
distill/paper_ingest.py
distill/preflight.py
distill/prompts.py
distill/prompts_accordion.py
distill/ranking.py
distill/research.py
distill/research_brief.py
distill/site_analysis.py
distill/site_attachments.py
distill/site_scraper.py
distill/state.py
distill/summary.py
distill/synthesis.py
distill/synthesize.py
distill/transcripts.py
distill/web/__init__.py
distill/web/server.py
distill/web/routes/__init__.py
distill/web/routes/channels.py
distill/web/routes/costs.py
distill/web/routes/dashboard.py
distill/web/routes/topics.py
distill/web/routes/videos.py
distill/web/routes/watchlist.py
distill/web/static/htmx.min.js
distill/web/static/style.css
distill/web/templates/base.html
distill/web/templates/channel_detail.html
distill/web/templates/costs.html
distill/web/templates/dashboard.html
distill/web/templates/topic_detail.html
distill/web/templates/topic_list.html
distill/web/templates/video_detail.html
distill/web/templates/watchlist.html
distillr.egg-info/PKG-INFO
distillr.egg-info/SOURCES.txt
distillr.egg-info/dependency_links.txt
distillr.egg-info/entry_points.txt
distillr.egg-info/requires.txt
distillr.egg-info/top_level.txt
tests/test_accordion.py
tests/test_analysis.py
tests/test_banner.py
tests/test_briefing.py
tests/test_browser_search.py
tests/test_cli.py
tests/test_cli_shared.py
tests/test_cli_support_discover.py
tests/test_cli_support_learning.py
tests/test_cli_support_learning_flow.py
tests/test_config.py
tests/test_corpus_analysis.py
tests/test_costs.py
tests/test_dashboard_data.py
tests/test_discovery.py
tests/test_docx_export.py
tests/test_file_search.py
tests/test_integration.py
tests/test_library.py
tests/test_mcp_server.py
tests/test_paper_analysis.py
tests/test_paper_ingest.py
tests/test_preflight.py
tests/test_prompts.py
tests/test_ranking.py
tests/test_research.py
tests/test_research_brief_module.py
tests/test_site_analysis.py
tests/test_site_attachments.py
tests/test_site_scraper.py
tests/test_state.py
tests/test_summary.py
tests/test_synthesis.py
tests/test_synthesize_module.py
tests/test_topic_watch.py
tests/test_transcripts.py
tests/test_watchlist.py
tests/test_web_server.py
tests/test_ytdlp_contract.py