Hacker News new | ask | show | jobs
by gregpr07 483 days ago
We are experimenting with this. Currently the library api is very raw but technically possible (we introduced this notion of initial actions, which are just deterministic actions before the LLM kicks in) - https://github.com/browser-use/browser-use/blob/main/example....

The other way to achieve this with Browser Use is to save the history from `history = agent.run()` and rerun it with `agent.rerun_history(history)`.

I'd love to see if this can of any use to you!

1 comments

Would be fantastic to convert the agent history into deterministic crawlers/scrapers (playwright typescript, etc)

Ran into a tool called Promptwright on the Discord that was an example of this