PerryLink/dsh-local-ai

PerryLink★ 0TypeScriptLast synced: 2026-08-17

Open on GitHub

Local-model (Ollama) integration for DeepSeek Harness: discover, pull, remove, and inspect local models, route requests to them by task type or keyword with automatic fallback to the cloud, and get a one-shot status overview via /ollama.

README excerpt

🤖 dsh-local-ai Local-model (Ollama) integration for DeepSeek Harness. Discover, pull, remove, and inspect local models, route requests to them by task type or keyword with automatic fallback to the cloud, and get a one-shot status overview via /ollama . English · 简体中文 · Español · Português · हिन्दी Compatibility Surface Status Harness DeepSeek Harness 0.1.0-rc.6 Node ^22.19.0 \ \ =24.0.0 Backend Ollama (local HTTP API + CLI probe) Model Text-only route ( inputModalities: ['text'] ); tool calls and tool results are supported What you get dsh-local-ai makes Ollama a first-class local provider in DeepSeek Harness: - Discovery & management — ollama list (installed models, running models, disk usage), ollama show (parameter size, quantization, context length), ollama pull , and ollama remove . - Health check — process liveness (via the ollama CLI) and API responsiveness (via /api/version ), reported as two independent signals. - Official adapter — the ollama provider route is registered through ctx.llm.registerAdapter ( LlmAdapter ), with configurable model mapping and temperature / max-tokens / stop translation. - Local routing — model route rules route requests to a local model by ta…

View full README on GitHub →
Tools / Devcordisdeepseekdeepseek-harnessdshdsh-pluginlocal-llmlocal-modelsmodel-routing

Category