LICENSE
README.md
pyproject.toml
src/xpyd_acc/__init__.py
src/xpyd_acc/ab_test.py
src/xpyd_acc/aggregate.py
src/xpyd_acc/annotate.py
src/xpyd_acc/auto_threshold.py
src/xpyd_acc/batch_compare.py
src/xpyd_acc/benchmark.py
src/xpyd_acc/bisect.py
src/xpyd_acc/cache.py
src/xpyd_acc/capture_kv.py
src/xpyd_acc/checkpoint.py
src/xpyd_acc/cluster.py
src/xpyd_acc/completion.py
src/xpyd_acc/concurrency_sweep.py
src/xpyd_acc/confidence.py
src/xpyd_acc/config.py
src/xpyd_acc/config_validate.py
src/xpyd_acc/cost.py
src/xpyd_acc/dataset_stats.py
src/xpyd_acc/diagnose.py
src/xpyd_acc/diff.py
src/xpyd_acc/distribution.py
src/xpyd_acc/dry_run.py
src/xpyd_acc/ecosystem.py
src/xpyd_acc/entropy.py
src/xpyd_acc/env.py
src/xpyd_acc/explain.py
src/xpyd_acc/file_compare.py
src/xpyd_acc/filter.py
src/xpyd_acc/fingerprint.py
src/xpyd_acc/grafana.py
src/xpyd_acc/headers.py
src/xpyd_acc/healthcheck.py
src/xpyd_acc/heatmap.py
src/xpyd_acc/history.py
src/xpyd_acc/hw_baseline.py
src/xpyd_acc/inference_hooks.py
src/xpyd_acc/junit.py
src/xpyd_acc/kvcache.py
src/xpyd_acc/latency_regression.py
src/xpyd_acc/length_bias.py
src/xpyd_acc/log.py
src/xpyd_acc/logprobs.py
src/xpyd_acc/multi_dataset.py
src/xpyd_acc/multi_model.py
src/xpyd_acc/normalizers.py
src/xpyd_acc/notify.py
src/xpyd_acc/output_compare.py
src/xpyd_acc/profiles.py
src/xpyd_acc/prometheus.py
src/xpyd_acc/rate_limit.py
src/xpyd_acc/regression.py
src/xpyd_acc/repl.py
src/xpyd_acc/report.py
src/xpyd_acc/reproducibility.py
src/xpyd_acc/rerun.py
src/xpyd_acc/response_validate.py
src/xpyd_acc/retry.py
src/xpyd_acc/root_cause.py
src/xpyd_acc/sampling.py
src/xpyd_acc/sensitivity.py
src/xpyd_acc/serve.py
src/xpyd_acc/smart_retry.py
src/xpyd_acc/snapshot.py
src/xpyd_acc/streaming.py
src/xpyd_acc/summary.py
src/xpyd_acc/templates.py
src/xpyd_acc/timing.py
src/xpyd_acc/token_diff.py
src/xpyd_acc/topology.py
src/xpyd_acc/watch.py
src/xpyd_acc.egg-info/PKG-INFO
src/xpyd_acc.egg-info/SOURCES.txt
src/xpyd_acc.egg-info/dependency_links.txt
src/xpyd_acc.egg-info/entry_points.txt
src/xpyd_acc.egg-info/requires.txt
src/xpyd_acc.egg-info/top_level.txt
src/xpyd_acc/cli/__init__.py
src/xpyd_acc/cli/__main__.py
src/xpyd_acc/cli/_common.py
src/xpyd_acc/cli/analysis.py
src/xpyd_acc/cli/batch.py
src/xpyd_acc/cli/benchmark.py
src/xpyd_acc/cli/compare.py
src/xpyd_acc/cli/config_cmd.py
src/xpyd_acc/cli/data.py
src/xpyd_acc/cli/diagnose.py
src/xpyd_acc/cli/parsers.py
src/xpyd_acc/cli/report.py
tests/test_ab_test.py
tests/test_aggregate.py
tests/test_annotate.py
tests/test_auto_threshold.py
tests/test_batch_compare.py
tests/test_benchmark.py
tests/test_bisect.py
tests/test_cache.py
tests/test_capture_kv.py
tests/test_checkpoint.py
tests/test_checkpoint_integration.py
tests/test_cli.py
tests/test_cluster.py
tests/test_completion.py
tests/test_concurrency_sweep.py
tests/test_confidence.py
tests/test_config.py
tests/test_config_validate.py
tests/test_cost.py
tests/test_cost_integration.py
tests/test_custom_headers.py
tests/test_dataset_formats.py
tests/test_dataset_stats.py
tests/test_deduplicate.py
tests/test_diagnose.py
tests/test_diff.py
tests/test_distribution.py
tests/test_dry_run.py
tests/test_ecosystem.py
tests/test_entropy.py
tests/test_env.py
tests/test_explain.py
tests/test_fail_threshold.py
tests/test_file_compare.py
tests/test_filter.py
tests/test_fingerprint.py
tests/test_grafana.py
tests/test_healthcheck.py
tests/test_heatmap.py
tests/test_history.py
tests/test_history_purge.py
tests/test_hw_baseline.py
tests/test_inference_hooks.py
tests/test_junit.py
tests/test_kvcache.py
tests/test_latency_regression.py
tests/test_length_bias.py
tests/test_log.py
tests/test_logprobs.py
tests/test_multi_dataset.py
tests/test_multi_dataset_cli.py
tests/test_multi_model.py
tests/test_multi_target.py
tests/test_normalizers.py
tests/test_notify.py
tests/test_output_compare.py
tests/test_profiles.py
tests/test_prometheus.py
tests/test_rate_limit.py
tests/test_regression.py
tests/test_repl.py
tests/test_report.py
tests/test_report_schema.py
tests/test_reproducibility.py
tests/test_request_id.py
tests/test_rerun.py
tests/test_response_validate.py
tests/test_retry.py
tests/test_retry_stats_integration.py
tests/test_root_cause.py
tests/test_sampling.py
tests/test_sensitivity.py
tests/test_serve.py
tests/test_smart_retry.py
tests/test_snapshot.py
tests/test_streaming.py
tests/test_summary.py
tests/test_templates.py
tests/test_timing.py
tests/test_token_diff.py
tests/test_tolerance.py
tests/test_topology.py
tests/test_truncation.py
tests/test_watch.py