AIAny
Icon for item

ABot-AgentOS: A General Robotic Agent OS with Lifelong Multi-modal Memory

Provides a deliberative Agent OS layer for robots that handles scene-conditioned planning, context-isolated skill execution, multi-stage verification, persistent multi-modal graph memory, and edge–cloud collaboration. Introduces EmbodiedWorldBench (16 scenes, 200+ tasks) and a failure-driven self-evolution loop; shows improved task success and strong memory benchmark scores.

Introduction

Long-horizon embodied agents often have capable perception and policy modules but lack a general runtime layer that coordinates reasoning, memory, verification, and cross-embodiment execution. ABot-AgentOS proposes treating that runtime as an explicit Agent OS: a deliberative layer above low-level controllers that unifies planning, auditable persistent memory, and gated continuous improvement so robots can execute complex, multi-stage tasks without leaking future-ground-truth during training.

Key Findings
  • EmbodiedWorldBench: a new executable benchmark with 16 indoor/outdoor/hybrid scenes, four difficulty levels and 200+ tasks (navigation, object search, NPC dialogue, dynamic events) to evaluate long-horizon embodied execution and trace-grounded scoring.
  • Universal Multi-modal Graph Memory: converts dialogue, visual observations, spatial context, temporal relations and task traces into typed nodes/edges to provide a persistent, source-grounded substrate for planning and verification.
  • Failure-driven self-evolution loop: diagnosed memory failures are converted into gated runtime "evo-assets" that are only promoted to later evaluation splits, enabling continual improvement while preventing current-split ground-truth leakage.
  • Empirical gains: ABot-AgentOS Static posts high memory scores (LoCoMo 87.5, OpenEQA EM-EQA 59.9, Mem-Gallery 88.6, NExT-QA Acc@All 76.5); self-evolution further improves LoCoMo to 88.7, OpenEQA to 60.4, and Mem-Gallery to 89.0, while improving task success and goal completion over a single-controller baseline.
Who it's for and trade-offs

Great fit if you build or evaluate long-horizon embodied agents that need persistent, auditable memory and staged verification (research labs, robotics teams, benchmarkers). It is practical for setups that can integrate a deliberative layer above existing controllers and accept extra runtime complexity for memory management and edge–cloud collaboration.

Look elsewhere if your focus is purely on low-level control optimization, millisecond-scale reactive policies, or very lightweight embedded platforms where the overhead of a multi-modal persistent memory and verification pipeline is infeasible.

Where it fits

ABot-AgentOS targets the gap between high-quality perception/policy models (VLMs/VLAs) and deployed robots: instead of collapsing decision logic into a single controller, it provides a modular OS-like runtime for planning, tool use, verification, and continuous, auditable memory—making it suitable as the middleware for embodied AI stacks and multi-controller systems.

How it works (brief)

The system exposes scene-conditioned planners, context-isolated skill executors, multi-stage verification routines, and a Universal Multi-modal Graph Memory that records observations and traces with provenance. The failure-driven self-evolution process detects memory-related failure modes, wraps fixes as gated artefacts, and only promotes them to future evaluation splits to avoid leaking current-split ground truth while enabling continual improvements.

Information

  • Websitearxiv.org
  • AuthorsJiayi Tian, Shiao Liu, Yuting Xu, Jia Lu, Zihao Guan, Honglin Han, Di Yang, Minqi Gu, Yifei Qian, Tianlin Zhang
  • Published date2026/07/11

More Items

Analyzes adversarial weaknesses of World-Action Models (WAMs) via BadWAM, a framework that crafts visual perturbations to decouple a model’s imagined future from its executed actions. Introduces two attack modes—action-only (disruptive) and imagination-preserving (stealthy)—and shows large drops in closed-loop task success (e.g., 96.5%→43.1%).

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

Converts completed on-policy trajectories into natural-language 'hindsight skills' and converts the skill-induced action probability shifts into a dense token-level on-policy distillation signal, jointly optimized with outcome-based RL to improve sample efficiency and long-horizon agent behavior.