LICENSE
README.md
pyproject.toml
tests/test_authority.py
tests/test_baseline_pure.py
tests/test_browser_fallback.py
tests/test_cleanup.py
tests/test_deadline.py
tests/test_engines.py
tests/test_file_assets.py
tests/test_orchestrator_race.py
tests/test_playwright_pool.py
tests/test_prefetch_gate.py
tests/test_proxy_mode.py
tests/test_reader_handlers.py
tests/test_security.py
tests/test_verify_citations.py
tests/test_vertical_detect.py
tests/test_vertical_fetch.py
tofu_search/__init__.py
tofu_search/config.py
tofu_search/http_client.py
tofu_search/llm_adapter.py
tofu_search/log.py
tofu_search/providers.py
tofu_search.egg-info/PKG-INFO
tofu_search.egg-info/SOURCES.txt
tofu_search.egg-info/dependency_links.txt
tofu_search.egg-info/requires.txt
tofu_search.egg-info/top_level.txt
tofu_search/fetch/__init__.py
tofu_search/fetch/content_filter.py
tofu_search/fetch/core.py
tofu_search/fetch/html_extract.py
tofu_search/fetch/http.py
tofu_search/fetch/interactive_login.py
tofu_search/fetch/pdf_extract.py
tofu_search/fetch/playwright_pool.py
tofu_search/fetch/readers.py
tofu_search/fetch/utils.py
tofu_search/search/__init__.py
tofu_search/search/_common.py
tofu_search/search/authority.py
tofu_search/search/browser_fallback.py
tofu_search/search/dedup.py
tofu_search/search/deepen.py
tofu_search/search/format.py
tofu_search/search/orchestrator.py
tofu_search/search/prefetch_gate.py
tofu_search/search/proxy_mode.py
tofu_search/search/rerank.py
tofu_search/search/engines/__init__.py
tofu_search/search/engines/bing.py
tofu_search/search/engines/brave.py
tofu_search/search/engines/ddg.py
tofu_search/search/engines/marginalia.py
tofu_search/search/engines/searxng.py
tofu_search/search/engines/xhs.py
tofu_search/search/vertical/__init__.py
tofu_search/search/vertical/arxiv.py
tofu_search/search/vertical/base.py
tofu_search/search/vertical/cve.py
tofu_search/search/vertical/doi.py
tofu_search/search/vertical/github.py
tofu_search/search/vertical/hf_papers.py
tofu_search/search/vertical/ip.py
tofu_search/search/vertical/npm.py
tofu_search/search/vertical/pypi.py
tofu_search/search/vertical/registry.py
tofu_search/search/vertical/semantic_scholar.py
tofu_search/search/vertical/stock.py
tofu_search/verify/__init__.py
tofu_search/verify/citations.py
tofu_search/verify/parse.py