@tbxy09/dsh-replay-lab
DSH 回放实验室插件:支持在冻结请求证据的情况下,针对标准、极简、锚定或候选插件回放真实的 DSH 对话轮次。
AI 分析
核心用途是离线复现、对比和调试智能体在特定历史对话中的表现。适合进行智能体行为分析、插件兼容性测试的开发者。
安裝
$
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.