Executable Agentic Memory for GUI Agent
Abstract
Lay Summary
AI agents are increasingly able to operate phones and websites, but long tasks are still difficult for them. A common approach is to look at each screen, ask a language model what to do next, and repeat this process step by step. This can be slow, costly, and unreliable, because one wrong interpretation can send the agent down the wrong path. We propose Executable Agentic Memory, a way for an agent to remember an app as a map of screens, actions, and valid transitions between them. Instead of guessing each next step from scratch, the agent searches this map to find an executable route to the user’s goal. It also learns which routes are more promising and groups common multi-step routines into reusable shortcuts. This makes GUI automation more reliable because the agent follows valid paths, and more efficient because it needs fewer expensive language-model calls. In our experiments, this led to faster execution, lower cost, and better task completion on standard mobile and web app benchmarks.