CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
llms.txt
pyproject.toml
docs/AGENT-INTEGRATION.md
docs/ARCHITECTURE.md
docs/CAPABILITY-MAP.md
docs/DISTRIBUTION.md
docs/LIMITATIONS.md
docs/MARKET-NOTES.md
docs/PRIVACY-COST.md
docs/PUBLIC-POSITIONING.md
docs/ROADMAP.md
docs/search-receipt-v1.schema.json
docs/verify-receipt-v1.md
examples/agent_search.py
examples/verify.md
product_evaluation/FIVE-MINUTE-SHOWCASE.md
product_evaluation/PREREGISTRATION.json
product_evaluation/PREREGISTRATION.md
product_evaluation/PRODUCT-DECISION.md
product_evaluation/README.md
product_evaluation/deadline_probe.py
product_evaluation/host-trial-output.schema.json
product_evaluation/run_host_trials.py
product_evaluation/run_live_pack.py
product_evaluation/results/BENCHMARK.md
product_evaluation/results/CLEAN-INSTALL.json
product_evaluation/results/DEADLINE-CONTROL.json
product_evaluation/results/HOST-TRIALS.json
product_evaluation/results/HOST-TRIALS.md
product_evaluation/results/HUMAN-EVALUATION.json
product_evaluation/results/HUMAN-EVALUATION.md
product_evaluation/results/PRODUCT-RECEIPT.json
product_evaluation/results/PUBLIC-LIVE-SUMMARY.json
product_evaluation/results/live-final/Q1.parallel.json
product_evaluation/results/live-final/Q1.parallel.stderr.txt
product_evaluation/results/live-final/Q1.serial.json
product_evaluation/results/live-final/Q1.serial.stderr.txt
product_evaluation/results/live-final/Q2.parallel.json
product_evaluation/results/live-final/Q2.parallel.stderr.txt
product_evaluation/results/live-final/Q2.serial.json
product_evaluation/results/live-final/Q2.serial.stderr.txt
product_evaluation/results/live-final/Q3.parallel.json
product_evaluation/results/live-final/Q3.parallel.stderr.txt
product_evaluation/results/live-final/Q3.serial.json
product_evaluation/results/live-final/Q3.serial.stderr.txt
src/hermes_supersearch.egg-info/PKG-INFO
src/hermes_supersearch.egg-info/SOURCES.txt
src/hermes_supersearch.egg-info/dependency_links.txt
src/hermes_supersearch.egg-info/entry_points.txt
src/hermes_supersearch.egg-info/requires.txt
src/hermes_supersearch.egg-info/top_level.txt
src/supersearch/__init__.py
src/supersearch/__main__.py
src/supersearch/antidetect.py
src/supersearch/cache.py
src/supersearch/diagnostics.py
src/supersearch/expand.py
src/supersearch/fact_audit.py
src/supersearch/intelligence.py
src/supersearch/product.py
src/supersearch/rerank.py
src/supersearch/research.py
src/supersearch/research_cli.py
src/supersearch/routing.py
src/supersearch/search.py
src/supersearch/search_cli.py
src/supersearch/self_improve.py
src/supersearch/sources.py
src/supersearch/summarize.py
src/supersearch/scrapers/__init__.py
src/supersearch/scrapers/arxiv_abstract.py
src/supersearch/scrapers/crt_sh.py
src/supersearch/scrapers/crunchbase_lite.py
src/supersearch/scrapers/dns_txt.py
src/supersearch/scrapers/eu_ai_registry.py
src/supersearch/scrapers/g2_reviews.py
src/supersearch/scrapers/github_comments.py
src/supersearch/scrapers/github_org.py
src/supersearch/scrapers/huggingface_model.py
src/supersearch/scrapers/job_board.py
src/supersearch/scrapers/linkedin_post.py
src/supersearch/scrapers/security_txt.py
src/supersearch/scrapers/sitemap_mine.py
src/supersearch/scrapers/wayback.py
src/supersearch/scrapers/youtube_transcript.py
src/supersearch/sources_ext/__init__.py
src/supersearch/sources_ext/corp_signal_source.py
src/supersearch/sources_ext/eurlex_source.py
src/supersearch/sources_ext/github_deep_source.py
src/supersearch/sources_ext/ssrn_lexology_source.py
src/supersearch/verify/__init__.py
src/supersearch/verify/__main__.py
src/supersearch/verify/cli.py
src/supersearch/verify/formatter.py
src/supersearch/verify/gates.py
src/supersearch/verify/nli.py
src/supersearch/verify/pipeline.py
src/supersearch/verify/retrieval.py
tests/__init__.py
tests/conftest.py
tests/test_antidetect.py
tests/test_cache.py
tests/test_crunchbase_lite.py
tests/test_expand.py
tests/test_fact_audit.py
tests/test_host_trial_harness.py
tests/test_intelligence_ab.py
tests/test_intelligence_live.py
tests/test_main.py
tests/test_product.py
tests/test_rerank.py
tests/test_research.py
tests/test_research_cli.py
tests/test_routing.py
tests/test_scrapers.py
tests/test_search.py
tests/test_self_improve.py
tests/test_sources.py
tests/test_sources_ext.py
tests/test_summarize.py
tests/test_verify_deep.py
tests/test_verify_formatter.py
tests/test_verify_gates.py
tests/test_verify_nli.py
tests/test_verify_pipeline_audit.py
tests/test_verify_retrieval.py
tests/test_verify_scaffold.py