#853 · Primary category: AI Agents & Automation

generative_agents

Generative Agents: Interactive Simulacra of Human Behavior

Project last updated:08/05/24

GitHub Stars

22.0K

Forks

3.1K

Contributors

5

License

Apache-2.0

Why we included this project

This is the reference implementation of the Stanford generative agents work, the project that showed how large language models can drive believable, autonomous characters. It ships a full simulation environment, the Smallville town, where each agent keeps a memory stream, reflects on past experiences, and plans daily activities, all coordinated through a backend server. The codebase is a research artifact rather than a turnkey product: you supply an OpenAI API key, run the Django environment server alongside the agent simulation server, and watch the characters interact in the browser. If you are building agent-based simulations or game NPCs, this is the clearest working example of the memory-reflection-planning architecture that many later agent systems borrow from.

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