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 orchestrator module for agent taking part in an interivew from GenAgents paper #80

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

Comments

@richardblythman
Copy link
Contributor

  1. You can start on a new orchestrator module by cloning the module_template.
  2. Copy the interview function from the GenAgents code here to the run.py file
  3. You should replace the agent instantiation here with the Agent class from naptha_sdk. It will look similar to the multiagent chat module here.
  4. You should replace the agent call here with Agent.call_agent_func() from the naptha_sdk. It will look similar to the multiagent chat module here.
  5. 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
Development

No branches or pull requests

2 participants