LICENSE
README.md
README_PYPI.md
pyproject.toml
src/evidpath/__init__.py
src/evidpath/__main__.py
src/evidpath/api.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/target_config.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/adapters/huggingface.py
src/evidpath/adapters/mlflow.py
src/evidpath/adapters/sklearn.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/_determinism.py
src/evidpath/artifacts/_environment.py
src/evidpath/artifacts/boundary_checks.py
src/evidpath/artifacts/boundary_events.py
src/evidpath/artifacts/constants.py
src/evidpath/artifacts/run_manifest.py
src/evidpath/artifacts/run_plan.py
src/evidpath/boundary/__init__.py
src/evidpath/boundary/checks.py
src/evidpath/boundary/contracts.py
src/evidpath/boundary/interfaces.py
src/evidpath/boundary/invocation.py
src/evidpath/boundary/observe.py
src/evidpath/boundary/policy.py
src/evidpath/boundary/recorder.py
src/evidpath/boundary/runtime.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/cli_app/target_init.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/agent/__init__.py
src/evidpath/domains/agent/contracts.py
src/evidpath/domains/agent/definition.py
src/evidpath/domains/agent/driver_configs.py
src/evidpath/domains/agent/evaluation.py
src/evidpath/domains/agent/judge.py
src/evidpath/domains/agent/preflight.py
src/evidpath/domains/agent/reference_agent.py
src/evidpath/domains/agent/scenarios.py
src/evidpath/domains/agent/drivers/__init__.py
src/evidpath/domains/agent/drivers/anthropic_messages.py
src/evidpath/domains/agent/drivers/http_session.py
src/evidpath/domains/agent/drivers/in_process.py
src/evidpath/domains/agent/drivers/mcp_stdio.py
src/evidpath/domains/agent/drivers/openai_chat_completions.py
src/evidpath/domains/recommender/__init__.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/domains/recommender/drivers/__init__.py
src/evidpath/domains/recommender/drivers/_config.py
src/evidpath/domains/recommender/drivers/_extraction.py
src/evidpath/domains/recommender/drivers/_http.py
src/evidpath/domains/recommender/drivers/_jsonpath.py
src/evidpath/domains/recommender/drivers/_templating.py
src/evidpath/domains/recommender/drivers/_transform.py
src/evidpath/domains/recommender/drivers/http_native.py
src/evidpath/domains/recommender/drivers/http_schema_mapped.py
src/evidpath/domains/recommender/drivers/in_process.py
src/evidpath/domains/search/__init__.py
src/evidpath/domains/search/analyzer.py
src/evidpath/domains/search/contracts.py
src/evidpath/domains/search/definition.py
src/evidpath/domains/search/inputs.py
src/evidpath/domains/search/judge.py
src/evidpath/domains/search/policy.py
src/evidpath/domains/search/reference_backend.py
src/evidpath/domains/search/reference_search_artifacts.json
src/evidpath/domains/search/scenarios.py
src/evidpath/domains/search/services.py
src/evidpath/domains/search/drivers/__init__.py
src/evidpath/domains/search/drivers/_config.py
src/evidpath/domains/search/drivers/_extraction.py
src/evidpath/domains/search/drivers/_http.py
src/evidpath/domains/search/drivers/_templating.py
src/evidpath/domains/search/drivers/http_native.py
src/evidpath/domains/search/drivers/http_schema_mapped.py
src/evidpath/domains/search/drivers/in_process.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/source_spec.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/sandbox/__init__.py
src/evidpath/sandbox/faults.py
src/evidpath/sandbox/filesystem.py
src/evidpath/sandbox/http_fixture.py
src/evidpath/scenarios/__init__.py
src/evidpath/scenarios/base.py
tests/test_audit_python_api.py
tests/test_audit_python_api_slow.py
tests/test_boundary.py
tests/test_boundary_checks.py
tests/test_boundary_events.py
tests/test_boundary_runtime.py
tests/test_cli_contracts.py
tests/test_core_contracts.py
tests/test_determinism.py
tests/test_determinism_slow.py
tests/test_domain_boundaries.py
tests/test_local_interface_simulation.py
tests/test_provider_contracts.py
tests/test_regression_policy.py
tests/test_reporting_artifacts.py
tests/test_run_plans.py
tests/test_semantics.py
tests/test_source_specs.py
tests/test_target_init.py