How can I interview each agent after the simulation?
The simulation has been completed. According to the paper, it seems that they conducted interviews with each agent after the simulation. How can I interview each agent after the simulation?
Same question here, how to interview each agent after simulation?
Did anyone figure it out?
Hey, I did!
You can look at this file for all the available commands: https://github.com/joonspk-research/generative_agents/blob/main/reverie/backend_server/reverie.py#L569
To start a chat session with one of the agents do the following steps:
- Run backend:
python reverie.py - Specify forked sim: e.g.
base_the_ville_isabella_maria_klaus - When you see
Enter option:pass the commandcall -- analysis <name character>(e.g.call -- analysis Isabella Rodriguez)
There are more commands available, take a look at the file I have linked!
anyone of you guys could you please record a video that how to install it , how to chat with the agents and how make them work in my projects , that would be a great contribution .
@drudilorenzo Thank you for the detailed instructions!! I followed the steps you provided and was able to successfully chat with the agent. I have a question: Is the chat history between the interviewer (myself) and the agent automatically saved somewhere? Additionally, is there a way to manually output or save the chat history?