hdresearch / nolita

Work with web-enabled agents quickly — whether running a quick task or bootstrapping a full-stack product.
https://nolita.ai
MIT License
79 stars 3 forks source link

Ty/record remember #88

Closed AlephNotation closed 3 weeks ago

AlephNotation commented 4 weeks ago

Simple replay abiliity

Adds new methods to page that allow users to replay actions. We also added two new BrowserActions to the mix. The GoTo and Get actions have been added so we can do programmatic replay for page.goto and page.get. However we do not expose these new action types to the agent class. Instead they are handled by the page object. In the future we may expose GoTo to the agent class but that degree of flexibility kind of freaks me out.

AlephNotation commented 4 weeks ago

Need to make some backend changes before this can go out

AlephNotation commented 3 weeks ago

@matildepark ok we gucci

matildepark commented 3 weeks ago

can we merge dev back into this ?

AlephNotation commented 3 weeks ago

Yeah that makes sense. Do you want to merge then update the example or update then merge?

matildepark commented 3 weeks ago

Yeah that makes sense. Do you want to merge then update the example or update then merge?

I merged dev earlier, above my review.