AgentSkillsCN

bo-next-batch

根据当前运行状态,生成下一轮实验建议。

SKILL.md
--- frontmatter
name: bo-next-batch
description: Generate next experimental suggestions from current run state.

BO Next Batch

Use this skill to get candidate experiments.

Command

bash
uv run python -m src.bo_workflow.cli suggest --run-id <RUN_ID> --batch-size <N>

Return

  • list of suggestions with suggestion_id
  • feature values for each candidate
  • reminder to record outcomes later via bo-record-observation