rocklau/dsh-ui-tool-graph

rocklau★ 0TypeScript最后同步: 2026-08-22

在 GitHub 打开

Tool-call value graph tab for the DeepSeek Harness (dsh) Web UI: cost/duration/error weights over conversation trajectories with one-click next-turn optimization prompts.

README 摘要

dsh-ui-tool-graph A tool-call value graph tab for the DeepSeek Harness (dsh) Web UI. Agent trajectories bury their own economics: which tool ate the wall time, where calls failed, how many tokens each round burned, which calls repeated themselves verbatim. This plugin adds a Tool Graph (工具图谱) tab to the conversation view ring that folds the session log into one weighted relationship graph: - Nodes are tools , sized by the metric you pick (total duration, call count, errors) with an outer ring proportional to the error rate; - Edges are transitions , one per consecutive dispatch pair within a turn, weighted by transition count; - Insights call out the dominant bottleneck, error-prone tools, identical repeat calls, self-loops worth batching, the longest inter-call wait, and the step that produced the most output tokens; - Next-turn guidance renders those metrics into a self-contained analysis prompt you can copy to the clipboard or queue as your literal next message. Everything is folded client-side from the durable session log — deterministic, replay-safe, no extra model calls, no persistence, zero token cost. Features - Weighted radial graph — switch node weighting between total du…

在 GitHub 查看完整 README →
皮肤/UIdeepseek-harnessdshdsh-pluginweb-uiweb uiagent

分类