Right now, the computers you create can't define (or use) the goto method to go to a specific URL. This means that if you are at a page that is not a search engine, it is hard to go to a completely different page, unless the link to the said page is on the current page.
The BasePlaywrightComputer class still defines the goto method but since this is not part of the Computer protocol, the agent doesn't use it. Am I missing something or this protocol missing an important function?
|
def goto(self, url: str) -> None: |