Remove interact verify endpoint
All checks were successful
python-syntax / syntax-check (push) Successful in 31s

This commit is contained in:
Space-Banane
2026-05-04 15:59:43 +02:00
parent f05e0c56e6
commit 22ca0097d1
8 changed files with 6 additions and 182 deletions

View File

@@ -28,8 +28,8 @@
- [x] Clarify user-owned setup responsibilities vs agent responsibilities in skill docs
## Deferred Backlog (Prioritized)
1. [ ] Higher-level automation macros composed from `see` + `interact` + `interact/verify`
1. [ ] Higher-level automation macros composed from `see` + `interact`
2. [ ] Reusable workflow templates (for example: find text -> zoom fallback -> click -> verify)
3. [ ] Batch-safe orchestration primitives with explicit per-step results and auditability
4. [ ] Additional verify primitives beyond `ocr_text_near_point` (image diff region, window title/process state, color/pixel checks)
4. [ ] Additional verify primitives for post-action validation (image diff region, window title/process state, color/pixel checks)
5. [ ] Broader API simplification pass to reduce payload overlap and consolidate shared OCR options