ROAIHCMAMar 9, 2025

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

arXiv:2503.06791v29 citationsh-index: 24IROS
Originality Incremental advance
AI Analysis

This work addresses the inaccessibility of social robot APIs for users without programming experience, representing a domain-specific incremental improvement.

The paper tackles the problem of making social robot programming accessible to non-programmers by introducing AutoMisty, a multi-agent LLM framework that generates executable Misty robot code from natural language instructions, significantly outperforming ChatGPT-4o and ChatGPT-o1 in evaluations.

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

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes