Add Browser Use Agent Pro (#52)

This commit is contained in:
Yue Cui
2025-12-05 18:47:40 +08:00
committed by GitHub
parent f242f4399e
commit f3952caf6c
22 changed files with 2696 additions and 3 deletions

View File

@@ -62,6 +62,7 @@ It includes **agent deployment** and **secure sandboxed tool execution**, and ca
├── alias/ # Agent to solve real-world problems
├── browser_use/
│ ├── agent_browser/ # Pure Python browser agent
│ ├── browser_use_agent_pro/ # Advanced pure python browser agent
│ └── browser_use_fullstack_runtime/ # Full-stack runtime version with frontend/backend
├── deep_research/
@@ -93,6 +94,7 @@ It includes **agent deployment** and **secure sandboxed tool execution**, and ca
| ----------------------- |-------------------------------------------------------| --------------- | ------------ |--------------------------------------------------|
| **Data Processing** | data_juicer_agent/ | ✅ | ❌ | Multi-agent data processing with Data-Juicer |
| **Browser Use** | browser_use/agent_browser | ✅ | ❌ | Command-line browser automation using AgentScope |
| | browser_use/browser_use_agent_pro | ✅ | ❌ | Advanced command-line Python browser agent using AgentScope |
| | browser_use/browser_use_fullstack_runtime | ✅ | ✅ | Full-stack browser automation with UI & sandbox |
| **Deep Research** | deep_research/agent_deep_research | ✅ | ❌ | Multi-agent research pipeline |
| | deep_research/qwen_langgraph_search_fullstack_runtime | ❌ | ✅ | Full-stack deep research app |
@@ -183,7 +185,7 @@ This project is licensed under the **Apache 2.0 License** see the [LICENSE](
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/emoji-key/)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->