v0.1.0 — the dashboard
First release. Install alongside timmcleod/agent-workflows ^0.7:
composer require timmcleod/agent-workflows-uiThe dashboard mounts at /agent-workflows and shows every workflow run live: the definition rendered as a flowchart with step statuses overlaid, the step-attempt audit trail with timings and token counts, and the checkpointed state bag.
- Approve from the browser — runs parked by
awaitHuman()show a form generated from the step's validation schema; submitting callsresume(). - Retry from the checkpoint — failed runs re-run only the failed step.
- Cancel anything non-terminal.
Server-rendered Blade with polling: no build step, no assets to publish. Open in the local environment; everywhere else access requires your app to define a viewAgentWorkflows gate (see the README).