Uddoo/dsh-dashboard1

dsh-dashboard

适用于 DeepSeek Harness 的 Symphony 兼容任务编排器与仪表盘

AI 分析

核心用途为提供任务编排与运行状态可视化仪表盘。适合需要管理多 Agent 协同工作流、监控 Harness 运行状态的开发者。

包名
dsh-dashboard
版本
0.1.0
许可证
MIT
最近更新
2026年8月14日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Uddoo/dsh-dashboard

Plugin configuration

The package contributes a standard dsh.bundle.patch. Its defaults are defined in cordis.patch.yml:

KeyPurpose
workflowPathPath to WORKFLOW.md, resolved from the Harness process working directory unless absolute.
permissionPresetExplicit Harness permission preset applied to every orchestrated Agent. This value is required.
agentPresetOptional Harness Agent preset. When omitted, the available roster default is used.
workerHostHost label shown in runtime observability. Defaults to local.
linear.apiKeyRefCredential reference resolved by the Host. Defaults to LINEAR_API_KEY.
linear.endpointLinear GraphQL endpoint. Defaults to https://api.linear.app/graphql.

Override the installed row in the Web profile's cordis.patch.yml when local paths or presets differ:

- id: dsh-dashboard
  config:
    workflowPath: C:\work\my-project\WORKFLOW.md
    permissionPreset: workspace-write
    workerHost: workstation-01
    linear:
      apiKeyRef: LINEAR_API_KEY
      endpoint: https://api.linear.app/graphql

permissionPreset is deliberately explicit: unattended orchestration must not silently select or elevate a sandbox or approval policy.