feat(wait): add wait/synchronization endpoints for UI state changes #12

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

Why

Agents currently have to hand-roll polling loops to know whether an action actually changed the UI.

Scope

Add one or more structured wait endpoints, such as:

  • wait for visible text to appear/disappear
  • wait for a window to exist/focus/close
  • wait for screen region stability or change

Done when

  • agents can wait on explicit UI conditions instead of guessing sleep durations
  • post-action verification becomes less brittle and less chatty
## Why Agents currently have to hand-roll polling loops to know whether an action actually changed the UI. ## Scope Add one or more structured wait endpoints, such as: - wait for visible text to appear/disappear - wait for a window to exist/focus/close - wait for screen region stability or change ## Done when - agents can wait on explicit UI conditions instead of guessing sleep durations - post-action verification becomes less brittle and less chatty
luna closed this issue 2026-05-01 15:55:48 +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#12