paper-with-me

Papers

Multi-Agent Collaboration via Cross-Team Orchestration

2024-06-13 · Zhuoyun Du, Chen Qian, Wei Liu, Zihao Xie, Yifei Wang, Rennai Qiu, Yufan Dang, Weize Chen, Cheng Yang, Ye Tian, Xuantang Xiong, Lei Han

Large Language Models (LLMs) have significantly impacted various domains, especially through organized LLM-driven autonomous agents. A representative scenario is in software development, where agents can collaborate in a team like humans, following predefined phases to complete sub-tasks sequentially. However, for an agent team, each phase yields only one possible outcome. This results in the completion of only one development chain, thereby losing the opportunity to explore multiple potential decision paths within the solution space. Consequently leading to suboptimal results or extensive trial and error. To address this, we introduce Cross-Team Orchestration (Croto), a scalable multi-team framework that enables orchestrated teams to jointly propose various task-oriented solutions and interact with their insights in a self-independence while cross-team collaboration environment for superior solutions generation. Experiments reveal a notable increase in software quality compared to state-of-the-art baselines. We further tested our framework on story generation tasks, which demonstrated a promising generalization ability of our framework in other domains. The code and data is available at https://github.com/OpenBMB/ChatDev/tree/macnet

📄 PDF Abstract BibTeX arXiv:2406.08979

Code (1)

openbmb/chatdev 공식 구현

Tasks

Story Generation

Similar Papers 제목 키워드 기반

AgentInit: Initializing LLM-based Multi-Agent Systems via Diversity and Expertise Orchestration for Effective and Efficient Collaboration

2025-09-23 · Chunhao Tian, Yutong Wang, Xuebo Liu, Zhexuan Wang 외 arxiv

Proper initialization is crucial for any system, particularly in multi-agent systems (MAS), where it plays a pivotal role in determining both the system's efficiency and effectiveness. However, existing MAS initializatio…

OSC: Cognitive Orchestration through Dynamic Knowledge Alignment in Multi-Agent LLM Collaboration

2025-09-05 · Jusheng Zhang, Yijia Fan, Kaitong Cai, Xiaofei Sun 외 arxiv

This paper introduces OSC (Orchestrating Cognitive Synergy), a knowledge-aware adaptive collaboration framework designed to enhance cognitive synergy in multi-agent systems with large language models. While prior work ha…

Orchestrating Human-AI Teams: The Manager Agent as a Unifying Research Challenge

2025-10-02 · Charlie Masters, Advaith Vellanki, Jiangbo Shangguan, Bart Kultys 외 arxiv

While agentic AI has advanced in automating individual tasks, managing complex multi-agent workflows remains a challenging problem. This paper presents a research vision for autonomous agentic systems that orchestrate co…

Orchestra-o1: Omnimodal Agent Orchestration

2026-06-10 · Fan Zhang, Vireo Zhang, Shengju Qian, Haoxuan Li 외 arxiv

The recent success of agent swarms has shifted the paradigm of large language model (LLM)-based agents from single-agent workflows to multi-agent systems, highlighting the importance of agent orchestration for task decom…

Reinforcement Learning

Agentsway -- Software Development Methodology for AI Agents-based Teams

2025-10-26 · Eranga Bandara, Ross Gore, Xueping Liang, Sachini Rajapakse 외 arxiv

The emergence of Agentic AI is fundamentally transforming how software is designed, developed, and maintained. Traditional software development methodologies such as Agile, Kanban, ShapeUp, etc, were originally designed …