raullenchai/rapid-mlx-dsh-provider

raullenchai★ 20JavaScript最后同步: 2026-08-19

在 GitHub 打开

Native Rapid-MLX provider for DeepSeek Harness (dsh) — dsh reads model facts from the server instead of your settings.yaml.

README 摘要

@raullenchai/dsh-provider A native Rapid-MLX provider for DeepSeek Harness — so dsh gets its model facts from the server instead of from whatever you typed into settings.yaml . Status: published to npm as @raullenchai/dsh-provider . The end-to-end dsh run in Verified was on an M3 Ultra against dsh 0.1.0-rc.7 ; dsh 0.1.0-rc.8 is API-compatible — the LlmAdapter contract is byte-identical and the only changes are additive — and the adapter is re-verified against rc.8 at the protocol and unit-test level. DSH is still a developer preview that moves fast, so treat this as tracking a moving target, not a frozen compatibility promise. What it does for you DSH can already talk to a local Rapid-MLX server through its generic openai-completions provider. That route works — but it knows nothing about your model beyond what you hand-wrote: Rapid-MLX's /v1/models already publishes all of that and more. This adapter reads it, so: 1. Nothing to hand-write, and nothing to re-write when you switch models. Swap what rapid-mlx serve is running and dsh follows. No re-running setup, no stale numbers. 2. The reasoning control tells the truth. Rapid-MLX reports whether a model actually has a reasoning par…

在 GitHub 查看完整 README →
工具/开发apple-siliconcoding-agentdeepseek-harnessdshdsh-pluginllmlocal-llmmlx

分类