Skip to content

v0.1.0 — the dashboard

Choose a tag to compare

@timmcleod timmcleod released this 28 Jul 11:44

First release. Install alongside timmcleod/agent-workflows ^0.7:

composer require timmcleod/agent-workflows-ui

The 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 calls resume().
  • 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).