Advertisement

Stanford AI Agents open-source virtual town with residents~

) 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_agentspip install -r generative_agents/requirements.txtpython generative_agents/environment/frontend_server/manage.py runserverpython 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.