dsh-llm-trace
线路层 LLM 检查器:抓取模型调用的原始 HTTP 请求与响应报文,经 llm/stream 瀑布把每次抓取归属到发起它的会话。请求面板把报文渲染成带每节点大小的可折叠树——实测一次请求有 98.6% 是单个 973 项的数组——响应面板则把 OpenAI 风格的 SSE chunk 流重新组装成推理、正文、工具调用与用量。在对话栏标签页与本地查看页展示。
Wire-level LLM inspector: captures the raw HTTP request and response bodies of model provider calls and attributes each capture to the session that caused it through the llm/stream waterfall. The request pane renders the body as a collapsible tree with per-node sizes — one measured request was 98.6% a single 973-entry array — and the response pane reassembles the OpenAI-style SSE chunk stream into reasoning, content, tool calls and usage. Shown in a Conversation View tab and a loopback viewer page.
怎么安装
dsh plugin add dsh-llm-trace 简介
dsh-llm-trace A DeepSeek Harness plugin that captures the **raw HTTP request and response bodies** of model provider calls and shows them in a **Conversation View tab** and on a loopback viewer page. Why it exists dsh-context reads the durable session log, so it shows the *provider-neutral* request the loop assembled (system prompt, tool schemas, messages, tool results) and the provider-reported token actuals. It cannot show the **wire** payload: the exact JSON POSTed to the provider endpoint and the exact bytes that came back. That gap is what this plugin fills. The llm/stream waterfall is th…
推荐参考
信息
- 协议
- Apache-2.0
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- 651
- 最近更新
- 2026-09-21
- 创建于
- 2026-09-21
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- debugging, deepseek-harness, dsh, dsh-plugin, llm, observability
同类推荐
langfuse
langfuse/langfuse
🪢 开源AI工程平台:LLM评估、可观测性、指标、提示管理、游乐场、数据集。与OpenTelemetry、LangChain、OpenAI SDK、LiteLLM等集成。🍊YC W23