Commit Graph

436 Commits

Author SHA1 Message Date
Zeroday BYTE
b8cdbff3ce created fix 2025-05-29 18:11:40 +07:00
warmshao
886ba8f535 Merge pull request #607 from balaboom123/main
add Grok API option
2025-05-21 21:42:35 +08:00
Gorden Chen
ffb3be66e8 Merge branch 'main' into main 2025-05-21 21:40:46 +08:00
warmshao
d5d9333a61 Merge pull request #604 from dhavalDev123/dafult_broswer_and_model
Default Browser Setting & Default LLM Model
2025-05-21 19:29:33 +08:00
balaboom123
2b95985db3 add Grok API option
add Grok API option for users to choose.
2025-05-21 11:36:35 +08:00
dhavalDev123
71e20d2093 fix: set default LLM and update browser settings in .env.example 2025-05-20 10:29:33 +05:30
dhavalDev123
6df0e63091 Merge branch 'main' into dafult_broswer_and_model 2025-05-20 10:22:26 +05:30
warmshao
82b1133015 Merge pull request #588 from yrk111222/main
Add support for ModelScope API
2025-05-19 22:11:02 +08:00
warmshao
32f65837e4 Merge pull request #590 from knowlet/patch-1
Fix `planner_llm_model_name` Not Loaded Correctly When Using "Load Config"
2025-05-19 08:37:49 +08:00
knowlet
2a03d7f705 fix: yields provider when agent settings change
Yields the provider when the agent settings change in
order to run the callback. Also adds a short sleep to wait for
Gradio UI callback.

Fix Planner LLM Model Name not loaded correctly when Load Config #589

Signed-off-by: knowlet <knowlet@pm.me>
2025-05-19 00:20:03 +08:00
dhavalDev123
05d4191667 refactor: update default values in agent and browser settings tabs to use environment variables 2025-05-17 11:17:49 +05:30
warmshao
82dee364fd Merge pull request #601 from tayyabakmal1/main
0.1.48 Update requirements.txt
2025-05-17 00:20:31 +08:00
Tayyab Akmal
cc9c2e2299 0.1.48 Update requirements.txt
0.1.48 Update requirements.txt
2025-05-16 21:14:30 +05:00
warmshao
b7ae1a71db Merge pull request #599 from vvincent1234/main
upgrade to bu==0.1.47
2025-05-15 23:57:53 +08:00
vincent
f66e5dc1a2 upgrade to bu==0.1.47 2025-05-15 23:55:35 +08:00
warmshao
efb0da8107 Merge pull request #597 from vvincent1234/main
fix tool calling method select
2025-05-15 19:58:04 +08:00
vincent
c9a226fb27 fix tool calling method select 2025-05-15 19:55:50 +08:00
yrk
760073d0ca add Qwen3 series models 2025-05-14 10:45:15 +08:00
yrk
7252ffd5ed Add support for ModelScope 2025-05-13 17:41:33 +08:00
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