Loading...
Loading...
Convert W&B Table artifacts into non-destructive EvalTable previews with scan-first planning, typed input/output/score columns, bounded batches, verification, and safe removal. Use when a coding agent needs to create, inspect, compare, verify, or remove W&B EvalTable previews.
npx skill4agent add wandb/skills wandb-eval-tableswandb.Tablewandb.EvalTablereferences/EVAL_TABLES.mdwandb.EvalTableuvuv run --with 'wandb[workspaces]>=0.28.1' --with weave \
python skills/wandb-eval-tables/scripts/table_artifact_to_eval_table.py --helpWANDB_API_KEYWANDB_ENTITYWANDB_PROJECTscaneligible_summary_by_table_keypreview--table-keyverify-previewverified: trueT=skills/wandb-eval-tables/scripts/table_artifact_to_eval_table.py
uv run python "$T" scan \
--source-workspace ENTITY/PROJECT --max-runs 4
uv run python "$T" preview \
--source-workspace ENTITY/PROJECT \
--target-project ENTITY/PROJECT \
--max-runs 4 \
--table-key predictions
uv run python "$T" verify-preview \
--run ENTITY/PROJECT/PREVIEW_RUN_ID \
--table-key predictions_previewscanpreview --dry-runpreviewdelete-preview --dry-run