Skip to content

Commit a5aa28b

Browse files
authored
Merge branch 'main' into refine-ux
2 parents d1b7efa + 6db6878 commit a5aa28b

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11

22

3-
![AgentLab Banner (5)](https://github.com/user-attachments/assets/a23b3cd8-b5c4-4918-817b-654ae6468cb4)
3+
4+
<a href="https://github.com/user-attachments/assets/c2bc0b80-89da-4afb-9120-2feb018df19d"> <img
5+
src="https://github.com/user-attachments/assets/c2bc0b80-89da-4afb-9120-2feb018df19d" width="800"
6+
/> </a>
7+
8+
&nbsp;&nbsp;|&nbsp;&nbsp;
9+
[🎯 Benchmarks](#-supported-benchmarks) &nbsp;&nbsp;|&nbsp;&nbsp;
10+
[🛠️ Setup](#%EF%B8%8F-setup) &nbsp;&nbsp;|&nbsp;&nbsp;
11+
[🤖 Assistant](#-ui-assistant) &nbsp;&nbsp;|&nbsp;&nbsp;
12+
[🚀 Launch Experiments](#-launch-experiments) &nbsp;&nbsp;|&nbsp;&nbsp;
13+
[🔍 Analyse Results](#-analyse-results) &nbsp;&nbsp;|&nbsp;&nbsp;
14+
[🤖 Make Your Own Agent](#-implement-a-new-agent) &nbsp;&nbsp;|&nbsp;&nbsp;
15+
[↻ Reproducibility](#-reproducibility) &nbsp;&nbsp;|&nbsp;&nbsp;
416

517
[![pypi](https://badge.fury.io/py/agentlab.svg)](https://pypi.org/project/agentlab/)
618
[![PyPI - License](https://img.shields.io/pypi/l/agentlab?style=flat-square)]([https://opensource.org/licenses/MIT](http://www.apache.org/licenses/LICENSE-2.0))
@@ -49,12 +61,17 @@ AgentLab Features:
4961
| [Mind2Web-live](https://huggingface.co/datasets/iMeanAI/Mind2Web-Live) (soon) | - | - | None | - | - | live web | soon |
5062
| [MiniWoB](https://miniwob.farama.org/index.html) | [setup](https://github.com/ServiceNow/BrowserGym/blob/main/browsergym/miniwob/README.md) | 125 | Medium | 10 | no | self hosted (static files) | soon |
5163

52-
## 🛠️ Setup AgentLab
64+
## 🛠️ Setup
5365

5466
```bash
5567
pip install agentlab
5668
```
5769

70+
If not done already, install playwright:
71+
```bash
72+
playwright install
73+
```
74+
5875
Make sure to prepare the required benchmark according to instructions provided in the [setup
5976
column](#-supported-benchmarks).
6077

0 commit comments

Comments
 (0)