oppnc/dsh-kernel-minimax

oppnc★ 0JavaScript最后同步: 2026-08-20

在 GitHub 打开

Mini-Agent written in DSH form: the mini-agent tool surface re-registered as native DeepSeek Harness tools.

README 摘要

English 中文 dsh-kernel-minimax DSH runs on one simple idea: everything is a plugin . Models, tools, subagents — plug them together however you like. So we did exactly that: we turned MiniMax's Mini-Agent into a DSH plugin . The mini-agent tool surface you already know — read file , write file , edit file , bash , bash output , bash kill , get skill , list skills , record note , recall notes — is now a set of native DSH tools. Same names, same schemas, same behavior. The payoff is simple: use Mini-Agent's tools natively inside DSH — no different from opening Mini-Agent itself. Every model stays in the environment it knows best — main agent or subagent, it feels like coming home. Distilled from MiniMax-AI/Mini-Agent d76a4f6 (2026-02-14). No new model-facing tools since then. The minimax-kernel model route needs a MiniMax API key in /.mini-agent/config.yaml : System prompt lib/system-prompt.js carries the upstream Mini-Agent system prompt.md (skill metadata adapted to DSH); apply() registers it as the agent's sole system-prompt section ( complete: true + suppressRuntimeContext() ). Mini-Agent has no subagent tool upstream, so this package ships no L2 subagent recipes. Install Copy the …

在 GitHub 查看完整 README →
Agent/智能体coding-agentcordisdeepseek-harnessdshdsh-pluginmini-agentminimaxagent

分类