mirror of
https://github.com/wandb/skills.git
synced 2026-09-19 09:00:04 +08:00
b93e46c7a2
Two new skills ported from the internal research agent's skill set. wandb-eval-tables: non-destructive conversion of W&B Table artifacts into bounded, verified EvalTable previews. Scan-first preflight, truncation and batch limits, verify-after-write, idempotency, and a safe undo path. The source skill's UI/page-routing helper is not carried over — it was entirely coupled to the originating product surface. wandb-autoresearch: bounded training research through W&B Launch — readiness gate, serial trials with a budget, noise-aware comparison, and resumable local state. Depends on the Launch helpers in wandb-primary. Pins the install commands at wandb>=0.28.1 to match the README Requirements floor; the video path additionally needs the eval-table-video-support extra, documented in references/EVAL_TABLES.md. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>