Manus AI AgentLogo

Manus AI Agent

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