tbxy09/dsh-replay-lab0

@tbxy09/dsh-replay-lab

Replay real DeepSeek Harness turns against Standard, Minimal, Anchored, or plugin candidates with frozen request-surface evidence

AI 分析

核心用途是离线复现、对比和调试智能体在特定历史对话中的表现。适合进行智能体行为分析、插件兼容性测试的开发者。

パッケージ
@tbxy09/dsh-replay-lab
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/08/17

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:tbxy09/dsh-replay-lab

ドキュメント

README 全文を読む ↗

Configuration

The installed bundle includes this baseline:

- insert:
    - id: replay-lab-dsh
      name: '@tbxy09/dsh-replay-lab'
      config:
        routeBase: /replay-lab-dsh
        historyFixture: ./node_modules/@tbxy09/dsh-replay-lab/fixtures/history-turns.json
        workspaceFixture: ./node_modules/@tbxy09/dsh-replay-lab/fixtures/workspace
        stateFile: ./.tmp/state.json
        artifactDirectory: ./.tmp/artifacts
        provider: replay-lab-fake
        fakeAdapter: false

Keep routeBase at /replay-lab-dsh for 0.1.x. Set fakeAdapter: true only for deterministic offline verification; normal runs use the profile's provider.