multica-ai/dsh-multica-runtime
multica-ai★ 27TypeScript最后同步: 2026-08-14
Support dsh runtime on Multica.
README 摘要
Multica DSH Runtime Private, out-of-tree runtime bridge between Multica and the public DeepSeek Harness. It exposes a versioned JSONL protocol over stdio and composes over @deepseek-ai/dsh-base . It does not require changes to DeepSeek Harness. Privacy - This repository contains only the Multica integration layer. It does not vendor or redistribute DeepSeek Harness source code. - Never commit API keys, MCP secrets, session logs, or generated profiles. - DSH telemetry is disabled by the bundle patch. - stdout is protocol-only; diagnostics go to stderr. Local development The DSH packages used by this plugin are public npm packages. This checkout is currently validated against @deepseek-ai/[email protected] and its matching @deepseek-ai/dsh- package family. Install the local bundle into a DSH profile after building it: The plugin supports: Multica discovers the profile only after --probe returns protocol version 1. For a non-standard DSH installation, point the daemon at its launcher: The runtime contract includes: - model and thinking-level discovery from DSH itself; - committed text, reasoning, tool, result, and token-usage events; - cooperative cancellation and durable session resume;…
在 GitHub 查看完整 README →