Local AI assistant for autonomous web browsing, coding, and task planning
Top 2.2% on sourcepulse
AgenticSeek offers a fully local, voice-enabled AI assistant that autonomously browses the web, writes code, and plans tasks, providing a private alternative to cloud-based services. It's designed for users who want to leverage powerful AI capabilities without API costs or data privacy concerns, targeting individuals with sufficient local hardware to run large language models.
How It Works
AgenticSeek utilizes a modular agent-based architecture, allowing it to select the most appropriate "agent" for a given task, such as web browsing, coding, or file system interaction. It supports various local LLM providers like Ollama and LM Studio, as well as remote APIs. The system integrates a search engine (SearxNG) and a voice interface for hands-free operation, enabling complex task execution through a series of automated steps.
Quick Start & Requirements
install.sh
(Linux/macOS) or install.bat
(Windows).config.ini
with your chosen LLM provider (local or API) and model. Start services using ./start_services.sh
or start ./start_services.cmd
. Run via CLI (python3 cli.py
) or web UI (python3 api.py
then navigate to localhost:3000
).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is described as "Work in Progress" and is looking for contributors. The agent routing system may not always allocate the correct agent, requiring explicit user prompts. ChromeDriver version mismatches are a common installation issue. Smaller LLM models (under 14B) are not recommended for optimal performance.
2 weeks ago
1 day