dsh-graph-monitor
Run the following command in DeepSeek Harness:
dsh plugin install asakumizy/dsh-graph-monitor
Paste the following prompt into your AI chat to install this plugin:
Install the plugin in DeepSeek Harness by running dsh plugin install asakumizy/dsh-graph-monitor, source repository at https://github.com/asakumizy/dsh-graph-monitor, then restart DSH Desktop and start a new session to activate it.
About this plugin
Debugging a multi-step AI pipeline usually means scrolling through logs and guessing which branch the model actually followed. dsh-graph-monitor brings a LangGraph-style graph workflow into DeepSeek Harness: define nodes, edges, conditional routing, parallel branches, and shared State, then watch the SVG topology light up as the engine executes—purple pulse on the active node, green on completion, red on failure, amber highlight on the traversed edge. The diagram is the engine's real execution graph, so there is zero drift between what you see and what runs.
Beyond a static DAG viewer, it ships six control-flow primitives—gate, switch, subgraph, loop, retry, and timeout—that let you nest sub-graphs, iterate until a predicate fails, retry on error, and enforce a time budget. LLM and Agent nodes can emit structured graph-mutation ops, so the model itself decides orchestration, validated atomically before application. The backend supports simulated mode for pure animation demos and real mode that binds fn, tool, agent, and llm nodes to DSH's actual capabilities, falling back gracefully when a capability is missing. Kick off workflows with /workflow in chat or let the model call graph_monitor_run with plain natural language, then replay any past run from the history panel.
If you are a DSH developer building multi-step agent pipelines and need visual orchestration with live debugging, or a team that wants natural-language-triggered workflows with a clear, real-time view of every branch and its outcome, dsh-graph-monitor is built for you.
Use Cases
- Debugging multi-step agent pipelines by tracing every branch in real time
- Triggering complex workflows via natural language and inspecting results in-chat
- Composing reusable sub-graphs with conditional routing, parallel branches, and retry logic
Best For
- DSH developers building multi-step agent pipelines
- AI application teams needing visual orchestration and live debugging
- Non-technical orchestrators who want natural-language-driven workflows
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.