LICENSE
README.md
pyproject.toml
surveyshield/__init__.py
surveyshield/_aggregation.py
surveyshield/_llm.py
surveyshield/_providers.py
surveyshield/_templating.py
surveyshield/_text.py
surveyshield/_version.py
surveyshield/categories.py
surveyshield/cli.py
surveyshield/live/__init__.py
surveyshield/live/analyzer.py
surveyshield/live/category_prompts.py
surveyshield/live/evidence.py
surveyshield/live/patches.py
surveyshield/live/prompts.py
surveyshield/live/reviewer.py
surveyshield/live/templates/live_report.html
surveyshield/models/__init__.py
surveyshield/models/_shared.py
surveyshield/models/instrument_review.py
surveyshield/models/survey_result.py
surveyshield/review/__init__.py
surveyshield/review/dimensions.py
surveyshield/review/parser.py
surveyshield/review/reviewer.py
surveyshield/review/templates/instrument_report.html
surveyshield/serve/__init__.py
surveyshield/serve/_jobs.py
surveyshield/serve/app.py
surveyshield/serve/config.py
surveyshield/serve/limits.py
surveyshield/serve/api/__init__.py
surveyshield/serve/api/instrument.py
surveyshield/serve/api/survey.py
surveyshield/serve/static/asset-manifest.json
surveyshield/serve/static/favicon.ico
surveyshield/serve/static/index.html
surveyshield/serve/static/logo192.png
surveyshield/serve/static/logo512.png
surveyshield/serve/static/manifest.json
surveyshield/serve/static/static/css/main.f349c401.css
surveyshield/serve/static/static/css/main.f349c401.css.map
surveyshield/serve/static/static/js/main.5104d85c.js
surveyshield/serve/static/static/js/main.5104d85c.js.LICENSE.txt
surveyshield/serve/static/static/js/main.5104d85c.js.map
surveyshield/templates/_macros.html
surveyshield/templates/_styles.css
surveyshield_py.egg-info/PKG-INFO
surveyshield_py.egg-info/SOURCES.txt
surveyshield_py.egg-info/dependency_links.txt
surveyshield_py.egg-info/entry_points.txt
surveyshield_py.egg-info/requires.txt
surveyshield_py.egg-info/top_level.txt
tests/test_aggregate.py
tests/test_cli.py
tests/test_live_evidence.py
tests/test_live_reviewer.py
tests/test_llm_factory.py
tests/test_qsf_parser.py
tests/test_real_llm_contract.py
tests/test_review_dimension.py
tests/test_serve.py
tests/test_verify_quote.py