README.md
pyproject.toml
src/proveai/__init__.py
src/proveai/actions.py
src/proveai/baselines.py
src/proveai/cache.py
src/proveai/calibrate.py
src/proveai/checks.py
src/proveai/cli.py
src/proveai/client.py
src/proveai/engine_cache.py
src/proveai/experiments.py
src/proveai/exporters.py
src/proveai/git.py
src/proveai/instrument.py
src/proveai/judge_cache.py
src/proveai/models.py
src/proveai/outcomes.py
src/proveai/py.typed
src/proveai/report.py
src/proveai/runs.py
src/proveai/snapshot_report.py
src/proveai/snapshots.py
src/proveai/store.py
src/proveai/trace.py
src/proveai/types.py
src/proveai/verify.py
src/proveai/mock/__init__.py
src/proveai/mock/_install.py
src/proveai/mock/failure.py
src/proveai/mock/pytest_fixtures.py
src/proveai/mock/responses.py
src/proveai/mock/snapshot.py
src/proveai/mock/sources.py
src/proveai/narrative/__init__.py
src/proveai/narrative/mast.py
src/proveai/narrative/verdicts.py
src/proveai/providers/__init__.py
src/proveai/providers/anthropic.py
src/proveai/providers/base.py
src/proveai/providers/embedding.py
src/proveai/providers/openai_compat.py
src/proveai/pytest/__init__.py
src/proveai/pytest/_snapshot.py
src/proveai/pytest/plugin.py
src/proveai/replay/__init__.py
src/proveai/replay/attribution.py
src/proveai/replay/diff.py
src/proveai/replay/engine.py
src/proveai/replay/judge.py
src/proveai/templates/__init__.py
src/proveai/templates/github_actions.py
src/proveai_sdk.egg-info/PKG-INFO
src/proveai_sdk.egg-info/SOURCES.txt
src/proveai_sdk.egg-info/dependency_links.txt
src/proveai_sdk.egg-info/entry_points.txt
src/proveai_sdk.egg-info/requires.txt
src/proveai_sdk.egg-info/top_level.txt
tests/test_actions.py
tests/test_auto_target.py
tests/test_baseline_refresh.py
tests/test_baselines.py
tests/test_cache.py
tests/test_calibrate.py
tests/test_check_thresholds.py
tests/test_checks.py
tests/test_checks_severity.py
tests/test_checks_warn_label.py
tests/test_cli_analyze.py
tests/test_cli_baseline.py
tests/test_cli_ci_init.py
tests/test_cli_ci_mode.py
tests/test_cli_experiment.py
tests/test_cli_list.py
tests/test_cli_run.py
tests/test_cli_run_v12a.py
tests/test_cli_run_v12b.py
tests/test_cli_snapshot.py
tests/test_cli_snapshot_diff.py
tests/test_cli_snapshot_update.py
tests/test_cli_snapshot_verify.py
tests/test_cli_snapshot_verify_annotation.py
tests/test_cli_snapshot_verify_judge.py
tests/test_cli_status.py
tests/test_cli_validate_fix.py
tests/test_cli_version.py
tests/test_client.py
tests/test_counterfactual.py
tests/test_embedding.py
tests/test_engine_cache.py
tests/test_experiments.py
tests/test_exporters.py
tests/test_exporters_capture_context.py
tests/test_instrument.py
tests/test_llm_judge.py
tests/test_mock_from_trace.py
tests/test_mock_init.py
tests/test_mock_responses_failure.py
tests/test_mock_sources.py
tests/test_models.py
tests/test_narrative_mast.py
tests/test_narrative_verdicts.py
tests/test_outcomes.py
tests/test_provenance.py
tests/test_providers.py
tests/test_pytest_plugin.py
tests/test_pytest_snapshot_decorator.py
tests/test_replay.py
tests/test_replay_attribution.py
tests/test_replay_diff.py
tests/test_replay_engine.py
tests/test_replay_judge.py
tests/test_report.py
tests/test_run_per_agent_rollup.py
tests/test_runs.py
tests/test_snapshot_capture_context.py
tests/test_snapshot_committable.py
tests/test_snapshot_report.py
tests/test_snapshots.py
tests/test_store.py
tests/test_trace.py
tests/test_trace_capture_context.py
tests/test_types.py
tests/test_verify_subprocess.py