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

Refac ReWOO agent #4

Merged
merged 2 commits into from
Jun 13, 2023
Merged

Conversation

billxbf
Copy link
Member

@billxbf billxbf commented Jun 13, 2023

  • Since we've moved all tools into GentPool, we should not implement any tool functions here. Deleted all gentopia/tools
  • We are not using alpaca in the way of ReWOO paper repo (that was not formal). Instead, we should wrap open LLMs on Huggingface as instances of BaseLLM class. Deleted all gentopia/agent/alpaca
  • Refactor gentopia/agent to define agent classes, like rewoo (implemented in this PR), react, vanilla.
  • @liuxukun2000 Need to change the gentopia/config package as well as gentopia/tests according to the refactor above

@billxbf billxbf requested a review from liuxukun2000 June 13, 2023 05:49
@liuxukun2000 liuxukun2000 merged commit 3c058fa into main Jun 13, 2023
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

Successfully merging this pull request may close these issues.

2 participants