LICENSE
README.md
pyproject.toml
src/hotato/__init__.py
src/hotato/__main__.py
src/hotato/_stats.py
src/hotato/aggregate.py
src/hotato/benchmark.py
src/hotato/capture.py
src/hotato/cli.py
src/hotato/core.py
src/hotato/export.py
src/hotato/fixmap.py
src/hotato/mcp_server.py
src/hotato/neural.py
src/hotato/pytest_plugin.py
src/hotato/report.py
src/hotato/stackbench.py
src/hotato.egg-info/PKG-INFO
src/hotato.egg-info/SOURCES.txt
src/hotato.egg-info/dependency_links.txt
src/hotato.egg-info/entry_points.txt
src/hotato.egg-info/requires.txt
src/hotato.egg-info/top_level.txt
src/hotato/_engine/__init__.py
src/hotato/_engine/__main__.py
src/hotato/_engine/audio.py
src/hotato/_engine/batch.py
src/hotato/_engine/score.py
src/hotato/_engine/vad.py
src/hotato/data/audio/01-hard-interruption.example.wav
src/hotato/data/audio/02-backchannel-mhm.example.wav
src/hotato/data/audio/03-filler-start.example.wav
src/hotato/data/audio/04-correction.example.wav
src/hotato/data/audio/05-telephony-8khz.example.wav
src/hotato/data/audio/06-double-talk.example.wav
src/hotato/data/audio/07-echo-bleed.example.wav
src/hotato/data/audio/08-rapid-turn-taking.example.wav
src/hotato/data/demo/failing/audio/fd-01-missed-interruption.example.wav
src/hotato/data/demo/failing/audio/fd-02-backchannel-yielded.example.wav
src/hotato/data/demo/failing/scenarios/fd-01-missed-interruption.json
src/hotato/data/demo/failing/scenarios/fd-02-backchannel-yielded.json
src/hotato/data/scenarios/01-hard-interruption.json
src/hotato/data/scenarios/02-backchannel-mhm.json
src/hotato/data/scenarios/03-filler-start.json
src/hotato/data/scenarios/04-correction.json
src/hotato/data/scenarios/05-telephony-8khz.json
src/hotato/data/scenarios/06-double-talk.json
src/hotato/data/scenarios/07-echo-bleed.json
src/hotato/data/scenarios/08-rapid-turn-taking.json
src/hotato/data/scenarios/manifest.json
src/hotato/schema/envelope.v1.json
tests/test_backend.py
tests/test_benchmark.py
tests/test_capture.py
tests/test_capture_vendor_shapes.py
tests/test_cli.py
tests/test_core.py
tests/test_corpus_suites.py
tests/test_corpus_validate.py
tests/test_demo_cli.py
tests/test_engine_parity.py
tests/test_examples_backchannel.py
tests/test_examples_funnel.py
tests/test_examples_latency.py
tests/test_export.py
tests/test_fixmap.py
tests/test_frozen_regression.py
tests/test_hostile_inputs.py
tests/test_mcp_parity.py
tests/test_mcp_report_path.py
tests/test_not_scorable.py
tests/test_pr_comment.py
tests/test_pytest_plugin.py
tests/test_readme_assets.py
tests/test_report.py
tests/test_report_analytics.py
tests/test_saa_card.py
tests/test_schema.py
tests/test_signals.py
tests/test_stackbench.py
tests/test_team.py