neruzZ-JPG/dsh-toolObserver0

dsh-tool-observer

DeepSeek Harness plugin that emits a per-session tool-level JSONL stream and exports tool usage by tool dimension.

AI Analysis

核心用途是记录和分析智能体调用工具的详细日志。适合需要审计、监控或统计智能体工具使用频次与参数的开发者。

Package
dsh-tool-observer
Version
0.1.0
License
MIT
Last updated
Aug 16, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

使用

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

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

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