hexum_loop_start
Start an autonomous build loop for a goal. Returns loop_id and the next instruction (shrink, edit, check, test, tick). The model still writes code; Hexum gates each turn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | What the loop should accomplish. | |
| files | No | ||
| max_turns | No | Stop after N ticks. Default 12, max 24. | |
| test_command | No | Advisory command shown in instructions (e.g. cargo test). |