菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-22
📄 Abstract - AOHP: An Open-Source OS-Level Agent Harness for Personalized, Efficient and Secure Interaction

AI agents are driving a new software paradigm, with the ability to autonomously call tools, extract information, manage memory, and complete tasks that span applications and data sources. Most existing end-user operating systems, however, are designed for application-centric workflows and offer little native support for AI agents. This mismatch limits the wider adoption of agents and leads to execution overhead and safety risks when running agents on conventional systems. While the concept of agent-native operating systems is emerging, the research community lacks an open testbed to explore the architectural primitives desired for agent-mediated interaction. We present AOHP (Android Open Harness Project), an OS-level agent harness built on the Android Open Source Project (AOSP). The core design principle of AOHP is to treat agents as first-class OS actors, enabling adaptive user interfaces and agent-friendly runtime environments. AOHP preserves the mature Android software and hardware ecosystem while introducing three agent-oriented system mechanisms: personalized service composition, efficient agent interfaces, and secure information flow. Based on preliminary experiments on challenging tasks covering key capabilities of OS agents, AOHP shows clear advantages in task completion (+21.12% completion rate), execution cost (-51.55% token cost), and security-policy compliance.

顶级标签: agents systems mobile
详细标签: operating system agent harness android security efficiency 或 搜索:

AOHP:一个开源的操作系统级智能体框架,用于实现个性化、高效且安全的交互 / AOHP: An Open-Source OS-Level Agent Harness for Personalized, Efficient and Secure Interaction


1️⃣ 一句话总结

本文提出了AOHP,一个基于安卓开源项目构建的操作系统级智能体框架,通过将AI智能体视为操作系统的核心角色,引入了个性化服务组合、高效智能体接口和安全管理机制,能够在提升任务完成率的同时显著降低执行成本并保障安全性。

源自 arXiv: 2606.23449