paper-with-me

Papers

SwarmAgentic: Towards Fully Automated Agentic System Generation via Swarm Intelligence

2025-06-18 · Yao Zhang, Chenyang Lin, Shijie Tang, Haokun Chen, Shijie Zhou, Yunpu Ma, Volker Tresp

The rapid progress of Large Language Models has advanced agentic systems in decision-making, coordination, and task execution. Yet, existing agentic system generation frameworks lack full autonomy, missing from-scratch agent generation, self-optimizing agent functionality, and collaboration, limiting adaptability and scalability. We propose SwarmAgentic, a framework for fully automated agentic system generation that constructs agentic systems from scratch and jointly optimizes agent functionality and collaboration as interdependent components through language-driven exploration. To enable efficient search over system-level structures, SwarmAgentic maintains a population of candidate systems and evolves them via feedback-guided updates, drawing inspiration from Particle Swarm Optimization (PSO). We evaluate our method on six real-world, open-ended, and exploratory tasks involving high-level planning, system-level coordination, and creative reasoning. Given only a task description and an objective function, SwarmAgentic outperforms all baselines, achieving a +261.8% relative improvement over ADAS on the TravelPlanner benchmark, highlighting the effectiveness of full automation in structurally unconstrained tasks. This framework marks a significant step toward scalable and autonomous agentic system design, bridging swarm intelligence with fully automated system multi-agent generation. Our code is publicly released at https://yaoz720.github.io/SwarmAgentic/.

📄 PDF Abstract BibTeX arXiv:2506.15672

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RepoLaunch: Automating Build and Management of Code Repositories across Languages and Platforms

2026-03-05 · Kenan Li, Rongzhi Li, Linghao Zhang, Qirui Jin 외 arxiv

Language model (LM) agents have driven substantial progress in automated software engineering (SWE), yet building and testing software repositories at scale remains a largely manual and labor-intensive bottleneck. In thi…

AgenticTyper: Automated Typing of Legacy Software Projects Using Agentic AI

2026-02-21 · Clemens Pohle arxiv

Legacy JavaScript systems lack type safety, making maintenance risky. While TypeScript can help, manually adding types is expensive. Previous automated typing research focuses on type inference but rarely addresses type …

RESCORE: LLM-Driven Simulation Recovery in Control Systems Research Papers

2026-04-06 · Vineet Bhat, Shiqing Wei, Ali Umut Kaypak, Prashanth Krishnamurthy 외 arxiv

Reconstructing numerical simulations from control systems research papers is often hindered by underspecified parameters and ambiguous implementation details. We define the task of Paper to Simulation Recoverability, the…

AgenticRed: Evolving Agentic Systems for Red-Teaming

2026-01-20 · Jiayi Yuan, Jonathan Nöther, Natasha Jaques, Goran Radanović arxiv

While recent automated red-teaming methods show promise for systematically exposing model vulnerabilities, most existing approaches rely on human-specified workflows. This dependence on manually designed workflows suffer…

AgenticCANN: Automated Ascend C Operator Generation via Knowledge-Augmented Agentic Evolution

2026-07-29 · Junhao Qiu, Zidong Wang, Yansong Sun, Zhitong Ma 외 arxiv

Ascend C operator optimization is critical for NPU (Neural Processing Unit) inference performance but requires deep hardware expertise. While large language models (LLMs) have shown promise in automated CUDA kernel gener…