AeroWeaver:一种将无人机技能融入分布式自适应群组执行的身体化代理框架
AeroWeaver: An Embodied-Agent Harness for Weaving Aerial Skills into Distributed, Adaptive Swarm Execution
这个框架挺有意思,它把大语言模型的决策和具体的无人机技能(比如搜索、检查)给连接起来了,让无人机群组能更灵活地执行任务,而且不需要中央控制,通过经验数据在线更新技能,挺实用的。
AeroWeaver 是一个用于无人机群组任务的新框架,它将大语言模型(LLM)的语义决策与具体的无人机技能(如搜索、检查)连接起来,实现分布式协调。实验表明,该框架可以在没有中央控制器的情况下,通过角色索引的经验数据在线更新技能选择,支持多无人机在测试条件下的有效执行。
AeroWeaver: An Embodied-Agent Harness for Weaving Aerial Skills into Distributed, Adaptive Swarm Execution
Collective intelligence is a collaborative autonomy paradigm in which multiple agents pursue shared objectives through local perception, information exchange, and coordinated action. UAV swarms embody this paradigm by coordinating multiple vehicles in tasks such as search, inspection, and tracking. Recent advances in large language model (LLM) agents have strengthened natural-language task understanding and high-level planning, providing a flexible semantic interface between mission descriptions and collective behavior. While these advances expand semantic reasoning, applying LLM agents to UAV swarms raises challenges in grounding model decisions in executable capabilities, reconciling global task reasoning with distributed execution, and using mission-specific experience for continual adaptation. To address these challenges, we introduce AeroWeaver, an embodied-agent harness that weaves individual UAV skills into coordinated mission-level behavior. AeroWeaver connects semantic decisions to governed skills, organizes role-conditioned local agents for distributed coordination, and uses role-indexed state-action-reward experience to refine skill selection online. Experiments and runtime validation show that AeroWeaver maintains valid skill execution under tested conditions and supports body-local multi-UAV operation without a central agent generating joint actions from global context, while reward-guided online updates provide a training-free path for adaptive learning swarm agents from accumulated execution experience. Code: https://github.com/Admire-ljb/AeroWeaver.