Boostrix

Results 459 comments of Boostrix

> Auto-GPT should be able to navigate website, enter text and submit forms. good thinking: - detecting if a website is using static HTML or lots of JavaScript would be...

those were based on observing the agent "browse" with the browser instance set to visible - it's not confirming anything, and also isn't using search facilities and also doesn't seem...

just keep the browser open/visible to see for yourself that browsing could use some TLC ... > This issue is more about how to test whether the problem has been...

Yes, exactly what I suggested here: https://github.com/Significant-Gravitas/Auto-GPT/pull/3551#issuecomment-1537341661 I believe, this sort of feature could be useful in general, so we could just as well implement a more generic "browse_website" or...

there is one PR that maps HTTP Request to some custom commands for scraping purposes I believe: #2730 Also, this would seem like a really good idea: #2181

That gist is really looking good and super useful, must have been a ton of work, thanks for that ! (probably should be added to the wiki in a similar...

I would say, this could just as well be a static local website - i.e. via a Python HTTP Server that is locally running as part of the test suite,...

testing would be the level to see if any submissions solve the challenge or not - ideally, we would be able to throw different URLs at the challenge, with goals...

FWIW, I do understand the security concern, but there are far deeper issues than this one - if this is such a big deal, I would suggest to make this...