Speculative Lookahead Action Batching

Use this when the user wants to speed up computer tasks or decrease wait times by doing several steps in a single execution phase. It is ideal for requests like 'batch these actions to save time', 'do these clicks and typing in one go', 'optimize the plan to finish in fewer steps', or 'perform this routine quickly without waiting for every screen refresh.' It is especially useful for GUI automation where planning/reflection cycles take many minutes but actions take seconds.

dingxingdi 9a39397 5 files · 22.2 KB Updated

File contents

dingxingdi/paper_fast_search_backup/tree/main/skill_bank_evolved/planning/skills/speculative-lookahead-action-batching commit 9a3939729a

Frequently asked questions

npx skillmds@latest add dingxingdi/speculative-lookahead-action-batching