submit_step
Submit your current step's artifact to receive validation and the next instruction; malformed submissions return with a reason to correct and resubmit.
Instructions
Hand in the current step's work and receive the next instruction.
This is the only way to advance. The artifact is checked for shape before the phase moves, so a thin or malformed submission comes back with a reason and the phase is unchanged — fix it and submit again rather than continuing.
Args: session_id: From start_topic. artifact: Whatever the current instruction asked you to produce — the research markdown as a string, or the decomposition as a list of {name, explanation, prereqs} objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artifact | Yes | ||
| session_id | Yes |