|
|
|
|
|
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! |
|
Ran into a tool called Promptwright on the Discord that was an example of this