Related doc
The Agent RuntimeHow SimPilot acts like an engineering agent: phases, typed events, tools, approvals, subagents, and replay.
Open docDefined term / workflow
A typed segment of the agent run — intake_plan, specify, execute, diagnose, validate, report.
Every chat turn runs through a typed phase with its own prompt, tool budget, approval policy, and exit conditions. A run that violates a phase contract pauses for review rather than silently retrying.
Related doc
The Agent RuntimeHow SimPilot acts like an engineering agent: phases, typed events, tools, approvals, subagents, and replay.
Open docRelated doc
Phases & the 23-Step LifecycleEvery case moves through 23 typed lifecycle steps, each with a Gate, Acceptance, Invalidation contract. This is how the agent stays disciplined.
Open doc