tao-artifacts
Installation
SKILL.md
tao-artifacts
Four typed artifacts flow through every TAO job. Their schemas live here and
nowhere else — producers (model/data skills) and consumers (platform skills)
both validate against this skill's references/.
| Artifact | Schema | Produced by → consumed by |
|---|---|---|
| spec-bundle | references/spec_bundle.schema.json |
model/data skill → platform skill (at the submit seam) |
| job-record | references/job_record.schema.json |
scripts/tao_job_record.py (the ONLY writer) → any re-attaching agent/poller |
| results_dir layout | references/results_dir.contract.md |
platform skill at submit → whoever collects outputs |
| best_rec | references/best_rec.schema.json |
tao-run-automl adapter → DEFT warm-start |