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

revert: retry actions #3

Merged
merged 1 commit into from
Nov 8, 2024
Merged

revert: retry actions #3

merged 1 commit into from
Nov 8, 2024

Conversation

p0deje
Copy link
Contributor

@p0deje p0deje commented Nov 8, 2024

The retry serves as a simplistic manager agent. In a situation when the model attempts to do too much on the page. For example, in Google search it's common to for model to suggest to type word in the search box, press Enter and then click "Search" button. The last step is redundant and causes the test to fail. Retry would attempt to search again and the model would respond that nothing needs to be done since the goal is achieved.

Eventually, we want to replace retry with a more intelligent agent that would constantly evaluate what needs to be done to achieve the goal as the action is executed.

This reverts commits e1b734d, 961d35a and bb6b59d.

The retry serves as a simplistic manager agent. In a situation when the
model attempts to do too much on the page. For example, in Google search
it's common to for model to suggest to type word in the search box,
press Enter and then click "Search" button. The last step is redundant
and causes the test to fail. Retry would attempt to search again and the
model would respond that nothing needs to be done since the goal is
achieved.

Eventually, we want to replace retry with a more intelligent agent that
would constantly evaluate what needs to be done to achieve the goal as
the action is executed.

This reverts commits e1b734d, 961d35a and bb6b59d.
@sh3pik sh3pik merged commit 887a21a into main Nov 8, 2024
2 checks passed
@sh3pik sh3pik deleted the retry branch November 8, 2024 05:58
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