Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I interview each agent after the simulation? #165

Open
nknakhr opened this issue Aug 21, 2024 · 5 comments
Open

How can I interview each agent after the simulation? #165

nknakhr opened this issue Aug 21, 2024 · 5 comments

Comments

@nknakhr
Copy link

nknakhr commented Aug 21, 2024

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?

@PandaraWen
Copy link

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

@samemon
Copy link

samemon commented Sep 12, 2024

Did anyone figure it out?

@drudilorenzo
Copy link

drudilorenzo commented Oct 10, 2024

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!

@ArindamkhanOfficial
Copy link

ArindamkhanOfficial commented Nov 27, 2024

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 .

@nknakhr
Copy link
Author

nknakhr commented Jan 16, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants