
1. 简介
Reasonix 是一款以 DeepSeek 为原生后端的终端编程 Agent。直接对接 api.DeepSeek.com,围绕 DeepSeek 的字节稳定 prefix-cache 设计了 append-only 的运行循环 —— 长会话能把缓存命中保持在 90%+,输入 token 成本降到 1/5。终端优先,留它一直跑着。
围绕缓存设计,询问3次后,缓存命中率达95%以上,特省钱。
auto模型自动切换:简单问题自动用v4-flash,复杂问题自动用v4-pro
由于是刚开源的项目,更新特别频繁,功能逐步完善,几乎每天都更新,最后还是v0.47,今天就v0.48。
DeepSeek API文档中介绍Reasonix :https://api-docs.deepseek.com/zh ... tegrations/reasonix
Reasonix 的官网(访问很慢):https://esengine.github.io/DeepSeek-Reasonix/index.html
2. 安装
2.1 桌面端安装(推荐-开箱即用)
下载后直接双击安装,安装后打开==设置工作空间和DeepSeek API==,即可使用
官网下载链接:https://esengine.github.io/DeepSeek-Reasonix/index.html
Github下载链接:https://github.com/esengine/DeepSeek-Reasonix/releases



