Skip to content

Commit 5a6020e

Browse files
committed
docs: update readme
1 parent 7c60c2d commit 5a6020e

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ After configuring `config/config.yaml` (refer to "Usage > Test Configuration"),
9999
python webqa-agent.py
100100
```
101101

102+
## Online Demo
103+
104+
Experience online: [WebQA-Agent on ModelScope](https://modelscope.cn/studios/mmmmei22/WebQA-Agent/summary)
105+
102106
## Usage
103107

104108
### Test Configuration
@@ -157,6 +161,12 @@ Test results will be generated in the `reports` directory. Open the HTML report
157161
3. Interaction and visualization: Test case visualization and local service real-time reasoning process display
158162
4. Capability expansion: Multi-model integration and more evaluation dimensions
159163

164+
## Acknowledgements
165+
166+
- [natbot](https://github.com/nat/natbot): Drive a browser with GPT-3
167+
- [Midscene.js](https://github.com/web-infra-dev/midscene/): AI Operator for Web, Android, Automation & Testing
168+
- [browser-use](https://github.com/browser-use/browser-use/): AI Agent for Browser control
169+
160170
## Open Source License
161171

162-
This project is licensed under the [Apache 2.0 License](LICENSE).
172+
This project is licensed under the [Apache 2.0 License](LICENSE).

README_zh-CN.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ nuclei -version # 验证安装成功
102102
python webqa-agent.py
103103
```
104104

105+
## 在线演示
106+
107+
进入ModelScope体验:[WebQA-Agent on ModelScope](https://modelscope.cn/studios/mmmmei22/WebQA-Agent/summary)
108+
105109
## 使用说明
106110

107111
### 测试配置
@@ -161,6 +165,12 @@ UX(用户体验)测试专注于评估网站的交互设计、可用性和用
161165
3. 交互与可视化:用例可视化与本地服务实时展示推理过程
162166
4. 能力扩展:多模型接入与更多评估维度集成
163167

168+
## 致谢
169+
170+
- [natbot](https://github.com/nat/natbot): 通过GPT-3驱动浏览器
171+
- [Midscene.js](https://github.com/web-infra-dev/midscene/):Web、Android、自动化和测试的AI Operator
172+
- [browser-use](https://github.com/browser-use/browser-use/):用于浏览器控制的AI Agent
173+
164174
## 开源许可证
165175

166-
该项目采用 [Apache 2.0 开源许可证](LICENSE)
176+
该项目采用 [Apache 2.0 开源许可证](LICENSE)

0 commit comments

Comments
 (0)