Wha1eChai/dsh-supervisor0

@wha1echai/dsh-supervisor

DSH 控制面插件,为活跃会话提供进程内的 FleetService 服务层,供其他插件调用。

AI 分析

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

套件
@wha1echai/dsh-supervisor
版本
0.1.0
授權
MIT
最近更新
2026年8月13日

安裝

$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.