feat(verify): add compound action+verify flows #15

Closed
opened 2026-05-01 15:39:00 +02:00 by luna · 0 comments
Collaborator

Why

The agent currently has to stitch together action, recapture, OCR, and success checks manually for almost every meaningful interaction.

Scope

Add one or more compound flows that bundle:

  • action execution
  • an expected postcondition (text, window state, visual diff, etc.)
  • timeout / retry rules
  • structured success/failure reporting

Done when

  • common action/verify loops can be expressed in one request
  • failures come back with enough structure to recover cleanly
## Why The agent currently has to stitch together action, recapture, OCR, and success checks manually for almost every meaningful interaction. ## Scope Add one or more compound flows that bundle: - action execution - an expected postcondition (text, window state, visual diff, etc.) - timeout / retry rules - structured success/failure reporting ## Done when - common action/verify loops can be expressed in one request - failures come back with enough structure to recover cleanly
luna closed this issue 2026-05-01 16:26:58 +02:00
This repo is archived. You cannot comment on issues.
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: space/clickthrough#15