🤖 AI Summary
Existing multi-agent system (MAS) frameworks lack sufficient adaptability, configurability, and scalability to support large-scale, dynamic social simulations powered by large language models (LLMs), where agent count and attributes evolve over time. To address this, we propose a modular, microkernel-based framework designed for adaptive social simulation, adopting a “society-centric” architecture that decouples the system kernel, cognitive models, and physical environment—thereby achieving strict separation between simulation logic and infrastructure. The framework integrates LLM-driven agent behavior modeling, environment interaction, and dynamic population management to significantly enhance reusability and configuration flexibility. Experimental evaluation demonstrates its effectiveness in simulating population dynamics in the classic “Universe 25” scenario and in a heterogeneous, campus-wide simulation involving over 10,000 agents at Zhejiang University. It supports real-time coordination and structural evolution of tens of thousands of agents, establishing a scalable, evolvable foundational architecture for LLM-augmented social simulation.
📝 Abstract
Multi-Agent System (MAS) developing frameworks serve as the foundational infrastructure for social simulations powered by Large Language Models (LLMs). However, existing frameworks fail to adequately support large-scale simulation development due to inherent limitations in adaptability, configurability, reliability, and code reusability. For example, they cannot simulate a society where the agent population and profiles change over time. To fill this gap, we propose Agent-Kernel, a framework built upon a novel society-centric modular microkernel architecture. It decouples core system functions from simulation logic and separates cognitive processes from physical environments and action execution. Consequently, Agent-Kernel achieves superior adaptability, configurability, reliability, and reusability. We validate the framework's superiority through two distinct applications: a simulation of the Universe 25 (Mouse Utopia) experiment, which demonstrates the handling of rapid population dynamics from birth to death; and a large-scale simulation of the Zhejiang University Campus Life, successfully coordinating 10,000 heterogeneous agents, including students and faculty.