SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2609.18520 · September 2026

AeroWeaver: An Embodied-Agent Harness for Weaving Aerial Skills into Distributed, Adaptive Swarm Execution

Rongye Shi, Wenjun Wu, Yirong Yang, Xinyu Liu, Haopeng Wang, Xuxin Lv, Jiabin Lou, Diyuan Hou, Xuehong Liu

arXiv · PDF · Open in the Atlas

Code that ran

We have not lifted any functions out of this paper's repositories yet, so there is nothing we have run. If it links a repository, it is listed below.

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

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 website: https:// github.com/Admire-ljb/AeroWeaver. Collective intelligence enables multiple agents to combine local perception, information exchange, and coordinated action around a shared objective. UAV swarms provide a representative physical realization by organizing the sensing, mobility, and task capabilities of multiple aerial platforms. As missions and operating conditions change, their collective effectiveness depends on a continuous link between highlevel task organization and reliable vehicle-level execution. Recent advances in large language models (LLMs) bring complex-task understanding, knowledge organization, hierarchical reasoning, and long-horizon planning to the taskorganization layer. These capabilities make LLMs a flexible interface for interpreting mission descriptions and structuring high-level swarm behavior [1]. The resulting decisions ultimately operate through vehicle-specific observations, communication links, and actuators, making their connection to distributed physical execution a central research problem. AI-agent systems mediate this connection through the runtime surrounding the model, commonly termed a harness.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2609.18520")
get_code_for_paper("2609.18520")
have("2609.18520")

Connect an agent — have() is free.