Skip to content

fudan-zvg/S-Agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

S-Agents Icon

S-Agents: Self-organizing Agents in Open-ended Environments

S-Agents: Self-organizing Agents in Open-ended Environments
Jiaqi Chen*, Yuxian Jiang*, Jiachen Lu and Li Zhang
Zhang Vision Group, Fudan Univerisity

In open-ended settings, optimizing collaboration for efficiency and effectiveness demands flexible adjustments. Despite this, current research mainly emphasizes fixed, task-oriented workflows and overlooks agent-centric organizational structures. Drawing inspiration from human organizational behavior, we introduce a self-organizing agent system (S-Agents) with a “tree of agents” structure for dynamic workflow, an “hourglass agent architecture” for balancing information priorities, and a “non-obstructive collaboration” method to allow asynchronous task execution among agents. This structure can autonomously coordinate a group of agents, efficiently addressing the challenges of an open and dynamic environment without human intervention.

Methodology

  1. A "tree of agents" organizational structure, comprising a root node (leadership agent) and multiple leaf nodes (executor agents). The leadership agent autonomously arranges a flexible workflow without the need for human intervention.

S-Agents Icon

  1. An hourglass agent architecture that strives to balance priorities between the agent community and the physical environment, promoting coordinated actions.

S-Agents Icon

  1. A Non-obstructive collaboration approach breaks away from the constraint of multiple intelligent agents sharing a fixed convergence beat, allowing agents to asynchronously execute collaborative tasks. This method is designed to alleviate delays induced by the slowest agent in each round, thereby enhancing overall efficiency.

S-Agents Icon

Experiments

Experiment setup

Collective collection: Agents in the group must gather a specified amount of basic resources like wood, stone, and iron. The difficulty escalates when amassing a substantial quantity of resources, requiring agents to navigate numerous open-ended world events. The considerable workload emphasizes the preference for a division of labor.

Collective shelter construction: For a basic shelter, agents need a stone foundation, wooden walls, and a stone ceiling. Two agents start with wooden planks, one with stone. This task assesses the leadership agent's task assignment and challenges the consideration of task dependencies. Effective progress management, an unexplored aspect in prior research, is crucial for successful, staged construction.

Metrics

We utilize the subsequent metrics: Time cost (TC): the time resources needed to execute a task. Reduced time expenditure suggests greater system efficiency. "NaN" denotes no progress for over 40 minutes when attempts exceed 5 without success. Mean prompt times (mPT): the average times of hierarchical planning iterations of each agent.

S-Agents Icon

S-Agents Icon

From the table provided, we can glean the following insights. For a more detailed understanding, please consult our paper:

  1. Parallelization can indeed save time, contingent upon the presence of an efficient organizational structure.
  2. Mutual redundancy within multi-agent systems holds the potential to bolster robustness significantly. This is primarily due to the proactive nature of leadership agents, who promptly orchestrate replacements for any failed agents, ensuring continuous operation.

S-Agents Icon

The emergence of organizational behavior

In organizational management, leaders adopting a non-hands-on approach to large-scale tasks is a rational consideration based on the effective allocation of human resources and strategic management practices.

S-Agents Icon

During collaborative processes in agent organization, we've observed leaf agents displaying behaviors that mimic human employees.

S-Agents Icon

📜 Bibtex

If you find this work useful for your research, please cite our paper:

@article{chen2024sagent,
  title={S-Agents: self-organizing agents in open-ended environments},
  author={Chen, Jiaqi and Jiang, Yuxian and Lu, Jiachen and Zhang, Li},
  journal={arXiv preprint arxiv:2402.04578},
  year={2024}
}

About

Official repository of S-Agents: Self-organizing Agents in Open-ended Environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published