Harnessing Embodied Agents: Runtime Governance for Policy-Constrained Execution

arXiv cs.RO / 4/10/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper highlights a key shift for embodied agents: moving from passive reasoning to tool- and environment-executing systems raises the need for runtime-governed, policy-constrained action control.
  • It argues that embedding safety and recovery inside the agent loop makes execution harder to standardize, audit, and adapt, so it proposes externalizing governance into a dedicated runtime layer.
  • The proposed framework separates agent cognition from execution oversight, adding functions such as policy checking, capability admission, execution monitoring, rollback handling, and human override.
  • The authors formalize the control boundary between the embodied agent, Embodied Capability Modules (ECMs), and the runtime governance layer, then evaluate it with 1,000 randomized simulation trials.
  • Reported results show strong gains in preventing unauthorized actions (96.2% interception), reducing unsafe continuations under drift (from 100% to 22.2%), and improving recovery success with full policy compliance (91.4%).

Abstract

Embodied agents are evolving from passive reasoning systems into active executors that interact with tools, robots, and physical environments. Once granted execution authority, the central challenge becomes how to keep actions governable at runtime. Existing approaches embed safety and recovery logic inside the agent loop, making execution control difficult to standardize, audit, and adapt. This paper argues that embodied intelligence requires not only stronger agents, but stronger runtime governance. We propose a framework for policy-constrained execution that separates agent cognition from execution oversight. Governance is externalized into a dedicated runtime layer performing policy checking, capability admission, execution monitoring, rollback handling, and human override. We formalize the control boundary among the embodied agent, Embodied Capability Modules (ECMs), and runtime governance layer, and validate through 1000 randomized simulation trials across three governance dimensions. Results show 96.2% interception of unauthorized actions, reduction of unsafe continuation from 100% to 22.2% under runtime drift, and 91.4% recovery success with full policy compliance, substantially outperforming all baselines (p<0.001). By reframing runtime governance as a first-class systems problem, this paper positions policy-constrained execution as a key design principle for embodied agent systems.