DSH HUB
HomePlugin StorePlugin PacksCommunityRankingsResourcesPublish Guide
Plugin source
Back to catalog

neruzZ-JPG /

dsh-toolObserver

Topic repository only

This repository has no description yet.

★ 0 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
View on GitHub
READMESource: main@c867d9d2

dsh-toolObserver

DeepSeek Harness 工具级日志与导出插件。

功能

  • 每个 session 生成独立的 tool-level JSONL 日志。
  • 按 callId 配对 tool/call 与 tool/result。
  • 支持按工具或 session 导出 summary、JSON、JSONL、CSV。

使用

- name: 'dsh-tool-observer'
  config:
    directory: '.tool-observer'
    maxContentChars: 1000
    includeArguments: true
    maxMemoryRecords: 10000

开发时也可直接挂载源码:

- name: '../dsh-toolObserver/src/index.ts'

导出

node bin/tool-observer-export.mjs --dir .tool-observer --format summary
node bin/tool-observer-export.mjs --dir .tool-observer --tool bash --format json
node bin/tool-observer-export.mjs --dir .tool-observer --session abc --format csv

开发

npm run check
npm test
—/ 5

No ratings yet

Manifest verification required

Commit c867d9d2fb65

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

CommunityResourcesAPIAbout