#8 · Primary category: Agent-Based Modeling & Simulation
Agent-Kernel
A MicroKernel Multi-Agents System Framework for Adaptive Social Simulation Powered by LLMs
Project last updated:06/03/26
GitHub Stars
502
Forks
47
Contributors
8
License
Apache-2.0
Why we included this project
Researchers working where LLMs meet social science keep asking the same question: how well can a crowd of language-model agents reproduce how real people behave as a group? Agent-Kernel is one framework built around that question. It follows a microkernel design, so instead of hand-wiring dozens of prompts you define environments, action rules, and a controller, then let the agent population grow, shrink, and change behavior while the run is in progress. Agent add/remove at runtime and per-action verification are built in, which makes it a practical fit for teams studying opinion dynamics, pedestrian flow, resource allocation, or clinical workflows. The project also publishes an arXiv paper describing the design and offers standalone and Ray-backed distributed installs plus a web panel, so you can size up the architecture before committing to a scenario.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
mesa
Mesa is an open-source Python library for agent-based modeling, ideal for simulating complex systems and exploring emergent behaviors.
MiroFish-Offline
Offline multi-agent simulation & prediction engine. English fork of MiroFish with Neo4j + Ollama local stack.
cultivation-world-simulator
基于 AI Agent 工作流的修仙世界模拟器,旨在还原智能、开放的仙侠世界。| An open-source Cultivation World Simulator using Agentic Workflow to create a dynamic, emerging Xianxia world.
WorldX
One sentence creates an AI-driven world — generate maps, characters, and watch stories emerge on their own.
ChatArena
ChatArena (or Chat Arena) is a Multi-Agent Language Game Environments for LLMs. The goal is to develop communication and collaboration capabilities of AIs.