From 8941c33787df0614fc354799cbe2163aafd63a69 Mon Sep 17 00:00:00 2001 From: dross20 Date: Sun, 2 Feb 2025 14:26:41 -0600 Subject: [PATCH] Fix link to Helium repository in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 250512227..b49f9fcb9 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**