BLueMooneer/dsh-tracelens
BLueMooneer★ 0TypeScriptLast synced: 2026-08-15
DSH TraceLens 是基于 DeepSeek Harness 的可视化执行探索器。将当前已加载的 Session 转换成交互式地图,集中呈现用户输入、模型回复、工具调用、系统活动、错误以及每次模型调用的 Token 用量
README excerpt
DSH TraceLens English 中文 See every agent step. Understand every token. DSH TraceLens is a visual execution explorer for DeepSeek Harness. It turns the currently loaded Session into an interactive map of user input, model responses, Tool calls, system activity, failures, and per-call Token usage without adding another event store or changing the agent loop. TraceLens is built for developers who need to understand why an agent behaved the way it did. Follow the execution path as it grows, compare Token costs across model calls, and inspect the exact context behind any node from one navigable canvas. Overview The Agent Map view sits beside the existing conversation views and updates as the Session runs. Five stable lanes separate Input, Model, Tool, System, and Error records. Select any node to inspect the data already recorded for that event, including message content, model request details, reasoning, Tool arguments and results, timing, errors, retries, and nested calls when available. Model usage is summarized in a conversation-wide 100% stacked dashboard. Selecting a model node highlights its matching segment and opens a four-metric Token card for input, output, cache-read, and re…
View full README on GitHub →