qing3a/dsh-event-auditor

插件 ⭐ 1 MIT security

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

安装

# 生产安装(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

qing3a/dsh-event-auditor 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。