LICENSE
README.md
pyproject.toml
src/scroot/__init__.py
src/scroot/_entitlements.py
src/scroot/_messages.py
src/scroot/agents.py
src/scroot/applicability.py
src/scroot/audit.py
src/scroot/calibrate.py
src/scroot/composite.py
src/scroot/core.py
src/scroot/drift.py
src/scroot/evidence.py
src/scroot/exceptions.py
src/scroot/flags.py
src/scroot/models.py
src/scroot/pii.py
src/scroot/result.py
src/scroot/sampling.py
src/scroot/streaming.py
src/scroot/testing.py
src/scroot/text_utils.py
src/scroot.egg-info/PKG-INFO
src/scroot.egg-info/SOURCES.txt
src/scroot.egg-info/dependency_links.txt
src/scroot.egg-info/entry_points.txt
src/scroot.egg-info/requires.txt
src/scroot.egg-info/top_level.txt
src/scroot/cli/__init__.py
src/scroot/cli/download.py
src/scroot/cli/eval.py
src/scroot/cli/model_info.py
src/scroot/config/__init__.py
src/scroot/config/corrector.py
src/scroot/connectors/__init__.py
src/scroot/connectors/database.py
src/scroot/context/__init__.py
src/scroot/context/adapters.py
src/scroot/context/builder.py
src/scroot/context/dedup.py
src/scroot/context/payload.py
src/scroot/context/pii.py
src/scroot/context/tokenizer.py
src/scroot/corrector/__init__.py
src/scroot/corrector/api.py
src/scroot/corrector/base.py
src/scroot/corrector/disabled.py
src/scroot/corrector/local.py
src/scroot/corrector/models.py
src/scroot/dashboard/__init__.py
src/scroot/dashboard/__main__.py
src/scroot/dashboard/security.py
src/scroot/dashboard/server.py
src/scroot/dashboard/routers/__init__.py
src/scroot/dashboard/routers/analytics.py
src/scroot/dashboard/routers/corrector.py
src/scroot/dashboard/routers/export.py
src/scroot/dashboard/routers/guardrails.py
src/scroot/dashboard/routers/pipeline.py
src/scroot/dashboard/routers/queue.py
src/scroot/dashboard/routers/records.py
src/scroot/dashboard/routers/settings.py
src/scroot/feedback/__init__.py
src/scroot/feedback/injector.py
src/scroot/feedback/sanitizer.py
src/scroot/feedback/store.py
src/scroot/metrics/__init__.py
src/scroot/metrics/_registry.py
src/scroot/metrics/_utils.py
src/scroot/metrics/completeness.py
src/scroot/metrics/confidence.py
src/scroot/metrics/consistency.py
src/scroot/metrics/groundedness.py
src/scroot/metrics/numeric_groundedness.py
src/scroot/metrics/relevance.py
src/scroot/review/__init__.py
src/scroot/runtime/__init__.py
src/scroot/ui/dist/favicon.svg
src/scroot/ui/dist/index.html
src/scroot/ui/dist/assets/calibration-DL-8s7PW.js
src/scroot/ui/dist/assets/evidence-B-btqeXT.js
src/scroot/ui/dist/assets/export-DTrk1ouF.js
src/scroot/ui/dist/assets/flags-dEFOUcTD.js
src/scroot/ui/dist/assets/inbox-B9bSST3Z.js
src/scroot/ui/dist/assets/index-3xKolx5G.js
src/scroot/ui/dist/assets/index-CK0KHuUs.css
src/scroot/ui/dist/assets/metric-bar-DIYoetRG.js
src/scroot/ui/dist/assets/mock-data-CyyNRTcR.js
src/scroot/ui/dist/assets/overview-B7ynGQFY.js
src/scroot/ui/dist/assets/page-wrapper-Ce1hwiCt.js
src/scroot/ui/dist/assets/pipeline-BI-Uzp5F.js
src/scroot/ui/dist/assets/scores-CWGdCjx6.js
src/scroot/ui/dist/assets/settings-C2wbokzh.js
src/scroot/ui/dist/assets/sparkline-vNFEcCpt.js
src/scroot/ui/dist/assets/stat-row-D_3S3KO5.js
src/scroot/ui/dist/assets/threshold-slider-Bz1U-r6K.js
tests/test_agents.py
tests/test_batch.py
tests/test_cli_app.py
tests/test_cli_commands.py
tests/test_cli_eval.py
tests/test_completeness.py
tests/test_composite.py
tests/test_confidence.py
tests/test_consistency.py
tests/test_core.py
tests/test_corrector.py
tests/test_corrector_local_api.py
tests/test_dashboard_corrector_router.py
tests/test_dashboard_guardrails_router.py
tests/test_dashboard_queue_router.py
tests/test_dashboard_records_router.py
tests/test_dashboard_security.py
tests/test_dashboard_settings_router.py
tests/test_database.py
tests/test_evidence.py
tests/test_flags.py
tests/test_groundedness.py
tests/test_init_wrappers.py
tests/test_injector.py
tests/test_input_limits.py
tests/test_iqs_exclusion.py
tests/test_model_allowlist.py
tests/test_models.py
tests/test_r1_mini_iqs.py
tests/test_r2_model_integrity.py
tests/test_r3_streaming.py
tests/test_relevance.py
tests/test_result.py
tests/test_sampling.py
tests/test_sanitizer.py
tests/test_security_metrics.py
tests/test_store.py
tests/test_store_security.py
tests/test_text_utils.py
tests/test_wave0.py