원클릭으로
run-circle-packing-smoke
Use when a fast end-to-end smoke run is needed for the Eve loop development, will run on circle packing task.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when a fast end-to-end smoke run is needed for the Eve loop development, will run on circle packing task.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Use when creating new subagents, editing existing subagents, or verifying subagents work before deployment
Use when choosing, editing, or overriding EvE driver settings for codex_smoke, codex_max, or interactive/debug runs.
Use when an Eve agent is behaving wrong (stuck, gaming the score, bad reasoning) and you need to read its own rollout to find out why
Use when implementing a sanity check subagent for the phase 2 optimization in Eve loop.
Use when implementing a subagent.
| name | run-circle-packing-smoke |
| description | Use when a fast end-to-end smoke run is needed for the Eve loop development, will run on circle packing task. |
If you want to test with the circle packing task (usually when you are implementing Eve), run the following command from the repository root. You don't need to look into the py or yaml file, just run it.
uv run python -m scaling_evolve.algorithms.eve.runner --config-name=circle_packing.smoke
This uses configs/eve/driver/codex_smoke.yaml. It is a runtime validation entrypoint,
not a quality benchmark. Use circle_packing without the .smoke suffix for the
full max-driver run.
If you want to test with your own task (usually when you are using Eve loop for downstream tasks), you should change the config name accordingly. You may refer to other skills or confirm with the user.