session_start
Launch a debugging session with a clear goal and ordered steps, tracking progress and falling back to a human when a step fails. Ideal for multi-step reproductions.
Instructions
Open a debugging session with a goal and an ordered list of steps, so progress is tracked and a failed step can fall back to asking the human. Use it for multi-step reproductions; a single-question investigation does not need it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | What you are trying to find out or prove. | |
| steps | Yes | Ordered steps, each { id, description, actor }. actor is 'agent', 'user' or 'either'. |