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

Create environment module for survey/interview from GenAgents #56

Open
richardblythman opened this issue Nov 19, 2024 · 0 comments
Open
Assignees
Labels
module New Naptha Module

Comments

@richardblythman
Copy link
Contributor

richardblythman commented Nov 19, 2024

GenAgent have "interview" and "survey" as environment mechanisms.

Here is an example of an interview

And the resulting generated persona

Part A: Create Environment Module

  1. You can start on a new envirnoment module by cloning the module_template or the groupchat_environment module.
  2. Create an Environment class in run.py that has methods for storing agent responses.
  3. Follow the instructions in the module_template readme for testing locally without Node and then testing locally with Node.

Part B: Update Orchestrator Module

  1. In the corresponding orchestrator module, you should replace the storage of agent responses in list form here with use of the new Environment class. It will look similar to the use of environment multiagent chat module here.
  2. Follow the instructions in the module_template readme for testing locally without Node and then testing locally with Node.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module New Naptha Module
Projects
Status: No status
Status: No status
Development

No branches or pull requests

2 participants