← 全部工具

esengine/DeepSeek-Reasonix

AI Agent
热度 75 更新于 开发与构建

DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

<p align="center" <img src="docs/logo.svg" alt="Reasonix" width="640"/ </p

<p align="center" <strongEnglish</strong &nbsp;·&nbsp; <a href="./README.zh-CN.md"简体中文</a &nbsp;·&nbsp; <a href="./docs/GUIDE.md"Guide</a &nbsp;·&nbsp; <a href="./docs/ACP.md"ACP</a &nbsp;·&nbsp; <a href="./docs/SPEC.md"Spec</a &nbsp;·&nbsp; <a href="https://esengine.github.io/DeepSeek-Reasonix/"Website</a &nbsp;·&nbsp; <strong<a href="https://discord.gg/XF78rEME2D"Discord</a</strong </p

<p align="center" <a href="https://www.npmjs.com/package/reasonix"<img src="https://img.shields.io/npm/v/reasonix.svg?style=flat-square&color=cb3837&labelColor=161b22&logo=npm&logoColor=white" alt="npm version"/</a <a href="https://github.com/esengine/DeepSeek-Reasonix/actions/workflows/ci.yml"<img src="https://img.shields.io/github/actions/workflow/status/esengine/DeepSeek-Reasonix/ci.yml?style=flat-square&label=ci&labelColor=161b22&logo=githubactions&logoColor=white" alt="CI"/</a <a href="./LICENSE"<img src="https://img.shields.io/npm/l/reasonix.svg?style=flat-square&color=8b949e&labelColor=161b22" alt="license"/</a <a href="https://www.npmjs.com/package/reasonix"<img src="https://img.shields.io/npm/dm/reasonix.svg?style=flat-square&color=3fb950&labelColor=161b22&label=downloads" alt="downloads"/</a <a href="https://github.com/esengine/DeepSeek-Reasonix/stargazers"<img src="https://img.shields.io/github/stars/esengine/DeepSeek-Reasonix.svg?style=flat-square&color=dbab09&labelColor=161b22&logo=github&logoColor=white" alt="GitHub stars"/</a <a href="https://atomgit.com/esengine/DeepSeek-Reasonix"<img src="https://atomgit.com/esengine/DeepSeek-Reasonix/star/badge.svg" alt="AtomGit stars"/</a <a href="https://github.com/esengine/DeepSeek-Reasonix/graphs/contributors"<img src="https://img.shields.io/github/contributors/esengine/DeepSeek-Reasonix.svg?style=flat-square&color=bc8cff&labelColor=161b22&logo=github&logoColor=white" alt="contributors"/</a <a href="https://github.com/esengine/DeepSeek-Reasonix/discussions"<img src="https://img.shields.io/github/discussions/esengine/DeepSeek-Reasonix.svg?style=flat-square&color=58a6ff&labelColor=161b22&logo=github&logoColor=white" alt="Discussions"/</a <a href="https://discord.gg/XF78rEME2D"<img src="https://img.shields.io/badge/discord-join-5865F2.svg?style=flat-square&labelColor=161b22&logo=discord&logoColor=white" alt="Discord"/</a </p

<br/

<h3 align="center"A DeepSeek-native AI coding agent for your terminal.</h3 <p align="center"A config- and plugin-driven harness — a single static Go binary, tuned around DeepSeek's prefix cache so token costs stay low across long sessions.</p

<br/

[!IMPORTANT] Community · 加入社区 — bilingual Discord for setup help (#help / #求助), workflow showcases, and feature ideas. → <https://discord.gg/XF78rEME2D

<br/

Features

  • Config-driven. Providers, the agent, enabled tools, and plugins are all

declared in reasonix.toml. No hardcoded models.

  • Multi-model & composable. DeepSeek ships as a preset; any

OpenAI-compatible endpoint is a config entry, not new code. Optionally run two models together (executor + planner) in separate, cache-stable sessions.

  • Plugin-driven. External tools run as subprocesses over stdio JSON-RPC

(MCP-compatible). Built-in tools self-register at compile time.

  • Cache-aware context maintenance. Startup injects a small stable environment

summary, stale tool output is snipped/pruned before summary compaction, and the built-in tool schema contract is documented for regression review.

  • Zero-friction distribution. CGOENABLED=0 single binary; cross-compile