dsh-dashboard
A Symphony-compatible issue orchestrator and dashboard for DeepSeek Harness
AI 分析
核心用途为提供任务编排与运行状态可视化仪表盘。适合需要管理多 Agent 协同工作流、监控 Harness 运行状态的开发者。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Uddoo/dsh-dashboardドキュメント
README 全文を読む ↗Plugin configuration
The package contributes a standard dsh.bundle.patch. Its defaults are defined in cordis.patch.yml:
| Key | Purpose |
|---|---|
workflowPath | Path to WORKFLOW.md, resolved from the Harness process working directory unless absolute. |
permissionPreset | Explicit Harness permission preset applied to every orchestrated Agent. This value is required. |
agentPreset | Optional Harness Agent preset. When omitted, the available roster default is used. |
workerHost | Host label shown in runtime observability. Defaults to local. |
linear.apiKeyRef | Credential reference resolved by the Host. Defaults to LINEAR_API_KEY. |
linear.endpoint | Linear 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.