vidgewong/dsh-agent-hub0

@vidge/dsh-agent-hub

Per-session agent loop engine router for DSH — run Claude Code, Codex, pi, or the in-process loop per session, all on DSH's unified session, LLM, and tracing substrate

AI Analysis

核心用途是允许在单个 DSH 统一基底上,为每个会话独立选择和运行不同的 Agent 引擎(如 Claude Code、Codex 等)。适合需要多引擎并存测试的用户。

Package
@vidge/dsh-agent-hub
Version
0.1.0-rc4
License
MIT
Last updated
Sep 2, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:vidgewong/dsh-agent-hub

Usage

Choose an engine in the composer when starting a session. To change engines, start a new session — the current one keeps its engine, and anything still running on it is undisturbed.

Settings → Loop engine sets the default for new sessions and controls whether the composer picker is shown.

To remove the plugin:

dsh plugin --profile web remove @vidge/dsh-agent-hub

Then restart dsh web.