Tatlatat/ultimate-deepseek-ultracode
19 stars · Last commit 2026-06-29
Run Claude Code subagent/UltraCode fan-out on DeepSeek v4-flash via the Reasonix CLI — keep Claude as the main agent, route fan-out lanes to a local reasonix gateway. One-command install.
README preview
# Claude Reasonix Fleet
Keep Claude Code as your main agent, but run subagent-style work — Workflow/UltraCode
fan-out lanes, agent teams, batch tasks — on **DeepSeek v4-flash via the Reasonix CLI**
instead of burning Claude tokens. Default mode is safe: it does not change Claude
Code's selected main model or set a process-wide LLM gateway.
The fleet is a small launcher + a local Anthropic-compatible gateway + Claude Code hooks
that route each `agent()` lane to `claude-reasonix-flash`, a model alias backed by an
**in-process DeepSeek engine** — the owner's fork (built using ideas from reasonix),
bundled with the fleet and called as a Node library, no separate CLI to install.
## The engine
The DeepSeek engine is a self-contained fork (`deepseek-reasonix-engine`), shipped as a
prebuilt bundle under `vendor/reasonix-engine/` and committed in this repo — it *is* the
shipped engine. Each lane runs through a one-shot Node shim (`engine/run-lane.mjs`) that
imports the bundle and drives ONE DeepSeek turn, printing the lane's `{text, usage, cost}`
back to the gateway. There is **no upstream reasonix install** and **no in-place patch** —
the fork carries the ephemeral-session / cache behavior natively (see "Cache & ephemeral