Jokasa7/dsh-product-subagent-console0

dsh-product-subagent-console

Independent conversation task canvas for native and external DeepSeek Harness subagents

AI 分析

核心用途是为子智能体提供独立的对话任务画布。适合需要管理和观察多个子智能体并发执行与队列调度的复杂任务。

パッケージ
dsh-product-subagent-console
バージョン
0.1.0-alpha.1
ライセンス
MIT
最終更新
2026/08/22

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Jokasa7/dsh-product-subagent-console

ドキュメント

README 全文を読む ↗

Host configuration

Defaults are conservative and apply globally to calls made through the plugin-owned tool:

SettingDefaultMeaning
maxConcurrent4Maximum active owned delegations
maxQueued16Maximum owned attempts waiting for admission
historyLimit50Combined terminal attempt/run records kept in this Host generation
maxObservedActive128Maximum simultaneously retained observe-only runs
runTimeoutMs0Owned-run abort timer; 0 disables it

Override the Bundle row in the profile's later cordis.patch.yml layer. A DSH row override replaces the whole config, so restate every non-default value you intend to keep:

- id: product-subagent-console
  config:
    maxConcurrent: 4
    maxQueued: 16
    historyLimit: 50
    maxObservedActive: 128
    runTimeoutMs: 0

Admission limits do not throttle generic official subagent tools, because the console only observes calls it does not own. runTimeoutMs likewise applies only to the plugin-owned path.