trapstreet/dsh-trapstreet ↗★ 1
@trapstreet/dsh-trapstreet
用于检查 DeepSeek Harness 插件加载状态并查询 trapstreet.run 公开评估板的工具插件。
AI 分析
核心用途是诊断插件加载情况并记录工具调用日志。适合需要排查插件运行状态、确认 Agent 是否自主调用了特定工具的开发者或系统管理员。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:trapstreet/dsh-trapstreet說明文件
閱讀完整 README ↗Configuration
| Variable | Effect |
|---|---|
TRAPSTREET_BASE_URL | API host. Defaults to https://trapstreet.run. |
TRAPSTREET_CALL_LOG | If set, appends one line per tool invocation to that path. |
The call log answers a question stdout cannot: did the agent reach for this tool on its own? A call that throws leaves only the model's narration behind, which reads exactly like never having called it.