From de84c95d6dc6701e2605729adc80ea3d69488f61 Mon Sep 17 00:00:00 2001 From: martin legrand Date: Sun, 2 Mar 2025 15:27:09 +0100 Subject: [PATCH] readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2f90fa9..77a147a 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,13 @@ **A fully local AI assistant** using a swarm of DeepSeek agents, capable of: ✅ **Code execution** (Python, Bash) + ✅ **Self-correcting code execution** + ✅ **Routing system, select the best agent for the task** + ✅ **Speech-to-text & text-to-speech** + ✅ **Web browsing** (under development, see dev) > 🛠️ **Work in Progress** – Looking for contributors! 🚀