paper-with-me

Papers

AgentMesh: A Cooperative Multi-Agent Generative AI Framework for Software Development Automation

2025-07-26 · Sourena Khanzadeh arxiv

Software development is a complex, multi-phase process traditionally requiring collaboration among individuals with diverse expertise. We propose AgentMesh, a Python-based framework that uses multiple cooperating LLM-powered agents to automate software development tasks. In AgentMesh, specialized agents - a Planner, Coder, Debugger, and Reviewer - work in concert to transform a high-level requirement into fully realized code. The Planner agent first decomposes user requests into concrete subtasks; the Coder agent implements each subtask in code; the Debugger agent tests and fixes the code; and the Reviewer agent validates the final output for correctness and quality. We describe the architecture and design of these agents and their communication, and provide implementation details including prompt strategies and workflow orchestration. A case study illustrates AgentMesh handling a non-trivial development request via sequential task planning, code generation, iterative debugging, and final code review. We discuss how dividing responsibilities among cooperative agents leverages the strengths of large language models while mitigating single-agent limitations. Finally, we examine current limitations - such as error propagation and context scaling - and outline future work toward more robust, scalable multi-agent AI systems for software engineering automation.

📄 PDF Abstract BibTeX arXiv:2507.19902

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Generative Thermal Design Through Boundary Representation and Multi-Agent Cooperative Environment

2022-08-16 · Hadi Keramati, Feridun Hamdullahpur

Generative design has been growing across the design community as a viable method for design space exploration. Thermal design is more complex than mechanical or aerodynamic design because of the additional convection-di…

Deep Reinforcement Learning

Reaching Consensus in Cooperative Multi-Agent Reinforcement Learning with Goal Imagination

2024-03-05 · Liangzhou Wang, Kaiwen Zhu, Fengming Zhu, Xinghu Yao 외

Reaching consensus is key to multi-agent coordination. To accomplish a cooperative task, agents need to coherently select optimal joint actions to maximize the team reward. However, current cooperative multi-agent reinfo…

Multi-agent Reinforcement Learning

SynAgent: Generalizable Cooperative Humanoid Manipulation via Solo-to-Cooperative Agent Synergy

2026-04-20 · Wei Yao, Haohan Ma, Hongwen Zhang, Yunlian Sun 외 arxiv

Controllable cooperative humanoid manipulation is a fundamental yet challenging problem for embodied intelligence, due to severe data scarcity, complexities in multi-agent coordination, and limited generalization across …

Multi-Agent Actor-Critic with Generative Cooperative Policy Network

2018-10-22 · Heechang Ryu, Hayong Shin, Jinkyoo Park

We propose an efficient multi-agent reinforcement learning approach to derive equilibrium strategies for multi-agents who are participating in a Markov game. Mainly, we are focused on obtaining decentralized policies for…

Multi-agent Reinforcement LearningReinforcement LearningReinforcement Learning (RL)

OmniV2X: A Generative Foundation Planner for Efficient End-to-End Cooperative Driving

2026-06-19 · Juntong Peng, Juanwu Lu, Yupeng Zhou, Can Cui 외 arxiv

We present OmniV2X, a generative foundation model for vehicle-to-everything (V2X) cooperative driving. The model directly interprets independent context sequences comprising multi-modal and multi-agent observations. The …

Computational Efficiency