zhao-wuyan/dsh-maestro-runtime ↗★ 0
dsh-maestro-runtime
用于 maestro-flow 的 DSH 运行时适配器,提供工具守卫、工作流上下文注入、知识库同步、委派通知、团队心跳和协调器桥接功能。
AI 分析
核心用途是作为 maestro-flow 工作流引擎在 DSH 中的运行时适配器。适合需要构建、监控和同步复杂多智能体协作任务的开发者。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhao-wuyan/dsh-maestro-runtime说明文档
阅读完整 README ↗Configuration
| Field | Default | Description |
|---|---|---|
guardEnabled | true | Enable tool guard |
contextEnabled | true | Enable workflow context injection |
maxContextChars | 8000 | Context injection byte budget |
kgEnabled | true | Background maestro kg init / sync |
delegateMonitorEnabled | true | Delegate notification injection |
teamMonitorEnabled | true | Team heartbeat writes |
coordinatorEnabled | true | Coordinator bridge writes |