English

AutoMisty: A Multi-Agent LLM Framework for Automated Code Generation in the Misty Social Robot

Robotics 2025-08-26 v2 Artificial Intelligence Human-Computer Interaction Multiagent Systems

Abstract

The social robot's open API allows users to customize open-domain interactions. However, it remains inaccessible to those without programming experience. In this work, we introduce AutoMisty, the first multi-agent collaboration framework powered by large language models (LLMs), to enable the seamless generation of executable Misty robot code from natural language instructions. AutoMisty incorporates four specialized agent modules to manage task decomposition, assignment, problem-solving, and result synthesis. Each agent incorporates a two-layer optimization mechanism, with self-reflection for iterative refinement and human-in-the-loop for better alignment with user preferences. AutoMisty ensures a transparent reasoning process, allowing users to iteratively refine tasks through natural language feedback for precise execution. To evaluate AutoMisty's effectiveness, we designed a benchmark task set spanning four levels of complexity and conducted experiments in a real Misty robot environment. Extensive evaluations demonstrate that AutoMisty not only consistently generates high-quality code but also enables precise code control, significantly outperforming direct reasoning with ChatGPT-4o and ChatGPT-o1. All code, optimized APIs, and experimental videos will be publicly released through the webpage: https://wangxiaoshawn.github.io/AutoMisty.html

Keywords

Cite

@article{arxiv.2503.06791,
  title  = {AutoMisty: A Multi-Agent LLM Framework for Automated Code Generation in the Misty Social Robot},
  author = {Xiao Wang and Lu Dong and Sahana Rangasrinivasan and Ifeoma Nwogu and Srirangaraj Setlur and Venugopal Govindaraju},
  journal= {arXiv preprint arXiv:2503.06791},
  year   = {2025}
}

Comments

Accepted by IROS 2025

R2 v1 2026-06-28T22:13:12.068Z