Search papers, labs, and topics across Lattice.
This paper introduces HALO, a runtime protocol designed to manage heterogeneous responses in agentic AI systems by preserving supported components based on their prerequisites. By independently checking each action before execution and allowing for the replacement of blocked actions with new candidates, HALO effectively retains all relevant components while discarding only those that are stale. The results demonstrate HALO's robustness, as it matched all admission expectations and successfully navigated complex scenarios without losing critical information, outperforming traditional whole-response policies.
HALO retains 100% of relevant components in agentic AI responses, while traditional methods fail completely.
Recent agentic AI systems may return a heterogeneous response containing notices, requests, handoffs, and actions. Conditions can change before external use, so components from the same response need not remain supported together. Rejecting the whole response discards useful components, whereas checking components independently can leave a dependent without its prerequisite. We present Heterogeneous Admission with Localized Obligations (HALO), a runtime protocol that preserves supported components whose declared prerequisites also remain supported, rechecks each exact action before dispatch, and allows blocked actions to be replaced only by fresh candidates. HALO matched all 96 admission expectations and passed all 20 protocol tests. In structured-response replay, it retained 248/248 supported components, including 128/128 unaffected by unrelated changes, while a whole-response policy retained 0/248. Across ten cold-start PX4/Gazebo sessions, HALO blocked every tested stale route, observed no matching stale setpoint, and completed all fresh recoveries.