dsh-web-search-ddg
aooyoo
Zero-token DuckDuckGo search provider for the DeepSeek Harness (DSH) web seam — local headless browser, no API key, no m…
PROJECT TOPICS
PROJECT README
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").
| 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. |
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.
deepseek-harness checkout and verified end-to-end (host graph() runtime test, client bundle build, dsh web serves the bundle at /plugins/@deepseek-ai/dsh-contrib-topology/client.js).dsh web environment issue under investigation).DSH-DISCUSSIONS-TOPOLOGY-DRAFT.md.ai-bridge/
├── packages/
│ └── topology/ # @deepseek-ai/dsh-contrib-topology
├── LICENSE
└── README.md
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。