From 7118c9c1763c29e1897dfa1d399d4c2057bdfe43 Mon Sep 17 00:00:00 2001 From: ishan <50865782+suitedaces@users.noreply.github.com> Date: Sun, 27 Oct 2024 13:46:22 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e202f39..f8e8893 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # 👨🏽‍💻 Grunty - Computer AI Agent -Self-hosted desktop app to have AI control your computer, powered by the new Claude computer use capability. Allow Claude to take over your laptop and do your tasks for you (or at least attempt to, lol). Written in Python, using PyQt. +Self-hosted desktop app to have AI control your computer, powered by the new Claude [computer use](https://www.anthropic.com/news/3-5-models-and-computer-use) capability. Allow Claude to take over your laptop and do your tasks for you (or at least attempt to, lol). Written in Python, using PyQt. ## Demo -Here, I asked it to use vim to create a game in Python, run it, and play it. +Here, I asked it to use [vim](https://vim.rtorr.com/) to create a game in Python, run it, and play it. https://github.com/user-attachments/assets/fa9b195e-fae6-4dbc-adb9-dc42519624b1 @@ -24,7 +24,7 @@ Anthropic can see your screen through screenshots during actions. Hide sensitive ## 🛠️ Setup -Get an Anthropic API key [here](https://console.anthropic.com/keys). +Get an Anthropic API key [here]([https://console.anthropic.com/keys](https://console.anthropic.com/dashboard)). ```bash # Python 3.10+ recommended