) has been open-sourced this week. For code details, see:https://github.com/joonspk-research/generative_agents。
Can be deployed and run locally:
git clone https://github.com/joonspk-research/generative_agents
pip install -r generative_agents/requirements.txt
python generative_agents/environment/frontend_server/manage.py runserver
python generative_agents/reverie/backend_server/reverie.py
This project has only been online for a few days, but the number of stars has grown rapidly.
Rick and Jialiang attended the sharing session of author Joon today. Rick said that the most important point in the sharing was about the advantages and disadvantages of single agent and multi-agent. He summarized: if disagreement is needed, multi-agent is better; if central planning is required, a single agent is more appropriate.