@wha1echai/dsh-supervisor
DeepSeek Harness control-plane plugin providing an in-process FleetService for live sessions
AI 分析
核心用途是作为会话管理的基础服务。适合需要开发跨会话通信、状态监控等高级扩展插件的 DSH 开发者。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Wha1eChai/dsh-supervisorドキュメント
README 全文を読む ↗Usage
L1 is a service layer for other plugins. A Consumer declares fleet as a required service and uses only ctx.fleet:
export const inject = ['fleet']
export function apply(ctx: Context) {
const live = ctx.fleet.list()
// Register a tool, command, UI adapter, or transport using the JSON-safe view.
}
Installing the current bundle does not add model-visible tools. L2 will provide the standard fleet_* Consumer.