LICENSE
README.md
README_PYPI.md
pyproject.toml
src/evidpath/__init__.py
src/evidpath/__main__.py
src/evidpath/audit.py
src/evidpath/cli.py
src/evidpath/config.py
src/evidpath/domain_registry.py
src/evidpath/generation_support.py
src/evidpath/population_generation.py
src/evidpath/regression.py
src/evidpath/regression_policy.py
src/evidpath/scenario_generation.py
src/evidpath/schema.py
src/evidpath/semantic_interpretation.py
src/evidpath.egg-info/PKG-INFO
src/evidpath.egg-info/SOURCES.txt
src/evidpath.egg-info/dependency_links.txt
src/evidpath.egg-info/entry_points.txt
src/evidpath.egg-info/requires.txt
src/evidpath.egg-info/top_level.txt
src/evidpath/adapters/__init__.py
src/evidpath/adapters/base.py
src/evidpath/agents/__init__.py
src/evidpath/agents/base.py
src/evidpath/analysis/__init__.py
src/evidpath/analysis/base.py
src/evidpath/analysis/slice_discovery.py
src/evidpath/artifacts/__init__.py
src/evidpath/artifacts/constants.py
src/evidpath/artifacts/run_manifest.py
src/evidpath/artifacts/run_plan.py
src/evidpath/cli_app/__init__.py
src/evidpath/cli_app/constants.py
src/evidpath/cli_app/handlers.py
src/evidpath/cli_app/parser.py
src/evidpath/cli_app/progress.py
src/evidpath/cli_app/support.py
src/evidpath/contracts/__init__.py
src/evidpath/contracts/core.py
src/evidpath/contracts/recommender.py
src/evidpath/domains/__init__.py
src/evidpath/domains/base.py
src/evidpath/domains/stub.py
src/evidpath/domains/recommender/__init__.py
src/evidpath/domains/recommender/adapters.py
src/evidpath/domains/recommender/analyzer.py
src/evidpath/domains/recommender/catalog.py
src/evidpath/domains/recommender/definition.py
src/evidpath/domains/recommender/generation.py
src/evidpath/domains/recommender/inputs.py
src/evidpath/domains/recommender/judge.py
src/evidpath/domains/recommender/metrics.py
src/evidpath/domains/recommender/mock_recommender.py
src/evidpath/domains/recommender/policy.py
src/evidpath/domains/recommender/reference_artifacts.py
src/evidpath/domains/recommender/reference_backend.py
src/evidpath/domains/recommender/reference_backend_artifacts.json
src/evidpath/domains/recommender/reference_recommender.py
src/evidpath/domains/recommender/reporting.py
src/evidpath/domains/recommender/scenarios.py
src/evidpath/domains/recommender/services.py
src/evidpath/domains/recommender/slices.py
src/evidpath/judges/__init__.py
src/evidpath/judges/base.py
src/evidpath/orchestration/__init__.py
src/evidpath/orchestration/_planner_decisions.py
src/evidpath/orchestration/_planner_defaults.py
src/evidpath/orchestration/_planner_support.py
src/evidpath/orchestration/coverage.py
src/evidpath/orchestration/executor.py
src/evidpath/orchestration/planner.py
src/evidpath/orchestration/types.py
src/evidpath/reporting/__init__.py
src/evidpath/reporting/base.py
src/evidpath/reporting/chart.py
src/evidpath/reporting/json.py
src/evidpath/reporting/markdown.py
src/evidpath/reporting/regression.py
src/evidpath/reporting/semantic_json.py
src/evidpath/rollout/__init__.py
src/evidpath/rollout/engine.py
src/evidpath/scenarios/__init__.py
src/evidpath/scenarios/base.py
tests/test_chunk_10.py
tests/test_chunk_11a.py
tests/test_chunk_11b.py
tests/test_chunk_12.py
tests/test_chunk_13.py
tests/test_chunk_14.py
tests/test_chunk_16.py
tests/test_chunk_17.py
tests/test_chunk_18.py
tests/test_chunk_19.py
tests/test_chunk_2.py
tests/test_chunk_20.py
tests/test_chunk_21.py
tests/test_chunk_21_hf.py
tests/test_chunk_22.py
tests/test_chunk_22c_orchestration.py
tests/test_chunk_6.py
tests/test_chunk_7.py
tests/test_chunk_8.py
tests/test_chunk_9.py
tests/test_reference_service.py