From 39908439d29d3004ec59313be2fd89f43f06b485 Mon Sep 17 00:00:00 2001 From: Drew Ross Date: Mon, 3 Feb 2025 01:00:44 -0600 Subject: [PATCH] Fix link to Helium repository in README.md (#471) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2505122..b49f9fc 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ https://github.com/user-attachments/assets/cd0226e2-7479-4102-aea0-57c22ca47884 ## Command Line Interface -You can accomplish multi-step agentic tasks using two commands: `smolagent` and `webagent`. `smolagent` is a more generalist command to run a multi-step CodeAgent that can be equipped with various tools, meanwhile `webagent` is an agent equipped with web browsing tools using [helium](https://github.com/helium). +You can accomplish multi-step agentic tasks using two commands: `smolagent` and `webagent`. `smolagent` is a more generalist command to run a multi-step CodeAgent that can be equipped with various tools, meanwhile `webagent` is an agent equipped with web browsing tools using [helium](https://github.com/mherrmann/helium). **Web Browser in CLI**