This commit is contained in:
martin legrand 2025-03-02 17:01:50 +01:00
parent de84c95d6d
commit ae7a2544f8
2 changed files with 12 additions and 17 deletions

View File

@ -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
- Knowledge base RAG
- Graphical interface
- Speech-to-text using distil-whisper/distil-medium.en

View File

@ -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.