Plan, Execute, Verify, Replan.
The engine moves through five states: planning → executing → verifying → replanning → done. Verifying runs explicit stop-condition checks; replanning triggers automatically up to three times on failure.
axion run "Open Calculator and compute 123 + 456" axion run --dryrun "..." # generate plan, don't execute axion run --fast "..." # fewer LLM calls for simple tasks axion run --max-steps 10 "..."