dmsobtl/dsh-replay-studio0

dsh-replay-studio

DSH plugin: visual session replay — browse, compare, and debug agent sessions in a local web UI.

AI Analysis

核心用途是复盘和调试智能体的执行轨迹。适合需要详细分析智能体决策步骤、排查运行问题的开发者。

Package
dsh-replay-studio
Version
0.1.0
Last updated
Aug 14, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

使用

User: 打开 replay studio 看看上次的会话

Agent: → open_replay_studio()
Replay Studio running at http://localhost:3090

打开浏览器访问即可。

配置

- id: replay-studio
  plugin: dsh-replay-studio
  config:
    sessionsDir: ~/.dsh/sessions   # 会话存储目录
    port: 3090                      # Web UI 端口