Commit Graph

163 Commits

Author SHA1 Message Date
magmueller
c7008a70c2 Reorder examples 2025-01-25 11:28:52 -08:00
magmueller
ac82f2cbd1 Allow custome output 2025-01-25 10:44:19 -08:00
Magnus Müller
9f30d03ab0 Merge pull request #381 from browser-use/pause-more-often
Pause more often
2025-01-24 18:46:39 -08:00
magmueller
fa8582fbaf Multiple agent flow with pause 2025-01-24 18:45:58 -08:00
Magnus Müller
66246bc0db Merge pull request #373 from esthor/patch-1
Fix: ollama.py example with AgentHistoryList type
2025-01-24 11:38:03 -08:00
Erik Thorelli
d8808f8e16 Fix: ollama.py example with AgentHistoryList type 2025-01-24 09:54:40 -08:00
Abubakar Abid
9ce97b23aa rename gradio demo 2025-01-23 22:34:25 -08:00
Magnus Müller
8e8a9589e8 Merge pull request #364 from browser-use/Enhancement/restrict-urls
Enhancement/restrict urls
2025-01-23 19:39:21 -08:00
magmueller
b669e7add9 Running agents in parallel 2025-01-23 19:11:48 -08:00
magmueller
e7c49bfcac Error handling for restricted domains 2025-01-23 16:53:23 -08:00
magmueller
66ea4a3509 Restric urls 2025-01-23 15:44:14 -08:00
magmueller
2f83e34ca5 Update inital actions 2025-01-22 21:21:32 -08:00
Magnus Müller
dc744f8531 Merge pull request #343 from browser-use/example/fast-api
Example to run agent with fast api and pause / stop run
2025-01-21 12:39:48 -08:00
magmueller
76121bfcf1 Merge remote-tracking branch 'origin/main' into Enhancement/pause 2025-01-21 12:21:09 -08:00
magmueller
e02b31c76b Example to run agent with fast api and pause / stop run 2025-01-21 11:48:24 -08:00
magmueller
5ec9fea148 Pause function works 2025-01-21 11:20:02 -08:00
magmueller
df5a63178f Let user define initial action to take 2025-01-21 10:46:54 -08:00
magmueller
d35f4b821c Fix parameter in twitter example 2025-01-20 08:19:50 -08:00
Magnus Müller
b42fe0520f Merge pull request #316 from ranlo/main
add example for using cookies from file+sample file with cookie json
2025-01-19 17:53:13 -08:00
Magnus Müller
c317f50424 Merge pull request #290 from syedmuneeb321/main
Run Agent Browser Inside Colab
2025-01-19 17:31:32 -08:00
magmueller
7711946199 End of file line 2025-01-19 17:16:53 -08:00
Ran Locar
7404eab590 add example for using cookies from file and sample file with cookie structure 2025-01-19 22:50:22 +02:00
magmueller
8c090f2821 Remove tool_call_in_content 2025-01-19 11:32:35 -08:00
Magnus Müller
7c5da23562 Merge pull request #310 from ranlo/main
Added support for custom user agent and an example to demonstrate it
2025-01-19 10:49:58 -08:00
magmueller
7358fa1a03 How to start added 2 points 2025-01-19 10:42:57 -08:00
magmueller
738404f2bc Make it type safe 2025-01-19 10:42:34 -08:00
Malik Talha
f9c47e44bc add documentation and demonstrate DiscordBot usage with comments in discord_example.py 2025-01-19 17:29:20 +05:00
Malik Talha
425753c15b move discord_api.py in ./integrations directory 2025-01-19 17:29:19 +05:00
Malik Talha
8837774ab9 add documentation in DiscordBot class for explaining parameters and usage and clean code 2025-01-19 17:29:18 +05:00
Malik Talha
8c138e05ed add configurations in DiscordBot 2025-01-19 17:29:16 +05:00
Malik Talha
a6b80361f5 notify user if something went wrong when running browser-use 2025-01-19 17:29:15 +05:00
Malik Talha
f1a3b95f75 add error handling in discord_api.py 2025-01-19 17:29:13 +05:00
Malik Talha
bc0fc4e9c2 reply to tiggering message instead of simply sending result message 2025-01-19 17:29:12 +05:00
Malik Talha
118eead302 add discord_example.py: example use of DiscordBot class from discrod_api.py 2025-01-19 17:29:10 +05:00
Malik Talha
63e885dd39 add discord_api.py: discord listener class integrating Agent.run() 2025-01-19 17:29:09 +05:00
ranlo
fccd0fa15d Merge branch 'browser-use:main' into main 2025-01-19 10:01:24 +02:00
Ran Locar
c161216e56 added support for custom user agent and an example to demonstrate it 2025-01-19 09:59:39 +02:00
Ikko Eltociear Ashimine
386dc3b29e chore: update custom_system_prompt.py
overriden -> overridden
2025-01-18 22:26:09 +09:00
Syed Muneeb Abbas
95e45a6baf Run Agent Browser Inside Colab
- Implemented a browser-based agent setup to run within Google Colab.
- Configured the browser to work in headless mode for compatibility with Colab's environment.
- Integrated an asynchronous approach for task execution using LangChain's agent and browser configuration.
- Included token-wise incremental output processing to display results dynamically as they are received.
- Ensured proper lifecycle management of the browser instance, including cleanup after execution.
2025-01-17 08:39:38 +05:00
magmueller
5af1bce4ba Fix amazon example 2025-01-13 07:40:49 -08:00
magmueller
d06798fbb8 Example for deepseek 2025-01-11 11:09:52 -08:00
Gregor Žunič
85ad8a05e4 Merge pull request #167 from D-Yuva/patch-1
Create Online_coding_agent.py
2025-01-10 08:39:45 -08:00
Gregor Žunič
447f6755a4 gradio example, added readme things 2025-01-10 08:04:59 -08:00
Saksham Chaudhary
8aac0f71da added-gradio (#126) 2025-01-10 08:00:52 -08:00
Yuva
b8d33d9375 Rename Online_coding_agent.py to online_coding_agent.py 2025-01-10 21:22:17 +05:30
Dheeraj Oruganty
7ee4372a32 Add Bedrock Support for Browser Use (#196)
* Add bedrock example

* remove extra imports

* Improve Prompt

* Rename file to follow convention

* Delete examples/bedrock_example.py

* Update pyproject.toml for bedrock
2025-01-10 07:24:39 -08:00
VATALU
1cd4b3b86b docs: fix typos 2025-01-10 15:34:48 +08:00
Jacob Byerline
daa5e47ce3 Added ollama example in ollama.py 2025-01-09 11:35:58 -08:00
GatienBoquet
869a7d2d91 feature: add cdp_url to BrowserConfig 2025-01-09 11:53:20 -05:00
magmueller
ffce840442 Use 2.0 flash model 2025-01-07 09:50:09 -08:00