NeFut Logo NeFut
Admin Login

[CS.AI] Revolutionary Robotic OS: ABot-AgentOS with Lifelong Multi-modal Memory

Published at: 2026-07-15 22:00 Last updated: 2026-07-17 08:47
#AI #Machine Learning #Open Source

Abstract

Recent VLM and VLA systems have improved robotic perception and action prediction, yet long-horizon embodied agents still require a general runtime layer for reasoning, memory, tool use, verification, and cross-embodiment execution. We present ABot-AgentOS, a general robotic Agent Operating System that sits above low-level controllers and provides a deliberative agent layer for scene-conditioned planning, context-isolated skill execution, multi-stage verification, multi-modal memory, and edge-cloud collaboration.

Key Features

To evaluate such systems, we introduce EmbodiedWorldBench, an executable benchmark with 16 indoor, outdoor, and hybrid scenes, four difficulty levels, and over 200 tasks involving navigation, object search, NPC dialogue, dynamic events, and trace-grounded scoring.

ABot-AgentOS further introduces Universal Multi-modal Graph Memory, a persistent source-grounded substrate that converts dialogue, visual observations, spatial context, temporal relations, and task traces into typed nodes and edges. A failure-driven self-evolution loop converts diagnosed memory failures into gated runtime evo-assets that are promoted only to later evaluation splits, preventing current-split ground-truth leakage while enabling continual improvement.

On an initial EmbodiedWorldBench subset, ABot-AgentOS improves over a single-controller baseline in both task success and goal completion. Across memory benchmarks, ABot-AgentOS Static achieves 87.5 on LoCoMo, 59.9 on OpenEQA EM-EQA, 88.6 on Mem-Gallery, and 76.5 Acc@All on NExT-QA; self-evolution further improves LoCoMo to 88.7, OpenEQA to 60.4, and Mem-Gallery to 89.0. These results suggest that a general Agent OS layer can improve long-horizon embodied execution while providing persistent, auditable memory for continual interaction.

Blogger's Review: The design of ABot-AgentOS offers a new perspective for the future development of robotic systems, especially with its innovations in long-term interaction and multi-modal memory. The self-evolution mechanism allows the system to continuously optimize its performance, significantly enhancing the intelligence and adaptability of the robots. Compared to traditional single-controller approaches, this layered architecture is undoubtedly a significant advancement.

Original Source: https://arxiv.org/abs/2607.10350

[h] Back to Home