Loading...
Loading...
Run bounded, evidence-driven training research through W&B Launch: assess project readiness, establish launchable code and queue capacity, smoke-test real jobs, execute serial trials, compare metrics, and persist resumable research state. Use when a coding agent is asked to autonomously test training hypotheses or tune a real W&B-tracked workload.
npx skill4agent add wandb/skills wandb-autoresearchwandb.init()skills/wandb-primaryskills/wandb-primary/scripts/launch_helpers.pyLaunchskills/wandb-primary/SKILL.mduv| Stage | Entry condition | Read |
|---|---|---|
| Understand | Always first; inspect launchable code, queue capacity, data location, and prior state | |
| Set up | Launchable code or usable queue capacity is missing | |
| Search | Launchable code and queue capacity both exist | |
launchable code + queue with usable capacityS=skills/wandb-autoresearch/scripts/autoresearch_state.py
uv run --with wandb python "$S" load ENTITY PROJECT --dest .
uv run --with wandb python "$S" save ENTITY PROJECT --path AUTORESEARCH_STATE.md