AgenticSeek

Active
GitHub Python GPL-3.0

Description

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

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (27.1k stars)
  • Responsive to issues, low backlog

⚠️ Limitations

  • Restrictive license (GPL-3.0)

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

Related Projects

Aider

48.7k · Python
Stale B

AI pair programming in your terminal. Collaborate with LLMs to edit code, manage Git, and refactor across multiple files with deep developer workflow integration.

pair-programmingcoding-agentterminal +2
  • · Codebase map — Automatically builds structural map of entire codebase helping LLMs locate and understand context in large projects
  • · Deep Git integration — Auto-generates meaningful commit messages for every change with git diff and version management support
  • · 100+ programming languages — Compatible with Python, JavaScript, Rust, Go, C++, PHP, HTML/CSS and dozens more

OpenCodeInterpreter

1.8k · Python
Stale C

Open-source code generation system that integrates code synthesis, dynamic execution, and iterative refinement, comparable to GPT-4 Code Interpreter.

coding-agentcode-generationllm +1
  • · Closed-loop code generation and execution — LLM writes code, sandbox runs it, errors feed back to the model
  • · Iterative refinement — model self-fixes based on execution errors until tests pass
  • · Multi-language support — code generation and execution for Python, JavaScript, Shell, and more

Goose

53.9k · Rust
Active A+

Open-source extensible AI coding agent that goes beyond code suggestions — install, execute, edit, and test with any LLM.

coding-agentextensibledeveloper-tools +2
  • · Native desktop app — Native support for macOS, Linux, Windows desktop with full CLI and API interfaces
  • · 15+ model providers — Supports Anthropic, OpenAI, Google, Ollama, OpenRouter, Azure, Bedrock and more
  • · MCP extension ecosystem — Connect 70+ extensions via Model Context Protocol with custom tool support

OpenEvolve

7.3k · Python
Normal A

The open-source implementation of AlphaEvolve - an LLM-driven evolutionary coding agent that autonomously discovers new algorithms and optimizes existing code.

coding-agentevolutionaryalphacode +2
  • · Evolutionary code search - LLM-driven island model that evolves code variants in parallel
  • · Multi-objective Pareto optimization - jointly optimizes speed, memory, and correctness
  • · Real-hardware speedups - 2-3x faster GPU kernels, matrix multiplications, and circle packings