update: readme

This commit is contained in:
martin legrand
2025-04-16 21:14:30 +02:00
parent ad21f66a44
commit efa1bbaecb
4 changed files with 41 additions and 20 deletions
+7 -5
View File
@@ -127,7 +127,7 @@ start ./start_services.cmd # Window
运行 AgenticSeek:
```sh
python3 main.py
python3 cli.py
```
*如果你不知道如何开始,请参阅 **Usage** 部分*
@@ -143,11 +143,11 @@ python3 main.py
## Usage (使用方法)
确定所有的核心档案都启用了,也就是执行过这条命令 `./start_services.sh` 然后你就可以使用 `python3 main.py` 来启动 AgenticSeek 了!
确定所有的核心档案都启用了,也就是执行过这条命令 `./start_services.sh` 然后你就可以使用 `python3 cli.py` 来启动 AgenticSeek 了!
```sh
sudo ./start_services.sh
python3 main.py
python3 cli.py
```
当你看到执行后显示 `>>> `
@@ -264,7 +264,7 @@ provider_server_address = x.x.x.x:3333
```sh
sudo ./start_services.sh
python3 main.py
python3 cli.py
```
## **Run with an API (透过 API 执行)**
@@ -289,7 +289,7 @@ provider_server_address = 127.0.0.1:5000
```sh
sudo ./start_services.sh
python3 main.py
python3 cli.py
```
---
@@ -379,6 +379,8 @@ stealth_mode = False
- False:背景執行瀏覽器。
- stealth_mode
- 隱私模式,但需要你自己安裝反爬蟲擴充功能。
- languages
- 支持的语言列表。用于代理路由系统。语言列表越长,下载的模型越多。
## 框架