LICENSE
README.md
pyproject.toml
distill/__init__.py
distill/_bootstrap.py
distill/_cli_impl.py
distill/_logging.py
distill/banner.py
distill/cli.py
distill/cli_shared.py
distill/config.py
distill/preflight.py
distill/commands/__init__.py
distill/commands/_helpers.py
distill/commands/_json.py
distill/commands/costs.py
distill/commands/dashboard.py
distill/commands/discover.py
distill/commands/doctor.py
distill/commands/latest.py
distill/commands/library.py
distill/commands/papers.py
distill/commands/report.py
distill/commands/research_brief.py
distill/commands/serve.py
distill/commands/site.py
distill/commands/synthesize.py
distill/commands/topics.py
distill/commands/watch.py
distill/ingestors/__init__.py
distill/ingestors/net.py
distill/ingestors/papers/__init__.py
distill/ingestors/papers/arxiv.py
distill/ingestors/sites/__init__.py
distill/ingestors/sites/attachments.py
distill/ingestors/sites/scraper.py
distill/ingestors/youtube/__init__.py
distill/ingestors/youtube/browser_search.py
distill/ingestors/youtube/discovery.py
distill/ingestors/youtube/transcripts.py
distill/library/__init__.py
distill/library/export.py
distill/library/paths.py
distill/library/state.py
distill/llm/__init__.py
distill/llm/cost.py
distill/llm/json_extract.py
distill/llm/metadata.py
distill/llm/router.py
distill/llm/telemetry.py
distill/llm/providers/__init__.py
distill/llm/providers/agent.py
distill/llm/providers/anthropic.py
distill/llm/providers/gemini.py
distill/llm/providers/grok.py
distill/llm/providers/lmstudio.py
distill/llm/providers/ollama.py
distill/llm/providers/openai_prov.py
distill/mcp/__init__.py
distill/mcp/prompts.py
distill/mcp/resources.py
distill/mcp/server.py
distill/mcp/tools/__init__.py
distill/mcp/tools/costs.py
distill/mcp/tools/discover.py
distill/mcp/tools/doctor.py
distill/mcp/tools/find.py
distill/mcp/tools/gaps.py
distill/mcp/tools/papers.py
distill/mcp/tools/reports.py
distill/mcp/tools/sites.py
distill/mcp/tools/synthesis.py
distill/mcp/tools/topics.py
distill/mcp/tools/watch.py
distill/pipeline/__init__.py
distill/pipeline/costs.py
distill/pipeline/dashboard_data.py
distill/pipeline/discovery.py
distill/pipeline/ranking.py
distill/pipeline/search.py
distill/pipeline/summary.py
distill/pipeline/analysis/__init__.py
distill/pipeline/analysis/chunking.py
distill/pipeline/analysis/multipass.py
distill/pipeline/analysis/paper.py
distill/pipeline/analysis/reranker.py
distill/pipeline/analysis/site.py
distill/pipeline/analysis/video.py
distill/pipeline/report/__init__.py
distill/pipeline/report/accordion.py
distill/pipeline/report/brief.py
distill/pipeline/report/briefing.py
distill/pipeline/report/compaction.py
distill/pipeline/report/deep_research.py
distill/pipeline/report/file_search.py
distill/pipeline/report/synthesize.py
distill/pipeline/synthesis/__init__.py
distill/pipeline/synthesis/corpus.py
distill/pipeline/synthesis/topic.py
distill/prompts/__init__.py
distill/prompts/analysis.py
distill/prompts/discover.py
distill/prompts/report.py
distill/prompts/shared.py
distill/prompts/synthesis.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_config.py