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

Smart Agents #28

Merged
merged 39 commits into from
May 28, 2023
Merged

Smart Agents #28

merged 39 commits into from
May 28, 2023

Conversation

Cormanz
Copy link
Owner

@Cormanz Cormanz commented May 11, 2023

This aims to resolve #25 by proposing a new Smart Agent solution called Adept.

Dynamic Agent

The Dynamic Agent is similar to the base REACT (Reason-Execute-Action-Criticism-Thought) loop that SmartGPT already employs.

The key differences are:

  • It doesn't specify direct tools, instead specifying an instruction for the Static Agent.
  • It (will) self-evaluate itself periodically to maintain focus.

Static Agent

The Static Agent plans out each tool and its purpose that would be used to complete its instruction. Then, it will traverse the plan until it is done, one step at a time, one tool at a time.

@Cormanz Cormanz marked this pull request as ready for review May 28, 2023 03:17
@Cormanz Cormanz merged commit 3b84b7a into main May 28, 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.

Smart Agents
1 participant