Nick Sweeting
Nick Sweeting
Since this was opened we have improved the mem0 long-term memory support and added a new FileSystem scratchpad for the agent to store in-progress results. I recommend trying the latest...
> The current agent also has a habit of marking tasks as “completed” even when they aren’t; We're hard at work on this issue every day haha, LLMs just love...
I think the config flag isn't needed, we can show the info always but show `(approximate)` next to it. I merged this other PR for now: https://github.com/browser-use/browser-use/pull/973 that accomplishes this....
Please upgrade to `>=0.1.45` and open a new issue with full debug logs from the start of the program if you're still encountering issues, the original issue here is from...
seems like the django version we use doesn't support 3.13
eventually sure but probably not soon, see this comment: https://github.com/ArchiveBox/ArchiveBox/issues/191#issuecomment-2848370416
As discussed in #729 and #1556 unfortunately playwright does not allow accessing the embedded PDF viewer at all using JS. The best workaround we could offer is to always download...
You removed it yourself actually lol, perhaps a git mistake @PaperBoardOfficial? https://github.com/browser-use/browser-use/commit/74494c23a56c66ef0beaa7f266a83837a917a7a0 https://github.com/browser-use/browser-use/pull/641 Want to re-PR it so you get credit? Also perhaps you can swap out the deprecated PDF...
hmm those binaries ship inside the docker container already, they should require no manual installation: https://github.com/ArchiveBox/ArchiveBox/blob/v0.7.3/Dockerfile#L210 You can confirm with: `docker run -it archivebox/archivebox:latest version` Are you sure you havent...
No need to run `archivebox setup` in docker as the container already ships with all the dependencies preinstalled. You only need `archivebox init`.