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

Continuously records egocentric visual and audio streams into a lightweight streaming memory that organizes experiences into current, short-term, and long-term tiers and retrieves multimodal evidence to answer queries about past events. Built for on-device use (smartphones/AI glasses) with dynamic retrieval routing.

Unifies high-level visual-language reasoning and low-level control for visual navigation by decoupling cognition and control: a slow vision-language reasoner produces pixel goals with explicit chain-of-thought, and a fast action expert converts those anchors into continuous waypoints for robust urban and indoor navigation.

Hugging Face

Evaluates agents inside a structured hospital workflow via a downloadable FastAPI runtime that enforces role-specific tool permissions, evidence-before-treatment discipline, deterministic grading, dense process rewards, and full trajectory logging. Designed for RL, offline policy learning, multi-agent workflow research and process-supervision datasets; not for real patient care.