AI-town, run your own custom AI world SIM with JavaScript

AI Town is a virtual town where AI characters live and interact with each other. It is a project inspired by the research paper Generative Agents: Interactive Simulacra of Human Behavior and aims to provide a platform that can be easily customized and extended. The back-end engine supports shared global state, transactions, and event tracking, making it suitable for various projects, from simple experiments to multiplayer games. What sets AI Town apart is that it offers a JS/TS framework instead of the standard Python-based simulators. The installation process and customization options are provided, along with instructions for deploying the app. The content also mentions the resources used, such as the game engine, database, text model, and pixel art generation.

https://github.com/a16z-infra/ai-town

To top