agent-campus
A multi-agent campus social simulation built with LangGraph, featuring memory, RAG, personality evolution, and durable execution.
agent-campus: A multi-agent campus social simulation built with LangGraph, featuring memory, RAG, personality evolution, and durable execution.
A multi-agent campus social simulation built with LangGraph, featuring memory, RAG, personality evolution, and durable execution.
What the project is
agent-campus is a Python project hosted on GitHub. A multi-agent campus social simulation built with LangGraph, featuring memory, RAG, personality evolution, and durable execution. 让具有不同人格、目标、记忆和资源限制的 AI 角色,在一个持续运行的校园环境中互动,并观察他们如何合作、冲突、传播信息和完成任务。 The repository is maintained by JouJouoo and tracks activity through its public issue tracker and commit history. Readers who want a working example rather than a bare library will find the documentation and the linked resources useful for getting a first build running.
What it offers
The agent-campus repository documents several concrete capabilities that shape how people use it. 7 种基础行动:移动、交谈、争吵、上课、参加活动、交换物品、睡觉 3 个角色:Alice、Bob、Charlie 1 个校园场景:宿舍、教室、图书馆、食堂、学生活动中心 7 种行动:移动、交谈、争吵、上课、参加活动、交换物品、睡觉 4 种场景信息生成器:课表、时间、天气、活动 These points are taken from the project README, so they reflect what the maintainers actually ship rather than marketing claims. Checking the file list and the example directories gives a fuller picture of how each piece fits together.
How to set it up
Getting agent-campus running starts with cloning the source from https://github.com/JouJouoo/agent-campus. The README lists the commands needed to fetch the code and build or launch it. Representative steps from the documentation include: python -m agent_campus.main --rounds 3 python -m agent_campus.main --rounds 3 --thread-id campus-demo --state-db campus.sqlite --max-react-steps 3 --max-decision-retries 2 python -m agent_campus.main --duration-days 3 --thread-id campus-3-days --state-db campus.sqlite python -m agent_campus.rag_index --qdrant-path data/qdrant. After the code is on disk, the project instructions walk through configuration and any dependencies. Following the order shown in the README avoids the common setup mistakes that come from mixing steps.
License and project status
agent-campus is written primarily in Python and is released under the an unstated license license, which sets the terms for reuse and redistribution. The project reports around 102 stars on GitHub, a signal of how many developers have bookmarked it. The source was last updated on 2026-08-21. The canonical location is https://github.com/JouJouoo/agent-campus, where the license file, the changelog and the open issues give the most current state of the work. Anyone planning to depend on it should read the license text directly before shipping it inside another product.
Editorial conclusion
The agent-campus source lives at https://github.com/JouJouoo/agent-campus under the an unstated license license and is mainly written in Python. The README and the linked examples remain the place to confirm the current behaviour before adopting the project.
Community notes