其他
技能
dsh-web-search-ddg
aooyoo
Zero-token DuckDuckGo search provider for the DeepSeek Harness (DSH) web seam — local headless browser, no API key, no m…
deepseek-harnessdeepseek-harness-plugindsh-bundledsh-ctest
PROJECT TOPICS
PROJECT README
DSH 插件:会话回放可视化工具 — 用 Web UI 浏览、调试、对比 Agent 会话。
open_replay_studio 即可打开User: 打开 replay studio 看看上次的会话
Agent: → open_replay_studio()
Replay Studio running at http://localhost:3090
打开浏览器访问即可。
cd dsh-replay-studio
node src/server.ts
# → http://localhost:3090
- insert:
- id: replay-studio
name: dsh-replay-studio
config:
sessionsDir: ~/.dsh/sessions # 会话存储目录
port: 3090 # Web UI 端口
┌─────────────────────────────────────────┐
│ DSH Replay Studio │
├─────────────────────────────────────────┤
│ ┌─────────────────────────────────┐ │
│ │ a1b2c3d4... │ │
│ │ 2026-08-14 15:30 · 5 turns │ │
│ └─────────────────────────────────┘ │
│ ┌─────────────────────────────────┐ │
│ │ e5f6g7h8... │ │
│ │ 2026-08-14 14:00 · 3 turns │ │
│ └─────────────────────────────────┘ │
└─────────────────────────────────────────┘
点击进入会话:
┌─────────────────────────────────────────┐
│ ← Back [5 Turns] [12 Tools] [1 Error]│
├─────────────────────────────────────────┤
│ ── Turn 1 ── │
│ │→ bash("ls -la") │
│ │← OK │
│ │→ read("src/index.ts") │
│ │← OK │
│ │💬 assistant response │
│ │⏹ turn end: completed │
│ ── Turn 2 ── │
│ │→ edit("src/index.ts") │
│ │← ERROR │
│ ... │
└─────────────────────────────────────────┘
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。