qing3a/dsh-event-auditor

Plugin ⭐ 1 MIT security

DeepSeek Harness 事件流审计面板插件:观察事件类型/分发模式/计数/最近事件,帮助插件作者理解 harness 内部

Install

# 生产安装(npm,agent 可直接执行)
dsh plugin --profile <profile> add @qing3a/dsh-event-auditor
dsh --profile <profile>
# 打开 http://localhost:<port>/audit

# 开发模式(需 Node >= 22 + pnpm)
git clone https://github.com/qing3a/dsh-event-auditor.git
cd dsh-event-auditor && pnpm install && pnpm build
cd <path-to-deepseek-harness>
dsh plugin --profile <profile> add link:$(pwd)/dsh-event-auditor

Add qing3a/dsh-event-auditor to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.