paper-with-me

홈 › Papers

EchoPath: Execution-Level Replayable Memory for GUI Agents

2026-09-15 · Yao Zhao, Aditya Shanmugham, Swastik Roy, Yanxun Xu arxiv

Computer-use agents increasingly operate browsers, software, and desktop applications via CLI or API portals, but graphical user interface (GUI) still plays an important role in common industrial production scenarios. GUI agents commonly employ fresh observe-plan-ground-act loops, which is inefficient for enterprise tasks that repeatedly update records, process forms, configure tools, and export reports. We introduce EchoPath, a model-agnostic harness that converts artifact-validated GUI trajectories into standardized, parameter-controlled callable memories, analogous to Model Context Protocol (MCP)-style tool calls rather than unstructured experience records. Each memory stores task-intent keys, application and state preconditions, flexible input parameters, GUI evidence, validation provenance, and lifecycle state, so the host agent invokes a targeted procedure only when it can be deterministically replayed in the current runtime. The core mechanism enabling replay is an image-based target-reaiming algorithm that treats stored coordinates as visual evidence, matches the remembered GUI target against the current screen, and emits corrected operation coordinates before execution. During replay, EchoPath rebinds only declared modifiable inputs and rejects ambiguous or incompatible steps to bounded grounding repair or fresh planning. In experiments with real computer-use tasks, EchoPath reduced median token cost by more than 90% and median execution time by about 60%. These results support a bounded form of enterprise GUI memory: validated execution experience can become a controllable callable asset for recurrent work rather than only context for another reasoning pass.

📄 PDF Abstract BibTeX arXiv:2609.16635

Code (3)

Aaron617/agent-arXiv-daily ★ 9
Tavish9/awesome-daily-AI-arxiv ★ 117
arxivsub/arXivSub_daily_arxiv ★ 4

Similar Papers 제목 키워드 기반

R-LAM: Reproducibility-Constrained Large Action Models for Scientific Workflow Automation

2026-01-12 · Suriya Sureshkumar arxiv

Large Action Models (LAMs) extend large language models by enabling autonomous decision-making and tool execution, making them promising for automating scientific workflows. However, scientific workflows impose strict re…

Representation Signatures and Risk-Feedback Alignment in LLM Trading Agents

2026-05-16 · Weicheng Xue arxiv

We study behavioral alignment and representation dynamics of large language model (LLM) agents in financial decision environments. TradeArena, an auditable trading-agent testbed with risk reports, execution simulation, m…

Verifiable Agentic Infrastructure: Proof-Derived Authorization for Sovereign AI Systems

2026-05-13 · Jun He, Deying Yu arxiv

Modern cloud and enterprise systems rely on identity-centric authorization, assuming that callers possessing valid credentials are safe to execute commands. The emergence of autonomous AI agents invalidates this assumpti…

ForestHG-Trace: Traceable Long-Horizon Ecological Reasoning over Large-Scale Forest Scenes

2026-05-26 · Zihang Cheng, Duanchu Wang, Cheng Li, Jing Huang 외 arxiv

Remote sensing question answering (RS-QA) often requires more than direct semantic prediction, especially in large-scale forest scenes where ecological analysis involves multi-step filtering, numerical aggregation, neigh…

Question Answering

Reinforcement Learning from Compiler and Language Server Feedback

2025-10-27 · Yifan Zhang, Lanser Contributors arxiv

Coding agents fail when text-level guesses outrun program facts: they hallucinate APIs, drift to the wrong symbol, and apply edits without evidence that the workspace remains valid. Compilers, type checkers, and language…

Reinforcement Learning