# Exact reviewed package-relative files allowed in the public SDK source tree.
.github/workflows/ci.yml
.github/workflows/release.yml
.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
NOTICE
README.md
SECURITY.md
contracts/operation-coverage.json
contracts/programmatic-openapi.json
contracts/public-source-allowlist.txt
contracts/release-compatibility.json
contracts/runtime-dependency-review.json
docs/quickstart.md
docs/release-and-compatibility.md
docs/workflows-and-recovery.md
examples/__init__.py
examples/async_explicit_training_workflow.py
examples/sync_explicit_training_workflow.py
parampilot_codegen/__init__.py
parampilot_codegen/__main__.py
parampilot_codegen/artifacts.py
parampilot_codegen/configuration.py
parampilot_codegen/coverage.py
parampilot_codegen/exports.py
parampilot_codegen/generation.py
parampilot_codegen/manifest.py
parampilot_codegen/normalization.py
parampilot_codegen/operation_retry.py
parampilot_codegen/operations.py
parampilot_release/__init__.py
parampilot_release/__main__.py
parampilot_release/audit.py
parampilot_release/cli.py
parampilot_release/configuration.py
parampilot_release/dependency_scanning.py
parampilot_release/errors.py
parampilot_release/extraction.py
parampilot_release/git_source.py
parampilot_release/hashing.py
parampilot_release/lock_artifacts.py
parampilot_release/manifest.py
parampilot_release/models.py
parampilot_release/scanning.py
pyproject.toml
pytest.toml
src/parampilot/__init__.py
src/parampilot/_version.py
src/parampilot/async_workflow_runtime.py
src/parampilot/async_workflow_stages.py
src/parampilot/client/__init__.py
src/parampilot/client/async_client.py
src/parampilot/client/sync_client.py
src/parampilot/compatibility.py
src/parampilot/configuration.py
src/parampilot/download_metadata.py
src/parampilot/downloads.py
src/parampilot/error_mapping.py
src/parampilot/errors.py
src/parampilot/generated/__init__.py
src/parampilot/generated/model_exports.py
src/parampilot/generated/models.py
src/parampilot/generated/operations.json
src/parampilot/generated/provenance.json
src/parampilot/import_validation.py
src/parampilot/job_handles.py
src/parampilot/job_waiting/__init__.py
src/parampilot/job_waiting/async_waiter.py
src/parampilot/job_waiting/callbacks.py
src/parampilot/job_waiting/state.py
src/parampilot/job_waiting/sync_waiter.py
src/parampilot/job_waiting/validation.py
src/parampilot/models/__init__.py
src/parampilot/models/__init__.pyi
src/parampilot/operations.py
src/parampilot/pagination.py
src/parampilot/py.typed
src/parampilot/raw_response.py
src/parampilot/resources/__init__.py
src/parampilot/resources/base.py
src/parampilot/resources/campaign_access.py
src/parampilot/resources/campaign_configuration.py
src/parampilot/resources/campaign_lifecycle.py
src/parampilot/resources/campaign_transfer_links.py
src/parampilot/resources/campaigns.py
src/parampilot/resources/configured_mutations.py
src/parampilot/resources/experiment_exports.py
src/parampilot/resources/experiment_imports.py
src/parampilot/resources/experiments.py
src/parampilot/resources/headers.py
src/parampilot/resources/model_artifacts.py
src/parampilot/resources/model_job_mutation_metadata.py
src/parampilot/resources/model_job_submissions.py
src/parampilot/resources/model_job_waiting.py
src/parampilot/resources/model_jobs.py
src/parampilot/resources/routine_campaign_mutations.py
src/parampilot/resources/routine_experiment_mutations.py
src/parampilot/responses.py
src/parampilot/serialization.py
src/parampilot/sync_downloads.py
src/parampilot/sync_resources/__init__.py
src/parampilot/sync_resources/base.py
src/parampilot/sync_resources/campaign_access.py
src/parampilot/sync_resources/campaign_configuration.py
src/parampilot/sync_resources/campaign_lifecycle.py
src/parampilot/sync_resources/campaign_transfer_links.py
src/parampilot/sync_resources/campaigns.py
src/parampilot/sync_resources/configured_mutations.py
src/parampilot/sync_resources/experiment_exports.py
src/parampilot/sync_resources/experiment_imports.py
src/parampilot/sync_resources/experiments.py
src/parampilot/sync_resources/model_artifacts.py
src/parampilot/sync_resources/model_job_mutation_metadata.py
src/parampilot/sync_resources/model_job_submissions.py
src/parampilot/sync_resources/model_job_waiting.py
src/parampilot/sync_resources/model_jobs.py
src/parampilot/sync_resources/routine_campaign_mutations.py
src/parampilot/sync_resources/routine_experiment_mutations.py
src/parampilot/sync_workflow_runtime.py
src/parampilot/sync_workflow_stages.py
src/parampilot/sync_workflows.py
src/parampilot/transport/__init__.py
src/parampilot/transport/async_buffered.py
src/parampilot/transport/async_streaming.py
src/parampilot/transport/async_transport.py
src/parampilot/transport/headers.py
src/parampilot/transport/sync_buffered.py
src/parampilot/transport/sync_streaming.py
src/parampilot/transport/sync_transport.py
src/parampilot/types.py
src/parampilot/workflow_errors.py
src/parampilot/workflow_models.py
src/parampilot/workflow_support.py
src/parampilot/workflows.py
tests/__init__.py
tests/contract/test_campaign_model_semantics.py
tests/contract/test_distribution_artifacts.py
tests/contract/test_generation_pipeline.py
tests/contract/test_job_model_semantics.py
tests/contract/test_model_semantics.py
tests/contract/test_operation_coverage.py
tests/contract/test_package_contract.py
tests/examples/__init__.py
tests/examples/test_documentation_safety.py
tests/examples/test_explicit_workflow_examples.py
tests/jobs/__init__.py
tests/jobs/test_async_job_resources.py
tests/jobs/test_async_waiter_state_machine.py
tests/jobs/test_job_handles.py
tests/jobs/test_job_resources.py
tests/jobs/test_waiter_failures.py
tests/jobs/test_waiter_state_machine.py
tests/jobs/waiter_support.py
tests/release/__init__.py
tests/release/clean_wheel_probe.py
tests/release/conftest.py
tests/release/support.py
tests/release/test_allowlist_validation.py
tests/release/test_content_scanning.py
tests/release/test_dependency_scanning.py
tests/release/test_public_audit.py
tests/release/test_public_extraction.py
tests/release/test_publication_workflow.py
tests/release/test_release_cli.py
tests/release/test_release_metadata.py
tests/resources/operation_calls.py
tests/resources/sync_operation_calls.py
tests/resources/test_async_operation_coverage.py
tests/resources/test_async_pagination.py
tests/resources/test_async_resources.py
tests/resources/test_async_streaming.py
tests/resources/test_configured_mutation_metadata.py
tests/resources/test_configured_validation_and_access_metadata.py
tests/resources/test_high_impact_mutation_metadata.py
tests/resources/test_model_job_mutation_metadata.py
tests/resources/test_routine_mutation_metadata.py
tests/resources/test_sync_operation_coverage.py
tests/resources/test_sync_pagination.py
tests/resources/test_sync_resources.py
tests/resources/test_sync_streaming.py
tests/support.py
tests/transport/test_async_transport_behavior.py
tests/transport/test_async_transport_boundaries.py
tests/transport/test_availability.py
tests/transport/test_compatibility.py
tests/transport/test_sync_transport_behavior.py
tests/transport/test_sync_transport_parity.py
tests/workflows/__init__.py
tests/workflows/fixtures.py
tests/workflows/support.py
tests/workflows/test_async_workflow.py
tests/workflows/test_sync_workflow.py
tests/workflows/test_sync_workflow_recovery.py
tests/workflows/test_workflow_contracts.py
uv.lock
