Find file in tenseleyflow/sway@trunk
- .github/workflows/ci.yml
- .github/workflows/docker.yml
- .gitignore
- .pre-commit-hooks.yaml
- CHANGELOG.md
- Dockerfile.gate
- LICENSE
- README.md
- examples/precommit-example/.pre-commit-config.yaml
- examples/precommit-example/README.md
- examples/precommit-example/sway.yaml
- examples/pytest_integration/sway.yaml
- examples/pytest_integration/test_sway_gate.py
- pyproject.toml
- src/dlm_sway/__init__.py
- src/dlm_sway/backends/__init__.py
- src/dlm_sway/backends/_instrumentation.py
- src/dlm_sway/backends/_mlx_convert.py
- src/dlm_sway/backends/api.py
- src/dlm_sway/backends/dummy.py
- src/dlm_sway/backends/hf.py
- src/dlm_sway/backends/mlx.py
- src/dlm_sway/backends/two_model.py
- src/dlm_sway/cli/__init__.py
- src/dlm_sway/cli/_pack.py
- src/dlm_sway/cli/_unpack.py
- src/dlm_sway/cli/app.py
- src/dlm_sway/cli/commands.py
- src/dlm_sway/core/__init__.py
- src/dlm_sway/core/determinism.py
- src/dlm_sway/core/errors.py
- src/dlm_sway/core/golden.py
- src/dlm_sway/core/model.py
- src/dlm_sway/core/result.py
- src/dlm_sway/core/scoring.py
- src/dlm_sway/core/sections.py
- src/dlm_sway/core/stats.py
- src/dlm_sway/integrations/__init__.py
- src/dlm_sway/integrations/dlm/__init__.py
- src/dlm_sway/integrations/dlm/autogen.py
- src/dlm_sway/integrations/dlm/resolver.py
- src/dlm_sway/mining/__init__.py
- src/dlm_sway/mining/outlier_miner.py
- src/dlm_sway/mining/paraphrase_miner.py
- src/dlm_sway/probes/__init__.py
- src/dlm_sway/probes/_calibration_pack.py
- src/dlm_sway/probes/_corpora/public_domain_en.txt
- src/dlm_sway/probes/_divergence.py
- src/dlm_sway/probes/_external_corpus.py
- src/dlm_sway/probes/_null_cache.py
- src/dlm_sway/probes/_null_proxy.py
- src/dlm_sway/probes/_param_id_mapping.py
- src/dlm_sway/probes/_training_state.py
- src/dlm_sway/probes/_zscore.py
- src/dlm_sway/probes/adapter_ablation.py
- src/dlm_sway/probes/adapter_revert.py
- src/dlm_sway/probes/base.py
- src/dlm_sway/probes/calibration_drift.py
- src/dlm_sway/probes/cluster_kl.py
- src/dlm_sway/probes/delta_kl.py
- src/dlm_sway/probes/external_perplexity.py
- src/dlm_sway/probes/gradient_ghost.py
- src/dlm_sway/probes/leakage.py
- src/dlm_sway/probes/multi_turn_coherence.py
- src/dlm_sway/probes/null_adapter.py
- src/dlm_sway/probes/paraphrase_invariance.py
- src/dlm_sway/probes/preference_flip.py
- src/dlm_sway/probes/prompt_collapse.py
- src/dlm_sway/probes/section_internalization.py
- src/dlm_sway/probes/style_fingerprint.py
- src/dlm_sway/probes/tool_use_fidelity.py
- src/dlm_sway/probes/training_drift.py
- src/dlm_sway/py.typed
- src/dlm_sway/pytest_plugin.py
- src/dlm_sway/serve/__init__.py
- src/dlm_sway/serve/app.py
- src/dlm_sway/serve/cache.py
- src/dlm_sway/serve/client.py
- src/dlm_sway/suite/__init__.py
- src/dlm_sway/suite/compare.py
- src/dlm_sway/suite/loader.py
- src/dlm_sway/suite/report.py
- src/dlm_sway/suite/report_html.py
- src/dlm_sway/suite/runner.py
- src/dlm_sway/suite/score.py
- src/dlm_sway/suite/spec.py
- src/dlm_sway/suite/trace_analysis.py
- src/dlm_sway/visualize.py
- tests/__init__.py
- tests/conftest.py
- tests/fixtures/__init__.py
- tests/fixtures/build_mlx_adapter.py
- tests/fixtures/dlm_train_log_fixture.jsonl
- tests/fixtures/sway-history/01-2026-01-15.json
- tests/fixtures/sway-history/02-2026-01-22.json
- tests/fixtures/sway-history/03-2026-01-29.json
- tests/fixtures/tiny_model.py
- tests/fixtures/tool_use_cases.yaml
- tests/fixtures/trace_sample.jsonl
- tests/golden/__init__.py
- tests/golden/expected_darwin.json
- tests/golden/expected_linux.json
- tests/golden/spec.yaml
- tests/integration/__init__.py
- tests/integration/conftest.py
- tests/integration/test_api_ollama.py
- tests/integration/test_cluster_kl_e2e.py
- tests/integration/test_determinism_golden.py
- tests/integration/test_dlm_api_compat.py
- tests/integration/test_external_perplexity_e2e.py
- tests/integration/test_hf_adapter_toggle.py
- tests/integration/test_hf_batched_s23.py
- tests/integration/test_hf_multi_rank_null.py
- tests/integration/test_hf_null_adapter.py
- tests/integration/test_hf_scaled_adapter.py
- tests/integration/test_hf_scoring.py
- tests/integration/test_mlx_converter_e2e.py
- tests/integration/test_mlx_smoke.py
- tests/integration/test_nan_adapter_regression.py
- tests/integration/test_pack_run_roundtrip.py
- tests/integration/test_pre_commit_hook.py
- tests/integration/test_probe_gradient_ghost.py
- tests/integration/test_probe_multi_turn_coherence.py
- tests/integration/test_probe_tool_use_fidelity.py
- tests/integration/test_serve_warm_path.py
- tests/integration/test_sway_gate_exit_code.py
- tests/snapshots/compare.md
- tests/snapshots/report.html
- tests/snapshots/report.json
- tests/snapshots/report.junit.xml
- tests/snapshots/report.md
- tests/unit/__init__.py
- tests/unit/test_autogen_quality.py
- tests/unit/test_backend_api.py
- tests/unit/test_backend_dummy.py
- tests/unit/test_backend_hf_helpers.py
- tests/unit/test_backend_instrumentation.py
- tests/unit/test_backend_registry.py
- tests/unit/test_batched_backend_s23.py
- tests/unit/test_bootstrap_ci_narrowing.py
- tests/unit/test_cli.py
- tests/unit/test_cli_compare.py
- tests/unit/test_cli_mine.py
- tests/unit/test_cli_report_html.py
- tests/unit/test_cli_serve.py
- tests/unit/test_cluster_kl_prove_value.py
- tests/unit/test_compare.py
- tests/unit/test_compare_prove_value.py
- tests/unit/test_cross_process_determinism.py
- tests/unit/test_cross_verdict_consistency.py
- tests/unit/test_determinism.py
- tests/unit/test_divergence.py
- tests/unit/test_dlm_bridge.py
- tests/unit/test_dlm_not_imported.py
- tests/unit/test_errors.py
- tests/unit/test_ext_ppl_vs_calibration_drift.py
- tests/unit/test_golden_comparator.py
- tests/unit/test_mlx_convert.py
- tests/unit/test_model.py
- tests/unit/test_no_dead_options.py
- tests/unit/test_null_cache.py
- tests/unit/test_null_calibration.py
- tests/unit/test_null_multi_rank.py
- tests/unit/test_outlier_miner.py
- tests/unit/test_pack_unpack.py
- tests/unit/test_paraphrase_miner.py
- tests/unit/test_paraphrase_miner_prove_value.py
- tests/unit/test_preflight_check.py
- tests/unit/test_probe_adapter_ablation.py
- tests/unit/test_probe_adapter_revert.py
- tests/unit/test_probe_base.py
- tests/unit/test_probe_calibration_drift.py
- tests/unit/test_probe_cluster_kl.py
- tests/unit/test_probe_delta_kl.py
- tests/unit/test_probe_external_perplexity.py
- tests/unit/test_probe_gradient_ghost.py
- tests/unit/test_probe_leakage.py
- tests/unit/test_probe_multi_turn_coherence.py
- tests/unit/test_probe_paraphrase_invariance.py
- tests/unit/test_probe_preference_flip.py
- tests/unit/test_probe_prompt_collapse.py
- tests/unit/test_probe_section_internalization.py
- tests/unit/test_probe_style_fingerprint.py
- tests/unit/test_probe_tool_use_fidelity.py
- tests/unit/test_probe_training_drift.py
- tests/unit/test_pytest_plugin.py
- tests/unit/test_report_extras_rollup.py
- tests/unit/test_report_formatters.py
- tests/unit/test_report_html.py
- tests/unit/test_report_html_offline.py
- tests/unit/test_report_snapshot.py
- tests/unit/test_result.py
- tests/unit/test_runner_backend_stats.py
- tests/unit/test_safe_finalize.py
- tests/unit/test_score_weights_override.py
- tests/unit/test_scoring.py
- tests/unit/test_sections.py
- tests/unit/test_serve_app.py
- tests/unit/test_serve_cache.py
- tests/unit/test_serve_client.py