qidiai / dsh-contrib-topology

목록에 있음

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.

main기타 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:qidiai/dsh-contrib-topology

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 9cbb507동기화 2026. 8. 18.

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

PackageDescription
@deepseek-ai/dsh-contrib-topologyA 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, client bundle build, dsh web serves the bundle at /plugins/@deepseek-ai/dsh-contrib-topology/client.js).
  • 🟡 Browser visual confirmation pending (local dsh web environment 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

MIT

저장소 정보

언어
TypeScript
라이선스
MIT
마지막 업데이트
2026. 8. 16. 오후 3:31

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.