ai.hackcv
论文精选 65arXiv

PalmClaw: A Native On-Device Agent Framework for Mobile Phones· PalmClaw:移动设备上的原生代理框架

Large Language Model (LLM) agents have moved beyond generating responses to executing multi-step tasks by calling tools, observing the results, and iteratively deciding the next action. Most agent systems run on desktops or servers, which support tool use and task automation. Mobile devices are also important agent environments because they are widely accessible and contain users' data, sensors, and daily-use applications. Existing mobile agents mainly operate smartphones through graphical user interface (GUI) actions such as tapping, swiping, and typing, which often form long, interface-dependent sequences, cannot directly access device capabilities, and make execution boundaries difficult to define. We present \textbf{PalmClaw}, an open-source agent framework that runs natively on mobile phones and manages the sessions, memory, skills, tools, and agent loop directly on the device. PalmClaw exposes device capabilities as device tools with explicit arguments, structured results, and clearly defined execution boundaries. This design enables agents to use mobile capabilities directly while keeping each action explicit and controlled. Experiments show an 11.5\% relative improvement in task success and a 94.9\% reduction in completion time over the strongest baseline, with lower setup burden and traces illustrating how execution boundaries are applied. Code is available at https://github.com/ModalityDance/PalmClaw.

AI 解读论文

PalmClaw 为移动设备提供原生代理框架,提高任务执行效率。

核心方法
PalmClaw 通过将设备功能作为工具暴露给代理,实现了直接访问设备功能的同时保持每个动作明确和受控,从而优化了移动代理的执行流程。
适合谁读
研究者 / 工程师 / 产品经理
要解决的问题
现有移动代理系统通过 GUI 操作执行任务,导致执行效率低、难以定义执行边界且无法直接访问设备功能。
关键实验
实验展示了 PalmClaw 相比基线方法在任务成功率和完成时间上的显著提升,以及如何应用执行边界的具体示例。
主要贡献
相比最强基线,任务成功率提高 11.5%,完成时间减少 94.9%,且降低了设置负担。
意义与局限
PalmClaw 提高了移动代理的执行效率和控制能力,但可能需要特定的设备支持和用户许可。
领域:cs.CL作者:Hongru Cai、Yongqi Li、Ran Wei
相关推荐

本站内容由 LLM 精选聚合,原文版权归 arXiv 所有 · 摘录仅供参考