AGENTS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
llms.txt
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
docs/README.md
docs/explanation/guarantees.md
docs/explanation/how-viper-works.md
docs/how-to/catalog-knowledge-mcp.md
docs/how-to/execution.md
docs/how-to/inputs.md
docs/how-to/metrics-and-benchmarks.md
docs/how-to/retry-restore-compare.md
docs/how-to/stages.md
docs/how-to/troubleshooting.md
docs/how-to/variants-and-replicates.md
docs/reference/README.md
docs/reference/agents.md
docs/reference/api.md
docs/reference/cli.md
docs/reference/configuration.md
docs/reference/protocol.md
docs/reference/versioning.md
docs/releases/0.1.0a1.md
docs/releases/0.1.0a2.md
docs/releases/0.1.0a3.md
docs/releases/receipts/v0.1.0a3-mantra-gpu.json
docs/tutorials/getting-started.md
docs/tutorials/inspect-results.md
docs/tutorials/stages.md
examples/README.md
examples/cpu_quickstart.py
examples/download_training.py
examples/evaluation.py
examples/execution_policies.py
examples/inspect_results.py
examples/recovery.py
examples/stages.py
examples/variants.py
examples/workflow_functions.py
examples/data/held_out.csv
examples/data/tiny.csv
src/viper/__init__.py
src/viper/_schema.py
src/viper/_subprocess.py
src/viper/api.py
src/viper/artifact_loaders.py
src/viper/artifacts.py
src/viper/authoring.py
src/viper/benchmark.py
src/viper/catalog.py
src/viper/cli.py
src/viper/config.py
src/viper/evidence.py
src/viper/experiments.py
src/viper/http.py
src/viper/ids.py
src/viper/inputs.py
src/viper/inspection.py
src/viper/journal.py
src/viper/keys.py
src/viper/knowledge.py
src/viper/mcp.py
src/viper/metrics.py
src/viper/outputs.py
src/viper/preflight.py
src/viper/py.typed
src/viper/randomness.py
src/viper/references.py
src/viper/repository.py
src/viper/restoration.py
src/viper/resume.py
src/viper/reuse.py
src/viper/runs.py
src/viper/runtime.py
src/viper/serialization.py
src/viper/stages.py
src/viper/storage.py
src/viper/verification.py
src/viper/worker.py
src/viper/workspace.py
src/viper/_config/__init__.py
src/viper/_config/validation.py
src/viper/_verification/__init__.py
src/viper/_verification/attempt.py
src/viper/_verification/metrics.py
src/viper/_verification/paths.py
src/viper/_verification/plan.py
src/viper/_verification/runtime.py
src/viper/_verification/storage.py
src/viper/_workers/__init__.py
src/viper/_workers/artifacts.py
src/viper/_workers/config.py
src/viper/_workers/metrics.py
src/viper/_workers/stages.py
src/viper/execution/__init__.py
src/viper/execution/_attempt.py
src/viper/execution/_batch.py
src/viper/execution/_benchmark.py
src/viper/execution/_downloads.py
src/viper/execution/_materialization.py
src/viper/execution/_metric.py
src/viper/execution/_process.py
src/viper/execution/_publication.py
src/viper/execution/_recovery.py
src/viper/execution/_resolution.py
src/viper/execution/_restore.py
src/viper/execution/_reuse.py
src/viper/execution/_run.py
src/viper/execution/_source.py
src/viper/execution/_stage.py
src/viper/execution/errors.py
src/viper/execution/results.py
tests/README.md
tests/__init__.py
tests/_documentation.py
tests/conftest.py
tests/fixtures.py
tests/git_repository.py
tests/release_index.py
tests/test_api.py
tests/test_api_json.py
tests/test_artifact_validation.py
tests/test_authoring.py
tests/test_benchmark_execution.py
tests/test_cli.py
tests/test_cloud_execution.py
tests/test_code_style.py
tests/test_config_contract.py
tests/test_config_validation.py
tests/test_diagnostic_stage.py
tests/test_dispatch_migration.py
tests/test_distribution_contents.py
tests/test_documentation.py
tests/test_execution_acceptance.py
tests/test_execution_policy_acceptance.py
tests/test_execution_policy_controls.py
tests/test_execution_signals.py
tests/test_generated_project_acceptance.py
tests/test_http_retrieval.py
tests/test_inspection.py
tests/test_live_process_startup.py
tests/test_mcp_transport.py
tests/test_metric_interface.py
tests/test_metric_provenance.py
tests/test_output_contract.py
tests/test_output_paths.py
tests/test_plan_execution.py
tests/test_preflight.py
tests/test_prior_run_inputs.py
tests/test_process_startup.py
tests/test_project_init.py
tests/test_protocol.py
tests/test_public_api.py
tests/test_public_inventory.py
tests/test_readme_workflow.py
tests/test_release_tools.py
tests/test_resume.py
tests/test_run_execution.py
tests/test_runtime_boundary.py
tests/test_stage_invocation.py
tests/test_storage.py
tests/test_validation_architecture.py
tests/test_verification.py
tests/test_verification_acceptance.py
tests/test_worker.py
tests/test_workflow_documentation.py
tests/test_workspace_vocabulary.py
tests/data/download_stage.yaml
tests/golden/api/failure.application.json
tests/golden/api/failure.cli.json
tests/golden/api/failure.internal.json
tests/golden/api/failure.request.json
tests/golden/api/success.json