Add Browser-use Agent Example#2312
Merged
joshuayao merged 10 commits intoopea-project:mainfrom Oct 21, 2025
Merged
Conversation
Signed-off-by: Joshua Yao <yi.a.yao@intel.com>
Dependency Review✅ No vulnerabilities or license issues found.Scanned Files
|
for more information, see https://pre-commit.ci
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new Browser-use Agent application to the OPEA examples repository. The Browser-use Agent empowers users to automate repetitive web tasks by controlling a web browser to perform tasks like visiting websites and extracting data.
- Implements a new microservice using the browser-use library for web automation
- Provides Docker Compose deployment configuration for Intel Gaudi hardware
- Includes comprehensive testing infrastructure with WebArena setup scripts
Reviewed Changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| BrowserUseAgent/browser_use_agent.py | Core microservice implementation with FastAPI endpoint and browser automation logic |
| BrowserUseAgent/Dockerfile | Container build configuration with browser dependencies |
| BrowserUseAgent/requirements.txt | Python dependencies specification |
| BrowserUseAgent/README.md | Application documentation and deployment options |
| BrowserUseAgent/docker_compose/intel/hpu/gaudi/ | Docker Compose configuration files for Gaudi deployment |
| BrowserUseAgent/tests/ | Test scripts and WebArena setup for evaluation |
| .github/CODEOWNERS | Code ownership assignment for the new module |
Comments suppressed due to low confidence (1)
BrowserUseAgent/tests/test_compose_on_gaudi.sh:1
- Missing 'stop' function call. Should be 'stop' instead of '$stop' to call the function.
#!/bin/bash
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Signed-off-by: Joshua Yao <yi.a.yao@intel.com>
Signed-off-by: Joshua Yao <yi.a.yao@intel.com>
Signed-off-by: Joshua Yao <yi.a.yao@intel.com>
Signed-off-by: Joshua Yao <yi.a.yao@intel.com>
Signed-off-by: Joshua Yao <yi.a.yao@intel.com>
for more information, see https://pre-commit.ci
ZePan110
approved these changes
Oct 20, 2025
yao531441
approved these changes
Oct 20, 2025
yao531441
pushed a commit
that referenced
this pull request
Nov 4, 2025
Signed-off-by: letonghan <letong.han@intel.com> Signed-off-by: Joshua Yao <yi.a.yao@intel.com> Co-authored-by: letonghan <letong.han@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Yao, Qing <qing.yao@intel.com>
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
Signed-off-by: letonghan <letong.han@intel.com> Signed-off-by: Joshua Yao <yi.a.yao@intel.com> Co-authored-by: letonghan <letong.han@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
Signed-off-by: letonghan <letong.han@intel.com> Signed-off-by: Joshua Yao <yi.a.yao@intel.com> Co-authored-by: letonghan <letong.han@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Browser-use agent empowers anyone to automate repetitive web tasks. It controls your web browser to perform tasks like visiting websites and extracting data.
@letonghan completed the prototype.
Issues
n/a.Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
Tests