一、软件介绍
文末提供程序和源码下载
AgenticSeek开源的完全本地的 Manus AI。无需 API,享受一个自主代理,它可以思考、浏览 Web 和编码,只需支付电费。这款支持语音的 AI 助手是 Manus AI 的 100% 本地替代品 ,可自主浏览网页、编写代码和计划任务,同时将所有数据保留在您的设备上。它专为本地推理模型量身定制,完全在您的硬件上运行,确保完全隐私和零云依赖。
二、为什么选择 AgenticSeek?
-
🔒 Fully Local & Private - Everything runs on your machine — no cloud, no data sharing. Your files, conversations, and searches stay private.
🔒 完全本地和私有 - 一切都在您的机器上运行 - 没有云,没有数据共享。您的文件、对话和搜索将保持私密。 -
🌐 Smart Web Browsing - AgenticSeek can browse the internet by itself — search, read, extract info, fill web form — all hands-free.
🌐 智能网页浏览 - AgenticSeek 可以自行浏览互联网 - 搜索、阅读、提取信息、填写网页表格 - 所有这些都是免提的。 -
💻 Autonomous Coding Assistant - Need code? It can write, debug, and run programs in Python, C, Go, Java, and more — all without supervision.
💻 Autonomous Coding Assistant - 需要代码?它可以用 Python、C、Go、Java 等语言编写、调试和运行程序 — 所有这些都无需监督。 -
🧠 Smart Agent Selection - You ask, it figures out the best agent for the job automatically. Like having a team of experts ready to help.
🧠 智能代理选择 - 您询问,它会自动找出最适合该工作的代理。就像有一个随时准备提供帮助的专家团队。 -
📋 Plans & Executes Complex Tasks - From trip planning to complex projects — it can split big tasks into steps and get things done using multiple AI agents.
📋 计划并执行复杂的任务 - 从旅行计划到复杂的项目 - 它可以将大任务分成步骤,并使用多个 AI 代理完成工作。 -
🎙️ Voice-Enabled - Clean, fast, futuristic voice and speech to text allowing you to talk to it like it's your personal AI from a sci-fi movie
🎙️ 支持语音 - 干净、快速、未来主义的语音和语音到文本,让您可以像科幻电影中的个人 AI 一样与它交谈
三、Installation 安装
Make sure you have chrome driver, docker and python3.10 installed.
确保您已安装 chrome 驱动程序、docker 和 python3.10。
We highly advice you use exactly python3.10 for the setup. Dependencies error might happen otherwise.
我们强烈建议您完全使用 python3.10 进行设置。否则可能会发生依赖项错误。
For issues related to chrome driver, see the Chromedriver section.
有关 Chrome 驱动程序的问题,请参阅 Chromedriver 部分。
1️⃣ Clone the repository and setup
1️⃣ 克隆存储库并设置
git clone https://github.com/Fosowl/agenticSeek.git
cd agenticSeek
mv .env.example .env
2️ Create a virtual env
2️ 创建虚拟环境
python3 -m venv agentic_seek_env
source agentic_seek_env/bin/activate
# On Windows: agentic_seek_env\Scripts\activate
3️⃣ Install package
3️⃣ 安装软件包
Ensure Python, Docker and docker compose, and Google chrome are installed.
确保已安装 Python、Docker 和 docker compose 以及 Google Chrome。
We recommand Python 3.10.0.
建议使用 Python 3.10.0。
Automatic Installation (Recommanded):
自动安装 (推荐):
For Linux/Macos: 对于 Linux/Macos:
./install.sh
For windows: 对于 Windows:
./install.bat
Manually: 手动地:
Note: For any OS, ensure the ChromeDriver you install matches your installed Chrome version. Run google-chrome --version. See known issues if you have chrome >135
注意:对于任何作系统,请确保您安装的 ChromeDriver 与您安装的 Chrome 版本相匹配。运行 google-chrome --version。如果您使用的是 chrome >135,请参阅已知问题
- Linux: Linux 的:
Update Package List: sudo apt update
更新包列表:sudo apt update
Install Dependencies: sudo apt install -y alsa-utils portaudio19-dev python3-pyaudio libgtk-3-dev libnotify-dev libgconf-2-4 libnss3 libxss1
安装依赖项: sudo apt install -y alsa-utils portaudio19-dev python3-pyaudio libgtk-3-dev libnotify-dev libgconf-2-4 libnss3 libxss1
Install ChromeDriver matching your Chrome browser version: sudo apt install -y chromium-chromedriver
安装与您的 Chrome 浏览器版本匹配的 ChromeDriver: sudo apt install -y chromium-chromedriver
Install requirements: pip3 install -r requirements.txt
安装要求: pip3 install -r requirements.txt
- Macos: 苹果科斯 :
Update brew : brew update
Update brew : brew update (更新 )
Install chromedriver : brew install --cask chromedriver
安装 chromedriver : brew install --cask chromedriver
Install portaudio: brew install portaudio
安装 portaudio:brew install portaudio
Upgrade pip : python3 -m pip install --upgrade pip 升级 pip : python3 -m pip install --upgrade pip
Upgrade wheel : : pip3 install --upgrade setuptools wheel
升级轮 : : pip3 install --upgrade setuptools wheel
Install requirements: pip3 install -r requirements.txt
安装要求: pip3 install -r requirements.txt
- Windows: Windows (窗口 ):
Install pyreadline3 pip install pyreadline3
安装 pyreadline3 pip 安装 pyreadline3
Install portaudio manually (e.g., via vcpkg or prebuilt binaries) and then run: pip install pyaudio
手动安装 portaudio(例如,通过 vcpkg 或预构建的二进制文件),然后运行:pip install pyaudio
Download and install chromedriver manually from: https://sites.google.com/chromium.org/driver/getting-started
从以下位置手动下载并安装 chromedriver:https://sites.google.com/chromium.org/driver/getting-started
Place chromedriver in a directory included in your PATH.
将 chromedriver 放在 PATH 中包含的目录中。
Install requirements: pip3 install -r requirements.txt
安装要求: pip3 install -r requirements.txt
四、在计算机上本地运行 LLM 的设置
Hardware Requirements: 硬件要求:
To run LLMs locally, you'll need sufficient hardware. At a minimum, a GPU capable of running Qwen/Deepseek 14B is required. See the FAQ for detailed model/performance recommendations.
要在本地运行 LL

1315

被折叠的 条评论
为什么被折叠?



