GuanxuJi/dsh-llm-mimo

GuanxuJi★ 0TypeScript最后同步: 2026-08-17

在 GitHub 打开

Xiaomi MiMo v2.5 adapter for the DeepSeek Harness LLM seam with thinking-chain and tool-calling support.

README 摘要

dsh-llm-mimo Xiaomi MiMo v2.5 adapter for DeepSeek Harness LLM seam. Features - Thinking chain support : Correctly recognizes MiMo's reasoning content field and translates it into harness ReasoningBlock format - Multi-turn conversations : Preserves reasoning content in assistant messages on tool-call turns, as MiMo requires - Tool calling : Tool results are serialized to OpenAI-compatible role: 'tool' messages; text-less assistant turns send "" (never null ) - OpenAI-compatible API : Uses MiMo's OpenAI-compatible chat completions endpoint - Streaming : Full SSE streaming support with proper block assembly Supported Models Model Description mimo-v2.5-pro MiMo-V2.5-Pro — flagship model for complex reasoning tasks mimo-v2.5 MiMo-V2.5 — general-purpose model Installation Build The package follows the harness package layout: pnpm build emits lib/ (JS) plus lib/types/ (declarations), which main / exports / files reference. As a plugin in a DeepSeek Harness profile A running dsh is composed from ordered layers (the profile's dsh.profile.bundles , then the profile's cordis.patch.yml , then the home-level patch, then any --patch overlay) — a plugin package's own cordis.yml is NOT auto-disco…

在 GitHub 查看完整 README →
工具/开发dshdsh-plugindsh-plugins

分类