TwistedRiCen/dsh-http-probe

TwistedRiCen★ 1TypeScript最后同步: 2026-08-14

在 GitHub 打开

A bounded HTTP probe tool plugin for DeepSeek Harness.

README 摘要

dsh-http-probe Third-party DeepSeek Harness plugin bundle providing the model-facing http probe tool: a controlled HTTP GET against a deployment-owned probe target. Features - Controlled probe: only the URL path is model-controlled; host and port come from deployment config. - Deployment-owned baseUrl . - Bounded response body read: past the byte cap the read stops and the canonical result carries truncated: true . - Cooperative timeout integration: the budget is declared on the tool and enforced by the host tool-call timeout policy. - Structured canonical Tool result ( ok , status , url , contentType , body , truncated ), with the model-facing text produced separately by output.render . - Redirects are not followed automatically ( redirect: 'manual' ). Installation Prebuilt GitHub Release tarball (the currently verified distribution path): 1. Download dsh-http-probe-0.1.0.tgz from the Releases page. 2. Install it with: The package declares dsh.bundle , so dsh plugin add registers it as a profile bundle layer automatically. Remove it with: Configuration Field Type Default Meaning baseUrl string http://127.0.0.1:3199 Probe target base URL (http/https, normalized with a trailing / ).…

在 GitHub 查看完整 README →
Tools / Devdeepseekdeepseek-harnessdshdsh-pluginhttpplugintypescript

分类