LICENSE
README.md
pyproject.toml
src/ega/__init__.py
src/ega/api.py
src/ega/benchmark.py
src/ega/config.py
src/ega/contract.py
src/ega/decision.py
src/ega/enforcer.py
src/ega/events.py
src/ega/pipeline.py
src/ega/policy.py
src/ega/schemas.py
src/ega/serialization.py
src/ega/text_clean.py
src/ega/types.py
src/ega/unitization.py
src/ega/unitization_spacy.py
src/ega/version.py
src/ega.egg-info/PKG-INFO
src/ega.egg-info/SOURCES.txt
src/ega.egg-info/dependency_links.txt
src/ega.egg-info/entry_points.txt
src/ega.egg-info/requires.txt
src/ega.egg-info/top_level.txt
src/ega/adapters/__init__.py
src/ega/adapters/wandb_sink.py
src/ega/cli/__init__.py
src/ega/cli/pipeline.py
src/ega/cli/report.py
src/ega/cli/run.py
src/ega/cli/shell.py
src/ega/cli/v2.py
src/ega/core/__init__.py
src/ega/core/correction.py
src/ega/core/pipeline_core.py
src/ega/interfaces/__init__.py
src/ega/interfaces/verifier.py
src/ega/polish/__init__.py
src/ega/polish/gate.py
src/ega/polish/types.py
src/ega/polish/validators.py
src/ega/providers/__init__.py
src/ega/providers/base.py
src/ega/providers/jsonl_scores.py
src/ega/utils/__init__.py
src/ega/utils/summarize.py
src/ega/v2/__init__.py
src/ega/v2/budget.py
src/ega/v2/budget_greedy.py
src/ega/v2/calibrate.py
src/ega/v2/conformal.py
src/ega/v2/coverage.py
src/ega/v2/cross_encoder_reranker.py
src/ega/v2/eval_harness.py
src/ega/v2/export_calibration_rows.py
src/ega/v2/poc_config.py
src/ega/v2/poc_release.py
src/ega/v2/render.py
src/ega/v2/reranker.py
src/ega/v2/rewards.py
src/ega/v2/risk.py
src/ega/v2/threshold_sweep.py
src/ega/verifiers/__init__.py
src/ega/verifiers/adapter.py
src/ega/verifiers/nli_cross_encoder.py
tests/test_alpha_validation_v4.py
tests/test_api.py
tests/test_authority_decision.py
tests/test_benchmark_script.py
tests/test_benchmark_smoke.py
tests/test_budget_greedy.py
tests/test_calibration.py
tests/test_calibration_no_reload.py
tests/test_cli.py
tests/test_cli_coverage_rewards_args.py
tests/test_cli_paths.py
tests/test_cli_pipeline_device_dtype.py
tests/test_cli_polish_validate.py
tests/test_cli_v2_args.py
tests/test_conformal_calibration.py
tests/test_conformal_state_v4.py
tests/test_contract_freeze.py
tests/test_coverage.py
tests/test_cross_encoder_reranker_no_dep.py
tests/test_cross_encoder_reranker_smoke.py
tests/test_decision.py
tests/test_default_model_name.py
tests/test_distribution_drift.py
tests/test_e2e_gating.py
tests/test_enforcer_formatting.py
tests/test_enforcer_verify_many.py
tests/test_eval_dataset_pilot_schema.py
tests/test_eval_harness_finalize_metrics.py
tests/test_eval_harness_reports_coverage_rewards.py
tests/test_events.py
tests/test_export_calibration_rows.py
tests/test_field_aware_bm25.py
tests/test_imports.py
tests/test_nli_cross_encoder.py
tests/test_nli_integration.py
tests/test_optional_imports.py
tests/test_output_schemas.py
tests/test_pending_contract.py
tests/test_pipeline_budget_behavior.py
tests/test_pipeline_canonical.py
tests/test_pipeline_conformal_gating.py
tests/test_pipeline_correction_loop.py
tests/test_pipeline_coverage_rewards_default_off.py
tests/test_pipeline_e2e_stubbed.py
tests/test_pipeline_emits_training_jsonl.py
tests/test_pipeline_integration_nli.py
tests/test_pipeline_trace.py
tests/test_pipeline_v2_flags_default_off.py
tests/test_pipeline_v4_structured_mode.py
tests/test_poc_release.py
tests/test_policy_default.py
tests/test_policy_enforcer.py
tests/test_polish_gate.py
tests/test_polish_validators.py
tests/test_publish_workflow_smoke.py
tests/test_rewards.py
tests/test_score_integrity.py
tests/test_scores_provider.py
tests/test_serialization.py
tests/test_shell_cli.py
tests/test_summarize.py
tests/test_supported_python.py
tests/test_threshold_sweep.py
tests/test_trace_schema_append_only.py
tests/test_trace_schema_validation.py
tests/test_unitization.py
tests/test_unitization_spacy.py
tests/test_v2_end_to_end_smoke.py
tests/test_v2_eval_harness.py
tests/test_v2_interfaces.py
tests/test_v2_render.py
tests/test_verifier_determinism.py
tests/test_verifier_pluggability.py
tests/test_wandb_adapter.py