Wha1eChai/dsh-supervisor0

@wha1echai/dsh-supervisor

DeepSeek Harness control-plane plugin providing an in-process FleetService for live sessions

AI Analysis

核心用途是作为会话管理的基础服务。适合需要开发跨会话通信、状态监控等高级扩展插件的 DSH 开发者。

Package
@wha1echai/dsh-supervisor
Version
0.1.0
License
MIT
Last updated
Aug 13, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Wha1eChai/dsh-supervisor

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.