generative_agents icon indicating copy to clipboard operation
generative_agents copied to clipboard

How can I interview each agent after the simulation?

Open nknakhr opened this issue 1 year ago • 5 comments

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?

nknakhr avatar Aug 21 '24 04:08 nknakhr

Same question here, how to interview each agent after simulation?

PandaraWen avatar Aug 24 '24 13:08 PandaraWen

Did anyone figure it out?

samemon avatar Sep 12 '24 19:09 samemon

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:

  1. Run backend: python reverie.py
  2. Specify forked sim: e.g. base_the_ville_isabella_maria_klaus
  3. When you see Enter option: pass the command call -- analysis <name character> (e.g. call -- analysis Isabella Rodriguez)

There are more commands available, take a look at the file I have linked!

drudilorenzo avatar Oct 10 '24 09:10 drudilorenzo

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 .

attheratearindam avatar Nov 27 '24 03:11 attheratearindam

@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?

nknakhr avatar Jan 16 '25 07:01 nknakhr