simplosophy/dsh-evo-vis0

dsh-evo-vis

DeepSeek Harness 组件生态实时可视化:把 harness 的每一个组件变成深海生物圈里的一颗生命,实时观察、实时进化。

AI 분석

核心用途是实时可视化 DeepSeek Harness 组件生态。适合需要直观观察组件活动、进行快照回放或生态演示的用户。必要条件是需在 Web profile 中安装并启动 Web UI。

패키지
dsh-evo-vis
버전
0.3.0
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:simplosophy/dsh-evo-vis

配置

在 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'  # 页面标题与悬浮按钮文案