daveycodez/dsh-llm-agent-bridge0

dsh-llm-agent-bridge

Bridges vendor agent SDKs into DeepSeek Harness as selectable LLM providers. Works in any DSH mode; DSH keeps its own prompt, tools, sandbox and approvals.

AI 分析

核心用途是将厂商智能体 SDK 桥接为 DSH 的 LLM 供应商。适合希望在 DSH 框架内使用外部智能体能力,同时保留 DSH 原生控制流、工具和沙箱的用户。使用前需先完成 Claude 认证。

パッケージ
dsh-llm-agent-bridge
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/27

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:daveycodez/dsh-llm-agent-bridge

ドキュメント

README 全文を読む ↗

Plan usage in the composer

A usage ring sits in the composer's tool row while a Claude row is selected, reporting the subscription limit that matters for the current model and opening a panel of every reported window:

Plan usage limits · Max
  5-hour limit          Resets in 1 hr 8 min    10%
  Weekly · all models   Resets in 19 hr 18 min  81%
  Weekly · Fable        Resets in 19 hr 18 min  100%

The numbers come from the Agent SDK's own usage reporting — the same source as Claude Code's /usage — served to the browser over this plugin's /agent-bridge channel. No credential is read and no other plugin is required.

Reading them costs a Claude Code control session, so the answer is cached on the host and again in the browser, with no idle polling: the ring revalidates when you interact with it or while a turn runs, never on a timer. The underlying SDK method is explicitly experimental, so a failure to read leaves the ring hidden rather than failing anything.