安装
npx -y @deepseek-ai/dsh plugin --profile web add github:qidiai/dsh-contrib-topology此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。
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-harnesscheckout and verified end-to-end (hostgraph()runtime test, client bundle build,dsh webserves the bundle at/plugins/@deepseek-ai/dsh-contrib-topology/client.js). - 🟡 Browser visual confirmation pending (local
dsh webenvironment issue under investigation). - 📝 dsh Discussions intro post drafted — see
DSH-DISCUSSIONS-TOPOLOGY-DRAFT.md.
Repo layout
ai-bridge/
├── packages/
│ └── topology/ # @deepseek-ai/dsh-contrib-topology
├── LICENSE
└── README.md
License
仓库信息
- 开发语言
- TypeScript
- 许可证
- MIT
- 最后更新
- 2026年8月16日 15:31
谨慎安装
请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。