sl82976818/dsh-gpt-bridge
sl82976818★ 0JavaScript最后同步: 2026-08-15
Read-only engineering evidence bridge between DeepSeek Harness (DSH) and Custom GPTs.
README 摘要
dsh-gpt-bridge English 简体中文 A read-only engineering evidence bridge between DeepSeek Harness and Custom GPTs. DSH Agents do the work. DSH provides provenance. Your GPT reviews the evidence. dsh-gpt-bridge lets a configured Custom GPT: - discover recent DSH Agent sessions - inspect runtime and formal Run association - read manifest-authorized engineering artifacts Human does not need to manually copy REPORT / FACTS / evidence into the GPT conversation. The bridge reads the real DSH runtime and the formal artifacts produced by a DSH Run. The Bridge is deliberately read-only. Through this bridge a GPT cannot : - start or stop an Agent - execute shell commands - edit files - arbitrarily browse the filesystem - bypass the manifest allowlist - modify DSH configuration Project / package naming. The repository (this project) is dsh-gpt-bridge . The DSH bundle/package that manages the bridge lifecycle inside DSH is dsh-gpt-bridge-manager (see dsh-gpt-bridge-manager/ ). Architecture The bridge exposes exactly three read-only Actions over an authenticated HTTP endpoint. A Cloudflare Quick Tunnel carries HTTPS traffic to the loopback-only bridge; a static Bearer credential authenticates the GP…
在 GitHub 查看完整 README →