AgenticSeek: Private Manus AI Alternative

AgenticSeek Logo

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