qidiai/dsh-contrib-topology

qidiai★ 0TypeScript最后同步: 2026-08-14

在 GitHub 打开

A DeepSeek Harness (dsh) plugin that renders a live dependency-topology graph of the running agent — plugin/service nodes, depends-on / provides / contains / disabled edges, and fiber lifecycle phases.

README 摘要

ai-bridge AI tool scheduling control plane + ecosystem plugins for DeepSeek Harness (dsh). ai-bridge is an umbrella project for making AI coding agents pluggable and observable . It started as a local control plane that orchestrates multiple AI coding tools (Claude Code, OpenClaw, …) via a config-driven tool registry, 7-dimensional Bayesian routing, and a 7-tab web UI — and is now expanding into first-party plugins for dsh ("everything is a plugin"). Packages Package Description @deepseek-ai/dsh-contrib-topology A dsh plugin that renders a live dependency-topology graph of the running agent: plugin/service nodes, depends-on / provides / contains / disabled edges, and fiber lifecycle phases. Why topology? dsh's Cordis kernel makes the runtime a graph — plugins depend on services, services are provided by other plugins, and the whole thing is assembled at boot. But there is no built-in way to see that graph. This plugin exposes a graph() Remote that scans ctx.loader.entries() and produces a TopologySnapshot , then draws it as an SVG in Settings → Plugins → Topology . Status - ✅ Integrated into a local deepseek-harness checkout and verified end-to-end (host graph() runtime test, clien…

在 GitHub 查看完整 README →
Agent/智能体dsh-plugindsh-plugin-desktopdsh-plugin-marketdsh-plugin-verifydsh-pluginsweb uiagent

分类