Audio-model onboarding¶
Invoke the canonical audio-model-onboarding skill explicitly with one workflow mode and one
checkpoint target. The workflow separates evidence collection from operations that execute code or
acquire assets.
Use
analyzefor static, evidence-grounded inspection.Use
resolve-environmentfor controlled compatibility resolution in isolated runtime state.Use
integrateonly after the required evidence and user decisions exist.Use
verifyfor controlled checkpoint loading and runtime behavior.Use
cardto author the checkpoint-specific model card from validated artifacts.
Start from the repository’s agent request template. Each invocation remains scoped to its selected mode. Unresolved scientific or technical questions stay explicit rather than being guessed.
See Skill overview for the mode-by-mode contract.
The machine contracts behind evidence, claims, candidates, decisions, and reports are documented in
Onboarding contracts. Static calls such as
torch_dae.onboarding.inspect_repository() and
torch_dae.onboarding.inspect_scenario_repository() are documented in
Static onboarding inspection; they never execute inspected code. Environment and checkpoint
side effects begin only at the explicit manager calls in Environment lifecycle and
Checkpoint management.