neruzZ-JPG/dsh-toolObserver ↗★ 0
dsh-tool-observer
DeepSeek Harness plugin that emits a per-session tool-level JSONL stream and exports tool usage by tool dimension.
AI Analysis
核心用途是记录和分析智能体调用工具的详细日志。适合需要审计、监控或统计智能体工具使用频次与参数的开发者。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗使用
- name: 'dsh-tool-observer'
config:
directory: '.tool-observer'
maxContentChars: 1000
includeArguments: true
maxMemoryRecords: 10000
开发时也可直接挂载源码:
- name: '../dsh-toolObserver/src/index.ts'