AgenticSeek: Private Manus AI Alternative

A 100% private manus ai alternative to cloud-based AI assistants, offering voice-enabled autonomous web browsing, code generation, and task planning while maintaining complete data privacy.
π Core Features Matrix
| Feature | Benefit | Privacy Level |
|---|---|---|
| π Full Local Execution | No cloud dependency | Military-grade |
| π Autonomous Web Agent | Hands-free research | IP Protection |
| π» Multi-Language Coding | Python/Go/Java support | Zero Code Leakage |
| π§ Smart Agent Routing | Automatic expert selection | Session Encryption |
| π Task Decomposition | Complex project handling | Local Storage Only |
| ποΈ Voice Interface | Natural interaction | On-device STT/TTS |
π Quick Start Guide
System Requirements
Python 3.10+ | Docker | Chrome Browser
Installation Workflow
1. Base Installation
git clone https://github.com/Fosowl/agenticSeek.git
cd agenticSeek && mv .env.example .env
python3 -m venv venv && source venv/bin/activate
2. Platform-Specific Setup
Linux/MacOS
./install.sh
sudo apt install chromium-chromedriver
Windows
./install.bat
π§ Configuration Matrix
config.ini Essentials
[MAIN]
provider = ollama
model = deepseek-r1:14b
work_dir = /secure/workspace
[BROWSER]
stealth_mode = True
headless = False
Supported LLM Providers
| Provider | Local | API Required | Recommended Use |
|---|---|---|---|
| Ollama | β | β | Best Performance |
| LM Studio | β | β | Windows/Mac GUI |
| Server | β | β | Remote Hosting |
| OpenAI | β | β | Cloud Alternative |
π» Usage Scenarios
Common Task Patterns
# Research & Documentation
"Find AI ethics papers from 2024, summarize key points into ethics_report.md"
# Code Generation
"Create Python API server with FastAPI and MongoDB support"
# Data Processing
"Analyze sales_data.csv, generate weekly sales visualization"
π License & Contribution
GPL-3.0 License | Contributor Covenant
