|
5 | 5 | /> </a> |
6 | 6 |
|
7 | 7 | | |
8 | | -[🎯 Benchmarks](#🎯-supported-benchmarks) | |
9 | | -[🛠️ Setup](#🛠️-setup-agentlab) | |
10 | | -[🤖 Assistant](#ui-assistant) | |
11 | | -[🚀 Launch Experiments](#🚀-launch-experiments) | |
12 | | -[🔍 Analyse Results](#🔍-analyse-results) | |
13 | | -[🤖 Make Your Own Agent](#implement-a-new-agent) | |
14 | | -[↻ Reproducibility](#↻-reproducibility) | |
| 8 | +[🎯 Benchmarks](#-supported-benchmarks) | |
| 9 | +[🛠️ Setup](#-setup-agentlab) | |
| 10 | +[🤖 Assistant](#-ui-assistant) | |
| 11 | +[🚀 Launch Experiments](#-launch-experiments) | |
| 12 | +[🔍 Analyse Results](#-analyse-results) | |
| 13 | +[🤖 Make Your Own Agent](#-implement-a-new-agent) | |
| 14 | +[↻ Reproducibility](#-reproducibility) | |
15 | 15 |
|
16 | 16 | []([https://opensource.org/licenses/MIT](http://www.apache.org/licenses/LICENSE-2.0)) |
17 | 17 | [](https://pypistats.org/packages/agentlab) |
@@ -80,7 +80,7 @@ export AZURE_OPENAI_ENDPOINT=<your endpoint> # if using azure models |
80 | 80 | ``` |
81 | 81 | </details> |
82 | 82 |
|
83 | | -## UI-Assistant |
| 83 | +## 🤖 UI-Assistant |
84 | 84 | Use an assistant to work for you (at your own cost and risk). |
85 | 85 |
|
86 | 86 | ```bash |
@@ -201,7 +201,7 @@ In the following order, select: |
201 | 201 | Once this is selected, you can see the trace of your agent on the given task. Click on the profiling |
202 | 202 | image to select a step and observe the action taken by the agent. |
203 | 203 |
|
204 | | -## Implement a new Agent |
| 204 | +## 🤖 Implement a new Agent |
205 | 205 |
|
206 | 206 | Get inspiration from the `MostBasicAgent` in |
207 | 207 | [agentlab/agents/most_basic_agent/most_basic_agent.py](src/agentlab/agents/most_basic_agent/most_basic_agent.py). |
|
0 commit comments