Loading repository data…
Loading repository data…
SolynAcVersion / repository
Unofficial Deepseek desktop GUI version with controls on mcp files, system_prompt, temperatures and so on
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
1.UI界面使用(最建议):
直接启动 release 中的 exe 可执行文件。
操作指南见 release note
或:
使用 uv 启动 gui.py (cpy=3.10.0)
uv run python ./gui.py
为能够连接使用 OCR ,请预先启动 .\tools\addition\Umi-OCR\Umi-OCR.exe , 并保证主机、端口为 127.0.0.1 , 1224 (即默认情况)。
2.命令行使用:
先安装依赖库
uv sync
使用 uv 启动 aiclass.py (cpy=3.10.0)
uv run python ./aiclass.py
若还没有 uv , 请先安装
pip install uv
程序读取 Deepseek API KEY 时通过 手动输入 、 读取系统环境变量 DEEPSEEK_API_KEY 两种方式
读取 MCP 文件时支持 .py , .json 文件输入,支持多文件输入(不同文件中间用空格分开)。
建议使用局部路径,如
./tools/files.py ./tools/mcp_config.json
MCP.so 仓库上的服务器,只用改 tools\mcp_config.json 中的内容,支持 npx , uvx ,这里默认是 howtocook-mcp 。注:tools\mcp_config.json 中只能添加一个 MCP Servertools\files.py 和 tools\network.py 等用来简单的agent功能。MAX_ITER 决定。tools\ocr.py OCR 工具函数,对图片, PDF 文档进行文字识别。old_console.py 命令行主程序(停更)aiclass.py 对原命令行主程序封装得到的类(持续更新),其中 main() 还实现了一个简单的控制台版 AI Agentgui.py UI界面实现(使用PySide6)mcp_utils.py MCP连接实现tools 包含额外的本地MCP服务 files.py , network.py , osmanager.py , ocr.py 以及简单写了连接 howtocook-mcp 的配置文件 mcp_config.json。uv.lock Python 依赖库若对深度学习有兴趣,想要接触了解一下,欢迎来看 我的博客 ,共同学习呀~