AgenticSeek
ActiveDescription
Fully local Manus AI alternative that autonomously browses the web, writes code, and interacts via voice, with no API costs
Key Features
- Fully Local Execution — All data stays on-device with zero API costs and no cloud dependency
- Autonomous Web Browsing — Automatically searches, reads, extracts info, and fills web forms
- Coding Assistant — Supports writing and debugging in Python, C, Go, Java, and more
- Smart Agent Selection — Automatically chooses the best agent for each task
- Task Planning & Execution — Splits complex tasks into steps and coordinates multiple agents
- Voice Interaction — Voice-enabled conversational AI assistant with speech-to-text and text-to-speech
Use Cases
💡 Autonomously searching the web and organizing information in a fully offline environment
💡 Automatically analyzing local files (like resumes) and comparing with web search results
💡 Writing and debugging code in multiple programming languages without cloud APIs
💡 Planning trips or complex projects by decomposing into steps and executing sequentially
💡 Controlling an AI assistant through voice commands to complete everyday tasks
Categories
Quick Start
git clone https://github.com/Fosowl/agenticSeek.git
cd agenticSeek
mv .env.example .env
docker compose up -d
# In config.ini set:
# provider_name = ollama
# provider_model = deepseek-r1:14b
# is_local = True
python main.py