LICENSE
README.md
pyproject.toml
src/deepdive/__init__.py
src/deepdive/__main__.py
src/deepdive/cli.py
src/deepdive/config.py
src/deepdive/models.py
src/deepdive/offline.py
src/deepdive/pipeline.py
src/deepdive/analysis/__init__.py
src/deepdive/analysis/claims.py
src/deepdive/analysis/grounding.py
src/deepdive/api/__init__.py
src/deepdive/api/main.py
src/deepdive/corpus/__init__.py
src/deepdive/corpus/chunker.py
src/deepdive/corpus/indexer.py
src/deepdive/mcp/__init__.py
src/deepdive/mcp/server.py
src/deepdive/report/__init__.py
src/deepdive/report/builder.py
src/deepdive/report/markdown.py
src/deepdive/report/exporters/__init__.py
src/deepdive/report/exporters/bibtex.py
src/deepdive/report/exporters/json_export.py
src/deepdive/report/exporters/latex.py
src/deepdive/report/exporters/notion.py
src/deepdive/report/exporters/obsidian.py
src/deepdive/scraper/__init__.py
src/deepdive/scraper/fetch.py
src/deepdive/search/__init__.py
src/deepdive/search/duckduckgo.py
src/deepdive/search/filters.py
src/deepdive/search/local_corpus.py
src/deepdive/search/query_gen.py
src/deepdive/search/searxng.py
src/deepdive/trace/__init__.py
src/deepdive/trace/recorder.py
src/deepdive/trace/replayer.py
src/deepdive_research.egg-info/PKG-INFO
src/deepdive_research.egg-info/SOURCES.txt
src/deepdive_research.egg-info/dependency_links.txt
src/deepdive_research.egg-info/entry_points.txt
src/deepdive_research.egg-info/requires.txt
src/deepdive_research.egg-info/top_level.txt
tests/test_analysis.py
tests/test_api.py
tests/test_corpus_offline.py
tests/test_exporters.py
tests/test_filters.py
tests/test_grounding.py
tests/test_mcp.py
tests/test_pipeline.py
tests/test_query_gen.py
tests/test_report_markdown.py
tests/test_scraper.py
tests/test_searxng.py
tests/test_trace.py