paper-with-me

Papers

GhostShell: Streaming LLM Function Calls for Concurrent Embodied Programming

2025-08-07 · Jian Gong, Youwei Huang, Bo Yuan, Ming Zhu, Zhou Liao, Jianhang Liang, Juncheng Zhan, Jinke Wang, Hang Shu, Mingyue Xiong, Yanjun Ye, Yufan Zu, Yang Zhou, Yihan Ding, Xuannian Chen, Xingyu Lu, Runjie Ban, Bingchao Huang, Fusen Liu arxiv

We present GhostShell, a novel approach that leverages Large Language Models (LLMs) to enable streaming and concurrent behavioral programming for embodied systems. In contrast to conventional methods that rely on pre-scheduled action sequences or behavior trees, GhostShell drives embodied systems to act on-the-fly by issuing function calls incrementally as tokens are streamed from the LLM. GhostShell features a streaming XML function token parser, a dynamic function interface mapper, and a multi-channel scheduler that orchestrates intra-channel synchronous and inter-channel asynchronous function calls, thereby coordinating serial-parallel embodied actions across multiple robotic components under LLM guidance. We evaluate GhostShell on our robotic prototype COCO through comprehensive grounded experiments across 34 real-world interaction tasks and multiple LLM backends. The results demonstrate that our approach achieves a state-of-the-art Behavioral Correctness Metric of 0.85 with Claude-4-Sonnet, and up to 66X faster response times compared to native LLM function calling APIs. GhostShell also proves effective in long-horizon multimodal tasks, exhibiting strong robustness and generalization capabilities.

📄 PDF Abstract BibTeX arXiv:2508.05298

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TypeGo: An OS Runtime for Embodied Agents

2026-07-06 · Guojun Chen, Alex Schott, Lin Zhong arxiv

Large language models (LLMs) can plan behavior for embodied agents from natural language, but treating the LLM as a request/response oracle on the critical path is fundamentally at odds with real-time control and concurr…

Asynchronous LLM Function Calling

2024-12-09 · In Gim, Seung-seob Lee, Lin Zhong

Large language models (LLMs) use function calls to interface with external tools and data source. However, the current approach to LLM function calling is inherently synchronous, where each call blocks LLM inference, lim…

StreamEQA: Towards Streaming Video Understanding for Embodied Scenarios

2025-12-04 · Yifei Wang, Zhenkai Li, Tianwen Qian, Huanran Zheng 외 arxiv

As embodied intelligence advances toward real-world deployment, the ability to continuously perceive and reason over streaming visual inputs becomes essential. In such settings, an agent must maintain situational awarene…

Video Question Answering

AgenticCache: Cache-Driven Asynchronous Planning for Embodied AI Agents

2026-04-27 · Hojoon Kim, Yuheng Wu, Thierry Tambe arxiv

Embodied AI agents increasingly rely on large language models (LLMs) for planning, yet per-step LLM calls impose severe latency and cost. In this paper, we show that embodied tasks exhibit strong plan locality, where the…

ConEQsA: Concurrent and Asynchronous Embodied Questions Scheduling and Answering

2025-09-15 · Haisheng Wang, Dong Liu, Weiming Zhi arxiv

This paper formulates the Embodied Questions Answering (EQsA) problem, introduces a corresponding benchmark, and proposes an agentic system to tackle the problem. Classical Embodied Question Answering (EQA) is typically …

Question Answering