dsh-evo-vis
DeepSeek Harness 组件生态实时可视化:把 harness 的每一个组件变成深海生物圈里的一颗生命,实时观察、实时进化。
AI 分析
核心用途是实时可视化 DeepSeek Harness 组件生态。适合需要直观观察组件活动、进行快照回放或生态演示的用户。必要条件是需在 Web profile 中安装并启动 Web UI。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:simplosophy/dsh-evo-visドキュメント
README 全文を読む ↗配置
在 profile 的 cordis.patch.yml 中覆盖:
- update:
- id: evo-vis
config:
path: /evo # 面板路径
maxEvents: 400 # 内存保留的最大事件数(快照回放)
heartbeatMs: 15000 # SSE 心跳间隔
statsIntervalMs: 2000 # 统计帧推送间隔
chunkFlushMs: 800 # streaming 时 assistant/chunk 合并推送间隔
waitForWebMs: 60000 # 等待 ctx.webServer 的最大时长
uiTitle: 'Evo Vis' # 页面标题与悬浮按钮文案