Skip to content

Commit 450105d

Browse files
committed
Implement code changes to enhance functionality and improve performance
1 parent 1c198fb commit 450105d

File tree

3 files changed

+217
-581
lines changed

3 files changed

+217
-581
lines changed

src/agentlab/ui_assistant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def main():
4343
"--agent_config",
4444
type=str,
4545
default="agentlab.agents.generic_agent.AGENT_GPT5_MINI",
46-
help="""Python path to the agent config. Defaults to : "agentlab.agents.generic_agent.AGENT_4o".""",
46+
help="""Python path to the agent config. Defaults to : "agentlab.agents.generic_agent.AGENT_GPT5_MINI".""",
4747
)
4848
parser.add_argument(
4949
"--start_url",

tutorials/1_launch_interactive_agent/readme.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,16 @@ You can use other providers like Anthropic, OpenRouter, self hosted via vLLM. Bu
4040
### Launch assistant
4141
```bash
4242
agentlab-assistant
43-
```
43+
```
44+
NOTE: our agents are not designed for user experience, but for benchmark performance.
45+
46+
### Modify starting url and play with the code
47+
Note that CAPTCHA to prevent agents are becoming more frequent, try a different starting url.
48+
49+
```bash
50+
agentlab-assistant --start_url=https://duckduckgo.com/
51+
```
52+
53+
Or modify the assistant script: [`src/agentlab/ui_assistant.py`](../../src/agentlab/ui_assistant.py)
54+
55+

0 commit comments

Comments
 (0)