#8 · Primary category: Agent-Based Modeling & Simulation
GenerativeAgentsCN
Refactored and deeply localized version of Generative Agents for Chinese users, providing a maintainable base for experiments and feature extensions.
Project last updated:03/12/26
GitHub Stars
517
Forks
90
Contributors
3
License
Apache-2.0
Why we included this project
This fork makes the Stanford AI-town social simulation usable for a Chinese-speaking audience without fighting the original code. It rebuilds the Generative Agents engine on the cleaner wounderland codebase, rewrites every prompt so agents converse naturally in Chinese, and defaults to a local Qwen model served by Ollama, letting the whole town run on your own hardware with no OpenAI dependency. The research design survives the rewrite: 25 residents keep long-term memory, reflection, and daily planning, and their social behavior follows the original paper's approach. Practical touches such as checkpoint resume, template-based prompts, and a replay mode that exports both movement and dialogue to Markdown make long experiments easier to pick back up. If you want to study emergent agent behavior or build your own scenarios on a known reference, this is a maintainable starting point rather than a throwaway demo.
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.