lastest Wiki
AI-supported visual verification and tests you can actually trust.
Brought to you by:
ewyct
Real-time monitoring of AI agent sessions with step-by-step progress tracking.
When the Play Agent runs, Lastest creates an agent session that tracks every step of the 11-step pipeline. You can monitor progress live from the dashboard via the activity feed.
| Status | Description |
|---|---|
| Active | Agent is currently executing steps |
| Paused | Agent is waiting for human input (plan approval, error resolution) |
| Completed | Agent finished all steps successfully |
The activity feed provides real-time SSE (Server-Sent Events) streaming of agent progress:
| Event | Description |
|---|---|
| Agent step started | A new pipeline step begins |
| Agent step completed | A step finishes (with duration) |
| Test created | Agent generated a new test |
| Build triggered | Agent started a test build |
| Diff approved/rejected | Agent or user acted on a visual diff |
| Plan submitted | Agent proposed a test plan for review |
Past agent sessions are stored and viewable:
agentSession record is created with all 11 steps initializedcurrentStepId and steps array
Wiki: AI Configuration
Wiki: Creating Tests
Wiki: Home
Wiki: _Sidebar