Commit Graph

417 Commits

Author SHA1 Message Date
warmshao
addb0053da Merge pull request #472 from aahl/main
Add docker build workflow
2025-05-11 09:59:02 +08:00
Alone
f7f96a9dbc Merge remote-tracking branch 'refs/remotes/upstream/main'
# Conflicts:
#	README.md
#	docker-compose.yml
2025-05-11 09:36:56 +08:00
warmshao
383b04ab5f Merge pull request #583 from vvincent1234/fix/docker
Fix/docker
2025-05-10 20:50:45 +08:00
vincent
33763b1024 fix conflict 2025-05-10 20:50:07 +08:00
vincent
27c7caa44d simplify docker installation 2025-05-10 20:46:37 +08:00
vincent
30f12195b7 fix docker file 2025-05-10 09:40:54 +08:00
vincent
b7c8fe1f04 fix dockerfile 2025-05-10 00:41:41 +08:00
warmshao
0146570f8f Merge pull request #580 from balaboom123/main
Update patchright in Dockerfile
2025-05-10 00:31:25 +08:00
Gorden Chen
50a25d5ac8 Update patchright in Dockerfile
- Set ENV PLAYWRIGHT_BROWSERS_PATH=/ms-patchright to define custom browser install path for Patchright.
- Replaced Playwright installation commands with Patchright equivalents:
    RUN patchright install --with-deps chromium
    RUN patchright install-deps
2025-05-09 23:30:43 +08:00
vincent
483d20a3ec update readme 2025-05-09 20:39:05 +08:00
alexwarm
a04773266c merge dockerfile 2025-05-09 20:34:30 +08:00
vincent
81c0f47775 set deafult browser security 2025-05-09 09:34:41 +08:00
vincent
eb91cb64ec update to bu==0.1.43 and fix deep research 2025-05-09 09:27:12 +08:00
warmshao
fb65ca7ba2 Merge pull request #569 from tayyabakmal1/main
Update browser-use version  requirements.txt 0.1.45
2025-05-09 06:33:20 +08:00
Tayyab Akmal
d938b39fe5 Update deep_research_agent.py 2025-05-06 14:23:00 +05:00
Tayyab Akmal
6f80bf6028 Update browser_use_agent_tab.py 2025-05-06 14:20:52 +05:00
Tayyab Akmal
2f0b2cef43 Update custom_context.py 2025-05-06 14:16:47 +05:00
Tayyab Akmal
3c7ba914fb Update requirements.txt 2025-05-06 14:11:43 +05:00
Tayyab Akmal
dc1bcf9d20 Update browser-use version requirements.txt
Update browser-use version requirements.txt
2025-05-06 14:08:08 +05:00
warmshao
bf8afa8e8c Merge pull request #558 from marginal23326/fix/gradio-deprecation-warnings
fix: address gradio deprecation warnings
2025-05-04 08:56:20 +08:00
warmshao
d1c657f886 Merge pull request #557 from marginal23326/chore/clean-up-imports
chore: remove duplicate imports
2025-05-04 08:50:55 +08:00
marginal23326
db4bffb526 fix: address gradio deprecation warnings 2025-05-03 06:53:39 +06:00
marginal23326
c67bb6a0cc chore: remove duplicate imports 2025-05-03 06:31:08 +06:00
warmshao
8d396c9cc6 Merge pull request #555 from browser-use/upgrade-to-0-1-42
Upgrade to browser-use pip 0.1.42
2025-05-03 07:11:33 +08:00
Magnus Müller
40a61fa216 Added source = webui 2025-05-02 13:25:59 +08:00
Magnus Müller
74bea17eb1 Refactor browser agent and update dependencies
- Updated import statements to use 'patchright' instead of 'playwright'.
- Cleaned up the BrowserUseAgent class for better readability.
- Modified README instructions for browser installation.
- Added new entries to .gitignore for PDF files and workflow.
2025-05-02 13:21:47 +08:00
Magnus Müller
a1ec7ad012 Update browser-use package to version 0.1.42 2025-05-02 13:21:39 +08:00
warmshao
664f874894 Merge pull request #553 from vvincent1234/feat/mcp
Enable bowser-use to support MCP
v2.0.0
2025-05-01 09:46:15 +08:00
vincent
cf2422c364 fix async close 2025-04-30 20:59:31 +08:00
vincent
f941819d29 opt deep research 2025-04-30 20:38:41 +08:00
vvincent1234
eba5788b15 add deep research tab 2025-04-30 09:32:58 +08:00
vvincent1234
09e3f21e05 fix deep research agent 2025-04-30 00:15:08 +08:00
vincent
dad8fc990a add deep research agent 2025-04-29 22:02:51 +08:00
vvincent1234
47b5b55b0d opt browser 2025-04-29 09:23:16 +08:00
vvincent1234
3f4a7d9f5d fix bu agent 2025-04-29 00:01:03 +08:00
vincent
4c87694cef add browser-use agent run 2025-04-28 22:11:56 +08:00
vvincent1234
0d259efbeb add load and save config tab 2025-04-28 09:37:49 +08:00
vvincent1234
6ac9e268d3 add ui 2025-04-27 23:28:47 +08:00
vincent
70ac2f483a refactor webui 2025-04-27 21:21:56 +08:00
vvincent1234
3c0a089fc5 add mcp tool 2025-04-26 23:14:40 +08:00
warmshao
9093106fd6 Merge pull request #549 from MadhuriPednekar/add_ibm_watsonx_support
Added IBM watsonx model support
2025-04-26 14:11:11 +08:00
Madhuri Pednekar
e2083af255 Added ibm/granite-vision-3.1-2b-preview in the list of supported models 2025-04-24 17:30:55 +05:30
Madhuri Pednekar
69a4b675b2 Added IBM watsonx model support 2025-04-24 17:17:20 +05:30
warmshao
e092920de2 Merge pull request #470 from M87shaonv/main
Added siliconflow API support
2025-04-12 22:25:33 +08:00
M87monster
61de4e8631 修改为直接使用OpenAIChat 2025-04-12 22:21:47 +08:00
warmshao
d390e68b1c Merge pull request #526 from vvincent1234/fix/multi_tab
fix multiple tab
2025-04-12 21:10:02 +08:00
alex
d70db733a4 fix multiple tab 2025-04-12 21:05:02 +08:00
Alone
f2e0686190 Add docker build workflow 2025-04-03 15:42:17 +08:00
Alone
564edce4d0 Add docker build workflow 2025-04-03 15:11:20 +08:00
Alone
1b1bd8804e Add docker build workflow 2025-04-03 14:51:12 +08:00