From ae7a2544f89fda703cfa63e6ede745367d377820 Mon Sep 17 00:00:00 2001 From: martin legrand Date: Sun, 2 Mar 2025 17:01:50 +0100 Subject: [PATCH] README --- README.md | 26 +++++++++----------------- prompts/manager_agent.txt | 3 +++ 2 files changed, 12 insertions(+), 17 deletions(-) create mode 100644 prompts/manager_agent.txt diff --git a/README.md b/README.md index 77a147a..e619ef4 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,20 @@ # 🚀 agenticSeek: Local AI Assistant Powered by DeepSeek Agents -**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) +**A fully local AI assistant** using Deepseek R1 agents. > 🛠️ **Work in Progress** – Looking for contributors! 🚀 - --- -## 🌟 Why? +## Features: - **Privacy-first**: Runs 100% locally – **no data leaves your machine** - ️ **Voice-enabled**: Speak and interact naturally -- **Self-correcting**: Automatically fixes its own code -- **Multi-agent**: Use a swarm of agents to answer complex questions +- **Coding abilities**: Code in Python, Bash, C, Golang, and soon more +- **Self-correcting**: Automatically fixes errors by itself +- **Agent routing**: Select the best agent for the task +- **Multi-agent**: For complex tasks, divide and conquer with multiple agents - **Web browsing (not implemented yet)**: Browse the web and search the internet -- **Knowledge base (not implemented yet)**: Use a knowledge base to answer questions --- @@ -106,11 +97,12 @@ python3 main.py - Will try to fix errors by itself - Routing system, select the best agent for the task - Fast text-to-speech using kokoro. -- Speech-to-text using distil-whisper/distil-medium.en - Memory compression (reduce history as interaction progresses using summary model) - Recovery: recover last session from memory ## UNDER DEVELOPMENT - Web browsing -- Knowledge base RAG \ No newline at end of file +- Knowledge base RAG +- Graphical interface +- Speech-to-text using distil-whisper/distil-medium.en \ No newline at end of file diff --git a/prompts/manager_agent.txt b/prompts/manager_agent.txt new file mode 100644 index 0000000..50ddfc5 --- /dev/null +++ b/prompts/manager_agent.txt @@ -0,0 +1,3 @@ +Hello, you are an expert project manager. +You will have AI agents working for you. Use them efficiently to accomplish tasks. +You need to have a divide and conquer approach. \ No newline at end of file