LICENSE
README.md
pyproject.toml
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/utils.py
tofu_search/search/__init__.py
tofu_search/search/_common.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/rerank.py
tofu_search/search/vertical.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