#7 · Primary category: Agent-Based Modeling & Simulation
WorldSeed
More is Different. A multi-agent world engine where AI agents live, talk, compete, ally.
Project last updated:05/08/26
GitHub Stars
813
Forks
57
Contributors
3
License
MIT
Why we included this project
WorldSeed is a runtime for building worlds where many LLM-driven agents interact under explicit rules, private information, and consequences, and where useful behavior emerges from those interactions rather than from a hand-coded workflow. The same engine can host a production room, a simulation, or a fictional setting without a rewrite, so it suits social simulation, game prototypes, and research-style multi-agent pipelines alike. The autoresearch demo shows the payoff: a cohort of specialist agents proposes hypotheses, runs experiments, and peer-reviews each other's papers, and every claim traces back to a commit and a verified result. Because of that traceability, you can watch from above, step into a character, or intervene mid-run and still trust what the agents produced. The world is declared in YAML, agents get asymmetric perception, and the LLM referee is pluggable, so adapting it to your own scenario is straightforward.
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.