jelly-000/dsh-3d-plugin-graph

jelly-000★ 2JavaScript最后同步: 2026-08-19

在 GitHub 打开

Live 3D visualization of the DSH plugin ecosystem - every node, edge and state is the real Cordis runtime

README 摘要

dsh-3d-plugin-graph A live 3D visualization of the DSH plugin ecosystem. Every node, edge and state you see is the real Cordis runtime — nothing is mocked. 简体中文 README What is it? DSH (DeepSeek Harness) is itself an ecosystem of 170+ Cordis plugins . This plugin opens a window into that ecosystem: it reads the running Cordis runtime and renders the live plugin topology as an interactive 3D graph you can orbit, zoom, drag and operate. - Nodes are real runtime plugins (loader entries / registry fibers). - Edges are real dependency relations (service providers from the reflect store × inject declarations on each fiber; the arrow points at the dependency). - States are the real fiber state machine (active / pending / loading / error / disabled / unloading), refreshed every 2 s — drag a node around and watch its neighbours follow; unplug a plugin from the graph itself and see the whole neighbourhood react. - Activity streams from real tools/result events — when a tool runs, white light motes travel along the affected edges in real time. Features Real runtime data - Nodes / edges / services / tool surface all come from the live runtime ( ctx.loader.entries() , ctx.reflect.store , ctx.too…

在 GitHub 查看完整 README →
工具/开发3d-graphcordisdshdsh-pluginpluginplugin-graphreal-timevisualization

分类