paper-with-me

Papers

TypeGo: An OS Runtime for Embodied Agents

2026-07-06 · Guojun Chen, Alex Schott, Lin Zhong arxiv

Large language models (LLMs) can plan behavior for embodied agents from natural language, but treating the LLM as a request/response oracle on the critical path is fundamentally at odds with real-time control and concurrent goals. We argue for an operating-system-style runtime for embodied agents, and instantiate this idea in an early prototype, TypeGo. TypeGo structures LLM-based planning as asynchronous loops at multiple timescales that overlap with execution, and manages the agent's physical body like an OS manages hardware: the Skill Kernel arbitrates typed physical subsystems among concurrent per-task processes, a scheduler preempts them and resumes or replaces each by source, and speculative skill streaming hides LLM latency behind ongoing motion, while a fast first-action path yields visible feedback within a second. Users program behavior through natural language prescriptions that TypeGo dispatches to the LLM-based planners or compiles into low-latency interrupt handlers. Our prototype of Kalos, a Unitree Go2 quadruped, provides preliminary evidence for the design: in our current task suite, it cuts per-step delay by 50% over step-by-step planning and time-to-first-action by 73% over monolithic planning, while admitting concurrent tasks at low scheduling overhead.

📄 PDF Abstract BibTeX arXiv:2607.05482

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Harnessing Embodied Agents: Runtime Governance for Policy-Constrained Execution

2026-04-09 · Xue Qin, Simin Luan, John See, Zeyd Boukhers 외 arxiv

Embodied Agents are evolving from passive reasoning systems into active executors that interact with tools, robots, and physical environments. Once an agent gains execution authority, the central challenge shifts from ho…

AgenticCache: Cache-Driven Asynchronous Planning for Embodied AI Agents

2026-04-27 · Hojoon Kim, Yuheng Wu, Thierry Tambe arxiv

Embodied AI agents increasingly rely on large language models (LLMs) for planning, yet per-step LLM calls impose severe latency and cost. In this paper, we show that embodied tasks exhibit strong plan locality, where the…

ProbGuard: Probabilistic Runtime Monitoring for LLM Agent Safety

2025-08-01 · Haoyu Wang, Christopher M. Poskitt, Jiali Wei, Jun Sun arxiv

Large Language Model (LLM) agents increasingly operate across domains such as robotics, virtual assistants, and web automation. However, their stochastic decision-making introduces safety risks that are difficult to anti…

Autonomous Driving

Grounding LLMs in Scientific Discovery via Embodied Actions

2026-02-24 · Bo Zhang, Jinfeng Zhou, Yuxuan Chen, Jianing Yin 외 arxiv

Large Language Models (LLMs) have shown significant potential in scientific discovery but struggle to bridge the gap between theoretical reasoning and verifiable physical simulation. Existing solutions operate in a passi…

AgentSpec: Customizable Runtime Enforcement for Safe and Reliable LLM Agents

2025-03-24 · Haoyu Wang, Christopher M. Poskitt, Jun Sun

Agents built on LLMs are increasingly deployed across diverse domains, automating complex decision-making and task execution. However, their autonomy introduces safety risks, including security vulnerabilities, legal vio…

Autonomous DrivingAutonomous Vehicles